Top 1000+ Solved Software Engineering MCQ Questions Answer
Q. What incorporates data, architectural, interface, and procedural representations of the software?
a. design model
b. user’s model
c. mental image
d. system image
Q. What establishes the profile of end-users of the system?
a. design model
b. user’s model
c. mental image
d. system image
Q. What combines the outward manifestation of the computer-based system , coupled with all supporting information that describe system syntax and semantics?
a. mental image
b. interface design
c. system image
d. interface validation
Q. Which of the following steps is applied to develop a decision table?
a. list all actions that can be associated with a specific procedure
b. list all conditions during execution of the procedure
c. define rules by indicating what action(s) occurs for a set of conditions
d. all of the mentioned
Q. is a pidgin(simplified version of a language that develops as a means of communication between two or more groups that do not have a language in common)
a. program design language
b. structured english
c. pseudocode
d. all of the mentioned
Q. Which of the following term is best defined by the statement:”The ability to represent local and global data is an essential element of component-level design.”?
a. data representation
b. logic verification
c. “code-to” ability
d. automatic processing
Q. A software component
a. implements some functionality
b. has explicit dependencies through provides and required interfaces
c. communicates through its interfaces only
d. all of the mentioned
Q. Which diagram evolved from a desire to develop a procedural design representation that would not allow violation of the structured constructs?
a. state transition diagram
b. box diagram
c. er diagram
d. none of the mentioned
Q. A executes the loop task first, then tests a condition and repeats the task until the condition fails.
a. repeat until
b. condition
c. do while tests
d. if then-else
Q. Which of the following is not a characteristics of box diagram?
a. functional domain
b. arbitrary transfer of control is impossible
c. recursion is easy to represent
d. providing a notation that translates actions and conditions
Q. The is represented as two processing boxes connected by an line (arrow) of control.
a. repetition
b. sequence
c. condition
d. none of the mentioned
Q. Which of the following term is best defined by the statement “Notation that can be input directly into a computer-based development system offers significant benefits.”?
a. machine readability
b. maintainability
c. structure enforcement
d. overall simplicity
Q. Which of the following term describes testing?
a. finding broken code
b. evaluating deliverable to find errors
c. a stage of all projects
d. none of the mentioned
Q. Lower and upper limits are present in which chart?
a. run chart
b. bar chart
c. control chart
d. none of the mentioned
Q. Maintenance testing is performed using which methodology?
a. retesting
b. sanity testing
c. breadth test and depth test
d. confirmation testing