Software Engineering MCQs

Prepare with the latest Software Engineering MCQs with answers and explanations. Free online practice for competitive exams, interviews, and university tests.

1802. Programmers prefer programming to testing and sometimes they take shortcuts when writing tests. For example, they may write incomplete tests that do not check for all possible exceptions that may occur ?

A. True
B. False
Explanation: In XP Some tests can be very difficult to write incrementally.For example, in a complex user interface, it is often difficult to write unit tests for the code that implements the ‘display logic’ and workflow between screens.
✅ The correct answer is option A.

1803. Arithmatic operations _____________________________?

A. involve matching one data item to another to determine if the first item is greater than, equal to or less than the other item
B. sort data items according to standard, predefined criteria in ascending order or decending order
C. use conditions with operators such as AND, OR and NOT
D. include addition, substraction, multiplication and division
✅ The correct answer is option D.

1806. A component model defines standards for_________________?

A. properties
B. methods
C. mechanisms
D. all of the mentioned
✅ The correct answer is option D.
Explanation: A component model defines standards for properties individual components must satisfy and methods and mechanisms for composing components
Scroll to Top