Answer:
B. Longer passwords
Explanation:
If the password is longer, it requires more incorrect attempts to find it, so the system could identify a potential hacker attempt. Smaller but more complex passwords could be identified by mistype or forgotten passwords.
The base for a hexadecimal number system is 16
Answer:
that is called a popup box. or a alert box
assuming you are talking about this
Answer:
import math
x = float(input("Input a decimal number of your choice: "))
y=int(x)
x=x-y
print(math.fabs(x))
Explanation: