A ______ contains one record.

A. cell
B. column
C. row
D. table


Answer: C

Computer Science & Information Technology

You might also like to view...

Which of the following statements will NOT display the number 5 in the text box?

(A) txtBox.Text = 5 (B) txtBox.Text = "5" (C) txtBox.Text = CStr("5") (D) txtBox.Text = CStr(5)

Computer Science & Information Technology

The process of dropping a real number’s fractional part is called ____________.

a. rounding b. diminution c. reduction d. truncation

Computer Science & Information Technology

What does a computer do during a user test with a paper prototype?

What will be an ideal response?

Computer Science & Information Technology

Setting the BorderStyle property to Outset makes a control appear ______.

a) raised b) with a bold border c) with the specified border width d) with the specified border color

Computer Science & Information Technology