In Python 3.8:
nums = list(map(int, input("Enter your numbers space separated: ").split()))
print(f"The largest number is {max(nums)} and the average of all the numbers entered is {sum(nums)/len(nums)}")
Answer:
short- term memory
Explanation:
Computer stores memory in two major ways: long-term and short-term. Short-term memory usually takes seconds to delete except rehearsals or other strategies are used to retain it for longer periods. Thus, short-term memory are simply limited-capacity memory system for retaining information for a short period.
Answer:
The following are the order of the routine maintenance tasks that is C, A, B, D
Explanation:
For securing the computer system the user has to follow some steps related to the routine maintenance tasks.
- Firstly, the user has to validate the settings on the Windows Update.
- Then, they have to validate the settings on the anti-malware software.
- Then, the user has to validate the setting related to the file-sharing system.
- Finally, they have to validate the frequent optimization of hard drives or hard disks.
If you play the Wii, they have the controller and then they have a nunchuck that connects to the other controller, and you use that with your other hand. Hope that helps :)
Answer: natural Language Processing
Explanation:
Natural Language Processing: It is a sub field of linguistics which is concerned with the interactions between Human and computer especially how to program computers to process and to understand large amounts of natural language data.