Answer:
(1) Protecting the privacy of personal data and proprietary information
(2) Proprietary Information
These two cannot be infringed on but below are the policies that must be taken in high esteem and can be infringed upon
(1) Disaster Recovery Policy
(2) Acceptable Use Policy
(3) Business Continuity plan
Because machine (cpu) can only execute machine code(language).
The MAC address, type of network address is used to identify the receiving node.
<h3>What is A MAC address?</h3>
This is known to be a kind of physical address that is often given to each network adapter in a computer, or any kind of mobile device.
This is made up of twelve hexadecimal characters and as such, The MAC address, type of network address is used to identify the receiving node.
Learn more about MAC address from
brainly.com/question/13267309
#SPJ11
Dictary = {
'code':6734,
'dept': 'sales',
123-45-6789:"Mr.Potato Head \n234 Potato Lane \nPotato Chip, ID 77725"
}
for i in Dictary.keys():
if i == 123-45-6789:
print(Dictary.get(i))
break
else:
print("Key not found")
You can further test this code by deleting Mr.Potato head's info from the dictionary. I hope this helps!