Unit 1 - Section 1 Flashcards
1
Q
Computer Science
A
The study of algorithms
2
Q
Sequential Operations
A
single well-defined task
3
Q
Iterative Operations
A
Loop Instructions
4
Q
Computing Agent
A
The machine, robot, person, or thing carrying out the steps of the algorithm.
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
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.