Which of the following is a modern web browser based on Chromium? MCQ with Answer and Explanation

Which of the following is a modern web browser based on Chromium?
A. Brave
B. All of the above
C. Chrome
D. Edge
Answer: Option B
Solution (By JKSSB Mock Tests)
Chrome, Edge, and Brave are all Chromium-based browsers, sharing the same underlying engine.

Discuss this Question (0)

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

Practice More Internet and Web Technologies Questions

Question #1
What is the purpose of the 'Host' header in an HTTP request?
A. To indicate the domain name of the server
B. To specify the client's IP address
C. To set the content type
D. To authenticate the user

Correct Answer: Option A


Explanation:
The Host header specifies the domain name of the server (and optionally the port) to which the request is being sent, enabling virtual hosting.

This question belongs to: Computer Internet and Web Technologies
Question #2
What is a cookie in the context of web browsing?
A. A small text file stored on the user's computer
B. A program that scans for viruses
C. A protocol for secure communication
D. A type of web browser

Correct Answer: Option A


Explanation:
A cookie is a small piece of data sent from a website and stored on the user's browser, used to remember stateful information such as login sessions, preferences, etc.

This question belongs to: Computer Internet and Web Technologies
Question #3
Which of the following is a protocol for real-time communication between web browsers and servers?
A. FTP
B. HTTP/2
C. HTTP/1.1
D. WebSocket

Correct Answer: Option D


Explanation:
WebSocket provides full-duplex communication over a single connection, ideal for real-time applications like chat and gaming.

This question belongs to: Computer Internet and Web Technologies