A ________ is a mobile device that typically ranges from seven to ten inches in size.

A. tablet
B. Chromebook
C. blade
D. smartphone


Answer: A

Computer Science & Information Technology

You might also like to view...

A derived class cannot access the members of its base class.

a) private b) static c) protected d) None of the above.

Computer Science & Information Technology

Which of the following algorithms solve the maximum flow problem?

1] Ford-Fulkerson [2] Edmonds-Karp [3] Dinic's algorithm a. 1, 2, and 3 b. Only 1 c. Only 2 d. 1 and 2

Computer Science & Information Technology

Which of the following statements does not allocate a block of 100 bytes and test for an allocation failure?

A. if (ptr = malloc(100)) B. if (!(ptr = malloc(100))) C. if (ptr = calloc(100)) D. if (!(ptr = calloc(100))) E. if (ptr = realloc(100))

Computer Science & Information Technology

Case Based Critical ThinkingMark is a well-known illustrator and artist who started his own design firm two years ago. Because Mark's business is more about illustration than anything else, he is constantly challenging his staff to hone their skills in Adobe Illustrator. He finds that, though many have "played around" with the software, most of his designers are Photoshop gurus who don't fully appreciate the abilities and the concepts associated with Illustrator.

Mark's team is excited to be working on a project that involves many geometric illustrations, but the big challenge is that the artwork demands precise positioning. In many cases, objects must abut precisely, with no gap and no overlap. Mark tells his team that they should rely heavily on which of the following Illustrator features? A. grouping objects B. smart guides C. dragging and dropping D. drawing marquees

Computer Science & Information Technology