Logo stands for Logic Oriented Graphic Oriented. You can draw pictures as well as do calculations with LOGO.
Basic Commands
Abbreviated commands for the list above (these can be typed into the command window)
OR
OR ?
OR
OR
OR
OR
OR
Q.1.Given below are the statements about LOGO. Select the correct statements.
1. LOGO screen is divided into three parts.
2. The upper part of the screen where the turtle moves and draws figures is called Graphic Area.
3. The lower part of the screen where we give different commands is the text area.
(A) 1 and 2
(B) 1 and 3
(C) 2 and 3
(D) Only 1
(E) Only 3
Answer: (c)
Explanation
Correct Option:
(C) Statements 2 and 3 are correct about LOGO.
Incorrect Options:
(A) Statement 2 is correct, whereas statement 1 is incorrect. Therefore, option (A) is incorrect.
(B) Statement 3 is correct, whereas statement 1 is incorrect. Therefore, option (B) is incorrect.
(D) Statement 1 is incorrect. Therefore, option (D) is incorrect.
(E) Not only is statement 3 correct, but statement 2 is also correct. Therefore, option (E) is incorrect.
Q.2.Fill in the blanks:
1. The instructions you give to the turtle are called _____.
2. The question mark (?) on the lower part of the screen where we give commands is called _____.
3. A small triangle that appears in the center of the screen is called ____.
(A) Primitives, Prompt, Turtle
(B) Prompt, Primitives, Triangle
(C) Order, Prompt, Arrow
(D) Primitives, Primitives, Turtle
(E) Prompt, Commands, Triangle
Answer: (a)
? FD 500 RT 90 FD 50 RT 90 FD 50 RT 90 FD 50
(A) Circle
(B) Triangle
(C) Square
(D) Oval
(E) None of these
Answer: (C)
Explanation
Correct option: (C) Square:
The instructions given to the turtle in LOGO
? FD 500 RT 90 FD 50 RT 90 FD 50 RT 90 FD 50 <Enter>
will form a square.
Q.2.Which of the following commands is/are used to move the turtle towards the right?
(A) FD
(B) RT
(C) LT
(D) HT
(E) None of these
Answer: (b)
Explanation
Correct option: (B) RT:
Is used to move the turtle towards the right.
33 videos|30 docs|32 tests
|
1. What is LOGO and how is it used for draining figures? |
2. Can LOGO be used to create complex draining figures? |
3. What are some common commands used in LOGO for draining figures? |
4. Can LOGO be used to animate draining figures? |
5. Are there any resources available for learning LOGO and creating draining figures? |
|
Explore Courses for Class 5 exam
|