Hybrid notebook-tablet computers are also called convertible tablets or ____.

A. 2-in-1 computers
B. netbook computers
C. laptop computers
D. PDAs


Answer: A

Computer Science & Information Technology

You might also like to view...

If the value of x is -35.3271, and x is written to a file using this statement, what value is saved in the file?

``` outfile << setiosflags( ios::fixed ) << setprecision(2) << setw(6) << x << endl; ``` a. -35.3271 b. -35.33 c. 35.33 d. -35.32

Computer Science & Information Technology

When compiling a class in a package, the javac command-line option ________ causes the javac compiler to create appropriate directories based on the class’s package declaration.

a. -p. b. -a. c. -d. d. -dir.

Computer Science & Information Technology

An optical mouse uses ________

A) coordinates B) two roller balls C) a set of rollers D) reflected beams of light

Computer Science & Information Technology

Which of the following is a responsibility of the crisis management team?

A. restoring the data from backups B. evaluating monitoring capabilities C. keeping the public informed about the event and the actions being taken D. restoring the services and processes in use

Computer Science & Information Technology