Podcast
Questions and Answers
Computer science is the study of ______, including:
Computer science is the study of ______, including:
algorithms
The informal definition of an algorithm: An ordered sequence of instructions that is guaranteed to solve a specific ______.
The informal definition of an algorithm: An ordered sequence of instructions that is guaranteed to solve a specific ______.
problem
Operations used to construct algorithms: Sequential ______
Operations used to construct algorithms: Sequential ______
operations
Conditional operations: Ask a ______ and the next operation is then selected on the basis of the answer to that question.
Conditional operations: Ask a ______ and the next operation is then selected on the basis of the answer to that question.
Signup and view all the answers
Iterative operations: Looping instructions that tell not to go on but go back and repeat the execution of a previous block of ______.
Iterative operations: Looping instructions that tell not to go on but go back and repeat the execution of a previous block of ______.
Signup and view all the answers