Answer:
sectors
Explanation:
hard disk contain tracks which are further divided into sectors, for storage purposes.
Answer:
Repetition.
Explanation:
hope it helps u
can u mark me as brainliest
Answer: Analyze the organization's strategic plan
Explanation:
The initial step in the information system is to first analyze the strategic plan of the organization so that we can easily identify the main objective and challenge.
It is basically archived by enlisting the particular objective and function in the planning of information system in the organization.
All the remining option are involve in the remaining step of the information system planning not in the initial step.
Therefore, analyze the organization's strategic plan is correct as it is the first step of the information system planning.
Answer:import functools
# open your file
file = open("integers.txt", 'r')
file = file.read()
# put numbers into a list
file = file.split()
# convert list into integers
file = list(map(int, file))
# use lambda function to get average.
print(functools.reduce(lambda x, y: x+y / len(file), file, 0))
Explanation:
Answer:
Microsoft word 365 allows two columns