Multiple Choice
Case Study 1:
1. class Fish:
2. def __init__(self) :
3. self.__turtle = turtle.Turtle ()
4. self.__turtle.up()
5. ??????
6. self.__turtle.shape(""Fish. g i f"")
7.
8. self.__xPos = 0
9. self.__yPos = 0
10. self.__world = None
11.
12. self.__breedTick = 0
-Refer to the session in the accompanying Case Study 1. What belongs on line 5?
A) self.turtle.pos = (0,0)
B) hideturtle ()
C) turtle.hide ()
D) self.turtle.hideturtle ()
Correct Answer:

Verified
Correct Answer:
Verified
Q2: Case Study 2:<br>1. def liveALittle(self):<br>2. self._breedTick =
Q3: Provide a high-level overview of the bears
Q4: Suppose you are working with the bear
Q5: Match each definition with its term.<br>-The list
Q6: Case Study 2:<br>1. def liveALittle(self):<br>2. self._breedTick =
Q8: What built-in function asks if an object
Q9: Case Study 3:<br>1. def mainSimulation():<br>2. numberOfBears =
Q10: When transforming a problem into program code,
Q11: Consider the bears and fish simulation presented
Q12: When transforming a problem into program code,