Answer: Safety effort of system is defines as the measures that are taken to provide and maintain the protection of the system.There are several methods ,tool and efforts made for the system security .Benefits of the system security are as follows:-
- Takes control over the hazardous situation and maintain the security
- System security will also increase the development of the system easily.
- Approach towards the analyzing of the system function
- Data, information and functions are safe from being detected in unauthorized way.
- Functions and implementation is made easy without the fear of getting attacked or hacked.
Answer:
Communication is a constant process and it can also be corrupted.
Explanation:
Communication is the ability to send and receive messages that can be understood. We constantly communicate with our environment verbally and or orally, using signs and language to express ourselves.
Messages sent can and should be decoded for communication to be complete. It can be corrupted on its path to the decoder, this hinders understanding.
ICS would bet he answer.
Good luck! (:
Answer:
see attached picture
Explanation:
An algorithm would be:
if hours < 10 then bonus = 0
else if hours <= 15 then bonus = 1000
else if hours <= 20 then bonus = 1500
else if hours <= 25 then bonus = 2000
else if hours <= 30 then bonus = 3000
else bonus = 5000