Academic Integrity: tutoring, explanations, and feedback — we don’t complete graded work or submit on a student’s behalf.

Need help with 6 python Qs. 1. Machine is the ____ of the robot class. (subclass

ID: 3909541 • Letter: N

Question

Need help with 6 python Qs.

1. Machine is the ____ of the robot class. (subclass, parameter, argument, superclass )

2. software_version is a _____ (static method, class variable, instance method, instance variable, property, )

3. mood is a _____ (static method, class variable, instance method, instance variable, )

4. Sing is _____ (static method, class variable, instance method, instance variable, property, etc )

5. Robot objects ______ (have a serial # that starts with (one choice :R, G or M) , all have same serials, do not have a serial # )

6. count is ______ (static method, class variable, instance method, instance variable, property, etc )

Consider the following class definitions:

Explanation / Answer

1. Machine is the ____ of the robot class.
Answer: Super Class

2. software_version is a _____
Answer: instance variable

3. mood is a _____
Answer: instance variable

4. Sing is _____
Answer: Instance method

5. Robot objects ______
Answer: have a serial # that starts with R

6. count is ______
Answer: Class variable