Wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Grade 4 - Keywords

Total questions: 12

Worksheet time: 11mins

Name
Class
Date
1.

Match the following sentences

a)

Code that is run a number of times within a program

1.

Repetition

b)

Instructions that repeat over and over without stopping

2.

Forever loop

c)

It does not follow a pattern

3.

Random

2.

What is a comment?

a)

A note explaining the meaning of a program's code

b)

Finding and removing errors from a program

c)

Repeats the code inside it over and over until you stop the program

3.

What is the debugging?

a)

Finding and removing errors from a program

b)

A note explaining the meaning of a program's code

c)

Repeats the code inside it over and over until you stop the program

4.

What is the forever block?

a)

repeats the code inside it over and over until you stop the program

b)

an organised collection of related data

c)

processed data

5.

Match the following

a)

an organised collection of related data

1.

Database

b)

processed data

2.

Information

c)

not processed data

3.

Raw data

6.

What is a server?

a)

a computer that provides services to other computers on a network

b)

a computer that connects to and uses the resources of a server

c)

a worldwide network of computers and devices

7.

What is a client?

a)

a computer that connects to and uses the resources of a server

b)

a computer that provides services to other computers on a network

c)

a service where users can communicate in real time

8.

Match the following

a)

a worldwide network of computers and devices

1.

Internet

b)

a service where users can communicate in real time

2.

Instant messaging

c)

a large collection of linked web pages accessed by a browser

3.

World Wide Web

d)

a computer program for displaying and moving between web pages

4.

Browser

e)

a link from one web page to another

5.

Hyperlink

9.

A collection of related ​ (a)   is called a ​ (b)   . ​

Choose from the below words
website
web pages
10.

Match the following

a)

store files for everyone on the network

1.

File servers

b)

allow programs to be run over a networks

2.

Application servers

c)

hold and share web pages

3.

Web servers

d)

forward documents from clients to be printed

4.

Print servers

e)

handle emails between users

5.

Mail servers

11.

Match the following

a)

another name for the copper cables used in wired networks

1.

Ethernet

b)

connecting devices in a network with physical wires

2.

Wired

c)

a way of connecting devices in a network via radio waves

3.

Wireless

d)

a way of sending information through the air

4.

Radio wave

e)

a set of rules for devices communicating over wireless networks

5.

Wi-Fi

12.

Match the following sentences

a)

a single pass through a set of instructions

1.

Iteration

b)

keeps track of the number of times a loop has run

2.

Counter

c)

a type of loop where instructions are repeated a set number of times

3.

count-controlled loop

d)

Scratch code used for count-controlled loop

4.

Repeat block