Unit 1 - Section 1 Flashcards

1
Q

Computer Science

A

The study of algorithms

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

Sequential Operations

A

single well-defined task

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

Iterative Operations

A

Loop Instructions

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

Computing Agent

A

The machine, robot, person, or thing carrying out the steps of the algorithm.

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

Algorithm

A

A well-ordered collection of unambiguous and effectively computable operations that, when executed, produces a result and halts in a finite amount of time

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

Conditional Operations

A

These are the “ question-asking” instructions of an algorithm. They ask a question and the next operation is selected based on the answer to that question.

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