Case-Based Critical Thinking QuestionsCase 6-1Gabe is learning how to add graphics to a worksheet. Kyra, who has more experience, answers several questions Gabe has.Gabe asks Kyra how to insert clip art. She tells him to _____.

A. click the EDITING tab, select Illustrations, then click the Online Pictures button
B. click the INSERT tab, select Illustrations, then click the Online Pictures button
C. click the INSERT tab, select Clip Art, then click the Online Pictures button
D. click the INSERT tab, select Illustrations, then click the Clip Art button


Answer: B

Computer Science & Information Technology

You might also like to view...

The ____________________ report property allows you to specify the source of the data for a report.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology

What is the incorrect action and why does it occur?

Specification: Fill a 100-element floating point array with the values 0.01, 0.02, ?, 0.99, 1.0. ``` #include using namespace std; int main() { float x[100]; int i; for(i = 1; i <= 100;++i) { x[i] = i/100; } return 0; } ```

Computer Science & Information Technology

Many SmartArt layouts allow you to add shapes above or below the active shape

Indicate whether the statement is true or false

Computer Science & Information Technology

What is the highest level of the military classification scheme?

A. Secret B. Confidential C. SBU D. Top Secret

Computer Science & Information Technology