The answer should be RAM = Random Access Memory
RAM memory is used to store current data while the computer is on. Bear in mind that after the computer is shutdown all data in RAM is lost.
Answer:
num = float(input("Enter a number : "))
ab = abs(num)
sqrt = float(ab ** 0.5)
print(sqrt)
Explanation:
Following actions could you most likely advise the client taking to strengthen the security of their wireless network-
- Change the default SSID to anything different.
- Turn off SSID broadcasting.
<h3>Explain the term wireless network security?</h3>
- Designing, putting into practice, and ensuring security on such a wireless computer network are all parts of wireless network security.
- A wireless computer network is further protected by this subset of network security.
- Wireless security is another name for wireless network security.
For the stated question-
- Disabling SSID broadcast and changing the network name are advised.
- By disabling SSID, the network name won't be displayed on devices looking for a network can connect to, and so by changing the name, it will be impossible for anyone who already knows the old name to connect.
- Both of which significantly boost security.
To know more about the wireless network security, here
brainly.com/question/28257213
#SPJ4
Coding means creating codes from one language to another. Programming means to program a machine to perform using a set of instructions.