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.

_______________ is the process of translating a task into a series of commands that a computer will use to perform that task ?
A Project design
B Installation
C Systems analysis
D Programming
Correct Answer: Programming
Which tool is use for structured designing ?
A Program flowchart
B Structure chart
C Data-flow diagram
D Module
Correct Answer: Structure chart
Actual programming of software code is done during the __________________ step in the SDLC?
A Maintenance and Evaluation
B Design
C Analysis
D Development and Documentation
Correct Answer: Development and Documentation
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