Quiznetik

Advance Software Engineering and Technology | Set 1

1. . Object oriented analysis and design can be handled by the one who knows UML.

Correct : B. false

2. . At Conceptual level Class diagrams should include

Correct : B. attributes only

3. Select the statement true for activity diagrams.

Correct : D. all of the mentioned

4. . Constraints can be represented in UML by

Correct : A. {text}

5. What is an object?

Correct : A. an object is an instance of a class.

6. What is an abstract class?

Correct : C. a class that has no direct instances, but whose descendants may have direct instances.

7. Which of the following are the valid relationships in Use Case Diagrams

Correct : D. all of the mentioned

8. Which of the following statement(s) is true about interaction diagrams?

Correct : D. all of these

9. UML interfaces are used to:

Correct : A. specify required services for types of objects.

10. Referring to the attached diagram, the arrow indicates:

Correct : A. navigability

11. Which of the following is a building block of UML?

Correct : D. all of the mentioned

12. Classes and interfaces are a part of

Correct : A. structural things

13. What is a collection of operations that specify a service of a class or component?

Correct : C. interface

14. What can be requested from any object of the class to affect behavior?

Correct : C. operation

15. Which things are dynamic parts of UML models?

Correct : B. behavioral things

16. Which diagram in UML emphasizes the time-ordering of messages?

Correct : B. sequence

17. . Object diagram captures the behavior of a single use case.

Correct : B. false

18. If you are working on real-time process control applications or systems that involve concurrent processing, you would use a

Correct : C. statechart diagram

19. Which diagram shows the configuration of run-time processing elements?

Correct : A. deployment diagram

20. Which things in UML are the explanatory parts of UML models?

Correct : D. annotational things

21. Which of the following term is best defined by the statement:”a structural relationship that specifies that objects of one thing are connected to objects of another”?

Correct : A. association

22. What refers to the value associated with a specific attribute of an object and to any actions or side?

Correct : B. state

23. Which of the following UML diagrams has a static view?

Correct : B. use case

24. Which diagram in UML shows a complete or partial view of the structure of a modeled system at a specific time?

Correct : D. object diagram

25. Interaction Diagram is a combined term for

Correct : A. sequence diagram + collaboration diagram

26. . Structure diagrams emphasize the things that must be present in the system being modeled.

Correct : A. true

27. h of the following diagram is time oriented?

Correct : B. sequence

28. How many diagrams are here in Unified Modelling Language?

Correct : D. nine

29. Which of the following is not needed to develop a system design from concept to detailed object-oriented design?

Correct : D. developing a debugging system

30. Which of the following is a dynamic model that shows how the system interacts with its environment as it is used?

Correct : B. interaction model

31. Which of the following is a structural model that demonstrates the other systems in the environment of the system being developed?

Correct : A. system context model

32. Which of the following come under system control?

Correct : D. all of the mentioned

33. We use _________ where various parts of system use are identified and analyzed in turn.

Correct : B. scenario-based analysis

34. Which model describes the static structure of the system using object classes and their relationships?

Correct : D. structural model

35. Which model shows the flow of object interactions?

Correct : A. sequence model

36. If the system state is Shutdown then it can respond to which of the following message?

Correct : D. all of the mentioned

37. Which message is received so that the system moves to the Testing state, then the Transmitting state, before returning to the Running state?

Correct : D. reportstatus()

38. . Open source development involves making the source code of a system publicly available.

Correct : A. true

39. Which of the following is not the primary objectives in the analysis model?

Correct : D. none of the mentioned

40. A description of each function presented in the DFD is contained in a ________.

Correct : B. process specification

41. Which diagram indicates the behaviour of the system as a consequence of external events?

Correct : B. state transition diagram

42. A data model contains

Correct : D. all of the mentioned

43. The __________ of a relationship is 0 if there is no explicit need for the relationship to occur or the relationship is optional.

Correct : A. modality

44. A _________ is a graphical representation that depicts information flow and the transforms that are applied as data moves from input to output.

Correct : B. state transition diagram

45. . A data condition occurs whenever a data is passed to an input element followed by a processing element and the result in control output.

Correct : A. true

46. The __________ enables the software engineer to develop models of the information domain and functional domain at the same time

Correct : A. data flow diagram

47. The __________ contains a state transition diagram that is a sequential specification of behavior.

Correct : C. control specification

48. .Which of the following is not a construct?

Correct : D. selection

49. .Which of the following steps is applied to develop a decision table?

Correct : D. all of the mentioned

50. Which of the following term is best defined by the statement:”The ability to represent local and global data is an essential element of component-level design.”?

Correct : A. data representation

51. A software component

Correct : D. all of the mentioned

52. Which diagram evolved from a desire to develop a procedural design representation that would not allow violation of the structured constructs?

Correct : B. box diagram

53. A __________ executes the loop task first, then tests a condition and repeats the task until the condition fails.

Correct : A. repeat until

54. Which of the following is not a characteristics of box diagram?

Correct : D. providing a notation that translates actions and conditions

55. The________ is represented as two processing boxes connected by an line (arrow) of control.

Correct : B. sequence

56. Which of the following term is best defined by the statement “Notation that can be input directly into a computer-based development system offers significant benefits.”?

Correct : A. machine readability

57. Which of the following is golden rule for interface design?

Correct : D. all of the mentioned

58. . Which of the following is not a design principle that allow the user to maintain control?

Correct : C. show technical internals from the casual user

59. . Which of the following is not a user interface design process?

Correct : C. knowledgeable, frequent users

60. . When users are involved in complex tasks, the demand on __________ can be significant.

Correct : A. short-term memory

61. Which of the following option is not considered by the Interface design?

Correct : C. the design of the interface between two computers

62. A software might allow a user to interact via

Correct : D. all of the mentioned

63. . A software engineer designs the user interface by applying an iterative process that draws on predefined design principles.

Correct : A. true

64. What incorporates data, architectural, interface, and procedural representations of the software?

Correct : A. design model

65. What establishes the profile of end-users of the system?

Correct : B. user’s model

66. What combines the outward manifestation of the computer-based system , coupled with all supporting information that describe system syntax and semantics?

Correct : C. system image

67. What do you understand by V&V in software testing?

Correct : C. verification and validation

68. In static test techniques, behavioral and performance properties of the program are observed.

Correct : B. false

69. Which granularity level of testing checks the behavior of module cooperation?

Correct : B. integration testing

70. Which test refers to the retesting of a unit, integration and system after modification, in order to ascertain that the change has not introduced new faults?

Correct : A. regression test

71. Which of the following is a black box testing strategy?

Correct : C. cause-effect graphs

72. A set of inputs, execution preconditions and expected outcomes is known as a

Correct : B. test case

73. In which test design each input is tested at both ends of its valid range and just outside its valid range?

Correct : A. boundary value testing

74. . A white box test scales up well at different granularity levels of testing.

Correct : B. false

75. When does the testing process stops?

Correct : C. when quality criterion is reached

76. Which of the following is not a part of a test design document?

Correct : D. test log

77. Specifying a set of test cases or test paths for each item to be tested at that level is known as

Correct : C. all of the mentioned

78. . Acceptance & system test planning are a part of architectural design.

Correct : B. false

79. PRD stands for

Correct : A. product requirement document

80. . Reuse-based software engineering is a software engineering strategy where the development process is geared to reusing existing software.

Correct : A. true

81. . The open source movement has meant that there is a huge reusable code base available at

Correct : B. low cost

82. reused in a database management system”.

Correct : B. component reuse

83. COTS stands for

Correct : A. commercial off-the-shelf systems

84. COTS product reuse means

Correct : D. systems are developed by configuring and integrating existing application systems.

85. ..NET are specific to which platform?

Correct : C. microsoft

86. Which of the following is a generic structure that is extended to create a more specific subsystem or application?

Correct : C. framework

87. “An ordering system may be adapted to cope with a centralized ordering process in one company and a distributed process in another.” Which category the example belong to?

Correct : A. process specialization

88. What are generic application systems that may be designed to support a particular business type, activity, or sometimes a complete enterprise?

Correct : A. cots-solution systems

89. Which of the following is not an advantages of software reuse?

Correct : C. high effectiveness

90. ERP stands for

Correct : B. enterprise resource planning

91. Which framework class include standards and classes that support component communication and information exchange?

Correct : B. middleware integration frameworks

92. Which of the following option is not provided by formal methods?

Correct : D. both providing frameworks and verifying systems

93. ___________ are statements that can be interpreted in a number of ways.

Correct : A. contradictions

94. .What defines the circumstances in which a particular operation is valid?

Correct : D. none of the mentioned

95. .Which of the following is a way of making a statement about the elements of a set that is true for every member of the set?

Correct : C. universal quantification

96. Which of the following occurs often due to the bulkiness of a system specification document?

Correct : C. vagueness

97. The _________ of a formal specification language is often based on a syntax that is derived from standard set theory notation and predicate calculus.

Correct : B. syntactic domain

98. Which of the following provides a concise, unambiguous, and consistent method for documenting system requirements?

Correct : D. formal methods

99. The ____________ of a specification language indicates how the language represents system requirements.

Correct : A. semantic domain