Parallel Processing

0.0(0)
studied byStudied by 0 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/3

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

4 Terms

1
New cards

Parallel processing

A method of simultaneously breaking up and running program tasks on multiple microprocessors in order to speed up performance time.

2
New cards

Serial Computing

Most systems are intended for ______ only

3
New cards

2

May be accomplished with a single computer that has ____ or more processors (CPUs) or with multiple computer processors connected over a computer network.

4
New cards

A complex task is split into multiple smaller tasks that are more proportionate in processing requirements, size, and number to the processing units on hand. After the division, each processor starts working on their part of the task independently from one another, with the exception of constant communication through the software in order to stay up to date regarding the state of other tasks.

How it works