A ____ procedure completes its task but does not return any data to the calling procedure.

A. Private
B. Sub
C. Function
D. Public


Answer: B

Computer Science & Information Technology

You might also like to view...

Which of the following statements is false?

a) To have an optional parameter, place the Optional keyword at the beginning of an argument in the method header. b) The optional parameter must provide a default value. c) The optional argument(s) can be placed anywhere in the parameter list of the method header. d) When calling a method, the optional argument can be omitted.

Computer Science & Information Technology

The pointer in the last node of a linked list is often set to NULL because:

A. in a search, we need to have some way of knowing when we’ve reached the end of the list B. it doesn’t point to anything C. it prevents memory leak D. it conserves the memory used in the linked list by 25%

Computer Science & Information Technology

When a target object in a tween is replaced by a different instance, the tween must be recreated.

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

Computer Science & Information Technology

Video for computers and high-definition monitors is displayed at ________ pixels and requires the most storage space

Fill in the blank(s) with correct word

Computer Science & Information Technology