wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

Final Exam ICT

Total questions: 10

Worksheet time: 10mins

Name
Class
Date
1.

What is a flowchart and what is it used for?

a)

A visual representation of a process or algorithm.

b)

A type of graph that shows the geographical distribution of data.

c)

A way to write programming code in programming language.

d)


A tool for calculating mathematical statistics.

2.

What type of software is Tinkercad?

a)

A photo editing program.

b)

A 3D design platform.

c)

A block-based programming tool

d)


A text editor

3.

What will be the result of the following code in mBlock?

a)

The sprite will move 30 steps and turn 45 degrees.

b)

The sprite will move 10 steps and turn 15 degrees.

c)

The sprite will move 30 steps and turn 30 degrees.

d)

The sprite will not move.

4.

Look at the following HTML code and decide what color the text will be. Remember that the style inside the tag takes priority over other styles:

a)

Blue

b)

Yellow

c)

Red

d)

The text will not be shown

5.

You’re in charge of analyzing the results of a customer satisfaction survey for your company. You collected data on five key aspects: product quality, customer service, price, product variety, and ease of purchase. You want to present these results visually in a meeting with your team. What tool would you use to display the results?

a)

b)

c)

d)

6.

 You want to perform a multiplication in Excel. Which of the following images appropriately represents the mathematical operation?  

a)

b)

c)

d)

7.

In the following image, it shows how you organized documents on your computer. Which was the last folder you opened?  

a)

This PC

b)

Desktop

c)

Book

d)

Pictures

8.

Imagine you want to make a sandwich. Here is a simple flowchart that shows the steps:

1. Start

  1. 2. Do you have bread?

    • Yes: Go to step 3

    • No: Go to step 5

  2. 3. Put the bread on the table

  3. 4. Add your favorite ingredients (like ham and cheese)

  4. 5. Do you have cookies?

    • Yes: Add cookies to the plate

    • No: End

  5. 6. End

If you do not have bread, what should you do according to the flowchart?

a)

Add the ingredients to the bread

b)

Make the sandwich anyway

c)

End the process without making a sandwich

d)

Call a friend to bring you bread

9.

You have created a complex model and now need to export it for printing. What format should you choose and why?

a)

.STL because it is the standard format for 3D printing

b)

.OBJ because it is more colorful

c)

.PNG because it is an image

d)

.SVG because it is for vector graphics

10.

You are programming a sprite to move in a square. What is the correct sequence of blocks you should use to make the sprite move 10 steps, turn 90 degrees, and repeat this four times?

a)

Move 10 steps → Turn 90 degrees → Repeat 4 times

b)

Repeat 4 times → Move 10 steps → Turn 90 degrees

c)

Move 10 steps → Repeat 4 times → Turn 90 degrees

d)

Turn 90 degrees → Move 10 steps → Repeat 4 times