BJC unit 5 labs 1-2 part 1

0.0(0)
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/9

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.

10 Terms

1
New cards
Problem
A general description of a task that may (or may not) be solved algorithmically.
2
New cards
Instance
One case of a problem with specific inputs.
3
New cards
Decision problem
A type of problem with a true/false answer.
4
New cards
Optimization problem
A problem with the goal of finding the best solution among many.
5
New cards
Sequential computing
A computational model in which operations are performed in order one at a time.
6
New cards
Parallel computing
A computational model in which the problem is broken into smaller steps, some of which are performed at the same time.
7
New cards
Distributed computing
A form of parallel computing that uses multiple computers, perhaps even spread out around the world.
8
New cards
Processor
A piece of circuitry inside a computer that processes the instructions from computer programs.
9
New cards
Speedup
How many times as fast the parallel solution is compared to the sequential solution.
10
New cards
Simulation
Computer representations of real things or situations that vary over time.