Component 16 - Key Definitions Flashcards

You may prefer our related Brainscape-certified 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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly