Flash drives plug into a(n) ________

A) expansion slot B) USB port C) serial port D) drive bay


B

Computer Science & Information Technology

You might also like to view...

What is displayed if x is

Consider the following fragment of code: ``` if (x > 5) System.out.println(“A”); else if (x < 10) System.out.println(“B”); else System.out.println(“C”); ``` a. 4; b. 5; c. 6; d. 9; e. 10; f. 11

Computer Science & Information Technology

When a report which has an attachment control is viewed in Report View, what does the Attachment toolbar not allow you to do?

A) Navigate from one attachment to another B) Click the paperclip icon to open the Attachments dialog box C) Move back and forth through the attachments D) Delete any attachments

Computer Science & Information Technology

In a PivotTable, a single piece of information for every record is called a ________

A) data B) name C) field D) label

Computer Science & Information Technology

After you create columns, you might need to change the point at which a new column starts.You can do this by inserting a table break.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology