A user has a docking station at work, but now wants to take their laptop home. Which of the following features would a technician use to allow this?

A. Remote Access
B. Hardware Profiles
C. Advanced Power Management
D. Device Manager


Answer: B. Hardware Profiles

Computer Science & Information Technology

You might also like to view...

Suppose the days of the year are numbered from 1 to 365 and January 1 falls on a Tuesday as it will in 2019. What is the correct For statement to use if you want only the numbers for the Fridays in 2019?

(A) For i As Integer = 3 to 365 Step 7 (B) For i As Integer = 1 to 365 Step 3 (C) For i As Integer = 365 To 1 Step -7 (D) For i As Integer = 3 To 365 Step 6

Computer Science & Information Technology

A catch block that does not specify which type of exception it catches ________.

a) is a syntax error b) is useless; it will not catch any type of exception c) will catch any type of exception that does not already have a handler defined d) should be the last catch block in a group e) Both c and d.

Computer Science & Information Technology

Titles, descriptions, and column headings are added using the:

A) Label icon. B) Design tab. C) Header/Footer icon. D) Arrange tab.

Computer Science & Information Technology

In the Replace dialog box, the ________ box is where you enter the replacement text

A) Replace with B) Edit text C) Locate text D) Find what

Computer Science & Information Technology