NEW
Font size
Worksheetscheckpoint 3grade7
Total questions: 10
Worksheet time: 5mins
What step do you follow to find and correct mistakes in code?
Flowchart
Debug
Hack
JavaScript
Which flowchart shape below should you use for inputs or outputs?
Which of the following can you use as a variable in Python?
2herethere
here2there
here 2 there
here@*&there
Which of the following belongs to the float data type?
282
"Vasha"
19.02
"Car"
What programming language can you use to make Android apps?
Logo
Java
BASIC
G-code
What does the command "float( )" do?
It outputs text to the screen.
It turns text into an integer data type.
It makes computer text float to the top of the screen.
It turns an integer into a float data type.
You write the below code and run it. How many times will Python print "Hello"?
9
18
2
0
Why does the code below not work?
There is no indent on lines 2 and 3.
There is no question mark after "What is your name" on line 2.
On line 3, name should have speech marks.
On line 1, "def" should be "DEF".
What code should you use to change the colour of the pen in Python turtle?
myTurtle.paint("red")
myTurtle.color("red")
myTurtle.paint(red)
myTurtle.color(red)
What letter will the code below draw if the turtle is facing up?
J
L
U
V
