In Linux, the core component of the GUI is known as:

A. GNOME
B. KDE
C. X Windows
D. Red Hat


Answer: C

Computer Science & Information Technology

You might also like to view...

What is wrong with this function?

```void Divide( int x, int y ) { int remainder, quotient; quotient = x/y; remainder = x%y; return (quotient, remainder); }``` A. You can’t have a comma in the return statement. B. The return type is void. C. You can’t delare new variables in this function. D. Both A & B.

Computer Science & Information Technology

What is the escape sequence for single quote?

A. /’ B. \” C. \’ D. /”

Computer Science & Information Technology

A grouping of characters into a word, a group of words, or a complete number is called a record.

a. true b. false

Computer Science & Information Technology

Which technology is marketed as and now generally accepted as a true 4G technology?

A. Code-division multiple access (CDMA) B. Global System for Mobile Communications (GSM) C. Evolved High-Speed Packet Access (HSPA+) D. Long Term Evolution (LTE)

Computer Science & Information Technology