Answer:
oh for me there is maybe try reloading?
Explanation:
There are six basic functions of IT.
1. Capture: Compiling detailed records of activities.
2. Processing: Converting, analyzing, computing and synthesizing all forms of data and information.
3. Generation: Organizing information into a useful form.
4. Storage: Retaining information for further use.
5. Retrieval: Locating and copying stored data or information for further processing or for transmission to another user.
6. Transmission: Distributing information over a communication network.
Answer:
Ransomware
Explanation:
Just as its name implies, you have to pay a 'ransom' to get a locked file that belongs to you
Answer:
result = 0
for i in range(99, 0, -1):
result += i
print(result)
Explanation: