Quiz 1 Flashcards
(45 cards)
The digit 0 or 1 is called a binary digit, or ____.
A) bit
B) bytecode
C) Unicode
D) hexcode
Bit
It is critical to make and keep backup copies of the program at each step of the programming and debugging process.
A) True
B) False
True
C++ is predominantly a compiled language.
A) True
B) False
True
Another term for a program or set of programs is software.
A) True B) False
True
____ defines the order in which the program executes instructions.
A) Invocation
B) Selection
C) Iteration
D) Sequence
Sequence
The output produced by a compiler is called a(n) ____, which is a machine language version of the source code.
A) high-level program
B) object program
C) assembly program
D) executable program
object program
Machine language programs are also referred to as ____.
A) assembly language
B) binary instructions
C) executable programs
D) programming
executable programs
Although not everybody classifies them in the same way, there are ____ main documents for every problem solution.
A) five
B) three
C) four
D) six
five
Because ____ are cumbersome to revise and can support unstructured programming practices easily, they have fallen out of favor by professional programmers.
Question options:
A) flowcharts
B) pseudocodes
C) formulas
D) algorithms
flowcharts
A top-level structure diagram, also called a first-level structure diagram, represents the first overall structure of the program the designer has selected.
A) True
B) False
True
Visual Basic, C, C++, and Java are all examples of ____ languages.
A) high-level
B) machine-level
C) assembly
D) low-level
high-level
Writing of an algorithm by using computer-language statements is called ____ the algorithm.
A) testing
B) coding
C) designing
D) developing
Coding
The devices that feed data and programs into computers are called output devices.
A) True B) False
False
Writing of an algorithm by using computer-language statements is called ____ the algorithm.
A) testing
B) coding
C) designing
D) developing
coding
The term GB refers to ____.
A) giant byte
B) gigabyte
C) group byte
D) great byte
gigabyte
A sequence of eight bits is called a ____
A) binary digit
B) byte
C) character
D) double
byte
Main memory is directly connected to the CPU.
A) True
B) False
True
____ represent information with a sequence of 0s and 1s.
A) Analog signals
B) Application programs
C) Digital signals
D) System programs
Digital Signals
The ____ is the brain of the computer and the single most expensive piece of hardware in your personal computer.
A) MM
B) ROM
C) RAM
D) CPU
CPU
Main memory is called ____.
A) read only memory
B) random access memory
C) read and write memory
D) random read only memory
Random access memory
The devices that feed data and programs into computers are called ____ devices.
A) entry
B) input
C) output
D) secondary
Input
When the computer is turned off, everything in secondary memory is lost.
A) True
B) False
False
Main memory is an ordered sequence of items, called ____.
A) pixels
B) registers
C) memory cells
D) addresses
memory cells
It is critical to make and keep backup copies of the program at each step of the programming and debugging process.
A) True B) False
True