Top 1000+ Solved Software Engineering MCQ Questions Answer
Q. What benefits does patterns provide?
a. Novice designers can benefit from learning solution patterns that experts use, without needing design experience
b. Expert designers can benefit from studying patterns too: They can broaden their repertoire of patterns and deepen their understanding of the patterns they already know
c. All of the mentioned
d. None of the mentioned
Q. What benefits does patterns provide?
a. Promoting Communication
b. Streamlining Documentation
c. Increasing Development Efficiency
d. All of the mentioned
Q. Which of the following Choices and standardizes patterns for a problem domainpromotes software reuse and, hence, quality and productivity?
a. Promoting Communication
b. Streamlining Documentation
c. Increasing Development Efficiency
d. Supporting Software Reuse
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