WorksheetsHomework - Grade 4
Total questions: 20
Worksheet time: 11mins
What are the output of the command print 8 – 3
5
15
11
What are the output of the command message “Welcome”
Error message
Welcome (in a pop up dialog box)
What will be the command to perform these calculations?Multiply 3, 5 and 7
print 3 + 4 - 7
print 3 * 5 * 7
print 3 / 5
Which of the following commands combines the features of the center and
clear commands?
Reset
Ccl
Which of the following commands is used to rotate the turtle in the clockwise direction with respect to its starting position?
tr
tl
dir
The bar which shows all actions in Kturtle is called as _____
Menubar
Editor
Canvas
Which of these keys is used for deleting the text which is to the Left of the cursor?
Backspace
Delete
The ________ primitive is used to print number and text on the canvas.
msg
clear
Q1.Which command is used to draw circle or semicircle in K Turtle?
Repeat
Circle
The turtle will make ______ turns for making square.
3
4
6
What shape will be executed when the command - repeat 4 { fw 100 tr 90} is typed?
circle
square
semi circle
How many times should we repeat a command to draw a circle?
360
350
180
A ________ is any closed figure with multiple sides?
Polygon
Repeat
Circle
The command for blue colour
pc blue 255
pc 84, 79, 255
pc 0, 1, 255
pc 0, 0, 255
Red colour commands
pc 255, 0, 0
pc 0, 0, 0, 0, 255
pc 255, 7, 0
Turn red
To make a pentagon shape:
repeat 1 {pentagon}
repeat {repeat, repeat}
repeat 500 {fw 1904 tr 29}
repeat 5 {fw 100 tr 72}
To make a Octagon:
repeat 8 {fw 49 tr 28}
Repeat 8 {draw a octagon}
repeat 8 {fw 70 tr 45}
repeat 8 {Octagon}
______ makes the turtle go to a certain position on the canvas without drawing any line.
gox
goy
go
gx
Which command is used to set the thickness of the turtle's pen?
pu
pd
pw
pt
Which command is used for leaving gaps while drawing any figure?
ss and sh
pu and pd
pw and pc
