Software Engineering MCQs

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

1867. Request for quotation (RFQ) is_________________?

A. a document that compares business and technical requirements of a commercial application package against the capabilities and features of a specific commercial application package
B. a document that communicates business, technical, and support requirements for an application software package to vendors that wish to compete for the sale of that application package and services
C. a document that communicates business, technical, and support requirements for an application software package to a single vendor that has been determined as being able to supply that application package and service
D. a contract with management and the user community to develop or enhance an information system
✅ The correct answer is option C.

1868. Which of the following is not a construct ?

A. sequence
B. condition
C. repetition
D. selection
✅ The correct answer is option D.
Explanation: Sequence implements processing steps that are essential in the specification of any algorithm. Condition provides the facility for selected processing based on some logical occurrence, and repetition allows for looping.