Programming 1 Quiz 1
Internally, the CPU consists of two parts:
The Control Unit and the Arithmetic and Logic Unit (ALU)
The programming process consists of several steps, which include:
Design, Creation, Testing, and Debugging
True/False: Machine language is an example of high-level language.
False
Three primary activities of a program are:
Input, Processing, and Output
Mistakes that cause a running program to produce incorrect results are called:
Logic errors
True/False: The term "bit" stands for binary digit.
True
Which of the following best describes an operator?
An operator allows you to perform operators on one or more pieces of data.
This is a volatile type of memory, used for temporary storage.
RAM
A variable declaration announces the name of a variable that will be used in a program, as well as:
The type of data it will be used to hold
True/False: software engineering is a field that encompasses designing, writing, testing, debugging, documenting, modifying, and maintaining computer programs.
True