What is a web browser's 'bookmark' used for? MCQ with Answer and Explanation

What is a web browser's 'bookmark' used for?
A. To block websites
B. To manage browsing history
C. To store passwords
D. To save a URL for quick access later
Answer: Option D
Solution (By JKExamLibrary)
A bookmark (or favorite) is a stored link to a web page that allows users to quickly revisit it without typing the URL again.

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 is the specific meaning of the term 'Web Hosting'?
A. A dedicated browser feature built to bookmark favorite paths
B. A commercial service providing server disk space and bandwidth to store website files so they are accessible online
C. The physical process of manufacturing computer motherboards
D. An algorithm used to resolve alphabetical domain values

Correct Answer: Option B


Explanation:
Web hosting services provide the physical server hardware, network access, and technologies required for a website's files to be stored and viewed on the internet.

This question belongs to: Computer Internet and Web Technologies
Question #2 Report Error
Which of the following security protocols adds an encrypted wrapper layer around a standard File Transfer Protocol channel to protect authentication variables?
A. Telnet console channel
B. SMTP route link
C. FTPS (FTP over SSL/TLS)
D. Unencrypted HTTP link

Correct Answer: Option C


Explanation:
FTPS is an extension to the standard File Transfer Protocol (FTP) that adds support for Transport Layer Security (TLS) and Secure Sockets Layer (SSL) cryptographic protocols.

This question belongs to: Computer Internet and Web Technologies
Question #3 Report Error
Which of the following is a method to improve website loading speed?
A. Using a CDN
B. Minification of CSS and JavaScript
C. All of the above
D. Browser caching

Correct Answer: Option C


Explanation:
Minification reduces file sizes, CDNs distribute content, and browser caching stores resources locally, all of which improve loading speed.

This question belongs to: Computer Internet and Web Technologies