Answer:
1. Input.
2. An input.
3. Processing.
4. Random Access Memory (RAM).
5. An output.
Explanation:
1. The keyboard and mouse are examples of <u>input</u> devices.
2. The part of the information processing cycle in which raw data is received is known as <u>an input</u>.
3. The part of the information processing cycle where raw data is converted into meaningful information is <u>processing</u>.
4. The type of memory used during the processing cycle is <u>Random Access Memory (RAM)</u>.
5. The series of mathematical steps taken by the CPU during processing results in <u>an output</u>.
Explanation:::::::::::::::
1. total=sum(k*k for k in range (1,51))
2. total=0
k=1
while k<=n:
total+=k**3
k+=1