Scan everything for viruses
Answer:
1. Hardware Maintenance
2. Uninterrupted Power Supply (UPS)
3. Antivirus software
Explanation:
Antivirus software, or Anti-virus software (also known as AV software), otherwise called anti malware, is a PC program used to forestall, distinguish, and eliminate malware.
Antivirus software was initially evolved to identify and eliminate PC infections, thus the name. Be that as it may, with the expansion of different sorts of malware, antivirus software began to give security from other PC dangers. Specifically, current antivirus software can shield clients from: noxious program criminals.
A few items additionally incorporate security from other PC dangers, for example, tainted and noxious URLs, spam, trick and phishing assaults, online identity (privacy), web based financial assaults, social engineering techniques, advanced persistent threat (APT).

<u>Networks were originally used as a government weapon 61 years ago</u> to <u>communicate information</u> such as data and research. However, individual networks were eventually discontinued by the government and made open to the public to use for things such as PAN, LAN, MAN, WAN, SAN, and so on.
<u>Our internet today is capable of communicating with bilions of computers.</u> This is possible due to your modem using radio wave-like speeds to connect to your ISP. Your ISP then connects to a larger network, which is connecting to thousands of other networks. You see, <u>the internet is just a large network of networks that are connected through very fast radiowaves</u>. However, it is not just a single network being used anymore; it's thousands of them. The term, "internet" was used to describe this large selection of networks. In short, <u>B</u><u> would be incorrect. </u>
The worldwide web is a protocol used by the internet to connect to select websites favourably from whoever's using it. This obviously would not define the network, as this is something that's used by it. Furthermore, <u>A</u><u> would not be correct.</u>
As described already, the network was a selection of computers used to communicate information to each other. <u>C </u><u>would not be correct </u>as it states that there is only one computer being used.


There are two ways to convert from hexadecimal to denary gcse method. They are:
- Conversion from hex to denary via binary.
- The use of base 16 place-value columns.
<h3>How is the conversion done?</h3>
In Conversion from hex to denary via binary:
One has to Separate the hex digits to be able to know or find its equivalent in binary, and then the person will then put them back together.
Example - Find out the denary value of hex value 2D.
It will be:
2 = 0010
D = 1101
Put them them together and then you will have:
00101101
Which is known to be:
0 *128 + 0 * 64 + 1 *32 + 0 * 16 + 1 *8 + 1 *4 + 0 *2 + 1 *1
= 45 in denary form.
Learn more about hexadecimal from
brainly.com/question/11109762
#SPJ1