Wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Homework - Grade 4

Total questions: 20

Worksheet time: 11mins

Name
Class
Date
1.

What are the output of the command print 8 – 3

a)

5

b)

15

c)

11

2.

What are the output of the command message “Welcome”

a)

Error message

b)

Welcome (in a pop up dialog box)

3.

What will be the command to perform these calculations?Multiply 3, 5 and 7

a)

print 3 + 4 - 7

b)

print 3 * 5 * 7

c)

print 3 / 5

4.

Which of the following commands combines the features of the center and

clear commands?

a)

Reset

b)

Ccl

5.

Which of the following commands is used to rotate the turtle in the clockwise direction with respect to its starting position?

a)

tr

b)

tl

c)

dir

6.

The bar which shows all actions in Kturtle is called as _____

a)

Menubar

b)

Editor

c)

Canvas

7.

Which of these keys is used for deleting the text which is to the Left of the cursor?​

a)

Backspace

b)

Delete

8.

The ________ primitive is used to print number and text on the canvas.

a)

print

b)

msg

c)

clear

9.

Q1.Which command is used to draw circle or semicircle in K Turtle?

a)

Print

b)

Repeat

c)

Circle

10.

The turtle will make ______ turns for making square.

a)

3

b)

4

c)

6

11.

What shape will be executed when the command - repeat 4 { fw 100 tr 90} is typed?

a)

circle

b)

square

c)

semi circle

12.

How many times should we repeat a command to draw a circle?

a)

360

b)

350

c)

180

13.

A ________ is any closed figure with multiple sides?

a)

Polygon

b)

Repeat

c)

Circle

14.

The command for blue colour

a)

pc blue 255

b)

pc 84, 79, 255

c)

pc 0, 1, 255

d)

pc 0, 0, 255

15.

Red colour commands

a)

pc 255, 0, 0

b)

pc 0, 0, 0, 0, 255

c)

pc 255, 7, 0

d)

Turn red

16.

To make a pentagon shape:

a)

repeat 1 {pentagon}

b)

repeat {repeat, repeat}

c)

repeat 500 {fw 1904 tr 29}

d)

repeat 5 {fw 100 tr 72}

17.

To make a Octagon:

a)

repeat 8 {fw 49 tr 28}

b)

Repeat 8 {draw a octagon}

c)

repeat 8 {fw 70 tr 45}

d)

repeat 8 {Octagon}

18.

______ makes the turtle go to a certain position on the canvas without drawing any line.

a)

gox

b)

goy

c)

go

d)

gx

19.

Which command is used to set the thickness of the turtle's pen?

a)

pu

b)

pd

c)

pw

d)

pt

20.

Which command is used for leaving gaps while drawing any figure?

a)

ss and sh

b)

pu and pd

c)

pw and pc