Which of the following will allow the use of Bit Locker if the computer does not have a TPM chip?

A. External hard drive
B. SCSI hard drive
C. USB key
D. CD-ROM drive


Answer: C. USB key

Computer Science & Information Technology

You might also like to view...

Describe the purpose of the items after the colon (:) in this code.

In the code for HourlyEmployee that is derived from Employee, the constructor code appears ``` HourlyEmployee:: HourlyEmployee(string theName, string theNumber, double theWageRate, double theHours ) : Employee(theName, theNumber), wageRate(theWageRate), hours(theHours) { // deliberately empty } ```

Computer Science & Information Technology

Review the Data Dictionary you created in Chapter 5 and double-check all data dictionary entries. Make sure that the entries for data stores, records, and data elements are documented completely and correctly. Determine what codes, if any, will be used and be sure they are documented in the data dictionary.

What will be an ideal response?

Computer Science & Information Technology

The chief rival to Intel in the PC chip market is AMD.

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

Computer Science & Information Technology

Access databases cannot be password protected.?

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

Computer Science & Information Technology