Adding the services of one stream to another is known as ________.
a. chaining
b. wrapping
c. adding
d. sequencing
b. wrapping
You might also like to view...
Answer the following questions true (T) or false (F)
1. Constructors are inherited. After all something has to initialize the inherited variables. 2. When class D is derived from class B, the derived class is usually smaller. Explain.
The _________ states the process that owns the page.
A) ?process identifier ? B) ?control bits C) ?page number ? D) ?chain pointer
Which of the following is NOT a common error message?
A) #NAME? B) #REF! C) #NPV? D) #VALUE!
Which of the following is a valid example of calling a method and sending it a two-dimensional array argument?
A. DisplayArrayContents(int [ , ] anArray); B. DisplayArrayContents(anArray); C. DisplayArrayContents(anArray[10, 2]); D. DisplayArrayContents(int [10, 2] anArray);