Gathering user requirements


1. (TCO 3) A solid object-oriented design process includes which of the following? 
Doing good analysis
Gathering user requirements
Identify the classes
All of the above 

2. (TCO3) When would a programmer write more than one constructor? 
You never have more than one constructor.
The constructor cannot be overloaded.
When the object can be initialized in more than one way.
None of the above

3. (TCO3) Which of the following might be potential class(es) in an application? 
Address
Item
Credit
All of the above
None of the above

4. (TCO3) Which of the following relationships are the most common relationships between classes? 
"has-a"
"uses-a"
"is-a"
All of the above
None of the above

5. (TCO 3) Assume you have an Employee class with a non-static attribute named salary. If you create ten objects of this class, how many copies of the salary attribute will you have? 
2
10
An unlimited number
None of the above 

6. (TCO3) What does SOW stands for in the object-oriented design process? 
Sequence of work
Structure of work
Statement of work
None of the above
7. (TCO3) In the object-oriented design process, what is/are the reason(s) to identify requirements early and keep design changes to a minimum? 
The cost of a design change in the implementation phase is significantly higher.
The cost of a design change after the deployment phase is astronomical when compared to the first item.
The cost of a requirement/design change in the design phase is relatively small.
All of the above

8. (TCO3 To _____ an object is to create it. 
instantiate
encapsulate
abstract
overload


9. (TCO 3) Every object of the same class _____. 
gets a copy of every variable
gets a copy of every non-static data member and method
gets a copy of every method
None of the above 


10. (TCO 3) Access specifiers (public and private) can appear _____ within an application's code. 
in any order and multiple times
in any order (public first or private first), but not multiple times
in any order and multiple times if they have brackets separating each type
multiple times, but all specifiers of the same type must be grouped together  

Request for Solution File

Ask an Expert for Answer!!
Basic Computer Science: Gathering user requirements
Reference No:- TGS094913

Expected delivery within 24 Hours