PRACTICE SOLUTION 2026 TESTED
QUESTIONS AND EXPERT VERIFIED ANSWERS
GUARANTEED TO PASS
◉ 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
◉ A(n) ____ value is a predetermined value that means "Stop the
program!"
Answer: Sentinel
◉ A program that is free of syntax errors will produce the correct
results. T/F
Answer: False
◉ No matter which programming language a computer programmer
uses, the language has rules governing its word usage and
punctuation. T/F
Answer: True
◉ A variable's ____ describes the kind of values the variable can hold,
how much memory the value occupies, and the types of operations
that can be performed with the data stored there.