A text value is also known as a
A) label. B) number value. C) formula. D) row heading.
A
You might also like to view...
Consider the code segment below. Which of the following statements is false?
Dim array(5) As Integer a) The first statement declares an array reference. b) The second statement creates the array. c) array is a reference to an array of integers. d) The value of array( 3 ) is -1.
To create the best solutions, you should follow a detailed ________ process for determining your project’s ________ (i.e., defining what the system is supposed to do) and developing a ________ that satisfies them (i.e., specifying how the system should do it).
a. design, requirements, analysis b. analysis, requirements, design c. requirements, design, analysis d. analysis, design, set of requirements
__________ is transparent to the programmer and eliminates external fragmentation providing efficient use of main memory.
A) ?Hashing ? B) ?Paging C) ?Segmentation ? D) ?Thrashing
When you delete a section break, what happens to the formatting of the text before the break?
A. The text reverts to the default text formatting in Word. B. The text in the following section takes on the formatting of the text before the break. C. Nothing happens - the text in the sections before and after the break keep the same formatting they already had. D. The text becomes part of the following section and assumes the formatting of that section.