Bytes, metadata, storage, documents are what come to mind without know the specifics. Sorry, Hope this helps.
Answer:
total = 0
for i in range(5):
score = int(input("Enter a score: "))
total += score
average = total / 5
print("The average is " + str(average))
Explanation:
*The code is in Python.
Initialize the total as 0
Create a for loop that iterates five times. Inside the loop, ask the user to enter a score. Add the score to the total (cumulative sum)
After the loop, calculate the average, divide the total by 5
Print the average
Answer:
False
Explanation:
Different factors, such as processing power, information processing, and the component (CPU) utilised in computers, are used to classify computers. Micro-computers, Mini-computers, Main-frame computers, and Super-computers are divided into four categories based on the components utilised and functionality of the computers.
Http://www.webopedia.com/DidYouKnow/Hardware_Software/FiveGenerations.asp
Answer:
The code for DOOR would be <u>3775</u>.
Explanation:
WORD - 9753
W - 9
O - 7
R - 5
D - 3
DOOR: 3775