The program is an illustration of file manipulations
<h3>What are file manipulations?</h3>
File manipulations are program statements that are used to write & append to file, and also read from the file
<h3>The actual program in Python</h3>
Assume the file name is top10.txt, the program in Python where comments are used to explain each line is as follows:
#This opens the file
a_file = open("top10.txt")
#This reads the file contents
file_contents = a_file.read()
#This prints the contents
print(file_contents)
Read more about file manipulations at:
brainly.com/question/15683939
Primary storage is usually termed as the viotile storage unit directly accessible as the main device to the CPU. So the main form of primary storage is RAM. It is the main storage unit where you keep your long term memory for your computer
Answer:
here is the answer
Explanation:
1) accurate
2) fast
3) can accomplish tasks more effencily