wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Digitech - Year 3

Total questions: 16

Worksheet time: 11mins

Name
Class
Date
1.

Which one is not a rule for online safety?

a)

I will not give out personal information such as my name, address and telephone number

b)

I will tell my parents straight away if I come across something that makes me feel uncomfortable

c)

I will post photos of myself in my school uniform

d)

I will not share my password with others except for trusted adults such as my parents or teacher

2.

What peripheral device allows you to input letters, words and symbols into a computer?

a)

a mouse

b)

headphones

c)

camera

d)

keyboard

3.

What name is given for the type of keyboard we use?

a)

Alphabet

b)

Serty

c)

Qwerty

d)

Berty

4.

What is a computer program?

a)

The action of doing something over and over again.

b)

An algorithm that has been coded into something that can be run by a machine.

c)

Finding and fixing problems in an algorithm or program.

d)

A sequence of steps that complete a task.

5.

What are the 4 main strategies/techniques of computational thinking?

a)

Pattern Recognition

b)

Abstraction

c)

Compensation

d)

Algorithms

e)

Decomposition

6.

Which two keys should your pointer fingers always rest on?

a)

D & K

b)

F & J

c)

A & S

d)

Q & P

7.

The definition for algorithm is -

a)

Break a problem down into smaller pieces

b)

Pulling out specific differences to make one solution work for multiple problems

c)

Finding similarities between things

d)

A list of steps that you can follow to finish a task

e)

A quantity representing the power to which a fixed number must be raised to produce a given number.

8.

Which one is an example of a step by step process (algorithm)

a)
b)
c)
d)
e)

All of the above

9.

Which bucket will the robot reach in the maze above if it moves right first then changes direction each time it reaches a platform?

a)

A

b)

B

c)

C

d)

D

10.

Johnny has 4 photos. He wants to give one to Bella.

He asks Bella three questions to help him select the best picture.

Q - Do you want a photo with a beach umbrella?

A - Yes

Q - Do you want a photo where I wear something on my head?

A - No

Q - Do you want a photo where you can see the sea?

A - Yes

Which photo should Johnny give to Bella?

a)
b)
c)
d)
11.
Which algorithm will get the bird to the pig?
a)
Forward
Turn Left
Forward
Forward
b)
Turn Left
Forward
Forward
Forward
c)
Forward
Turn right
Forward
Forward
12.

What is a sequence?

a)

Is the correct order of commands

b)

Is the correct order of functions

c)

Is the correct order of manipulatives

13.
Which algorithm will get the bird to the pig?
a)
Forward 
Turn Left Forward
Forward
b)
Forward
Forward
Turn Left
Forward
Forward
c)
Forward
Forward
Turn Right
Forward
Forward
d)
Forward
Turn Left
Forward
Forward
14.
Which algorithm will get Scrat to the acorn?
a)
Forward
Turn Left
Forward
Turn Right
Forward
b)
Forward
Turn Left
Forward
Turn Left
Forward
c)
Forward
Forward
Turn Right
d)
Turn Left
Forward
Turn Right
Forward
15.

You may need to 'debug' if...

a)

your program has a spelling mistake

b)

you forget to declare a variable

c)

your program is not logical

d)

all of the above

16.

What is wrong with the following "code" for opening a bottle?

1. Grip cap with index finger and thumb

2. Remove cap

3. Twist counter-clock-wise until seal is broken

a)

too many steps

b)

not specific

c)

function doesn't apply to every bottle

d)

instructions are out of sequence