Myclass.class
---------------------------------
Answer:
It was not a good choice and the administrator could have gone with a much better option.
Explanation:
Choosing WPA over WEP is a good option. It is however, still considered vulnerable despite its improved security and has been superseded by the WPA2 security protocol. TKIP is an example of an encryption method that was introduced around the same time with WPA and replaced WEP. This encryption is not secure and is now out of date and I would highly recommend against its use. If the access points support WPA2 – AES, then this would be the best and is the most optimal for wireless security.
The built-in function you use in python to prompt a user for data input is the input function.
<h3>What is an input function?</h3>
An input function is a function used to prompt a user for data input.
The data input may be a string, integer, float, and many more.
Let's use an example of an input function in python.
x = input("what is your name: ")
y = int(input("How old are you: "))
Hence, the first input will prompt the user for the name and the second input will ask the user for his age. It can only accept integers.
learn more on input function here: brainly.com/question/17623507
#SPJ12
The window doesn't terminate, it just gets smaller and it may be closed at the bottom of your computer screen. All you have to do is click on the closed window at the bottom of your screen to re-open it! :) The window doesn't terminate, it just gets smaller and it may be closed at the bottom of your computer screen.