What is the function of a web browser? MCQ with Answer and Explanation

What is the function of a web browser?
A. To store web pages
B. To host websites
C. To manage email
D. To request and display web pages
Answer: Option D
Solution (By JKExamLibrary)
A web browser is a client-side application that sends HTTP requests to web servers and renders the received web pages for the user.

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 the 'target' attribute in an HTML tag specify?
A. The media type
B. The relationship to the linked document
C. Where to open the linked document (e.g., new tab)
D. The URL of the link

Correct Answer: Option C


Explanation:
The target attribute defines where the linked document should be opened, such as _blank for a new tab or window.

This question belongs to: Computer Internet and Web Technologies
Question #2 Report Error
Which protocol is used for sending email between mail servers?
A. IMAP
B. MIME
C. POP3
D. SMTP

Correct Answer: Option D


Explanation:
SMTP is used for email transmission both from clients to servers and between servers for relaying messages.

This question belongs to: Computer Internet and Web Technologies
Question #3 Report Error
What does a '401 Unauthorized' HTTP response status code indicate to an accessing client?
A. The target website has moved permanently to a fresh alternative domain.
B. The connection timed out due to physical fiber faults.
C. The web server cannot locate the directory page requested.
D. The requested resource requires valid user authentication credentials (like a username and password) before access is granted.

Correct Answer: Option D


Explanation:
The 401 status code indicates that the request lacks valid authentication credentials for the target resource, requiring the user to log in first.

This question belongs to: Computer Internet and Web Technologies