Component 16 - Key Definitions Flashcards
1
Q
Concurrent Processing
A
Concurrent processing usually makes use of “threads” which is where specific tasks may be carried out in parallel to other tasks within a program. This usually speeds up execution as a programmer can design code which splits complex tasks into threads that perform tasks simultaneously. Concurrent processing should also mean that a program rarely enters a wait state where it is doing nothing, waiting for an event