wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

kturtle

Total questions: 27

Worksheet time: 14mins

Name
Class
Date
1.

What Is The Short Form Of TurnRight?

(a)  

2.

What We Should Write For A Math Question

a)

Print

b)

Say

c)

What Is

3.

Hi I Am A (a)   .

4.

What Command We Use For Turning Right?

a)

please right

b)

right

c)

tr and turnright

d)

go right

5.

What Command We Use For Turning Left???

a)

turnleft

b)

go left

c)

tl

d)

left

6.

Look A (a)   .

7.

Tr _____ Tl _______

(a)  

8.

What is use of kturtle?

a)

Helps to draw pictures

b)

Helps to type text

c)

Helps to display result on the canvas

d)

All of these.

9.

Which primitives brings the turtle at the center of the canvas?

a)

Center

b)

Reset

c)

Clear

d)

Go

10.

Which primitive helps to make the turtle to move 40 steps towards the left without making a line?

a)

Gox 40

b)

Go 40, 40

c)

Goy 40

d)

Gy 40

11.

The full of fw primitive is

a)

Foreground

b)

Forwarded

c)

Forwarding

d)

Forward

12.

The ............. primitive helps to erase the drawaing on the canvas.

a)

Reset

b)

Center

c)

Clear

d)

Option I and III

13.

The ............. primitive helps to give information or feedback.

a)

Msg

b)

Message

c)

Print

d)

Pr

14.

The _________ primitive helps to rotate the head of the turtle toward right side from it's starting point.

a)

dir

b)

trr

c)

tr

d)

tl

15.

The print 10 + 6 primitive answer is __________

a)

16

b)

16.5

c)

14

d)

13

16.

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

a)

print

b)

msg

c)

clear

17.

What is turtle?

4 lines
18.

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

a)

Print

b)

Repeat

c)

Circle

19.

The turtle will make ______ turns for making square.

a)

3

b)

4

c)

6

20.

Which command is used to implement the looping concept?

a)

Repeat

b)

loop

c)

command

21.

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

a)

circle

b)

square

c)

semi circle

22.

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

a)

360

b)

350

c)

180

23.

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

a)

150

b)

360

c)

180

24.

A ________ is any closed figure with multiple sides?

a)

Polygon

b)

Repeat

c)

Circle

25.

How many sides decagon has?

a)

8

b)

7

c)

10

d)

5

26.

We cannot repeat a command inside another repeat

a)

True

b)

False

27.

How many sides heptagon has?

a)

6

b)

7

c)

8

d)

9