A watermark displays only on the first page of a two-page document.
Answer the following statement true (T) or false (F)
False
You might also like to view...
The StreamReader object’s __________ is used to determine when the end of the file has been reached.
a. EndOfStream property b. Poke method c. EOF flag d. FileEnd flag
Which of the methods below removes all the blue from every pixel of a picture that already has a blue value of more than 100? Only D removes the blue from every pixel in the picture that has a blue value of greater than 100.
1. A only 2. D only 3. B and C 4. C and D 5. None 6. All What do the other ones do? Answer A sets all the pixels to have a blue value of 100. Answer B changes the blue value of all pixels that have a blue value greater than 0 to 100. Answer C changes the blue value of all pixels that have a color distance greater than 100 to the color constant BLUE to 0. Answer D sets the blue value of all pixels that have a blue value greater than 100 to 0.
A memory manager’s primary function is ________.
a) to determine how to allocate available memory b) to determine how to respond to changes in a process’s memory usage c) to interact with special memory management hardware d) all of the above
In a database for a DVD collection, all of the data for a particular movie, such as Caddyshack would be called a field
Indicate whether the statement is true or false