NEW
Font size
WorksheetsGrade 3 Digital Literacy Quiz
Total questions: 50
Worksheet time: 25mins
What is an example of program output?
Typing on a keyboard
Clicking a mouse
Text appearing on a screen
Moving the mouse
Which device or parts of a computer shows the output of a program?
Monitor
Keyboard
Mouse
Microphone
What will be the output of this code block in a program:
Hello!
Screen
Mouse
Output is what the computer:
Thinks
Does before input
Gives us back
Types
Which of these is not an output?
Picture on screen
Sound from speaker
Text on paper
Clicking a mouse
What device is used to display pictures and videos from the computer?
Keyboard
Mouse
Monitor
Microphone
What do you call the result of a program?
Input
Output
Code
Mouse
Which one is used to hear output?
Microphone
Speaker
Mouse
Keyboard
When a computer shows a message, the message is called:
Input
Output
Program
Click
The output of this code is .......
23
Two plus three
5
6
What is 'input' in a computer?
What the computer shows
What we see
What we give to the computer
What the printer prints
Which device is used to type input?
Mouse
Keyboard
Monitor
Speaker
Clicking the mouse is an example of:
Input
Output
Program
Code
What is the role of a microphone?
To show pictures
To play music
To give sound input
To print documents
Which of these is not an input device?
Mouse
Keyboard
Monitor
Microphone
What do you use to give instructions to a computer?
Screen
Input devices
Printer
Speaker
When you press a key, you are giving:
Output
Input
Power
Data
Which of these sends data into the computer?
Printer
Mouse
Monitor
Speaker
What happens when you click on an icon?
Input is given
Output is shown
Program shuts down
Nothing
What is a touch screen used for?
Watching movies only
Making sound
Input and output
Only typing
When you press a key and see a letter, that is:
Code
Output only
Input turned into output
Sound input
If your input is print("I like cats"), what is the output?
Cats
I like cats
Keyboard
What do we call the action of giving input and getting a result?
Result time
Input/Output process
Typing
Code print
What output do you expect if you input print(4 + 4)?
44
Eight
8
4 + 4
Which comes first?
Output
Monitor
Input
Printer
What do we give to get output from a program?
Code
Output
Input
Screen
Typing Hello and seeing it on the screen is:
Sound output
Printing
Input-output
Input-only
Clicking a button and seeing a new picture is an example of:
Input turned into output
Drawing
Touchscreen use
Game code
Which shows the result of your input?
Keyboard
Mouse
Monitor
Button
Which best describes this: You type a name, and it shows on screen?
Plan
Input/output
Mouse click
Touchscreen only
What is the output of this code? print(3 + 2)
5
32
+
3 and 2
What symbol is used to add in a program?
-
*
+
/
What will print(9 - 4) show?
5
13
94
9 - 4
gives:
2
4
3
8
What is the answer to 5 * 5 ?
55
25
1
10
Which operation gives the biggest number?
3 + 4
5 * 2
10 - 1
6 / 3
Which code shows subtraction?
print(2 + 2)
print(5 - 3)
print(3 * 3)
print(8 / 2)
What controls the computer?
input
output
user
program
What does this code mean: ?
Add 0 to 7
Multiply 7
Print nothing
Error
Which of these programs adds two numbers?
print(5 * 2)
print(8 / 2)
print(1 + 6)
print(9 - 2)
What does 'plan' mean in programming?
Do it now
Think before doing
Type fast
Copy someone
What is the first step before writing a program?
Do
Plan
Run
Why do we plan a program?
To finish quickly
To guess
To know what to do
To copy code
Which is the correct order?
Do → Plan
Check → Do
Plan → Do
Print → Plan
Which is not a planning tool?
Drawing
Talking
Guessing
Writing
What helps you make fewer mistakes in a project?
Guessing
Planning
Copying
Running
Planning your program is like:
Running
Making a list
Reading a book
Watching TV
What should you do after planning?
Sleep
Watch
Do (write the code)
Read
What happens if you don't plan a program?
It may not work
It will be perfect
You can play games
Nothing
True planning means:
Writing the answer
Thinking and making steps
Guessing what the code is
Clicking many times
