Al Manar Language School Grade 8 IT Department Revision Quiz

WarmheartedEvergreenForest avatar
WarmheartedEvergreenForest
·
·
Download

Start Quiz

Study Flashcards

10 Questions

What shape is the Turtle drawing when it moves in the sequence: Move(100), TurnRight, Move(100), TurnRight, Move(100), TurnRight, Move(100), TurnRight?

Square

How many sides does a rectangle have according to the text?

Four

What operation is necessary to make the Turtle draw a line in this programming context?

Turtle.Move()

In order to draw a rectangle, how many times does the Turtle need to TurnRight after drawing each side?

Four

What will the Turtle's path look like after executing the commands: Move(100), TurnRight, Move(150), TurnRight, Move(100), TurnRight, Move(150), TurnRight?

Rectangle

How many vertical sides does a rectangle have?

Two

Which operation should follow after each Move() command for the Turtle to draw a complete square or rectangle?

TurnRight()

What happens when Turtle.Show() is called in the program according to the text?

The Turtle becomes visible to draw.

If a shape has two long horizontal sides and two short vertical sides, what shape is it likely representing?

Rectangle

What should be the correct sequence of operations to draw a square using the Turtle?

Move(100), TurnRight, Move(50), TurnRight, Move(100), TurnRight, Move(50), TurnRight

Test your knowledge on computer programming fundamentals with this 3rd Quarter revision sheet from the American section of Al Manar Language School. Learn about what a computer program is and understand the structure of Small Basic programs.

Make Your Own Quizzes and Flashcards

Convert your notes into interactive study material.

Get started for free

More Quizzes Like This

Computer Programming Fundamentals Quiz
5 questions
Computer Programming Fundamentals Quiz
6 questions
Computer Programming Fundamentals
18 questions
Use Quizgecko on...
Browser
Browser