wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

Quiz sobre el ornitorrinco y la programación

Total questions: 15

Worksheet time: 8mins

Name
Class
Date
1.

The platypus avoids the square blocks of __________.

a)

wood

b)

stone

c)

ice

d)

metal

2.

We use __________ languages to communicate with computers.

a)

natural

b)

programming

c)

spoken

d)

sign

3.

In this course, you’re going to learn to use the programming language called __________.

a)

Python

b)

Java

c)

Scratch

d)

C++

4.

The two types of objects the platypus can put down are an __________ or a __________.

a)

apple, banana

b)

egg, rock

c)

acorn, leaf

d)

ant, beetle

5.

The code editor part of the screen is where you can edit, or work on, your computer __________.

a)

games

b)

programs

c)

documents

d)

images

6.

When we make a mistake following the rules of the programming language, we will receive a __________ error.

a)

syntax

b)

logical

c)

runtime

d)

semantic

7.

A __________ statement repeats some code as long as the condition is true.

a)

while

b)

if

c)

for

d)

switch

8.

To move a line of code outside of the while loop, she removed the __________ at the front of the line.

a)

indent

b)

semicolon

c)

bracket

d)

comment

9.

To have a line of code execute multiple times, you can put it inside of a while __________.

a)

loop

b)

condition

c)

statement

d)

function

10.

Data are values representing __________ that can be used and edited in a computer program.

a)

numbers

b)

information

c)

letters

d)

symbols

11.

An __________ is a numeric type of data in computers. Examples are 0, 5, 88, -6, and -15.

a)

string

b)

boolean

c)

integer

d)

character

12.

If you think of a variable as a box, then the label on the box is the __________ of the variable.

a)

name

b)

value

c)

type

d)

size

13.

What is inside the box is called the __________ of the variable.

a)

name

b)

value

c)

type

d)

size

14.

A common practice with naming variables to make them easily readable is to use an __________ between two words.

a)

underscore

b)

asterisk

c)

hyphen

d)

comma

15.

Using the function 'int' will convert a string to an __________.

a)

integer

b)

float

c)

string

d)

boolean