A company installs a new mail server. Which of the following DNS records need to be configured to allow the organization to receive email?

A. CNAME
B. MX
C. PTR
D. A


Answer: B. MX

Computer Science & Information Technology

You might also like to view...

A Form’s default Button is the one that will be pressed when the user presses the Enter key and is specified by setting the Form’s __________ property to the appropriate Button.

a) DefaultButton b) SetButton c) AcceptButton d) EnterButton

Computer Science & Information Technology

What is the value of intTotal after the following code executes?

``` Dim intNumber1 As Integer = 2 Dim intNumber2 As Integer = 3 Dim intTotal As Integer intTotal = AddSquares(intNumber1, intNumber2) Function AddSquares(ByVal intA As Integer, ByVal intB As Integer) As Integer intA = intA * intA intB = intB * intB Return intA + intB intA = 0 intB = 0 End Function ``` a. 0 b. 5 c. 10 d. 13

Computer Science & Information Technology

When you drag a corner sizing handle only the width of an object is resized

Indicate whether the statement is true or false

Computer Science & Information Technology

A ________ is a pointing device that simulates using a pen on a tablet computer

A) mouse B) computer stick C) stylus D) digital writer

Computer Science & Information Technology