NEW
Font size
WorksheetsFinal Exam ICT
Total questions: 10
Worksheet time: 10mins
What is a flowchart and what is it used for?
A visual representation of a process or algorithm.
A type of graph that shows the geographical distribution of data.
A way to write programming code in programming language.
A tool for calculating mathematical statistics.
What type of software is Tinkercad?
A photo editing program.
A 3D design platform.
A block-based programming tool
A text editor
What will be the result of the following code in mBlock?
The sprite will move 30 steps and turn 45 degrees.
The sprite will move 10 steps and turn 15 degrees.
The sprite will move 30 steps and turn 30 degrees.
The sprite will not move.
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:
Blue
Yellow
Red
The text will not be shown
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?
You want to perform a multiplication in Excel. Which of the following images appropriately represents the mathematical operation?
In the following image, it shows how you organized documents on your computer. Which was the last folder you opened?
This PC
Desktop
Book
Pictures
Imagine you want to make a sandwich. Here is a simple flowchart that shows the steps:
1. Start
2. Do you have bread?
Yes: Go to step 3
No: Go to step 5
3. Put the bread on the table
4. Add your favorite ingredients (like ham and cheese)
5. Do you have cookies?
Yes: Add cookies to the plate
No: End
6. End
If you do not have bread, what should you do according to the flowchart?
Add the ingredients to the bread
Make the sandwich anyway
End the process without making a sandwich
Call a friend to bring you bread
You have created a complex model and now need to export it for printing. What format should you choose and why?
.STL because it is the standard format for 3D printing
.OBJ because it is more colorful
.PNG because it is an image
.SVG because it is for vector graphics
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?
Move 10 steps → Turn 90 degrees → Repeat 4 times
Repeat 4 times → Move 10 steps → Turn 90 degrees
Move 10 steps → Repeat 4 times → Turn 90 degrees
Turn 90 degrees → Move 10 steps → Repeat 4 times
