In internet context, what does the term 'Phishing' refer to? MCQ with Answer and Explanation

In internet context, what does the term 'Phishing' refer to?
A. A high-speed networking technique to clean bad data packets
B. The mechanical process of searching database records via browser scripts
C. An algorithm used by routers to distribute network load smoothly
D. The fraudulent practice of sending emails masquerading as reputable sources to steal sensitive personal records
Answer: Option D
Solution (By JKExamLibrary)
Phishing is a social engineering attack where attackers impersonate trustworthy entities via email or websites to steal credentials, credit card details, or sensitive personal data.

This question belongs to: Computer Internet and Web Technologies

Discuss this Question (0)

No comments yet. Be the first to start the discussion!

Practice More Internet and Web Technologies Questions

Question #1 Report Error
What does a '500 Internal Server Error' message from a web address generally represent?
A. The specific webpage directory structure was typed incorrectly.
B. The client computer has disconnected from its router box.
C. The user entered an incorrect account password.
D. A general-purpose error indicating that the server encountered an unexpected condition that prevented it from fulfilling the request.

Correct Answer: Option D


Explanation:
The 500 status code is a generic catch-all server-side error showing that the web server ran into a script configuration or system conflict preventing normal execution.

This question belongs to: Computer Internet and Web Technologies
Question #2 Report Error
Which specific browser technology or feature allows web developers to evaluate and track the precise network transmission speeds and load times of individual page elements natively?
A. Standard bookmark navigation panel
B. Incognito browser window frame
C. Local server cache monitoring layout
D. Network Panel / Network Tab

Correct Answer: Option D


Explanation:
The Network tab inside browser Developer Tools maps out precise asset timelines, showing status codes, payload sizes, and connection times for every element fetched during a page load.

This question belongs to: Computer Internet and Web Technologies
Question #3 Report Error
What does the acronym URL stand for?
A. Uniform Resource Locator
B. Unified Resource Locator
C. Uniform Retrieval Locator
D. Universal Resource Link

Correct Answer: Option A


Explanation:
URL stands for Uniform Resource Locator, which is a reference to a web resource that specifies its location on a computer network and a mechanism for retrieving it.

This question belongs to: Computer Internet and Web Technologies