1. What does a simple name in UML Class and objects consists of ?
Correct : D. all of the mentioned
2. What Does a Composite name consists of in a UML Class and object diagram ?
Correct : D. all of the mentioned
3. A class is divided into which of these compartments ?
Correct : D. all of the mentioned
4. An attribute is a data item held by which of the following ?
Correct : C. all of the mentioned
5. What should be mentioned as attributes for conceptual modelling ?
Correct : C. all of the mentioned
6. Which of these are part of class operation specification format ?
Correct : D. all of the mentioned
7. Which among the following are not the valid notations for package and component diagram?
Correct : B. box
8. Which of the following is false?
Correct : C. a dependency relation holds between two entities d and i where change in i does not affect d
9. Which of these depicts the true definition for the UML extensions?
Correct : D. all of the mentioned
10. Which of the following in incorrect in reference to dependency?
Correct : C. class i imports elements from package d
11. What is collection of model elements called?
Correct : D. package members
12. What types of units does Component follow?
Correct : D. all of the mentioned
13. Which of these is true with respect to interfaces?
Correct : A. interfaces in component diagram defines relationship between components and environment
14. What is delegation connector?
Correct : D. all of the mentioned
15. Which of these are diagrammatic heuristics?
Correct : D. all of the mentioned
16. Which of the following is true ?
Correct : D. none of the mentioned
17. Which among these are the common notations for deployment diagrams?
Correct : A. artifacts and nodes
18. Which of the following is true?
Correct : C. all of the mentioned
19. Which are the ways to represent nodes in a deployment diagram?
Correct : D. all of the mentioned
20. What does a deployment diagram consists of?
Correct : D. all of the mentioned
21. Which of the following is incorrect in deployment diagram?
Correct : B. communication paths are represented by dotted lines
22. Which of these is correct?
Correct : A. artifacts instances and types have same names
23. What is true about the artifacts?
Correct : C. all of the mentioned
24. What are the ways in which artifacts can be deployed?
Correct : D. all of the mentioned
25. Detailed design is further classified into which of the following?
Correct : C. all of the mentioned
26. Mid-level design is the activity of specifying software at the level of medium-sized components such as?
Correct : D. all of the mentioned
27. Which of these is correct?
Correct : D. all of the mentioned
28. A design document is a complete engineering design specification composed of?
Correct : C. all of the mentioned
29. The DDD template consists of which of the following?
Correct : D. all of the mentioned
30. Which of these statements states Generalization connector?
Correct : D. all of the mentioned
31. A provided interface can be shown in which of these ways?
Correct : C. both the ways mentioned above
32. A required interface can be shown in which of the following ways?
Correct : D. all of the mentioned
33. Which of the following is correct?
Correct : D. a class operation is encapsulated in a class and can be called through the class
34. Which of the following is true?
Correct : D. all of the mentioned
35. Which of the following are the heuristics for class diagram?
Correct : D. all of the mentioned
36. Which of the following is true?
Correct : D. all of the mentioned
37. Every finite automaton specification must contain which of the following?
Correct : D. all of the mentioned
38. What does deterministic and non deterministic automaton?
Correct : D. none of the mentioned
39. Which of the following determines state diagram?
Correct : C. all of the mentioned
40. Which of the following represents State Diagram?
Correct : D. all of the mentioned
41. Which of the following is true?
Correct : D. none of the mentioned
42. Which of the following are composite states?
Correct : C. all of the mentioned
43. What is sequential and concurrent composite state means?
Correct : D. none of the mentioned
44. Sequential composite states simplify state models in two ways?
Correct : C. all of the mentioned
45. What is Interaction diagram?
Correct : C. all of the mentioned
46. What are the different interaction diagram notations does UML have?
Correct : D. all of the mentioned
47. What is a sequence diagram?
Correct : A. a diagram that shows interacting individuals along the top of the diagram and messages passed among them arranged in temporal order down the page
48. Which of the following is true about Sequence frames?
Correct : D. all of the mentioned
49. What is a lifeline?
Correct : B. it is a rectangle containing an identifier with a dashed line extending below the rectangle
50. What does a message mean?
Correct : A. it passes all communications from one object to another and are represented by message arrows in sequence diagrams
51. What are the three different types of message arrows?
Correct : C. synchronous, asynchronous, synchronous with instance creation
52. Which of these are true with respect to the message arrows?
Correct : C. the dashed arrow is used either to show the return of control from a synchronous message or to create a new entity
53. When is the operation executing, suspended and active?
Correct : D. all of the mentioned
54. What is break fragment?
Correct : B. a fragment which has a single operand that is performed instead of the remainder of the enclosing fragment or diagram if the operand guard is true
55. What are the heuristics which sequencing diagram follows?