Open main menu
Home
Random
Recent changes
Special pages
Community portal
Preferences
About Wikipedia
Disclaimers
Incubator escapee wiki
Search
User menu
Talk
Dark mode
Contributions
Create account
Log in
Editing
Program counter
(section)
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
== Consequences in high-level programming == Modern high-level [[programming language]]s still follow the sequential-execution model and, indeed, a common way of identifying programming errors is with a “procedure execution” in which the programmer's finger identifies the point of execution as a PC would. The high-level language is essentially the machine language of a virtual machine,<ref name="Hofstadter_1980" /> too complex to be built as hardware but instead emulated or [[interpreter (computing)|interpreted]] by software. However, new programming models transcend sequential-execution programming: * When writing a [[thread (computing)|multi-threaded]] program, the programmer may write each thread as a sequence of instructions without specifying the timing of any instruction relative to instructions in other threads. * In [[event-driven programming]], the programmer may write sequences of instructions to respond to [[event (computing)|events]] without specifying an overall sequence for the program. * In [[dataflow programming]], the programmer may write each section of a computing [[pipeline programming|pipeline]] without specifying the timing relative to other sections.
Edit summary
(Briefly describe your changes)
By publishing changes, you agree to the
Terms of Use
, and you irrevocably agree to release your contribution under the
CC BY-SA 4.0 License
and the
GFDL
. You agree that a hyperlink or URL is sufficient attribution under the Creative Commons license.
Cancel
Editing help
(opens in new window)