wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

Grade 5 Unit 1&2 Term 1 CHP 1 (2024-2025)

Total questions: 20

Worksheet time: 14mins

Name
Class
Date
1.

Embedded systems are computer systems with hardware and software to control and/or monitor a specific task or function within a larger system.

a)

True

b)

False

2.

Which one uses an embedded system?

a)
b)
c)
d)
3.

  Which one do we use to detect movement?

a)

A. Buzzer

b)

B. IR sensor

c)

C. Motion sensor

d)

D. Humidity sensor

4.

Which one is a small system with all components in a single board?

a)
b)
c)
d)
5.

Which one is block-based programming software that can we use to program a

microcontroller?

a)

A.     Arduino IDE

b)

B.     Python

c)

C.     Arduino Uno

d)

D.     Ardublockly

6.

Ahmed starts writing a small sub-program to create a big computer program. What do we call this?

a)

Algorithm

b)

Decomposition

c)

Variables

d)

Feedback

7.

  Which one is a place in memory that you can create to store information?

a)

Loops

b)

Algorithms

c)

Names

d)

Variables

8.

Which flowchart symbol shows input and output data?

a)
b)
c)
d)
9.

This code displays the string “Red” for one second. You want to change this code to display the strings “RED”, “GREEN” and “WHITE” for one second. Which of these is the updated code?

a)
b)
c)
d)
10.

When you write a code for the computer to carry out a task, it is called

a)

Design

b)

programming

c)

sketching

11.

What does IPO mean?

a)

input, producing, and output

b)

input, process, and output.

c)

input, processing, and outcome.

12.

Which one of the following is an output device?

a)
b)
13.

Is a keyboard an input or output device?

a)

Input

b)

Output

14.

Is a screen an input or output device?

a)

Input

b)

Output

15.

Algorithm is a

a)

a set of steps to do a task.

b)

difficult procedure

c)

complex

d)

hard steps

16.

We use different boxes in

a)

steps

b)

flowchart

c)

algorithm

d)

quiz

17.

Flowcharts are from

a)

Left

b)

Right

c)

Bottom

d)

Top to bottom

18.
What does this shape represent?
a)
Input/Output
b)
Decision
c)
Process
d)
Start/Stop
19.
What does this shape represent?
a)
Decission
b)
Process
c)
Input/Output
d)
Start/End
20.
What command is this shape for?
a)
References another part of the program
b)
Data that is going in as input or coming out as output
c)
Processing something - a calculation or storing something into a variable
d)
Shows the direction of the program