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.

1870. Which paradigm relies on the natural compartmentalization of a problem and organizes team members to work on pieces of the problem with little active communication among themselves ?

A. random paradigm
B. open paradigm
C. closed paradigm
D. synchronous paradigm
✅ The correct answer is option C.