UGC NET STUDY MATERIALS

System Analysis & Design

================================================


QUIZ QUESTION OF "SYSTEM ANALYSIS AND DESIGEN"

================================================



                                          Unit 01 
================================================
Question 1


 _____ process business transactions such as orders, time cards, payments, and reservations.

a. Transaction Processing Systems

b. Management Information Systems

c. Decision Support Systems

d. Executive Information Systems
================================================
Question 2

 _____ are technology specialists for information systems.

 a. System designers

b. System users

c. Customers

d. Suppliers
================================================
Question 3

 _____ use the transaction data to produce information needed by managers to run the business.

 a. Transaction Processing Systems

b. Management Information Systems

c. Decision Support Systems

d. Executive Information Systems
================================================
Question 4

  _____ help various decision makers identify and choose between options or decisions.

 a. Transaction Processing Systems

b. Executive Information Systems

c. Decision Support Systems

d. Management Information Systems
================================================
Question 5

  _____ are tailored to the unique information needs of executives who plan for the business and assess performance against those plans.

  a. Decision Support Systems

b. Management Information Systems

c. Transaction Processing Systems

d. Executive Information Systems
================================================
                                             UNIT=2
================================================
 A/an _____ is a mechanism that describes structural and behavioral features.

 a. Classifier

b. Class

c. Object

d. Component
================================================
Question 2

 A/an _____ is a named property of a class that describes a range of values that instances of the property may hold.

 a. Operation

b. Attribute

c. Responsibility

d. Visibility
================================================
Question 3

 A _____ is a description of a set of objects that share the same attributes, operations, relationships, and semantics.

  a. Class

b. Interface

c. Node

d. Component
================================================
Question 4

 A/an _____ is the implementation of a service that can be requested from any object of the class to affect behavior.

  a. Attribute

b. Visibility

c. Operation

d. Responsibility
================================================
Question 5

 A/an _____ is a contract or an obligation of a class.

  a. Attribute

b. Visibility

c. Operation

d. Responsibility
================================================
                                      UNIT=3
================================================
Question 1

 A/an _____ is just the face the class at the near end of the association presents to the class at the other end of the association. (2 marks)

  a. Dependency

b. Generalization

c. Name

d. Role
================================================
Question 2

  A/an _____ is a relationship between a general thing (superclass) and a more specific kind of that thing (subclass).

  a. Dependency

b. Generalization

c. Role

d. Association
================================================
Question 3

  A/an _____ is a structural relationship that specifies that objects of one thing are connected to objects of another.

 a. Generalization

b. Role

c. Association

d. Dependency
================================================
Question 4

  A/an _____ is a using relationship that states that a change in specification of one thing may affect another thing that uses it.

  a. Dependency

b. Generalization

c. Association

d. Role
================================================
Question 5

 The idea that one can be built from other objects is called _____.

  a. Aggregation

b. Association

c. Multiplicity

d. Dependency
================================================
                       UNIT=4
================================================
Question 1


 _____ is a graphical symbol for rendering constraints or comments attached to an element or a collection of elements.
 a. Note

b. Stereotype

c. Tagged Value

d. Constraint
================================================
Question 2

  A _____ is an extension of the properties of a UML element, allowing you to create new information in that element's specification.

  a. Constraint

b. Stereotype

c. Tagged Value

d. Note
================================================
Question 3

  A _____ is an extension of the semantics of a UML element, allowing you to add new rules or to modify existing ones.

  a. Tagged Value

b. Note

c. Stereotype

d. Constraint
================================================
Question 4

  A _____ is an extension of the vocabulary of the UML, allowing you to create new kinds of building blocks similar to existing ones but specific to your problem.

  a. Note

b. Stereotype

c. Tagged Value

d. Constraint
================================================
Question 5

  _____ specifies a comment, description, or explanation of the element to which it is attached.

  a. Documentation

b. Stereotype

c. Note

d. Constraint
================================================
                                         UNIT=5
================================================
Question 1


  A _____ is a collection of subsystems organized to accomplish a purpose and described by a set of models, possibly from different viewpoints.

  a. System

b. Subsystem

c. Model

d. View
================================================
Question 2

  A _____ is a grouping of elements, of which some constitute a specification of the behavior offered by the other contained elements.

  a. View

b. Subsystem

c. Model

d. System
================================================
Question 3

 A _____ is a projection into the organization and structure of a system

  a. Subsystem

b. Diagram

c. Model

d. View
================================================
Question 4

  A _____ is a semantically closed abstraction of a system, meaning that it represents a complete and self consistent simplification of reality, created in order to better understand the system.

 a. Diagram

b. View

c. Model

d. System
================================================
Question 5

  A _____ is the graphical presentation of a set of elements, most often rendered as a connected graph of vertices (things) and arcs (relationships).

 a. Diagram

b. System

c. Model

d. View
================================================
                                        UNIT=6
================================================
Question 1


  A _____ is a diagram that shows a set of classes, interfaces, and collaborations and their relationships.

  a. Class diagram

b. Object diagram

c. Component diagram

d. Deployment diagram
================================================
Question 2

  A/An _____ is a diagram that shows a set of objects and their relationships at a point in time.

 . a. Deployment diagram

b. Object diagram

c. Component diagram

d. Class diagram
================================================
Question 3

  The UML's class diagrams are a superset of _____.

  a. Object diagram

b. Deployment diagram

c. Entity relationship (E-R) diagrams

d. Component diagram
================================================
Question 4

  _____ is the process of transforming a model into code through a mapping to an implementation language.

  a. Reverse engineering

b. Front engineering

c. Back engineering

d. Forward engineering

================================================
Question 5

 _____ is the process of transforming code into a model through a mapping from a specific implementation language.

  a. Reverse engineering

b. Forward engineering

c. Back engineering

d. Front engineering
================================================
                                               UNIT=7
================================================
Question 1


  A stream of messages forms a _____.

  a. Interaction

b. Link

c. Collaboration

d. Sequence
================================================
Question 2

  _____ diagram permits you to model the lifeline of an object.

  a. Sequence

b. Collaboration

c. Class

d. Object
================================================
Question 3

  _____ is a behavior that comprises a set of messages exchanged among a set of objects within a context to accomplish a purpose.

  a. Interaction

b. Message

c. Link

d. Sequencing
================================================
Question 4

  _____ is a semantic connection among objects.

  a. Sequencing

b. Interaction

c. Link

d. Message
================================================
Question 5

  _____ is a specification of a communication between objects that conveys information with the expectation that activity will ensue.
  a. Link

b. Message

c. Sequencing

d. Interaction
================================================
                                         UNIT=8
================================================
Question 1


  A _____ is a behavior that specifies the sequences of states an object goes through during its lifetime in response to events.

  a. State machine

b. Time machine

c. Class diagram

d. Object diagram
================================================
Question 2

  _____ event represents the dispatch of an operation.

  a. Signal event

b. Time event

c. Call event

d. Change event
================================================
Question 3

  _____ event represents the passage of time.

  a. Change event

b. Signal event

c. Call event

d. Time event
================================================
Question 4

  _____ is a kind of event that represents the specification of an asynchronous stimulus communicated between instances.

  a. Call event

b. Signal event

c. Time event

d. Change event
================================================
Question 5

  _____ is the specification of a significant occurrence that has a location in time and space.

  a. Event

b. Signal

c. Link

d. Sequencing
================================================
                                            UNIT=9
================================================
Question 1


 Match the following:

Executable Choose... specifies a database table specifies a static or dynamic object store specifies source code or data specifies a component that may be run on a node

Library Choose... specifies a database table specifies a static or dynamic object store specifies source code or data specifies a component that may be run on a node

Table Choose... specifies a database table specifies a static or dynamic object store specifies source code or data specifies a component that may be run on a node

File Choose... specifies a database table specifies a static or dynamic object store specifies source code or data specifies a component that may be run on a node
================================================
Question 2

 Match the following:

Collaboration Choose... specifies exchange of messages among objects a society of classes, interfaces and other elements that work together to provide some cooperative behavior shows the configuration of run time processing nodes shows a set of components and their relationships

Component diagram Choose... specifies exchange of messages among objects a society of classes, interfaces and other elements that work together to provide some cooperative behavior shows the configuration of run time processing nodes shows a set of components and their relationships

Deployment diagram Choose... specifies exchange of messages among objects a society of classes, interfaces and other elements that work together to provide some cooperative behavior shows the configuration of run time processing nodes shows a set of components and their relationships

Interaction diagram Choose... specifies exchange of messages among objects a society of classes, interfaces and other elements that work together to provide some cooperative behavior shows the configuration of run time processing nodes shows a set of components and their relationships
================================================
Question 3

 State True or False.
  A component is not a part of system 2. A component conforms to and provides the realization of a set of interfaces

 a. 1-True, 2-True

b. 1-False, 2-True

c. 1-True, 2-False

d. 1-False, 2-False
================================================
Question 4

  State True or False. 1. A component is physical 2. A component is replaceable

 a. 1-True, 2-True

b. 1-True, 2-False

c. 1-False, 2-True

d. 1-False, 2-False
================================================
Question 5

  _____ distinguishes one component from other.

  a. Class

b. Name

c. Attribute

d. Object
================================================
Question 6

 _____ form an executable system and _____ are the residue of the development process.

 a. Work product components, deployment components

b. Deployment components, execution components

c. Deployment components, Work product components

d. Execution components, Deployment components

================================================

 Question 7

  _____ interface is realized by a component and _____ interface is used by a component.

 a. Export, Import

b. Import, Export

c. Input, Output

d. Output, Input
================================================
Question 8

  _____ is a collection of operations that are used to specify a service of a class or a component.

 a. Path

b. Events

c. Activities

d. Interface
================================================
Question 9

  _____ is a physical and replaceable part of systems that conforms to and provides the realization of a set of interfaces.

  a. Component

b. Name

c. Class

d. Object
================================================
Question 10

_____ is the component name prefixed by the name of the package in which that component lives.

  a. Class name

b. Object name

c. Path name

d. Node name
================================================
                                               UNIT=10
================================================
 Question 1

  Match the following:

Use case view Choose... specifies the system's concurrency and synchronization mechanisms encompasses the components that are used to assemble and release the physical system describes the behavior of the system describes the vocabulary of the problem and its solution

Design view Choose... specifies the system's concurrency and synchronization mechanisms encompasses the components that are used to assemble and release the physical system describes the behavior of the system describes the vocabulary of the problem and its solution

Process view Choose... specifies the system's concurrency and synchronization mechanisms encompasses the components that are used to assemble and release the physical system describes the behavior of the system describes the vocabulary of the problem and its solution

Implementation view Choose... specifies the system's concurrency and synchronization mechanisms encompasses the components that are used to assemble and release the physical system describes the behavior of the system describes the vocabulary of the problem and its solution
================================================
Question 2

 Match the following:

System Choose... an abstraction of a system projection of a model decomposed into a collection of subsystems grouping of elements

Subsystem Choose... an abstraction of a system projection of a model decomposed into a collection of subsystems grouping of elements

Model Choose... an abstraction of a system projection of a model decomposed into a collection of subsystems grouping of elements

View Choose... an abstraction of a system projection of a model decomposed into a collection of subsystems grouping of elements
================================================
Question 3

 A subsystem is both a kind of _____ and _____.

  a. Package, Classifier

b. Package, Component

c. Component, Classifier

d. None of the above
================================================
Question 4

  A system is decomposed into _____.

  a. Modules

b. Classes

c. Sub-systems

d. Components
================================================
 Question 5

  State True or False. 1. A model the actual system 2. A view is a projection of a model

  a. 1-True, 2-True

b. 1-False, 2-True

c. 1-True, 2-False

d. 1-False, 2-False
================================================
Question 6

 State True or False. 1. A system is decomposed into a collection of subsystems 2. A subsystems is a grouping of elements

 a. 1-True, 2-True

b. 1-True, 2-False

c. 1-False, 2-True

d. 1-False, 2-False
================================================
Question 7

  _____ is a graphical language for visualizing, specifying, constructing, and documenting the artifacts of a software intensive system.

  a. UML

b. XML

c. HTML

d. SGML
================================================
Question 8

 _____ is a projection of a model, which is seen from one perspective or vantage point and omits entities that are not relevant to this perspective.

 a. System

b. Sub-system

c. Component

d. View
================================================
Question 9

  _____ is an abstraction of a system treated in order to better understand the system.

 a. Class

b. Model

c. Prototype

d. Object
================================================
Question 10

 _____ is the primary relationship among systems and subsystems.

  a. Generalization

b. Association

c. Aggregation

d. Decomposition
================================================
                                            the end
================================================

Popular Posts

Recent Posts