πŸ“Š Computer
Q. What language does a browser typically interpret to display information from the World Wide Web?
  • (A) Machine Code
  • (B) Assembly Language
  • (C) HTML
  • (D) C++
βœ… Correct Answer: (C) HTML

Explanation: A web browser primarily interprets HTML (HyperText Markup Language) to display information from the World Wide Web.

HTML is the standard markup language used to structure web pages.

Browsers read HTML documents and render them as visual webpages.

Along with CSS (for styling) and JavaScript (for interactivity), HTML forms the core technologies of the web.


Other Options:

Machine Code (A) – Browsers do not directly interpret machine code; it is used by the CPU.

Assembly Language (B) – This is a low-level language for hardware programming, not for web display.

C++ (D) – While browsers may be built using C++, they do not interpret it to render webpages.

Explanation by: Mr. Dubey
A web browser primarily interprets HTML (HyperText Markup Language) to display information from the World Wide Web.

HTML is the standard markup language used to structure web pages.

Browsers read HTML documents and render them as visual webpages.

Along with CSS (for styling) and JavaScript (for interactivity), HTML forms the core technologies of the web.


Other Options:

Machine Code (A) – Browsers do not directly interpret machine code; it is used by the CPU.

Assembly Language (B) – This is a low-level language for hardware programming, not for web display.

C++ (D) – While browsers may be built using C++, they do not interpret it to render webpages.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
837
Total Visits
πŸ“½οΈ
5 y ago
Published
πŸŽ–οΈ
Chandani
Publisher
πŸ“ˆ
82%
Success Rate