wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

checkpoint 3grade7

Total questions: 10

Worksheet time: 5mins

Name
Class
Date
1.

What step do you follow to find and correct mistakes in code?

a)

Flowchart

b)

Debug

c)

Hack

d)

JavaScript

2.

Which flowchart shape below should you use for inputs or outputs?

a)
b)
c)
d)
3.

Which of the following can you use as a variable in Python?

a)

2herethere

b)

here2there

c)

here 2 there

d)

here@*&there

4.

Which of the following belongs to the float data type?

a)

282

b)

"Vasha"

c)

19.02

d)

"Car"

5.

What programming language can you use to make Android apps?

a)

Logo

b)

Java

c)

BASIC

d)

G-code

6.

What does the command "float( )" do?

a)

It outputs text to the screen.

b)

It turns text into an integer data type.

c)

It makes computer text float to the top of the screen.

d)

It turns an integer into a float data type.

7.

You write the below code and run it. How many times will Python print "Hello"?

a)

9

b)

18

c)

2

d)

0

8.

Why does the code below not work?

a)

There is no indent on lines 2 and 3.

b)

There is no question mark after "What is your name" on line 2.

c)

On line 3, name should have speech marks.

d)

On line 1, "def" should be "DEF".

9.

What code should you use to change the colour of the pen in Python turtle?

a)

myTurtle.paint("red")

b)

myTurtle.color("red")

c)

myTurtle.paint(red)

d)

myTurtle.color(red)

10.

What letter will the code below draw if the turtle is facing up?

a)

J

b)

L

c)

U

d)

V