1. Monitor
2.C.P.U
3.Mouse
4. Keyboard
5. Printer
6. Speaker
Answer:
II and III only
Explanation:
In Code segment II, the output of the array will be started form arr[0] and ends at the arr[length]. Because loop starts from 0 and ends at length of array. This will print the full array data.
In code segment III, the output will be all values of array as loop starts form first index and ends at last index.
On the other hand I code segment prints all array values except last value of the array. As the loop shows that, it will terminate at second last value of the array.
Well thats false. They are only notes, not extra details.
Answer:
13:a. 15:c. 14:Unknown answer