nerdexam
LPI

010-160 · Question #49

Which of the following programs is not a graphical web browser?

The correct answer is C. Links. Links is a text-based browser that renders pages in the terminal without a GUI, making it the only non-graphical option among the choices.

The Linux Operating System

Question

Which of the following programs is not a graphical web browser?

Options

  • AKonqueror
  • BFirefox
  • CLinks
  • DOpera
  • EChrome

How the community answered

(46 responses)
  • C
    96% (44)
  • D
    2% (1)
  • E
    2% (1)

Why each option

Links is a text-based browser that renders pages in the terminal without a GUI, making it the only non-graphical option among the choices.

AKonqueror

Konqueror is a graphical web browser bundled with the KDE desktop environment on Linux.

BFirefox

Firefox is a widely used open-source graphical web browser with a full GUI.

CLinksCorrect

Links is a terminal-based web browser that displays web content as plain text without any graphical rendering engine or GUI framework. It is designed for use in console or terminal environments where no display server is available. All other listed options - Konqueror, Firefox, Opera, and Chrome - are fully graphical browsers that rely on a windowing system to render pages visually.

DOpera

Opera is a cross-platform graphical web browser with a complete visual interface.

EChrome

Chrome is Google's graphical web browser and requires a display server to run.

Concept tested: Distinguishing text-based from graphical web browsers

Source: https://man7.org/linux/man-pages/man1/links.1.html

Topics

#web browsers#text-based browsers#Links#graphical applications

Community Discussion

No community discussion yet for this question.

Full 010-160 Practice