Peripherals connect through a ________

A) cable B) port C) remote control D) hub


B

Computer Science & Information Technology

You might also like to view...

An object's order determines its location within the 3D world.

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

Computer Science & Information Technology

At a minimum, Windows Server 2008 SP2 32-bit is required to run SQL Server 2012.

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

Computer Science & Information Technology

The ________ displays format properties within a document?

A) Paragraph styles B) Styles task pane C) Reveal Formatting task pane D) Show/Hide button

Computer Science & Information Technology

To refer to a particular object using VBA, the objects need to be referred to in their hierarchical structure. For example, to refer to cell A1 in a specific worksheet, the code would be ________

A) Application.Workbook (workbookname.xlsx).Worksheet("Sheet1").Range("A1") B) Application.Worksheet("Sheet1").Range("A1") C) Application.Workbook (workbookname.xlsx).Sheets("Sheet1").Range("A1") D) Application.Workbook (workbookname.xlsx).Worksheet(Range("A1"))

Computer Science & Information Technology