On the bottom corner you can see something that looks like this:
|--- | -- | ---|
Click the middle one?
True, cause its actual job is to either be used as an input or output device in various ways but I hope this helps ma friend :)
No .
Sorry , but I never try them ,
Answer:
Assuming this is in python:
def check_password(password):
correct_password = "qbasic"
if password == correct_password:
return True
else:
return False
def main():
user_input = input("Type in your password: ")
if check_password(user_input):
print("Correct!")
else:
print("Wrong, try again")
main()
Explanation:
Hope this helped :) If it wasn't suppose to be in python, tell me so I can make it in the correct programming language.
Have a good day :)
Answer:
The correct answer is A.
Explanation:
Vishing can be described as phishing but only using a mobile telephone, making the victim give up any personal information that could be used for identity theft etc.
Pharming is a process which redirects the traffic from a known and trusted website to another one where they perform the operation of stealing the personal information of the people.
The example given in the question falls into the category of "Spear Phishing" which is when the victim receive e-mails that look like they have been sent by a trusted and known individual. This way they are more likely to open the e-mail or click on the link in the e-mail and the phishing act has a higher chance of success.
I hope this answer helps.