The variation of SATA that is used for external drives is called ________

Fill in the blank(s) with the appropriate word(s).


Answer: eSATA. Serial ATA is an interface that connects devices such as hard disk drives to host bus adapters. It is generally the most common hard disk drive that an investigator will encounter.

Computer Science & Information Technology

You might also like to view...

What is the value of num after the following code is executed, given the function definition that follows:

float num = findIt(5.0, 2); // code in main float findIt (float one, int two) // function definition { one = one + two; return (one / two); } a) 0.5 b) 2.5 c) 3 d) 3.5

Computer Science & Information Technology

Activities on the Outlook ________ list can be scheduled, categorized, marked as complete, or assigned to other people

A) Tasks B) Calendar C) Contacts D) Schedule

Computer Science & Information Technology

Text attributes such as size, bold, and italics CANNOT be changed from the template defaults

Indicate whether the statement is true or false

Computer Science & Information Technology

Case-based Critical Thinking Questions Case 4-2 Urma has begun to apply the basic information that you have given her about schemas, and she wants to understand a schema with and without qualified XML Schema object names. ? In the example code,, a reference to objects from the students namespace that require prefixes is _____.

A. studentAtt B. ref C. stu:studentAtt D. stu

Computer Science & Information Technology