WGU C173 PROGRAMMING CONCEPTS
INTRODUCTION ZYBOOKS QUESTIONS AND
ANSWERS
Program - ANSWER A computer __________ consists of instructions (aka
statements) executing one at a time.
Input - ANSWER A program GETS data, perhaps from a file, keyboard,
touchscreen, network, etc.
Process - ANSWER A programs performs computations on data, such as
adding two values like x + y.
Output - ANSWER A program PUTS data somewhere, such as to a file,
screen, network, etc.
Variables - ANSWER Programs use __________ to refer to data, like x, y, and
z, that may change.
Algorithm - ANSWER A sequence of instructions that solves a problem.
Flowchart - ANSWER __________ depicts a program graphically.
Statements - ANSWER A program is a sequence of __________.
Interpreter - ANSWER A tool that executes/runs the statements in a program.
INTRODUCTION ZYBOOKS QUESTIONS AND
ANSWERS
Program - ANSWER A computer __________ consists of instructions (aka
statements) executing one at a time.
Input - ANSWER A program GETS data, perhaps from a file, keyboard,
touchscreen, network, etc.
Process - ANSWER A programs performs computations on data, such as
adding two values like x + y.
Output - ANSWER A program PUTS data somewhere, such as to a file,
screen, network, etc.
Variables - ANSWER Programs use __________ to refer to data, like x, y, and
z, that may change.
Algorithm - ANSWER A sequence of instructions that solves a problem.
Flowchart - ANSWER __________ depicts a program graphically.
Statements - ANSWER A program is a sequence of __________.
Interpreter - ANSWER A tool that executes/runs the statements in a program.