wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

coding

Total questions: 10

Worksheet time: 5mins

Name
Class
Date
1.

What does this equation mean ? a != t

a)

A is assigned t

b)

A and t are equal

c)

A is not equal to t

d)

T is added to a

2.

What are the two different types of Java loops called?

a)

Else and While

b)

For and While

c)

If and then

d)

If and Else

3.

What is the only thing that computers understand?

a)

Machine Code

b)

Low-Level Languages

c)

High-Level Languages

d)

Algorithms

4.

How many digits are used by the Binary number?

a)

1

b)

3

c)

0

d)

2

5.

Choose the correct snippet from the following to check if the variable "a" is not equal the "NULL":

a)

if(a!null)

b)

if(a!=null)

c)

if (a!)

d)

if(a!==null)

6.

ISP stands for:

a)

Internet Security Protocol

b)

Internet Service Provider

c)

Internet Survey Period

d)

Internet Security

7.

A person who writes code and communicates instructions to a computer.

a)

Code

b)

Programmer

c)

Command

d)

Algorithm

8.

An error, or mistake, in a program prevents the program from being run correctly.

a)

Program

b)

loop

c)

Bug

d)

code

9.

Finding and fixing errors or mistakes in programs.

a)

Looping

b)

Decomposing

c)

Sequencing

d)

Debugging

10.

More than one instruction or command is to be followed in order.

a)

Sequence

b)

Algorithm

c)

Bug

d)

Command