Many UNIX systems incorporate a standard graphical user interface called X-Windows. Many Linux systems provide the __________ interface which is built on top of X- Windows and resembles the Windows interface.

a. K-Desktop Environment (KDE)
b. OS X
c. both A and B
d. The premise of this question is false.


a. K-Desktop Environment (KDE)

Computer Science & Information Technology

You might also like to view...

Which of the following lines would be the prototype for an overloaded cast operator function that converts an object of user-defined type Time into a double?

a. Time::operator double() const; b. Time::static_cast double() const; c. Time::operator_cast(double) const; d. Time::double() const;

Computer Science & Information Technology

Before accumulating values, the accumulator variable should be initialized to ____.

A. -1 B. 0 C. 1 D. NULL

Computer Science & Information Technology

What can be used on a Linux system to trace the lineage of each child process??

A. ?process ID B. ?parent process ID C. ?execution order ID D. ?process fork ID

Computer Science & Information Technology

To turn the visibility for layers on and off, you can press ____ on the visibility icon for the layer you wish to view.

A. ESC+click B. CTRL+click C. ALT+click D. SHIFT+click

Computer Science & Information Technology