Answer:
Hi!
The correct answer is B.
Explanation:
The code snippet doesn't follow the correct form of writing a while loop, so it will crash when compiles.
One correct form to write the code is:
token = false;
while (token){ <em>// Evaluate token, if true prints else terminates the loop. In this case, token is false so, no output and finish the program.</em>
print("Hello");
};
Answer:
Phishing
Explanation:
Phishing is a type of cyber attack in which the attacker masquerades as a trusted entity via e-mail and trick the recipient into clicking a malicious link that could steal user data including login details, credit card information e.t.c A phishing attack can have devastating effects such as Identity theft, Unauthorised purchase or stealing of funds on individuals.
The common types of phishing are<em>: Vishing, Smishing, Email Phishing, Search Engine Vishing, Whaling</em> e.t.c