You receive an email with a link claiming to be your bank. You click it and see what looks exactly like your bank's login page. What is the single most important thing to check before entering your password?
AWhether the page has the bank's logo and color scheme
BThe address bar — to verify the URL matches your bank's real web address
CWhether the page loaded quickly, since slow pages are suspicious
DWhether your browser extension approved the page
The address bar always tells you the true address of the page you are on. A fake login page can be made to look identical to a real one — same logo, colors, and layout — but the URL in the address bar cannot lie about where you actually are. Building the habit of glancing at the address bar before entering credentials is one of the most effective security practices for any internet user.
Question 2 Multiple Choice
What happens to your internet activity when you use your browser's private or incognito mode?
AYour activity is completely hidden from everyone, including your internet provider
BYour activity is hidden from other people using your device, but not from websites, your employer, or your internet provider
CYour activity is hidden from websites you visit, but your browser still logs it locally
DPrivate mode is identical to regular mode — it only changes the browser's color scheme
Private/incognito mode stops your browser from saving history, cookies, and form data on your device — so other people who use your device won't see where you've been. It does NOT make you invisible online. Websites you visit still see your IP address, your internet provider still logs your connections, and your employer (if using their network) can still monitor traffic. 'Clearing history makes me private' is the most common browser misconception.
Question 3 True / False
Clearing your browser's history makes your internet activity largely private.
TTrue
FFalse
Answer: False
False. Browser history is a local log stored on your device. Clearing it removes that local record so others using your device can't see it — but it has no effect on what has already been recorded by websites, your internet service provider, or network administrators. Complete privacy requires much more than clearing local history.
Question 4 True / False
Different browsers (Chrome, Firefox, Safari, Edge) all do the same fundamental job — request and display web pages — but can differ meaningfully in privacy defaults, speed, and available extensions.
TTrue
FFalse
Answer: True
True. All browsers share the same core function: send requests to servers and render the returned HTML/CSS/JavaScript into a visual page. But they differ in how much data they collect about you, which features they offer by default, how tightly they integrate with other services (Google, Apple, Microsoft), and which extensions are available. Choosing a browser is a real decision with privacy and workflow implications.
Question 5 Short Answer
Why is it important to check the address bar before entering a password or credit card number on a website?
Think about your answer, then reveal below.
Model answer: The address bar shows the true URL of the page you are on. Attackers can create pages that look identical to legitimate sites, but they cannot change what the address bar displays. Checking that the domain matches the real site (e.g., 'yourbank.com' not 'yourbank-login.net') is the most reliable way to verify you are where you think you are before submitting sensitive information.
Visual design of a webpage can be perfectly copied — logos, layouts, colors are all just files. The URL in the address bar is the one piece of information that accurately identifies the actual server serving the page. This is why it is the primary security checkpoint for any sensitive interaction.