A ____ is a block of code that performs a specific task.

A. Sub code
B. Sub section
C. Sub procedure
D. Sub method


Answer: C

Computer Science & Information Technology

You might also like to view...

A type of loop that exists in some programming languages specifically for stepping through an array and retrieving the value of each element is known as a __________ loop.

a. While Each b. For Each c. Repeat d. Step

Computer Science & Information Technology

Function templates:

a. Can include objects of template classes as parameters. b. Must have return type T. c. Do not need a separate template< typename type > statement if they take objects from a template class as a parameter. d. Do not need a separate template< typename type > statement.

Computer Science & Information Technology

Which of the following date() format codes identifies the time zone?

a. e b. d c. i d. I

Computer Science & Information Technology

A performance feature of lazy evaluation is the ability to perform ____________ evaluation— that is, to stop processing the stream pipeline as soon as the desired result is available.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology