master-degree-notes/Concurrent Systems/notes/Lezione1.md

5 lines
342 B
Markdown
Raw Normal View History

2025-03-03 08:42:47 +01:00
A **sequential algorithm** is the formal description of the behavior of an *abstract* state machine.
A **program** is a sequential algorithm written in a programming language.
A **process** is a program executed on a *concrete* machine, characterized by its *state* (values of the registers). If the process follows one single control flow