Which of the following is conceptually similar to objects ?
(A) PACKAGE
(B) PROC
(C) PRIVATE
(D) None of the mentioned
Which of the following early OOD methods incorporates both a “micro development process” and a “macro development process.” ?
(A) Booch method
(B) Rumbaugh method
(C) Wirfs-Brock method
(D) Coad and Yourdon method
A design description of an object is known as a class__________________?
(A) instance
(B) object
(C) case
(D) both instance and object
A design description in OOD includes___________________?
(A) Protocol Description
(B) Implementation Description
(C) Type Description
(D) both Protocol and Implementation Description
Which of the following is not an operation as per OOD algorithms and data structures ?
(A) operations that manipulate data in some way
(B) operations that perform a computation
(C) operations that check for syntax errors
(D) operations that monitor an object for the occurrence of a controlling event
Which of the following points related to Object-oriented development (OOD. is true ?
(A) OOA is concerned with developing an object model of the application domain
(B) OOD is concerned with developing an object-oriented system model to implement requirements
(C) All of the mentioned
(D) None of the mentioned
Which of the following is an indirect measure of product ?
(A) Quality
(B) Complexity
(C) Reliability
(D) All of the Mentioned
A graphical technique for finding if changes and variation in metrics data are meaningful is known as_________________?
(A) DRE (Defect Removal Efficiency)
(B) Function points analysis
(C) Control Chart
(D) All of the mentioned
In size oriented metrics, metrics are developed based on the _____________________?
(A) number of Functions
(B) number of user inputs
(C) number of lines of code
(D) amount of memory usage
Defects removal efficiency (DRE)depends on ______________________?
(A) E – errors found before software delivery
(B) D – defects found after delivery to user
(C) Both E and D
(D) Varies with project