Exam 7: Object-Oriented Programming
Exam 1: An Overview of Computers and Logic50 Questions
Exam 2: Understanding Structure50 Questions
Exam 3: Making Decisions50 Questions
Exam 4: Looping50 Questions
Exam 5: Arrays50 Questions
Exam 6: Using Methods50 Questions
Exam 7: Object-Oriented Programming50 Questions
Select questions type
Each object's features are separate or ____ from all others.
(Multiple Choice)
4.8/5
(31)
Rewrite the following pseudocode making the appropriate corrections.
start
Declarations
Employee myAssistant
myAssistant.setName("Reynolds")
myAssistant.setPayRate = 16.75
output "My assistant ",Employee.getName(),
" makes ",Employee.getPayRate(),
" per hour"
stop
(Essay)
4.7/5
(42)
What features must a programming language have for it to be considered an object-oriented language?
(Essay)
4.9/5
(36)
A class ____ describes what attributes its objects will have and what those objects will be able to do.
(Multiple Choice)
4.9/5
(34)
When you use inheritance you can reuse well-established features of ____.
(Multiple Choice)
4.8/5
(40)
A(n)____ is a term that describes a group of objects with common properties.
(Multiple Choice)
4.8/5
(42)
Polymorphism is the feature of languages that allows the same word or symbol to be interpreted correctly in different situations based on the context.
(True/False)
5.0/5
(32)
Objects are ____,meaning one object can inherit characteristics from another,like objects in the real world.
(Multiple Choice)
4.8/5
(42)
Case 1
You have just starting working at Quantum Company. As a new programmer, you have been asked to review and correct various pseudocode.
-Which declaration instantiates an object of the Automobile class?
(Multiple Choice)
4.7/5
(35)
Showing 41 - 50 of 50
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)