What term refers to a laptop that features a massive screen, a full size keyboard, an optical drive (or maybe two), and plenty of hard drive space?

A. Netbook
B. Chromebook
C. Notebook
D. Desktop Replacement


Answer: D

Computer Science & Information Technology

You might also like to view...

Which of the following gives the number of elements in the array int r[ 10 ]?

a. sizeof r b. sizeof ( *r ) c. sizeof r / sizeof ( int ) d. sizeof ( *r ) / sizeof ( int )

Computer Science & Information Technology

How many event-listener interfaces correspond to each event type?

a. one. b. two. c. one or more. d. zero.

Computer Science & Information Technology

Describe why a very large hash table will likely increase the performance (i.e. faster additions and lookup) at the expense of wasting memory, and vice versa, why a small hash table will use less memory but result in a decrease in performance.

What will be an ideal response?

Computer Science & Information Technology

Convert the following numbers from decimal notation to scientific notation. Round the result to five significant digits:

1.) 123456.7 2.) 12345.67 3.) 1234.567 4.) 123.4567 5.) 12.34567 6.) 1.234567 7.) 0.1234567 8.) 0.01234567 9.) 0.001234567 10.) 100000 11.) 1000000000 12.) 1000000001 13.) 0.000001234567 14.) 0.00000123

Computer Science & Information Technology