NEW
Font size
WorksheetsPython 4
Total questions: 22
Worksheet time: 10mins
Python is an example of a:
Text-based programming language
Visual-based programming language
Block-based programming language
Language written in JavaScript
What does term ‘debug’ mean:
looking at the code
a set of instructions
Identify errors and fix them
Making a calculation
What is the word (command) used to display numbers and text on the screen?
Input
Output
Command
print(3+4)
print("3+4")
print("Hello world!")
print(Hello world!)
print("Hello" + "world!")
A syntax error means your code has a 'grammar' mistake or you used symbols/operations
incorrectly
False
True
Which Studio Ghibli film is about a young girl named Chihiro who enters a spirit world after her parents are turned into pigs?
Princess Mononoke
My Neighbor Totoro
Howl's Moving Castle
Spirited Away
Which Studio Ghibli film is about a young witch named Kiki who starts her own delivery service?
Kiki's Delivery Service
Spirited Away
Princess Mononoke
My Neighbor Totoro
Which Studio Ghibli film is about a young princess named Mononoke who fights against the destruction of the natural world?
Spirited Away
My Neighbor Totoro
Howl's Moving Castle
Princess Mononoke
What does the keyboard shortcut CTRL+Z do?
Cut
Copy
Undo
Save
What does RAM stand for?
A) Random Access Memory
B) Read-Only Memory
C) Read and Write Memory
D) Real-time Access Memory
What is selection?
A set of steps to follow
A path through a solution
A decision
How many buttons does a BBC Microbit have?
1
2
3
4
Margaret Hamilton worked on the Apollo Space Program. What was the destination of the spaceship that she programmed?
The Sun
Jupiter
Mercury
The Moon
Who is this soccer player?
Luis Suarez
Zlatan
Coutinho
Robben
how we can make the game work
Move forward
click RUN
I don't know
Nothing
Algorithm
Putting commands in correct order so computers can read the commands.
Finding and fixing problems in your algorithm or program.
An action that causes something to happen.
a step-by-step procedure for solving a problem
Bug
Part of a program that does not work correctly.
An algorithm that has been coded into something that can be run by a machine.
The art of creating a program.
An action that causes something to happen.
