wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Introduction to Programming

Total questions: 10

Worksheet time: 8mins

Name
Class
Date
1.

Instructions written in 0s and 1s are called (a)   language.

2.

When writing a(n) ______________ program, the programmer concentrates on the major tasks needed to accomplish the goal.

a)

procedure-oriented

b)

object-oriented

3.

When writing a(n) _________________ program, the programmer breaks up a problem into interacting objects.

a)

Procedure-oriented

b)

object-oriented

4.

Most high-level language use a(n) (a)   to translate the instructions into a language that the computer can understand.

5.

What are the three basic control structures? (separate items using a comma)

(a)  

6.

Which control structure is contained in all programs?

(a)  

7.

The step-by-step instructions that accomplish a task are called a(n) (a)   .

8.

Which structure tells the computer to repeat one or more instructions in a program?

(a)  

9.

Which structure ends when its condition has been met

(a)  

10.

The (a)   structure, also called the decision structure, instructs the computer to evaluate a condition and then follow one or two paths based on the result of the evaluation.