61.
__________ is not a characteristic common to
all
design methods.
a.
configuration management
b.
functional component representation
c.
quality assessment guidelines
d.
refinement heuristics
Answer:
Option (a)
62.
Which are the characteristics of good software
design?
a.
The design must implement all explicit
requirements
available in requirement
model.
b.
The design must accommodate all implicit
requirements
given by stakeholders.
c.
The design must be readable &
understandable.
d.
All of the above options
Answer:
Option (d)
63.
__________ transforms class models into
design
class realization and prepares data structure
(data
design) required to implement the software.
a.
Data Design
b.
Architectural Design
c.
Interface Design
d.
Procedural Design
Answer:
Option (a)
64.
__________ defines the relationship between
major
structural elements of the software.
a.
Data Design
b.
Architectural Design
c.
Interface Design
d.
Procedural Design
Answer:
Option (b)
65.
__________ defines how software
communicates
with systems & with humans. An
interface
implies a flow of information & behavior.
a.
Data Design
b.
Architectural Design
c.
Interface Design
d.
Procedural Design
Answer:
Option (c)
66.
__________ transforms structural elements of
software
into procedural description of software
components.
a.
Data Design
b.
Architectural Design
c.
Interface Design
d.
Procedural Design
Answer:
Option (d)
67.
Which of the following is wrong with reference
to
Software Design Principles.
a.
Design process should not suffer from
“tunnel vision”.
b.
Design should be traceable to the analysis
model.
c.
Design should not reinvent the wheel.
d.
Design should “maximize the
intellectual distance” between the
software
and the real-world problem.
Answer:
Option (d)
68.
Which of the following is Architectural Styles
a.
Data-centered architecture style
b.
Data-flow architectures
c.
Call and return architecture.
d.
All of the above options
Answer:
Option (d)
69.
Filter & Pipes are the concept of which
Architectural
Style
a.
Data-centered architecture style
b.
Data-flow architectures
c.
Call and return architecture.
d.
Layered architecture
Answer:
Option (b)
70.
Main program/subprogram architectures &
Remote
procedure call architectures are sub styles
of
__________.
a.
Data-centered architecture style
b.
Data-flow architectures
c.
Call and return architecture.
35 University Academy
d.
Layered architecture
Answer:
Option (c)
71.
Which option does not define Function
Oriented
Software Design?
a.
It consists of module definitions.
b.
Modules represent data abstraction.
c.
Modules support functional abstraction.
d.
None of the mentioned
Answer:
Option (b)
72.
Structured Analysis is based on, which
principles?
a.
Top-down decomposition approach
b.
Divide and conquer principle.
c.
Graphical representation of results using
DFDs.
d.
All of the mentioned
Answer:
Option (d)
73.
Rectangle represents __________ DFD
notation.
a.
Transform
b.
Data Store
c.
Function
d.
None of the mentioned
Answer:
Option (b)
74.
Structural decomposition is concerned with
function
calls.
a.
TRUE
b.
FALSE
Answer:
Option (a)
75.
A function-oriented design focuses on the
entities
in the system rather than the data
processing
activities.
a.
TRUE
b.
FALSE
Answer:
Option (b)
76.
The system is denoted by __________ in DFD.
a.
Circle
b.
Arrow
c.
Rectangle
d.
Triangle
Answer:
Option (a)
77.
Which of the following is not an activity of
Structured
Analysis (SA)?
a.
Functional decomposition
b.
Transformation of a textual problem
description
into a graphic model
c.
All the functions represented in the
DFD
are mapped to a module structure.
d.
All of the mentioned
Answer:
Option (c)
78.
The results of structured analysis can be easily
understood
by ordinary customers.
a.
TRUE
b.
FALSE
Answer:
Option (a)
79.
Structured Analysis is based on the principle of
Bottom-Up
Approach.
a.
TRUE
b.
FALSE
Answer:
Option (b)
80.
Which of the following points are true, with
reference
to the Object-oriented development
(OOD)?
a.
OOA is concerned with developing an
object
model of the application domain.
b.
OOD is concerned with developing an
object-oriented
system model to
implement requirements.
c.
All of the mentioned.
d.
None of the mentioned
Answer:
Option (c)
0 Comments