Computing
Essentials 2025 By
Timothy O'Leary (All
Chapters 1-13,
100% Original
Verified, A+ Grade)
Answers at the end of each chapter.
All Chapters Arranged Reverse 13-1.
,Chapter 13
Student name:__________
1) A ________ is a list of instructions for the computer to follow to accomplish the task of
processing data into information.
A) systems design
B) word processor
C) program
D) systems analysis
2) The list of instructions for the computer to follow to process data into information.
A) System
B) Program
C) Hardware
D) Maintenance
3) The program’s objectives, outputs, inputs, and processing requirements are determined
during this step.
A) Program documentation
B) Program design
C) Program code
D) Program specification
4) Program objectives, desired outputs, needed inputs, and processing requirements are all
recorded in this.
A) Program tracking log
B) Project management database
C) Program specifications document
D) Management information system
5) These consist of logically related programming statements.
A) Modules
B) Units
C) Objects
D) Components
Version 1 1
,Chapter 13
6) This is an outline of the logic of the program you will write.
A) Flowcharts
B) Pseudocode
C) Coding
D) Testing
7) Identify the programming tool that uses symbols to show the sequence of steps needed to
solve a programming problem.
A) Histogram
B) Pseudocode
C) Scatter diagram
D) Program flowcharts
8) In this logic structure, one program statement follows another.
A) Sequential
B) Selection
C) Loop
D) Random
9) In this logic structure, the outcome of the decision determines which of the two paths to
follow.
A) IF-THEN-ELSE
B) DO UNTIL
C) DO WHILE
D) DO NEXT
10) This logic structure involves repeating a sequence as long as a certain condition remains true.
A) Loop
B) Sequence
C) Conditional
D) Selection
Version 1 2
, Chapter 13
11) One of the best ways to code effective programs is to write so-called ________ programs,
using the sequential, selection, or repetition logic structures.
A) unstructured
B) structured
C) content-markup
D) object-oriented
12) This is the process of testing and eliminating errors in a program.
A) Debugging
B) Modularizing
C) Coding
D) Clarifying
13) This type of error could be the result of the programmer making an incorrect calculation.
A) Syntax
B) Run time
C) Logic
D) Compiler
14) This is testing a program by a select group of potential users.
A) Manual testing
B) Desk checking
C) Attempt at translation
D) Beta testing
15) This consists of written descriptions and procedures about a program and how to use it.
A) Tabloids
B) Tables
C) Documentation
D) Status reports
Version 1 3