Top 50+ Solved Software Development Methodologies MCQ Questions Answer
Q. Relational schemas and other metadata about relations are stored in a structure called the____________
a. Metadata
b. Catalog
c. Log
d. Data Dictionary
Q. .A data dictionary is created when a __________ created.
a. Instance
b. Segment
c. Database
d. Dictionary
Q. Keep the statement language ______________ while writing a pseudo code.
a. Dependent
b. Independent
c. Case sensitive
d. Capitalized
Q. Capitalize initial keyword – This is a rule while writing a pseudo code.
a. True
b. False
c. all
d. none
Q. ______________ is used to show hierarchy in a pseudo code.
a. Indentation
b. Curly Braces
c. Round Brackets
d. Semicolon
Q. structured design was developed by ----- and --------------------.
a. ED Yourdon and Larry constatine
b. By codd
c. All of these
d. None of these
Q. In specific design process activites a
a. Architectural design.
b. Abstract specification
c. Interface design
d. All of these
Q. _______________is the separation of a function contained as code in one module into a newmodule of its own.
a. Factoring
b. Fan-in
c. Fan-out
d. System shape
Q. _______ it is a module where the number of immediate bosses it has.
a. Factoring
b. Fan-in
c. Fan-out
d. System shape
Q. Which of the property of software modularity is incorrect with respect to benefitssoftware modularity?
a. Modules are robust
b. Module can use other modules
c. Modules Can be separately compiled and stored in a library
d. Modules are mostly dependent
Q. _______________ is a measure of the degree of interdependence between modules.
a. Cohesion
b. Coupling
c. None of the mentioned
d. All of the mentioned
Q. Which of the following is the worst type of module cohesion?
a. Logical Cohesion
b. Temporal Cohesion
c. Functional Cohesion
d. Coincidental Cohesion
Q. Which of the following is the best type of module cohesion?
a. Functional Cohesion
b. Temporal Cohesion
c. Functional Cohesion
d. Sequential Cohesion
Q. A software engineer must design the modules with the goal of high cohesion and lowcoupling.
a. True
b. False
c. all
d. none