A(n) ____ procedure does not return a value.

A. Sub
B. Function
C. Assignment
D. Static


Answer: A

Computer Science & Information Technology

You might also like to view...

For a device to be RS-232-C compatible,

a. a DB25 connector must be used b. a DB9 connector must be used c. either a DB9 connector or a DB25 connector must be used. d. no specific connector is required

Computer Science & Information Technology

What does the following code display?

``` Console.WriteLine("*"); Console.WriteLine("***"); Console.WriteLine("*****"); Console.WriteLine("****"); Console.WriteLine("**"); ```

Computer Science & Information Technology

An instance variable or object field is also called a(n) ____ of the object.

A. instance B. method C. property D. initial value

Computer Science & Information Technology

The ____ of two tables is the set of all rows that are in the first table but that are not in the second table.

A. union B. intersect C. intersection D. difference

Computer Science & Information Technology