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

Instructions that repeat over and over without stopping

Repetition

It does not follow a pattern

Forever loop

Code that is run a number of times within a program

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

an organised collection of related data

Database

not processed data

Information

processed data

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 large collection of linked web pages accessed by a browser

Internet

a service where users can communicate in real time

Instant messaging

a link from one web page to another

World Wide Web

a computer program for displaying and moving between web pages

Browser

a worldwide network of computers and devices

Hyperlink

9.

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

Choose from the below words
website
web pages
10.

Match the following

store files for everyone on the network

File servers

allow programs to be run over a networks

Application servers

forward documents from clients to be printed

Web servers

handle emails between users

Print servers

hold and share web pages

Mail servers

11.

Match the following

a set of rules for devices communicating over wireless networks

Ethernet

a way of connecting devices in a network via radio waves

Wired

connecting devices in a network with physical wires

Wireless

another name for the copper cables used in wired networks

Radio wave

a way of sending information through the air

Wi-Fi

12.

Match the following sentences

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

Iteration

Scratch code used for count-controlled loop

Counter

a single pass through a set of instructions

count-controlled loop

keeps track of the number of times a loop has run

Repeat block