When using the MATCH function with an exact match lookup_value, the match type must be set to:

A) -1. B) 0. C) 1. D) 2.


B

Computer Science & Information Technology

You might also like to view...

A type parameter _____________.

a) is an identifier that is used in place of an actual type name b) can be used to declare the return type c) acts as a placeholder for the type of an argument passed to the generic method d) All of the above

Computer Science & Information Technology

The implementation of the TEA symmetric encryption algorithm given in Figure 11.8–11.10. is not portable between all machine architectures. Explain why. How could a message encrypted using the TEA implementation be transmitted to decrypt it correctly on all other architectures?

What will be an ideal response?

Computer Science & Information Technology

Create a process management utility that allows you to kill processes based on their CPU usage. This kind of utility would be especially useful to system administrators (see Chapter 14, “System Administration”).

What will be an ideal response?

Computer Science & Information Technology

An input mask is a field property that determines the data that can be entered, how the data displays, and how the data is stored

Indicate whether the statement is true or false

Computer Science & Information Technology