What is the record used for an IPv6 address entry in DNS?
A) AAA B) AAAA C) CNAME D) PTR
B
Computer Science & Information Technology
You might also like to view...
What does the following code do?
``` public int mystery(int a, int b) { if (b == 1) { return a; } else { return a + mystery(a, b - 1); } } ```
Computer Science & Information Technology
Text formatting attributes are easy to define using the HTML Property inspector, the CSS Styles panel, or the ____________________.
Fill in the blank(s) with the appropriate word(s).
Computer Science & Information Technology
When you want to create curved lines, you drag with the ____.
a. Pen Tool b. Freeform Pen Tool c. Curved Line Tool d. Drawing Tool
Computer Science & Information Technology
What formula auditing tool can be used to control the data input from the user?
A) Trace dependents B) Watch Window C) IFERROR D) Data validation
Computer Science & Information Technology