A ____ row is the first row of a table that contains the column headings.
A. header
B. title
C. primary
D. heading
Answer: A
Computer Science & Information Technology
You might also like to view...
The lseek system call allows you to
A. search for a string in a file B. change the current read/write position
Computer Science & Information Technology
What is the time complexity of the following program?
double a = 0; for (int x = 0; x <= 100; x++ ) { a += Math.random(); } a. O(1) b. O(100) c. O(N) d. This cannot be determined
Computer Science & Information Technology
Use the _________ property of the List class to find the number of elements in the List.
Fill in the blank(s) with the appropriate word(s).
Computer Science & Information Technology
In Excel, a series of rows and columns that contain related data is called a(n) ________
Fill in the blank(s) with the appropriate word(s).
Computer Science & Information Technology