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
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
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.
Which of the following date() format codes identifies the time zone?
a. e b. d c. i d. I
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).