100% found this document useful (1 vote)
2K views

Logo Basic Command S

This document summarizes a chapter from a 3rd grade computer textbook on basic Logo commands. It includes questions and answers that describe how Logo measures turtle movement on a grid, lists common drawing commands like forward, back, and turn, and their uses. It also provides the differences between commands like seth and right, clearsreen and cleartext. Short forms for commands and exercises to practice using the commands are presented.

Uploaded by

Muhammad Saqib
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
100% found this document useful (1 vote)
2K views

Logo Basic Command S

This document summarizes a chapter from a 3rd grade computer textbook on basic Logo commands. It includes questions and answers that describe how Logo measures turtle movement on a grid, lists common drawing commands like forward, back, and turn, and their uses. It also provides the differences between commands like seth and right, clearsreen and cleartext. Short forms for commands and exercises to practice using the commands are presented.

Uploaded by

Muhammad Saqib
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/ 7

Karachi Public School 

Class 3 (Cambridge) 
Final Term (2020-2021) 
Computer  

CHAPTER 9: LOGO- BASIC COMMANDS” 

QUESTIONS AND ANSWERS:


Q1: How does Logo measure the steps while moving the turtle?
Ans: The main screen is divided into rows and columns. All these rows and
columns make a grid. Through these grids turtles measure its steps.

Q2: What commands do you use for drawing in Logo?


Ans: We can use these commands for drawing in Logo:
1. Forward command.
2. Backward command.
3. Right command.
4. Left command.
5. Seth command.
6. Home command.

Q3: What is the difference between SETH command and RT command?


Ans:

RIGHT COMMAND SETH COMMAND

It makes the turtle turn towards the It rotates the right from home position.
right side.
Q4: How is CLEARSCREEN different from CLEARTEXT?
Ans:

CLEARSCREEN CLEARTEXT

It clears the main screen and brings It clears the text from the recall list
the turtle back to its home position. box.

Q5: What are each command for:


A. Drawing a square in a single step.
​Ans: Repeat 4[FD100RT90].
B. Exiting Logo.
​ Ans: Write bye in the command input box and then press enter.
C. Bringing the turtle back to its home position.
​ Ans: Home command.
D. Repeating a given command command desired number of times​.
​ Ans: Repeat command.
E. To clean all the text from the Recall List Box.
Ans: Cleartext command.

Q6: GLOSSARY:
1. HOME command:
It brings the turtle back to its home position.
2. BYE command:
It is used for exiting MSW Logo.
3. Primitives:
They are basic commands of logo
4. LEFT command:
It makes the turtle turn towards the left side.
Q7: Choose the best answers:
1) The instructions we give to the computer are called _____________.
a.​Commands b. Primitives c. task
2) When you first start the Logo, the turtle is always in the ___________ of the
screen.
a. Right b. Left c.center
3) As a turtle moves, it leaves a ____________ behind.
a. Line b.word c.dot

Answers:
1. Commands
2. Center
3. Line

Q8: Write the SHORT FORMS/ABBREVIATIONS of the following:

FULL FORMS ABBREVIATIONS


1. CLEARSCREEN
Command

2. CLEARTEXT Command

3. HIDE TURTLE

4. SHOW TURTLE

5. FORWARD Command

6. BACKWARD Command

7. LEFT Command

8. RIGHT Command
ANSWERS:
1. (CS)
2. (CT)
3. (HT)
4. (ST)
5. (FD)
6. (BK)
7. (LT)
8. (RT)

“BOOK WORK” 
ACTIVITIES ON PAGE NO 111 
● Match the following: 

ANSWERS:
1. 1 ​will be matched with​ b
2. 2 ​will be matched with ​e
3. 3 ​will be matched with ​d
4. 4​will be matched with​ a
5. 5​will be matched with​ c
● Circle the errors in the commands:

Students will circle TR90 only

EXERCISES ON PAGE NO 112 


● Fill in the blanks with the correct words. 

Answers:  
1. Primitives
2. CS
3. HOME
4. FD100
5. CLEARTEXT
● NAME THE LOGO COMMANDS THAT PERFORM THE 
FOLLOWING TASKS  
 

ANSWERS : 
1. RT 40  
2. LT 180- RT 180 
3. BK 20 
4. RT 60 
5. REPEAT 2[FD 50 RT 90] 
 
 
 
 
 
 
 
 
 
 
 
● WHETHER THE STATEMENTS ARE TRUE OF FALSE 
 
 
 
 
 
 
 
 
 
 
ANSWERS: 
1. False  
2. False 
3. True  
4. False  
5. False  

You might also like