COMPREHENSIVE REVIEW 2026 COMPLETE
QUESTIONS AND CORRECT ANSWERS
GRADED A+
◉ In many modern programming languages, the equal sign is the
Answer: assignment operator
◉ Variable names may not begin with a digit, although usually they
may contain digits
Answer: True
◉ The entire set of actions an organization must take to switch over
to using a new program or set of programs is called
Answer: Conversion
◉ A ______ is when a programmer can execute the program with
some sample data to see whether the results are logically correct.
Answer: Testing
◉ Word-processing programs, spreadsheets, payroll and inventory
programs, and even games are considered to be
,Answer: application software
◉ In a flowchart, you use a ____ to represent a processing symbol
Answer: Rectangle
◉ programming focuses on breaking down programming processes
into manageable subtasks.
Answer: Procedural
◉ is the process of walking through a program's logic on paper
before you actually write the program
Answer: Desk-checking
◉ A loop is a repeating flow of logic that never ends.
Answer: Infinite
◉ When you declare variables, you have the option of assigning
initial values to them. T/F
Answer: True
◉ programming focuses on objects, or "things," and describes their
attributes and behaviors.
Answer: Object-oriented
, ◉ In arithmetic statements, the rules of precedence can be
overridden using parentheses. T/F
Answer: True
◉ comprises the programs you use to manage your computer,
including
operating systems such as Windows, Linux, or UNIX.
Answer: System Software
◉ A(n) ____ is a pictorial representation of logical steps it takes to
solve a problem.
Answer: Flowchart
◉ You represent a decision in a flowchart by drawing a decision
symbol, which is shaped like a
Answer: Diamond
◉ is the process of updating programs after the programs are put
into production.
Answer: Maintenance