Thanks to visit codestin.com
Credit goes to www.scribd.com

0% found this document useful (0 votes)
64 views3 pages

Computer Gr3 Answer Key of Chapter-5

The document is a worksheet for Grade 3 students at Al Jouf International School, focusing on Chapter-5 of Computer Science related to K Turtle commands. It includes fill-in-the-blank questions, true/false statements, multiple-choice questions, and short answer questions about turtle graphics commands. The worksheet is prepared by Mrs. Saira and checked by Mrs. Nagla Badr.

Uploaded by

Rizwan Javid
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
64 views3 pages

Computer Gr3 Answer Key of Chapter-5

The document is a worksheet for Grade 3 students at Al Jouf International School, focusing on Chapter-5 of Computer Science related to K Turtle commands. It includes fill-in-the-blank questions, true/false statements, multiple-choice questions, and short answer questions about turtle graphics commands. The worksheet is prepared by Mrs. Saira and checked by Mrs. Nagla Badr.

Uploaded by

Rizwan Javid
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 3

AL JOUF INTERNATIONAL SCHOOL

UNDER THE GUIDANCE OF MINISTRY OF EDUCATION


DEPARTMENT OF FOREIGN EDUCATION

Second Trimester 2021-22


Subject: Computer Science Grade: 3
Name of the student: ___________Topic: Chapter-5 K Turtle commands

A-Fill in the blanks with the correct words.

canvassize clear pencolor penwidth reset

1. The_ pencolor _____command is used to set the color of the turtle’s


pen.
2. The ___ canvassize _command set the size of the canvas.
3. The ___ clear _____command can be used to clear the canvas.
4. The __ penwidth ____command sets the thickness of the pen used
for drawing on the canvas.
5. The___ reset ____command does not have a short form.
B-Write T and F.

1. You cannot change the size of the canvas. ( F )


2. You can change the thickness of the turtle’s pen. (T )
3. The two commands to clear the canvas are clear and wipe. (F )
4. The direction or dir command turns the turtle by the number of
degrees you type, counting from the previous position. (T)
5. You can find out the RGB value of any color using the color picker
dialogue box. (T)

PREPARED BY :- Mrs. Saira CHECKED BY :-Mrs Nagla Badr (HOD)

1
AL JOUF INTERNATIONAL SCHOOL
UNDER THE GUIDANCE OF MINISTRY OF EDUCATION
DEPARTMENT OF FOREIGN EDUCATION

C-Choose the correct option.

1.The command to set the width of the canvas to 200 steps and the
height to 300 steps is

a. canvascolor 200,300 b. canvassize 300, 200


c. canvascolor 300, 200 d. canvassize 200, 300

2. Which one of these commands is the same as fw 50


a. fw 20 fw 30 b. bw-50
c. fw 100 bw 50 d. All of these

3. The command that turns the turtle towards the left by 100 degrees.
a. turnleft 100 b. direction 260
c. turnright 260 d. All of these

4. The command that sets the thickness of the pen to 20 units.


a. pw 5 b. pw 10+2
c. pw 15 d. pw 10*2

5. The command to bring the turtle back to the center of the canvas
without drawing a line and with the head pointing upward.
a. canvassize b. direction
c. center0 d. reset

PREPARED BY :- Mrs. Saira CHECKED BY :-Mrs Nagla Badr (HOD)


2
AL JOUF INTERNATIONAL SCHOOL
UNDER THE GUIDANCE OF MINISTRY OF EDUCATION
DEPARTMENT OF FOREIGN EDUCATION

D- Answer the following.

Q1. Are the following commands the same? What will they do?

forward 100
backward 100

Ans:__Yes, they will move the turtle forward 100 steps.__


Q2. Write the command to change the color of the canvas to black.

Ans:__The command to change the canvascolor is 0,0,0____

Q3. Which command clears all the drawings on the canvas, also brings
the turtle back to the middle of the canvas?
Ans:__Reset command_____

Q4. What are the short forms of the direction command and the clear
command?

Ans:__direction –dir
Clear –ccl

Q5. What is the command to set the color of the pen to green ?

Ans:__Pen color 0,255, 0 gives green color.

PREPARED BY :- Mrs. Saira CHECKED BY :-Mrs Nagla Badr (HOD)

You might also like