wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

G4T&D EOY quiz

Total questions: 40

Worksheet time: 32mins

Name
Class
Date
1.

What do we call the act of choosing something?

(a)  

2.

Something that is always changing is called

(a)  

3.

If something happens, then something else happens is called a

(a)  

4.

What do we call a storage box with a name?

(a)  

5.

Which of the following is like a named storage box in code?

a)

Random block

b)

Conditional block

c)

Variable block

d)

Selection block

6.

The If, else blocks of code are examples of

a)

selection blocks

b)

conditional blocks

c)

random blocks

d)

variable blocks

7.

Which of the following blocks provide you with a choice?

a)

random blocks

b)

selection blocks

c)

conditional blocks

d)

variable blocks

8.

Who has the best socks at school?

(a)  

9.

Identify this component

a)

Uno Cards

b)

Raspberry Pi

c)

Arduino Duo board

d)

Arduino Uno board

10.

Identify this component

a)

Arduino Uno board

b)

Raspberry Pi

c)

Breadboard

d)

White Plastic Board

11.

Which command is called repetitively over and over again as long as the Arduino has power.

a)

loop ( )

b)

(output)

c)

setup ( )

d)

(input)

12.

Arduino can interact with...

a)

buttons, leds

b)

smartphone

c)

sensors

d)

all of the above

13.

Why Use Breadboards?

a)

They are good for cutting bread.

b)

They help to connect all the components.

c)

They are Integrated circuits (ICs)

14.

choose the right order

a)

output - process - input

b)

process - output - input

c)

input - process - output

d)

input - output - process

15.

To pause a system for 2 seconds in Arduino, we use ________ line code.

a)

delay(2);

b)

delay(20);

c)

delay(200);

d)

delay(2000);

16.

When this command is given, what will happen?

a)

All LED will turn off

b)

LED Pin 2 turn off

c)

LED Pin 13 turn off

17.

What language is the Arduino IDE built on?

a)

Java

b)

HTML

c)

C/C++

d)

Python

18.

Arduino needs an expert programmer

a)

no

b)

yes

19.

What happens when an electric current is passed through an LED?

a)

It cools down the device

b)

It emits sound

c)

It emits light

d)

It stops functioning

20.

Which color LED has the highest forward voltage according to the table?

a)

Red

b)

Yellow

c)

Green

d)

Blue or White

21.

What happens to an LED if the current through it exceeds the maximum current specified in its datasheet?

a)

The LED will become brighter.

b)

The LED will change color.

c)

The LED will be destroyed.

d)

The LED will consume less power.

22.

What is the purpose of using LED current limiting resistors?

a)

To increase the voltage across the LED.

b)

To decrease the brightness of the LED.

c)

To prevent the LED from being destroyed.

d)

To change the color of the LED.

23.

What is the power rating of the smallest resistor shown in the image?

a)

1/8 W

b)

1/4 W

c)

1/2 W

d)

1 W

24.

Which resistor in the image has the highest power rating?

a)

1/8 W

b)

1/4 W

c)

1 W

d)

2 W

25.

How does the micro bit control the LEDs on its front?

a)

By voice commands

b)

By manual adjustment

c)

By switching pins on and off

d)

By using a remote control

26.
What is a common energy source for a circuit?
a)
Light bulb
b)
Battery
c)
Wire
d)
Switch
27.
What is a switch's function in a circuit?
a)
to make the current hotter or colder
b)
turn on and off the flow of current
c)
the pathway that current flows
d)
to add more power to the circuit
28.
this circuit is .....?
a)
open
b)
parallel
c)
closed
d)
The cutest little circuit evah!
29.
When all parts of the circuit are connected it is a ______ circuit. 
a)
open
b)
closed
30.
When you flip a light switch on and off you are closing and opening a circuit.
a)
true
b)
false
31.
Which statement is true?
a)
The light bulb will light up because the  circuit is complete.
b)
The light bulb will light up because the  circuit is broken.
c)
The light bulb will not light up because the  circuit is complete.
d)
The light bulb will not light up because the  circuit is broken.
32.
Levi is wanting to light a bulb.  What does he need to get the bulb to light?
a)
A battery and a paper clip
b)
A battery and a wire
c)
A paper clip and a wire
d)
A switch and a wire
33.
What slows down the flow of electricity in a circuit?
a)
resistance
b)
voltage
c)
current
d)
source of electric current
34.

Type the following:

Technology and design is a fun course, and Mr. D is so handsome.

(a)  

35.

How many times will this hero move?

a)

5

b)

6

c)

10

d)

Unknown

36.

What is the main reason we use loops?

a)

It saves time

b)

It is faster to create

c)

It is easier to type

d)

To repeat a block of code without having to retype

37.

In order to move up, which code would you use

a)

hero.moveUpup()

b)

hero.moveUp()

c)

hero.moveDown()

d)

hero.moveRight()

38.

What should the next code be?

a)

MOVE UP

b)

MOVE DOWN

c)

MOVE LEFT

d)

ATTACK

39.

What does this code do?

a)

Moves forward 1 time

b)

Moves forward forever

c)

Moves forward 5 times

d)

Moves left

40.

What does this code do?

a)

Moves forward, turns, moves forward

b)

Moves forward 2 times, turns left, moves forward 2 more times

c)

Moves forward 4 times and turns left

d)

Moves and turns