Logo(Engineering > Computer Science And Engineering ) Questions and Answers

Question 1. What are the names of logo windows respectively?
  1.    Graphics and the Listener Window
  2.    Upper and Lower Window
  3.    Both
  4.    None of the above
Explanation:-
Answer: Option C. -> Both





Question 2. The best reason for making procedures is
  1.    It is easier
  2.    It is quicker
  3.    It saves your programs and saves you from having to type things more than once
  4.    None
Explanation:-
Answer: Option C. -> It saves your programs and saves you from having to type things more than once





Question 3. A procedure is a section of code that can be used
  1.    Only once
  2.    Over and over again
  3.    To perform a calculation
  4.    To make a decision
Explanation:-
Answer: Option B. -> Over and over again





Question 4. How many buttons are in the button window in the logo?
  1.    2
  2.    4
  3.    6
  4.    8
Explanation:-
Answer: Option D. -> 8





Question 5. Which command is used to when you want to move the turtle without drawing a line?
  1.    PU
  2.    PENUP
  3.    BACK
  4.    Both A and B
Explanation:-
Answer: Option D. -> Both A and B





Question 6. The correct command for a circle is
  1.    Repeat 360 [ fd 1 rt1]
  2.    Repeat 30 [fd 10 rt 10]
  3.    Circle
  4.    All of the above
Explanation:-
Answer: Option B. -> Repeat 30 [fd 10 rt 10]





Question 7. The correct command for making a square is
  1.    Repeat 4 [ fd 100 rt 90]
  2.    Repeat4[fd100rt 90]
  3.    Square
  4.    All of these
Explanation:-
Answer: Option B. -> Repeat4[fd100rt 90]





Question 8. Click _______to start a new blank page.
  1.    halt
  2.    pause
  3.    reset
  4.    stop
Explanation:-
Answer: Option B. -> pause





Question 9. The List of Color in logo called?
  1.    Color List
  2.    RGB List
  3.    Vector List
  4.    Color Vector
Explanation:-
Answer: Option D. -> Color Vector





Question 10. In LOGO what shape would these commands draw: FD100, RT 90, FD 50, RT 90, FD 100, RT 90, FD 50, RT 90?
  1.    Rectangle
  2.    Square
  3.    Parallelogram
  4.    Circle
Explanation:-
Answer: Option A. -> Rectangle