A cell in a matrix (or 2-dimensional array).
Chat with our AI personalities
hidden
A column.
Period, 3 (row)Group, 18 (column)
Alternating. 1 2 3 4 5 6 7 8 9 in row 3, (7,8,9) the 8 is even and the 7 and 9 are odd. thus odd,even,odd. in column 3, (3,6,9) the 6 is even and the 3 and 9 are odd, thus odd,even,odd. as the row/column selector (3) is odd the first digit in that row/column of a 3X3 grid will be odd as will the first. the numbers then alternate even odd even.
set - A collection of well defined and distinct objects. eg:emp={001,002,003,004....}Relation - table(employee)tuple -row(which employee)attribute-column(details about that employee)set theory says what all can be done with relation(table) with various operatorsunion ,intersection,=,!=, etc