True <span>when an input file is opened, the read position is initially set to the first item in the file.</span>
Answer:
choice c
Explanation:
score = score + 10
because the rest doesn't make since and score == score + 10 has an extra equal sign.
Answer:
In a buffer
Explanation:
We can define a buffer as a temporary holding area for data between the various devices and the CPU make I/O synchronization especially if there are multiple devices attempting to do I/O at the same time.
Items stored at the buffer helps to reduce the The incompatibilities in speed between the various devices and the CPU.