Software Engineering MCQs

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

1145. The expected value for the estimation variable (size), S, can be computed as a weighted average of the optimistic(Sopt), most likely (Sm), and pessimistic (Spess) estimates given as___________________?

A. EV = (Sopt + 4Sm + Spess)/4
B. EV = (Sopt + 4Sm + Spess)/6
C. EV = (Sopt + 2Sm + Spess)/6
D. EV = (Sopt + 2Sm + Spess)/4
✅ The correct answer is option B.
Explanation: This assumes that there is a very small probability that the actual size result will fall outside the optimistic or pessimistic values.

1150. In HTTP pipelining__________________?

A. multiple HTTP requests are sent on a single TCP connection without waiting for the corresponding responses
B. multiple HTTP requests can not be sent on a single TCP connection
C. multiple HTTP requests are sent in a queue on a single TCP connection
D. none of these
✅ The correct answer is option A.