Exam 10: Classes and Object Oriented Programming
Exam 1: Introduction to Computers and Programming36 Questions
Exam 2: Input, Processing, and Output35 Questions
Exam 3: Decision Structures and Boolean Logic35 Questions
Exam 4: Repetition Structures34 Questions
Exam 5: Functions and Modules69 Questions
Exam 6: Files and Exceptions34 Questions
Exam 7: Lists and Tuples35 Questions
Exam 8: More About Strings35 Questions
Exam 9: Dictionaries and Sets35 Questions
Exam 10: Classes and Object Oriented Programming35 Questions
Exam 11: Inheritance35 Questions
Exam 12: Recursion35 Questions
Exam 13: GUI Programming35 Questions
Select questions type
When a method is called, what does Python make to reference the specific object on which the method is supposed to operate?
(Multiple Choice)
4.9/5
(35)
_______________ provides a set of standard diagrams for graphically depicting object-oriented systems.
(Short Answer)
5.0/5
(35)
What type of method provides a safe way for code outside a class to retrieve the values of attributes, without exposing the attributes in a way that they could be changed by the code outside the method?
(Multiple Choice)
4.9/5
(36)
A(n) _____ is a set of real-world objects, parties, and major events related to the problem.
(Multiple Choice)
4.9/5
(36)
What is, conceptually, a self-contained unit that consists of data attributes and methods that operate on the data attributes?
(Multiple Choice)
4.8/5
(38)
A class definition is stored in the library so that it can be imported into any program.
(True/False)
4.9/5
(34)
The instances of a class share the data attributes in the class.
(True/False)
4.9/5
(38)
Object-oriented programming allows us to hide the object's data attributes from code that is outside the object.
(True/False)
4.8/5
(35)
A class _______________ is a set of statements that define a class's methods and data attributes.
(Short Answer)
4.8/5
(44)
_______________ programming is a method of writing software that centers on the actions that take place in a program.
(Short Answer)
4.8/5
(39)
Which section in the UML holds the list of the class's methods?
(Multiple Choice)
4.8/5
(48)
Showing 21 - 35 of 35
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)