design and implementation Mcqs
52. At Conceptual level Class diagrams should include_____________________?
comments icon0

A. operations only

B. attributes only

C. both operations and attributes

D. none of the mentioned

53. Which of the following statement(s) is true about interaction diagrams ?
comments icon0

A. Interaction diagrams are good at designing part or all of one use cases functionality across multiple objects

B. All of the mentioned

C. Interaction diagrams allow the analyst to show iteration and conditional execution for messaging between objects

D. Interaction diagrams are at their best when they deal with one main design flow and not multiple variants that can happen

54. What is an object________________?
comments icon0

A. An object includes encapsulation of data

B. An object is not an instance of a class

C. All of the mentioned

D. An object is an instance of a class
55. Which of the following is not a characteristics of box diagram ?
comments icon0

A. arbitrary transfer of control is impossible

B. functional domain

C. recursion is easy to represent

D. providing a notation that translates actions and conditions
56. What is an abstract class ?
comments icon0

A. A class that has direct instances, but whose descendants may not have direct instances

B. All of the mentioned

C. A class that has direct instances, but whose descendants may have direct instances

D. A class that has no direct instances, but whose descendants may have direct instances
57. What establishes the profile of end-users of the system ?
comments icon0

A. design model

B. system image

C. mental image

D. users model
59. A data model contains___________________?
comments icon0
A. all of the mentioned

B. data object

C. attributes

D. relationships

60. Select the statement true for activity diagrams ?
comments icon0
A. All of the mentioned

B. They can be used to discover parallel activities

C. They are used to depict workflow for a particular business activity

D. Activity diagram do not tell who does what and are difficult to trace back to object models

61. Which pattern prevents one from creating more than one instance of a variable ?
comments icon0

A. None of the mentioned

B. Observer

C. Factory Method

D. Singleton
63. Which mechanism is applied to use a design pattern in an OO system ?
comments icon0
A. All of the mentioned

B. Composition

C. None of the mentioned

D. Inheritance

64. Which of the following option is not considered by the Interface design ?
comments icon0

A. the design of interfaces between software components

B. all of the mentioned

C. the design of the interface between two computers

D. the design of interfaces between the software and human producers and consumers of information

65. You want to minimize development cost by reusing methods? Which design pattern would you choose ?
comments icon0

A. Singleton Pattern

B. Delegation pattern

C. Immutable Pattern

D. Adapter Pattern

66. Which of the following is not a construct ?
comments icon0

A. condition

B. repetition

C. sequence

D. selection
67. Which of the following is not a part of a test design document ?
comments icon0

A. Test Design Specification

B. Test Case Specification

C. Test Plan

D. Test Log
68. Specifying a set of test cases or test paths for each item to be tested at that level is known as__________________?
comments icon0

A. None of the mentioned

B. Test case generation

C. Test case design

D. ALL of the mentioned
71. Which design pattern defines one-to-many dependency among objects ?
comments icon0

A. Singleton pattern

B. Factory method pattern

C. Observer pattern

D. Facade Pattern

72. Which of the following is not a user interface design process ?
comments icon0

A. Interface validation

B. User, task, and environment analysis and modeling

C. Interface design

D. Knowledgeable, frequent users
73. When users are involved in complex tasks, the demand on _______________ can be significant?
comments icon0

A. all of the mentioned

B. shortcuts

C. objects that appear on the screen

D. short-term memory
75. Which of the following is not a design principle that allow the user to maintain control ?
comments icon0

A. Allow user interaction to be interrupt-able and undo-able

B. Design for direct interaction with objects that appear on the screen

C. Provide for flexible interaction

D. Show technical internals from the casual user
78. A software might allow a user to interact via________________________?
comments icon0

A. keyboard commands

B. mouse movement

C. all of the mentioned

D. voice recognition commands

79. Which of the following is golden rule for interface design ?
comments icon0
A. All of the mentioned

B. Make the interface consistent

C. Place the user in control

D. Reduce the users memory load