Code Crackers
Bits & Bytes
Logic Lane
Coding Basics
Tech Trek
100

What is the name of the process that identifies errors and make necessary corrections to meet the program's intended outcome?

What is debugging.

100

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. 

100

When a computer carries out a program's instructions, it is called ______________ the program.

What is executing. 

100

What control structure is also called iteration?

What is a loop.

100

A whole number that does not contain a decimal is a ________?

What is an integer. 

200

This control structure will execute each instruction one after another until it reaches the end of the program.

What is sequence structure. 

200

What type of error occurs while the program is running?

What is a runtime error.

200

An do-while statement tests a condition and is an example of a? 

What is a loop.

200

Which tool used to plan computer programs is a pictorial representation of program steps?

What is a flowchart.

200

Which structure allows the computer to execute an instruction only if a certain condition exists?

What is the selection structure. 

300

Which program translates a series of instructions, executes them, and then translates the next series until the program is fully executed?

What is interpreter. 

300

Which data type contains only two values and is used to compare conditions?

What is boolean.

300

Java, Visual Basic, Python and C++ are examples of what type of programming language?

What is high-level.

300

Which tool used to plan computer programs is an English-like representation of program steps?


What is pseudocode.

300

What is the only language a compuer can understand?

What is machine language.

400

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?

What is a logic error. 
400

A set of instructions that tells a computer what to do to accomplish a particular task:

What is a computer program.

400

Named memory locations whose contents can vary are called?

What are variables. 

400

Which programming term means joining two strings together?

What is concatenation. 

400

When you give a variable a starting value, it is called ___________ the variable.

What is initializing.

500

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.

500

There are _____ types of programming errors.

What is 3 types. 

500

The three main logic control structures include?

What is selection , sequence, and loop.

500

Which of the following terms describes a group of objects with common properties?

What is class.

500

What is the program that translates other programming languages into machine language?

What is complier.

M
e
n
u