Answer:
Schedule a convenient time and location for the training, to include as many people as possible.
Explanation:
The main purpose of security awareness program is to educate people about computer security. A good security awareness program should educate people about corporate policies and procedures for working with information technology thus option b is the right answer.
Answer: False
Explanation:
Unguided medium employs an antenna for transmitting through air or vacuum.
For guided mediums the transmission is in the form of twisted copper wires, shielded twisted copper wire and optical fibres. They henceforth do not depend upon antennas for transmission through air using antennas.
Answer:
Explanation:
Any body know the answer I’m stuck!
Answer:
i. site.py module
ii. random integer module
Explanation:
i. The exit() function is a function used to end a program in python and can only be called when the site.py module is present. The site.py module comes pre-installed with Python.
<u>So, the site.py module needs to be imported for the exit() function to be invoked.</u>
ii The randint() function is a function used to generate a random integer between two limits- a lower limit and a higher limit. The randint() function can be called when the random integer module is present.
<u>So, the random integer module needs to be imported to invoke the randint() function.</u>