A users laptop has a PATA controller. The user wishes to add a SATA hard drive for storage. Which of the following would be the BEST method to solve this issue?
A. Use an external USB enclosure.
B. Change the BIOS settings to support SATA drives.
C. Exchange the drive for a PATA hard drive.
D. Replace the motherboard with one that supports SATA drives
Answer: A. Use an external USB enclosure.
You might also like to view...
Linux provides three types of semaphore facilities in the kernel: binary semaphores, counting semaphores, and __________
Fill in the blank(s) with the appropriate word(s).
What is the effect of this program segment?
``` #define MAX 50 int a[MAX], i, j, temp; ``` ``` for (i = 0; i < MAX / 2; ++i) { temp = a[i]; a[i] = a[MAX - i - 1]; a[MAX - i - 1] = temp; } ``` a. Arranges the elements of array a in ascending order. b. Counts the number of elements of a greater than its first element. c. Reverses the numbers stored in the array. d. Puts the largest value in the last array position. e. None of the above.
You can use various units of measurement in Flash, including inches, points, and centimeters.
Answer the following statement true (T) or false (F)
Which of the following will send all received packets out all of its ports except the port it was received on?
A. Switch B. Router C. WAP D. Hub