wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

Revision checkpoint 1

Total questions: 10

Worksheet time: 5mins

Name
Class
Date
1.

Which of the following is an example of a hardware problem for a computer component?

a)

The email software cannot start.

b)

Sound comes out of the speakers when you play a song.

c)

The computer does not turn on when you press the on button.

d)

A pop-up advert window shows on the screen when you start the internet browser. A pop-up advert window shows on the screen when you start the internet browser.

2.

Explain how software diagnostic tools can help solve computing issues.

a)

Software diagnostic tools are programs that test your computer to find out what the problems are like antivirus programs or disk analysis software.

b)

Software diagnostic tools are social media websites that allow you to share pictures and change your status.

c)

Software diagnostic tools are hardware tools that can check your power supply to see if it is working.

d)

Software diagnostic tools are computer cleaners that remove the dirt from your keyboard and your mouse. Software diagnostic tools are computer cleaners that remove the dirt from your keyboard and your mouse.

3.

A software program does not start when you click on its icon. Select one advanced troubleshooting strategy you can use to solve the problem.

a)

Check the computer volume level.

b)

Check the power cord is plugged into the computer and the power outlet.

c)

Turn the monitor off.

d)

Check the fault log.

4.

Your computer turns on but the operating system does not load. Select the best troubleshooting strategy to help resolve the issue.

a)

Remove the internet browser.

b)

Boot from a USB drive with diagnostic tools and run tests on the hardware

c)

Disconnect the monitor.

d)

Move the computer to a warmer location. Move the computer to a warmer location.

5.

You are writing a software programme that can store data about your favourite food. Choose a variable name for the food.

a)

int_age

b)

bln_citizen

c)

flt_weight

d)

str_food

6.

You are writing a software program that can calculate the distance between Earth and Mars. Why is the variable name "bln_distance" not a good name?

a)

You cannot use the underscore character in variable names.

b)

You should have a number in the variable name.

c)

bln stands for boolean and the variable will have to be a float.

d)

The variable name is too long. The variable name is too long.

7.

What is decomposition?

a)

Steps you follow to solve a problem

b)

A method used to break down problems into subproblems and smaller parts

c)

A place used in a program to store data that can change

d)

A method used to make problems bigger and put subproblems together A method used to make problems bigger and put subproblems together

8.

You are planning on building a computer. If you decomposed the problem into subprograms, which subprograms below would be the best?

a)

1. Write down the specifications you want – 2. Buy the hardware – 3. Put the hardware together – 4. Install the software.

b)

1. Create a computer - 2. Turn it on.

c)

1. Build a computer.

d)

1. Buy a computer – 2. Take the computer apart – 3. Lay out all the hardware. 1. Buy a computer – 2. Take the computer apart – 3. Lay out all the hardware.

9.

What is pseudocode?

a)

it is code in the Python language.

b)

It is a code you enter into a computer like a password.

c)

It is an algorithm written in text like a programming language but without syntax or grammar rules.

d)

It is the code for writing websites. It is the code for writing websites.

10.

Which of the following is an example of pseudocode?

a)

print("Hello, Zachariah!")

b)

Output the text "Hello Zachariah!"

c)

x = 3+2

d)

x = string(Zachariah)