NEW
Font size
WorksheetsQuiz sobre el ornitorrinco y la programación
Total questions: 15
Worksheet time: 8mins
The platypus avoids the square blocks of __________.
wood
stone
ice
metal
We use __________ languages to communicate with computers.
natural
programming
spoken
sign
In this course, you’re going to learn to use the programming language called __________.
Python
Java
Scratch
C++
The two types of objects the platypus can put down are an __________ or a __________.
apple, banana
egg, rock
acorn, leaf
ant, beetle
The code editor part of the screen is where you can edit, or work on, your computer __________.
games
programs
documents
images
When we make a mistake following the rules of the programming language, we will receive a __________ error.
syntax
logical
runtime
semantic
A __________ statement repeats some code as long as the condition is true.
while
if
for
switch
To move a line of code outside of the while loop, she removed the __________ at the front of the line.
indent
semicolon
bracket
comment
To have a line of code execute multiple times, you can put it inside of a while __________.
loop
condition
statement
function
Data are values representing __________ that can be used and edited in a computer program.
numbers
information
letters
symbols
An __________ is a numeric type of data in computers. Examples are 0, 5, 88, -6, and -15.
string
boolean
integer
character
If you think of a variable as a box, then the label on the box is the __________ of the variable.
name
value
type
size
What is inside the box is called the __________ of the variable.
name
value
type
size
A common practice with naming variables to make them easily readable is to use an __________ between two words.
underscore
asterisk
hyphen
comma
Using the function 'int' will convert a string to an __________.
integer
float
string
boolean
