How are MAC addresses represented?

A. Using 32 binary digits
B. Using 12 hexadecimal characters
C. As an IP address
D. As a DNS name


Answer: B

Computer Science & Information Technology

You might also like to view...

Consider the code segment below:

``` int xValues[] = {100, 150, 200, 100}; int yValues[] = {30, 130, 30, 30}; g.drawPolyline(xValues, yValues, 4); ``` What kind of figure does it draw? a. A rectangle. b. A triangle. c. A V with its corner at the top. d. A square.

Computer Science & Information Technology

When a message travels from one computer to the next, it starts at the ____ layer.

A. Physical B. Transport C. Application D. Internet

Computer Science & Information Technology

SharePoint site collection resources are limited in size to 100 MB

Indicate whether the statement is true or false

Computer Science & Information Technology

The operation "stackTop" does not change the stack structure.

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

Computer Science & Information Technology