Exam Questions and CORRECT Answers
program - CORRECT ANSWER - A computer ________ consists of instructions
executing one at a time.
Input - CORRECT ANSWER - A program gets data, perhaps from a file, keyboard,
touchscreen, network, etc.
Process - CORRECT ANSWER - A program performs computations on that data, such as
adding two values like x + y.
Output - CORRECT ANSWER - A program puts that data somewhere, such as to a file,
screen, network, etc.
variables - CORRECT ANSWER - Programs use ________ to refer to data, like x.
computational thinking - CORRECT ANSWER - In the information age, many people
believe ________ ________ , or creating a sequence of instructions to solve a problem, will
become increasingly important for work and everyday life.
algorithm - CORRECT ANSWER - A sequence of instructions that solves a problem.
flowchart - CORRECT ANSWER - a graphical language for creating or viewing computer
programs.
program / statement - CORRECT ANSWER - A program is a list of statements, each
statement carrying out some action and executing one at a time.