What is the name of the process that identifies errors and make necessary corrections to meet the program's intended outcome?
What is debugging.
Which of the following is a number system that uses the values 0 and 1, and is the primary language that computers use to communicate?
What is binary.
When a computer carries out a program's instructions, it is called ______________ the program.
What is executing.
What control structure is also called iteration?
What is a loop.
A whole number that does not contain a decimal is a ________?
What is an integer.
This control structure will execute each instruction one after another until it reaches the end of the program.
What is sequence structure.
What type of error occurs while the program is running?
What is a runtime error.
An do-while statement tests a condition and is an example of a?
What is a loop.
Which tool used to plan computer programs is a pictorial representation of program steps?
What is a flowchart.
Which structure allows the computer to execute an instruction only if a certain condition exists?
What is the selection structure.
Which program translates a series of instructions, executes them, and then translates the next series until the program is fully executed?
What is interpreter.
Which data type contains only two values and is used to compare conditions?
What is boolean.
Java, Visual Basic, Python and C++ are examples of what type of programming language?
What is high-level.
Which tool used to plan computer programs is an English-like representation of program steps?
What is pseudocode.
What is the only language a compuer can understand?
What is machine language.
Which type of error causes a program to produce incorrect results, such as the sum of two values instead of the difference of two values?
A set of instructions that tells a computer what to do to accomplish a particular task:
What is a computer program.
Named memory locations whose contents can vary are called?
What are variables.
Which programming term means joining two strings together?
What is concatenation.
When you give a variable a starting value, it is called ___________ the variable.
What is initializing.
Which of the following is a function used to tell the program what to do when a certain action takes place?
What is an event handler.
There are _____ types of programming errors.
What is 3 types.
The three main logic control structures include?
What is selection , sequence, and loop.
Which of the following terms describes a group of objects with common properties?
What is class.
What is the program that translates other programming languages into machine language?
What is complier.