C++
All logical errors, such as division by 0, are reported by the compiler.
False
All programs must be loaded into the CPU before they can be executed and all data must be loaded into main memory before it can be manipulated.
False
Analog signals represent information with a sequence of 0s and 1s.
False
In ASCII, A is the 65th character. (3)
False
Main memory is an ordered sequence of cells and each cell has a random location in main memory.
False
One GB is 2^20 MB.
False
A binary code is a sequence of 0s and 1s.
True
A compiler translates the source program into an object program.
True
A sequence of eight bits is called a byte.
True
An assembler translates the assembly language instructions into machine language.
True
An object consists of data and operations on that data.
True
An object program is the machine language version of a high-level language program.
True
ISO stands for International Organization for Standardization.
True
In a C++ program, statements that begin with the symbol # are called preprocessor directives.
True
In object-oriented design (OOD), a program is a collection of interacting objects.
True
Programming is a process of problem solving
True
The calculating device called the Pascaline could calculate sums up to eight figures long.
True
The machine language is a sequence of 0s and 1s.
True
The number system used by a computer is base 2.
True
The program that loads first when you turn on your computer is called the operating system.
True