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.

A data model contains___________________?
A data object
B attributes
C relationships
D all of the mentioned
Correct Answer: all of the mentioned
Which of the following is not the primary objectives in the analysis model ?
A describing the customer complaints
B establishing a basis for the creation of a software design
C defining a set of requirements that can be validated once the software is built
D none of the mentioned
Correct Answer: none of the mentioned
Which diagram indicates the behaviour of the system as a consequence of external events ?
A data flow diagram
B state transition diagram
C control specification diagram
D workflow diagram
Correct Answer: state transition diagram
_______________________ defines the properties of a data object and take on one of the three different characteristics ?
A data object
B attributes
C relationships
D data object and attributes
Correct Answer: attributes
The ______________ of a relationship is 0 if there is no explicit need for the relationship to occur or the relationship is optional ?
A modality
B cardinality
C entity
D structured analysis
Correct Answer: modality
The ________________ contains a state transition diagram that is a sequential specification of behavior?
A data flow diagram
B state transition diagram
C control specification
D workflow diagram
Correct Answer: control specification
A ______________ is a graphical representation that depicts information flow and the transforms that are applied as data moves from input to output?
A data flow diagram
B state transition diagram
C control specification
D workflow diagram
Correct Answer: state transition diagram
The ___________________ enables the software engineer to develop models of the information domain and functional domain at the same time___________________?
A data flow diagram
B state transition diagram
C control specification
D activity diagram
Correct Answer: data flow diagram
Which of the following is not a construct ?
A sequence
B condition
C repetition
D selection
Correct Answer: selection
____________________ 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
Correct Answer: all of the mentioned