In a spreadsheet, a cell is defined as the
A: intersection of a table and a row
B: intersection of a table and a column
C: intersection of a row and column
D: intersection of a column and a record
A: intersection of a table and a row
B: intersection of a table and a column
C: intersection of a row and column
D: intersection of a column and a record
举一反三
- 14 In triple sequence table of sparse matrix, each triple represents ( ). A: the row number,column number and data value of non-zero elements in the matrix B: the data value of non-zero elements in the matrix C: the row and column numbers of elements in the matrix D: the row number,column number and data value of elements in the matrix
- intersection
- 下列等式成立的是()。 A: COLUMN(A23)=1 B: COLUMN(W23)=23 C: ROW(A23)=1 D: ROW(W23)=23
- HBase的物理结构为row,column family,column,timestamp :value。
- HBase中最小的操作单元是()。 A: cell B: row C: key D: column