WorksheetsKira-JH U1/L1
Total questions: 17
Worksheet time: 9mins
A platypus is a cute little animal that lives in _______.
Australia
Africa
South America
Europe
The blue squares in the platypus’ world represent _______.
water/ocean
mountains
trees
sand
The platypus can _______ through the water.
swim
jump
climb
crawl
The platypus avoids the square blocks of _______.
land
water
wood
metal
We use _______ languages to communicate with computers.
programming
spoken
sign
body
In this course you’re going to learn to use the programming language called _______.
Python
Java
Ruby
C++
In the right side of the screen where we see the platypus, in the Visual Output section, where it says put_down(obj) and pick_up(obj), “obj” is short for _______.
object
obstacle
option
objective
The two types of objects the platypus can put down are an _______ or a _______.
egg, crab
stone, fish
leaf, worm
shell, insect
A computer program is a sequence of _______ for a computer to follow.
instructions
colors
songs
dances
A _______ is a specific instruction for the computer to complete a task.
command
folder
monitor
printer
_______ is another word for a computer program.
Code
Monitor
Keyboard
Printer
The code editor part of the screen is where you can edit, or work on, your computer _______.
program/code
music
photos
games
_______ is the set of rules that define how symbols and words are used in a programming language.
Syntax
Algorithm
Variable
Function
The _______ section of the screen is where the output of the program appears when there is output.
console
toolbar
menu bar
status bar
When we make a mistake following the rules of the programming language, we will receive a _______ error.
syntax
runtime
logical
semantic
Another name for an error in a program is a _______.
bug
loop
array
function
The process of fixing bugs in a program is called _______.
debugging
compiling
executing
designing
