42
CS 6502-OBJECT ORIENTED ANALYSIS AND DESIGN TOTAL : 40 Questions CLASS : III CSE

CS 6502-OBJECT ORIENTED ANALYSIS AND DESIGN TOTAL : 40 Questions CLASS : III CSE

Embed Size (px)

Citation preview

Page 1: CS 6502-OBJECT ORIENTED ANALYSIS AND DESIGN TOTAL : 40 Questions CLASS : III CSE

CS 6502-OBJECT ORIENTED ANALYSIS AND DESIGN TOTAL : 40 Questions CLASS : III CSE

Page 2: CS 6502-OBJECT ORIENTED ANALYSIS AND DESIGN TOTAL : 40 Questions CLASS : III CSE

1. In an object oriented environment, software is a collection of _______ objects.

A. discrete.B. static.C. dynamic.D. primary.

Page 3: CS 6502-OBJECT ORIENTED ANALYSIS AND DESIGN TOTAL : 40 Questions CLASS : III CSE

2.In an object-oriented system everything is an _________ and each is responsible for itself.

A. entity.B. object.C. interface.D. integer.

Page 4: CS 6502-OBJECT ORIENTED ANALYSIS AND DESIGN TOTAL : 40 Questions CLASS : III CSE

3.The ___________approach supports abstraction at the function level.

A. bottom-upB. narrowC. top-downD. backtracking

Page 5: CS 6502-OBJECT ORIENTED ANALYSIS AND DESIGN TOTAL : 40 Questions CLASS : III CSE

4.The object-oriented approach is not a_____________.

A. game.B. tool.C. panacea.D. software.

Page 6: CS 6502-OBJECT ORIENTED ANALYSIS AND DESIGN TOTAL : 40 Questions CLASS : III CSE

5.___________ is an object-oriented language

A. CB. PascalC. JavaD. FORTRAN

Page 7: CS 6502-OBJECT ORIENTED ANALYSIS AND DESIGN TOTAL : 40 Questions CLASS : III CSE

6. Generalization is supported by _____________ concept.

A. method overloading.B. polymorphismC. inheritance.D. inline function.

Page 8: CS 6502-OBJECT ORIENTED ANALYSIS AND DESIGN TOTAL : 40 Questions CLASS : III CSE

7. UML stands for ____________________.A. Unified Modeling Language.B. Union Method Language.C. Unified Method Language.D. Union Member Language.

Page 9: CS 6502-OBJECT ORIENTED ANALYSIS AND DESIGN TOTAL : 40 Questions CLASS : III CSE

8.Which of the following diagram uses lifeline?

A.Sequence DiagramB.Communication DiagramC.Both A and BD.None of the above. 

Page 10: CS 6502-OBJECT ORIENTED ANALYSIS AND DESIGN TOTAL : 40 Questions CLASS : III CSE

9.Create() is used to createA.instanceB.AttributesC.Methods.D.inheritance

Page 11: CS 6502-OBJECT ORIENTED ANALYSIS AND DESIGN TOTAL : 40 Questions CLASS : III CSE

10.Number of patterns in GRASP areA.18B.9C.23D.25 

Page 12: CS 6502-OBJECT ORIENTED ANALYSIS AND DESIGN TOTAL : 40 Questions CLASS : III CSE

11.Number of Phase(s) in OOAD is/areA.1B.2C.3D.4

Page 13: CS 6502-OBJECT ORIENTED ANALYSIS AND DESIGN TOTAL : 40 Questions CLASS : III CSE

12.The diagram that can be generated from the sequence diagram is

A.class diagramB.Use case DiagramC.Communication DiagramD.None of the above

Page 14: CS 6502-OBJECT ORIENTED ANALYSIS AND DESIGN TOTAL : 40 Questions CLASS : III CSE

13.The objects in sequence diagram is represented by

A.Lifeline Box.B.Activation barC.LifelineD.Self or this

Page 15: CS 6502-OBJECT ORIENTED ANALYSIS AND DESIGN TOTAL : 40 Questions CLASS : III CSE

14.Number of phases in unified Process Phase are

A.6B.5C.4D.3

Page 16: CS 6502-OBJECT ORIENTED ANALYSIS AND DESIGN TOTAL : 40 Questions CLASS : III CSE

15. The heart of the UA is_______________.A. Booch.B. Rumbough.C. Jacobson'sD. Ali

Page 17: CS 6502-OBJECT ORIENTED ANALYSIS AND DESIGN TOTAL : 40 Questions CLASS : III CSE

16. The main advantage of an object-oriented system is that the class tree is __________ and can grow.

A. static.B. dynamic.C. parallel.D. sequential.

Page 18: CS 6502-OBJECT ORIENTED ANALYSIS AND DESIGN TOTAL : 40 Questions CLASS : III CSE

17.Poly means many and morph means ________.

A. form.B. method.C. kind.D. action.

Page 19: CS 6502-OBJECT ORIENTED ANALYSIS AND DESIGN TOTAL : 40 Questions CLASS : III CSE

18. An important issue in association is ________.

A. relationship.B. cardinality.C. simplicity.D. diversity.

Page 20: CS 6502-OBJECT ORIENTED ANALYSIS AND DESIGN TOTAL : 40 Questions CLASS : III CSE

19.________ represents the relationships between objects and classes.

A. together.B. binding.C. association.D. bidirectional 

Page 21: CS 6502-OBJECT ORIENTED ANALYSIS AND DESIGN TOTAL : 40 Questions CLASS : III CSE

20. One object can refer other object is known as ________

A. aggregation.B. cardinality.C. client server.D. association

Page 22: CS 6502-OBJECT ORIENTED ANALYSIS AND DESIGN TOTAL : 40 Questions CLASS : III CSE

21.The intersection among object roles to achieve a given goal is called________

A. collaboration.B. binding.C. linking.D. locking.

Page 23: CS 6502-OBJECT ORIENTED ANALYSIS AND DESIGN TOTAL : 40 Questions CLASS : III CSE

22. CASE stands for________A. Computer analysis and system

engineering.B. Computer aided software engineering.C. Computer aided system engineering.D. Computer analyzed system

engineering

Page 24: CS 6502-OBJECT ORIENTED ANALYSIS AND DESIGN TOTAL : 40 Questions CLASS : III CSE

23. ________ is an industrialized approach to the software development process

A. CBD.B. CASE.C. RAD.D. OOD.

Page 25: CS 6502-OBJECT ORIENTED ANALYSIS AND DESIGN TOTAL : 40 Questions CLASS : III CSE

24. Who developed the object-oriented design concept in 1986?

A. Booch.B. Sally shlaer.C. Wirfs-brock.D. Ivar Jacobson. 

Page 26: CS 6502-OBJECT ORIENTED ANALYSIS AND DESIGN TOTAL : 40 Questions CLASS : III CSE

25. Who introduced the concept of the use-case and object oriented software engineering in 1994?

A. Sally Shlaer.B. Booch.C. Ivar Jacobson.D. Wirfs-brock. 

Page 27: CS 6502-OBJECT ORIENTED ANALYSIS AND DESIGN TOTAL : 40 Questions CLASS : III CSE

26.Which is a fast, intuitive approach for identifying and modeling all the objects making up a system?

A. OMT.B. UML.C. Functional model.D. Implementation.

Page 28: CS 6502-OBJECT ORIENTED ANALYSIS AND DESIGN TOTAL : 40 Questions CLASS : III CSE

27.The objects of the "real" world are mapped in to the __________ model?

A. Domain object model.B. Use case model.C. Analysis object model.D. Implementation model

Page 29: CS 6502-OBJECT ORIENTED ANALYSIS AND DESIGN TOTAL : 40 Questions CLASS : III CSE

28. Which phase defines the system to be built in terms of the problem domain object model?.

A. Analysis object model.B. Design and implementation model.C. Testing phase.D. All the above.

Page 30: CS 6502-OBJECT ORIENTED ANALYSIS AND DESIGN TOTAL : 40 Questions CLASS : III CSE

29. ________ capture solutions, not just abstract principles or strategies

A. Pattern.B. Pattern language.C. Proto typing.D. Software architecture.

Page 31: CS 6502-OBJECT ORIENTED ANALYSIS AND DESIGN TOTAL : 40 Questions CLASS : III CSE

30.The _________ model consist class diagram.

A. Booch.B. OMT.C. Ramburgh object.D. Object.

Page 32: CS 6502-OBJECT ORIENTED ANALYSIS AND DESIGN TOTAL : 40 Questions CLASS : III CSE

31._________ presented by the state diagram and event flow diagram.

A. Object model.B. External model.C. Dynamic model.D. Functional model. 

Page 33: CS 6502-OBJECT ORIENTED ANALYSIS AND DESIGN TOTAL : 40 Questions CLASS : III CSE

32.________________is an abstract representation of system.

A. Model.B. Case diagram.C. Class diagram.D. Sequence diagram.

Page 34: CS 6502-OBJECT ORIENTED ANALYSIS AND DESIGN TOTAL : 40 Questions CLASS : III CSE

33._____________model defines the outside (actors) and inside(users) of the system.

A. Use case model.B. Domain object model.C. Analysis object model.D. Test model.

Page 35: CS 6502-OBJECT ORIENTED ANALYSIS AND DESIGN TOTAL : 40 Questions CLASS : III CSE

34. Objects of the "real"world are mapped in to____________.

A. use case model.B. domain object model.C. analysis object model.D. test model.

Page 36: CS 6502-OBJECT ORIENTED ANALYSIS AND DESIGN TOTAL : 40 Questions CLASS : III CSE

35. __________model presents how the source code should be carried out and written.

A. Test model.B. Domain object model.C. Analysis object model.D. Use case model

Page 37: CS 6502-OBJECT ORIENTED ANALYSIS AND DESIGN TOTAL : 40 Questions CLASS : III CSE

36. ______ constitutes the teat plans, specifications and reports.

A. Analysis object model.B. Implementation model.C. Test model.D. domain object model.

Page 38: CS 6502-OBJECT ORIENTED ANALYSIS AND DESIGN TOTAL : 40 Questions CLASS : III CSE

37. .__________shows the sequence of states that an object goes through during its life time.

A. State chart diagram.B. UML diagram.C. Component diagram.D. Test model.

Page 39: CS 6502-OBJECT ORIENTED ANALYSIS AND DESIGN TOTAL : 40 Questions CLASS : III CSE

38. .________model can be viewed as a collection of procedures or behaviors,

A. Static model.B. Test model.C. Use case modelD. Dynamic model.

Page 40: CS 6502-OBJECT ORIENTED ANALYSIS AND DESIGN TOTAL : 40 Questions CLASS : III CSE

39.The UML class diagram also referred to as____________.

A. dynamic modeling.B. static modeling.C. object modeling.D. test modeling.

Page 41: CS 6502-OBJECT ORIENTED ANALYSIS AND DESIGN TOTAL : 40 Questions CLASS : III CSE

40.Directed line represents___________.A. Aggregation.B. Generalization.C. Association.D. Attribute.

Page 42: CS 6502-OBJECT ORIENTED ANALYSIS AND DESIGN TOTAL : 40 Questions CLASS : III CSE