In Linux, the core component of the GUI is known as:
A. GNOME
B. KDE
C. X Windows
D. Red Hat
Answer: C
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.
What is the escape sequence for single quote?
A. /’ B. \” C. \’ D. /”
A grouping of characters into a word, a group of words, or a complete number is called a record.
a. true b. false
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)