In a table, the container created by the intersection of a row and a column is called a ____.

A. button
B. cell
C. box
D. pixel


Answer: B

Computer Science & Information Technology

You might also like to view...

Java provides a(n) "____" class for each primitive type.

A. interface B. abstract C. private D. wrapper

Computer Science & Information Technology

If a recursive algorithm does not contain a base case, it

a. returns 0 and stops b. returns false and stops c. uses up all available stack memory, causing the program to crash d. reaches the recursive case and stops e. None of these

Computer Science & Information Technology

The PHP constant ____________ will sort an array as strings depending on the current locale.

a. SORT_LOCALE b. SORT_NATURAL c. SORT_LOCALE_STRING d. SORT_STRING

Computer Science & Information Technology

In C++, a variable that has been defined but not initialized may not be use as an ______. (l-value or r-value).

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology