Font size
WorksheetsYear 7 Final Quiz 2024
Total questions: 76
Worksheet time: 25mins
How does data get into a computer?
Using USB flash drive
Using input devices
Using Google
Using html code
An input device used to control a pointer on the screen and make selections
Microphone
HDD
CD
Mouse
Select all examples of input devices below.
Hard drive
Monitor
Microphone
Mouse
Headphones
What type of device is this? (Printer)
Input
Output
What is the definition for?
Allows the user to see/hear data coming out of the computer
Input Device
Output Device
An example of an output device
Microphone
Webcam
Projector
Keyboard
...is a computer program that contains the set of instructions needed to tell the hardware what to do
Hardware
Input device
Processing
Software
_____________is a type of system software allows that allow a user to perform maintenance-type tasks.
Operating system
System Software
Application software
Utility program
"Making a duplicate of all the users work" is a description of what?
Defragmentation
Drivers
Task Manager
Backup
Which is an example of personal information
Your house number only
Your initials
Your date of birth
Your gender
When a user annoys/insults people online in an act to wind them up
Spam email
Trolling
Hacking
Posting
The strongest password would be
gRe@tj0b2
greatjob
gre@tj0b
great_job
What does collaboration mean?
Giving your file to a app company
When you share a file to specific people you can give them access to the file or to just read over it.
Giving your file to someone else
If you save through Cloud Computing where is it saved?
Remote file server (storage) outside your network
Local storage
USB Stick
Remote file server (storage) inside your network
Which of these is an example of Cloud Computing?
USB stick
Drop Box / onedrive / google drive
SD Card
What is the biggest disadvantage of cloud storage
It costs lots of money
You need the fastest internet access to use it
Files could be less private and at risk to other people
It takes a long time to setup
What is malware?
Software which is designed to disrupt, damage, or gain authorised access to a computer system.
A computer program designed to take your information
Someone trying to trick you into giving them personal information
A fake website which tricks you into giving away your details
Which one of the following segments of code would be the most precise block to use to draw a blue square in Scratch?
Would the following program correctly play the nursery rhyme Hot Cross Buns?
Yes
No
What would the output of “say weather” be at the end of this program?
rain
cloudy
rain, sun, rain, cloudy
weather
What value would be held by the ‘name1’ variable and the ‘name2’ variable at the end of this program?
name1 = Jordan
name2 = Riley
name1 = Riley
name2 = Jordan
name1 = Jordan
name2 = Jordan
name1 = Riley
name2 = Riley
What will be the output of this program when it is executed? (What will the sprite say)?
Good afternoon
How are you?
Good afternoon
How are you?
Nothing will be outputted/said
What will be the output of this program when it is executed? (What will the sprite say)?
Good afternoon
How are you?
How are you?
Good morning
Good afternoon
How are you?
Good morning
How are you?
Which of the conditions would evaluate to ‘True’ with the following inputs?
Which of the following blocks of code would make the Scratch Cat say “1, 2, 3” leaving a second in between each number?
What will be outputted (what will be said) when the following program is executed?
Sun, Rain, It’s raining
Sun, Rain, Rain
Sun, Rain, Rain, It’s raining
Sun, It’s raining
What will be the output of this program when it is executed? (What will the sprite say)?
10, 11, Lunchtime, 12
10, 11, Lunchtime, 13
10, 11, 12, 13
10, 11, Lunchtime, 12, 13
Which of these sets of instructions is not a subroutine
A large program has been broken down into subroutines to make the problem more manageable to solve. What is this process called?
Abstraction
Decomposition
Sequence
Selection
Iteration
A learner has created the following piece of code to check if a password is correct or not. They want to improve it so that it will only give a maximum of three attempts before locking them out of the game for 60 seconds. What programming construct should they use for this?
A Forever loop
A Repeat until loop
A Repeat 3 loop
Three If/else statements
A learner has created the following block of code, when will the loop terminate?
When ‘number’ holds the value ‘3’
When ‘number’ holds the value ‘4’
When ‘number’ is higher than ‘3’
Never
What will be the output of this program when it is executed? (What will the sprite say?)
Nothing
1, 2, 3, 4
1, 2, 3, 4, 5
1, 2, 3, 4, 5, 6
All of the blocks of code below will execute a countdown timer. Select the most appropriate block for this purpose when using Scratch.
The following block of code was used to create a shopping list and then replace a list item in ‘shopping_list’. Which item was replaced with ‘flour’?
milk
cheese
bread
butter
What will be the output of this program when it is executed? (What will the sprite say?)
cheese
biscuits
crisps
milk
What will be the output of this program when it is executed? (What will the sprite say?)
Sugar added
Milk
Cheese
Biscuits
A learner is using the Translate block to translate a list of words. What will be the output of this program when it is executed? (What will the sprite say?)
hello, goodbye, yes, no
hello, Hello, Hello, Hello
salut, au revoir, oui, non
salut, salut, salut, salut
