MCQ Test 4.png

1.png

Reason: 30 + 50 = 80 seconds

3.png

Reason: Any line between two computers represents a way for them to communicate with each other, and a communication between two computers can go through other computers. If the links from F to G, from F to A, and from F to E were broken, it would not be possible for computers E and F to communicate.

4.png

Reason: Statement I is false because computers A and D can communicate with each other through one computer, E. Statement II is true because there is a direct link between computers B and C.

39.png

Reason: In the second iteration of the loop, i is equal to 2. Thus RANDOM(1, i) returns either 1 or 2. So, the output 1 3 2 4 is not possible.

44.png

Reason: The student knows that the procedure searches for a value without knowing how it does the searching. This is an example of the use of procedural abstraction.