Which key do you hold down to select a group of contiguous files?

A) Ctrl
B) F1
C) Alt
D) Shift


D

Computer Science & Information Technology

You might also like to view...

Case-Based Critical Thinking QuestionsCase 1-1During your senior year, you are serving as a tutor in the computer science department, offering to help other students with their coursework. One of the most daunting topics for beginning students is keeping bitmaps and vectors straight. One of your tutees, Joe, is a case in point. Which of the following is NOT a true statement you can make to Joe as you explain bitmaps to him?

A. A 100x100-pixel bitmap graphic is simply a grid containing 10,000 colored pixels. B. JPEG and GIF are two of the most common file formats. C. If you enlarge a bitmap graphic, the edges become ragged. D. A bitmap graphic is a set of mathematical instructions that describe the color, outline, and position of all the shapes of the image.

Computer Science & Information Technology

Each device that connects to a network must have some type of network adapter

Indicate whether the statement is true or false

Computer Science & Information Technology

The WordArt placeholder displays the phrase ________ when WordArt is inserted on a slide

A) Insert text here B) Key text here C) Enter text here D) Your text here

Computer Science & Information Technology

Which of the following statements is false?

``` int[] g; g = new int[23]; ``` a) The first statement declares an array reference. b) The second statement creates the array. c) g is a reference to an array of integers. d) The value of g[3] is -1.

Computer Science & Information Technology