Which of the following options provides an accurate description of a 'Web Browser Extension' or 'Add-on'? MCQ with Answer and Explanation

Which of the following options provides an accurate description of a 'Web Browser Extension' or 'Add-on'?
A. A piece of hardware that boosts wireless internet signals
B. A dedicated database table used to archive old email attachments
C. A small custom software component that adds specific features, tools, or modifications to a web browser's core interface
D. The main operational routing server used by a global ISP facility
Answer: Option C
Solution (By JKSSB Mock Tests)
Browser extensions are modular software components built on web standards that install directly into the browser to extend its functionality, such as adding ad blockers or translation tools.

Discuss this Question (0)

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

Practice More Internet and Web Technologies Questions

Question #1
Which of the following is a protocol used for managing network devices?
A. SNMP
B. FTP
C. SMTP
D. HTTP

Correct Answer: Option A


Explanation:
SNMP (Simple Network Management Protocol) is used for monitoring and managing network devices.

This question belongs to: Computer Internet and Web Technologies
Question #2
Which HTTP status code represents 'Not Found'?
A. 200
B. 301
C. 500
D. 404

Correct Answer: Option D


Explanation:
404 Not Found indicates that the server cannot find the requested resource. 200 is OK, 301 Moved Permanently, and 500 Internal Server Error.

This question belongs to: Computer Internet and Web Technologies
Question #3
What is a hyperlink?
A. A protocol for data transfer
B. A markup language element
C. A type of browser extension
D. A text or image that links to another web page

Correct Answer: Option D


Explanation:
A hyperlink is a reference in a web document that users can click to navigate to another document or resource, commonly implemented with tags in HTML.

This question belongs to: Computer Internet and Web Technologies