Grade III Computer U.
Grade III “Computer”
Chapter: 06 “Writing and Math in KTurtle”
Q.1. What is KTurtle?
Answer:
KTurtle is a program that helps beginners learn programming through
drawing with a turtle.
Q.2. How does KTurtle use writing in programming?
Answer:
In KTurtle, you write commands to control a turtle on the screen and create
drawings.
Q.3. How can you make the turtle move in KTurtle?
Answer:
You use commands like ‘forward()’ ‘or’ ‘backward()’ to move the turtle.
Q.4. How do you draw a square in KTurtle?
Answer:
You use a "repeat" command to make the turtle move forward and turn
right four times.
Q.5. What does the "clear" command do in KTurtle?
Answer:
It clears the drawing canvas, giving you a fresh start.
Q.6. How do you make the turtle repeat a set of commands a specific
number of times in KTurtle?
Answer:
You use the "repeat" command followed by the number of repetitions.
Q.7. What does the "speed" command do in KTurtle?
Answer:
It adjusts the drawing speed of the turtle.
Page 1 of 2
Grade III Computer U.S
Fill in the blanks:
Select the words and put in right place.
Font size go print spritehide spriteshow
The print command writes text or numbers on the canvas.
The fontsize command changes the size of the text or number.
The go command is used to move the turtle without drawing a line.
The spritehide command allows you to hide the turtle.
The spriteshow command is used to unhide the turtle.
True or False:
Write T if the statement true or write false if the statement is wrong.
1. In Kturtle, you can use loops to repeat a set of commands. T
2. Variables in programming are used to store and manipulate data. T
3. Mathematical expressions can be used in programming to perform calculations T
4. In Kturtle, you can draw shapes by specifying angles and distances. T
5. Kturtle is primarily used for data analysis and statistics. F
Page 2 of 2