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 step by step instruction used to solve a problem is known as ___________________?
A Sequential structure
B A List
C A plan
D An Algorithm
Correct Answer: An Algorithm
Which is the first step in the software development life cycle ?
A Analysis
B Design
C Problem/Opportunity Identification
D Development and Documentation
Correct Answer: Problem/Opportunity Identification
Who designs and implement database structures ?
A Programmers
B Project managers
C Technical writers
D Database administrators
Correct Answer: Database administrators
In the Analysis phase, the development of the ______________ occurs, which is a clear statement of the goals and objectives of the project ?
A documentation
B flowchart
C program specification
D design
Correct Answer: program specification
In Design phase, which is the primary area of concern ?
A Architecture
B Data
C Interface
D All of the mentioned
Correct Answer: All of the mentioned
Data Store Symbol in DFD represents a_______________?
A Physical file
B Data Structure
C Logical file
D All of the mentioned
Correct Answer: All of the mentioned
A directed arc or line in DFD represents_________________?
A Data Store
B Data Process
C Data Flow
D All of the mentioned
Correct Answer: Data Flow
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