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.

Standard Enforcer is a___________________?
A Static Testing Tool
B Dynamic Testing
C Static & Dynamic Testing
D None of the mentioned
Correct Answer: Static Testing Tool
Test should be conducted for every possible_______________________?
A data
B case
C variable
D all of the mentioned
Correct Answer: all of the mentioned
Which is a black box testing technique appropriate to all levels of testing ?
A Acceptance testing
B Regression testing
C Equivalence partitioning
D Quality assurance
Correct Answer: Equivalence partitioning
Effective testing will reduce __________________ cost?
A maintenance
B design
C coding
D documentation
Correct Answer: maintenance
Cyclomatic Complexity method comes under which testing method ?
A Yellow box
B White box
C Gray box
D Black box
Correct Answer: White box
Which of the following is the way of ensuring that the tests are actually testing code ?
A Control structure testing
B Complex path testing
C Code coverage
D Quality assurance of software
Correct Answer: Code coverage
Which of the following is a common pointwer problem ?
A Data sharing errors
B Accessing data elements of the wrong type
C Attempting to use memory areas after freeing them
D All of the mentioned
Correct Answer: All of the mentioned
Which of the following is not a part of bug report ?
A Test case
B Output
C Software Version
D LOC
Correct Answer: LOC
Which of the following is not a part of Execution Flow during debugging ?
A Step Over
B Step Into
C Step Up
D Step Out
Correct Answer: Step Up
Software mistakes during coding are known as__________________?
A errors
B failures
C bugs
D defects
Correct Answer: bugs