Serial vs Parallel Processing Flashcards
1
Q
Serial computing
A
- Run on single processor
- Problem broken into discrete instructions
- Instructions executed one after the other
2
Q
Parallel
computing
A
The simultaneous use of multiple processors to perform a single task
1. One problem broken into discrete parts (subproblems) that can be solved concurrently (at the same time)
2. Parts broken further into discrete series of instructions
3. Instructions from each part are executed on separate processors
simultaneously
3
Q
Parallel
Transmission
A
A number of bits sent simultaneously over multiple data lines