How many times will the sprite say "Hello!"?

1
2
10
Continuously

Assuming the sprite starts at the middle of the page and pointing direction 90, where would it end up after running this script?

Farther right on the page.
Farther left on the page.
Off the page to the right.
Off the page to the left.

What would appear on the screen when this script is run?

The sprite would say "Tiger" forever.
The sprite would say "Tiger" then "Panda" once.
The sprite would alternate between saying "Panda" and "Tiger" forever.
The sprite would say "Panda" and "Tiger" at the same time forever.

Assuming the sprite started in the middle of the screen facing right, what kind of drawing would the sprite make?

A circle.
A dot.
A cylinder.
A straight line.