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 a function of CASE Tool ?
A Supporting Structured analysis and design (SA/SD)
B Maintaining the data dictionary
C Checking whether DFDs are balanced or not
D All of the mentioned
Correct Answer: Supporting Structured analysis and design (SA/SD)
The context diagram is also known as __________________?
A Level-0 DFD
B Level-1 DFD
C Level-2 DFD
D All of the mentioned
Correct Answer: Level-0 DFD
Which of the following is not an activity of Structured Analysis (SA) ?
A Functional decomposition
B Transformation of a textual problem description into a graphic model
C All the functions represented in the DFD are mapped to a module structure
D All of the mentioned
Correct Answer: All the functions represented in the DFD are mapped to a module structure
To arrive at a form which is suitable for implementation in some programming language is the purpose of_______________?
A Structured Analysis (SA)
B Structured Design (SD)
C Detailed Design (DD)
D None of the mentioned
Correct Answer: Structured Design (SD)
SA/SD features are obtained from which of the methodologies ?
A Constantine and Yourdon methodology
B DeMarco and Yourdon methodology
C Gane and Sarson methodology
D All of the mentioned
Correct Answer: All of the mentioned
What DFD notation is represented by the Rectangle ?
A Transform
B Data Store
C Function
D None of the mentioned
Correct Answer: Data Store
In DFDs, user interactions with the system is denoted by ____________________?
A Circle
B Arrow
C Rectangle
D Triangle
Correct Answer: Circle
Choose the incorrect statement in terms of Objects ?
A Objects are abstractions of real-world
B Objects can’t manage themselves
C Objects encapsulate state and representation information
D All of the mentioned
Correct Answer: Objects can’t manage themselves
Which of the following describes”Is-a-Relationship” ?
A Aggregation
B Inheritance
C Dependency
D All of the mentioned
Correct Answer: Inheritance
Object that collects data on request rather than autonomously is known as_________________?
A Active Object
B Passive Object
C Multiple instance
D None of the mentioned
Correct Answer: Passive Object