Multiple Choice
Case Study 1:
>>> p = Pixel(200, 100, 150)
>>> p
(200, 100, 150)
>>> p.getRed()
1. ??????
>>> p.setBlue(20)
>>> p
2. ??????
>>>
-Refer to the session in the accompanying Case Study 1. What is printed on line 2?
A) (20, 100, 150)
B) (200, 20, 150)
C) (200, 100, 170)
D) (200, 100, 20)
Correct Answer:

Verified
Correct Answer:
Verified
Q11: What are namespaces? Describe the builtins namespace.
Q12: What is the name for the type
Q13: When a window is constructed, it is
Q14: Provide a description on how you might
Q15: What kinds of operators can be used
Q17: Case Study 2:<br>>>> def squareIt(n):<br>return n *
Q18: How many different color combinations are possible
Q19: A color with 255 red intensity, 0
Q20: When creating an empty image, what is
Q21: When a function is invoked, a new