MCQ Test 4 Corrections
These are my MCQ Test 4 Corrections.
Reason: 30 + 50 = 80 seconds
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.
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.
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.
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.