M C Q s D r i v e

Software Engineering Mcqs 840 MCQs [All-Courses]

thumb

Software Engineering MCQs for job test and interview preparation, especially for fresh graduates, students, and candidates appearing in competitive exams. These multiple-choice questions cover a wide range of topics, including the fundamentals of software engineering, its various types, advanced concepts, software design, development processes, testing methods, software evolution, and security aspects.

Which of the following is not a user interface design process ?
A User, task, and environment analysis and modeling
B Interface design
C Knowledgeable, frequent users
D Interface validation
Correct Answer: Knowledgeable, frequent users
Which of the following option is not considered by the Interface design ?
A the design of interfaces between software components
B the design of interfaces between the software and human producers and consumers of information
C the design of the interface between two computers
D all of the mentioned
Correct Answer: the design of the interface between two computers
What incorporates data, architectural, interface, and procedural representations of the software ?
A design model
B user’s model
C mental image
D system image
Correct Answer: design model
When users are involved in complex tasks, the demand on _______________ can be significant?
A short-term memory
B shortcuts
C objects that appear on the screen
D all of the mentioned
Correct Answer: short-term memory
A software might allow a user to interact via________________________?
A keyboard commands
B mouse movement
C voice recognition commands
D all of the mentioned
Correct Answer: all of the mentioned
What establishes the profile of end-users of the system ?
A design model
B user’s model
C mental image
D system image
Correct Answer: user’s model
Which of the following is not a part of a test design document ?
A Test Plan
B Test Design Specification
C Test Case Specification
D Test Log
Correct Answer: Test Log
A set of inputs, execution preconditions and expected outcomes is known as a __________________?
A Test plan
B Test case
C Test document
D Test Suite
Correct Answer: Test case
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
Correct Answer: system image
Which of the following is a black box testing strategy ?
A All Statements Coverage
B Control Structure Coverage
C Cause-Effect Graphs
D All Paths Coverage
Correct Answer: Cause-Effect Graphs