A digital port that can transmit both audio and video signals. It is the standard connection for high-definition TVs, video game consoles, and other media devices.

A. DVI
B. HDMI
C. VGA


B. HDMI

Computer Science & Information Technology

You might also like to view...

What value is assigned to decTaxes by the following program segment, assuming that the user enters 50000 into the textbox txtSalary.Text?

Dim decSalary, decTaxes As Decimal decSalary = CDec (txtSalary.Text) If (decSalary > 50000) Then decTaxes = .40 * decSalary ElseIf (decSalary > 40000) Then decTaxes = .30 * decSalary ElseIf (decSalary > 30000) Then decTaxes = .20 * decSalary Else decTaxes = .10 * decSalary End If a. 20000 b. 15000 c. 10000 d. 5000

Computer Science & Information Technology

When a single device controls a LAN, it is known as

a. centralized control b. distributed control c. data-link control d. none of the above

Computer Science & Information Technology

The data rate for T3 is which of the following?

What will be an ideal response?

Computer Science & Information Technology

Which of the following PHP functions is useful to check whether a date is valid?

a. date_sub() b. date_modify() c. date_parse_from_format() d. checkdate()

Computer Science & Information Technology