Serial vs Parallel Processing Flashcards

1
Q

Serial computing

A
  1. Run on single processor
  2. Problem broken into discrete instructions
  3. Instructions executed one after the other
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
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

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

Parallel

Transmission

A

A number of bits sent simultaneously over multiple data lines

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