answersLogoWhite

0

Dimension

User Avatar

Wiki User

13y ago

What else can I help you with?

Related Questions

The total number of rows and columns in a table is called?

The total number of rows and columns in a table is called the size or dimensions of the table.


What is the total number of rows and columns required in a table?

How ever many you need to display your data. Only you can determine how many rows and columns you will require in a table you design.


How must be the number of rows and columns in the cross- classification table?

In a cross-classification table, the number of rows typically represents the categories or levels of one variable, while the number of columns represents the categories or levels of another variable. The table summarizes the joint distribution of these two categorical variables, allowing for the analysis of their relationship. The total number of cells in the table is the product of the number of rows and columns, which facilitates the comparison of frequencies across different combinations of the two variables.


What are the different rows of elements in the periodic table called?

The rows of elements in the periodic table are called periods. There are a total of 7 periods in the periodic table, each representing a different energy level or shell in which the elements' electrons are arranged.


Total number of column in Microsoft Excel?

The total number of columns in versions of Excel up to Excel 2003 is 256 columns. The total number of columns in Microsoft Excel 2007 and onwards is 16384. The total number of rows up to Excel 2003 is 65536. From Excel 2007 it is 1048576.


What is a column of elements called in a periodic table?

A column is known as a group in periodic table. There are 18 groups in the modern setting of periodic table. Elements in the same group usually share same chemical properties and striking physical characteristic trends.


The Parthenon has an 8 x 17 colonnade of columns around the periphery. What is the total number of columns around the outer perimeter?

The Parthenon features a colonnade with 8 columns on each of the shorter sides and 17 columns on each of the longer sides. To find the total number of columns around the outer perimeter, you can calculate it as follows: (2 x 8) + (2 x 17) = 16 + 34 = 50. Therefore, the total number of columns around the outer perimeter of the Parthenon is 50.


If you have an array that has 7 columns and 8 rows what is the total number of units in the array?

7 columns * 8 rows = 56 units


What are the rows called in the periodic table?

Rows in the Periodic Table are called Periods.There are 7 periods in total.All the elements in period have same number of energy levels.


How many dots are on the 50-by-40 array page?

To find the total number of dots on a 50-by-40 array page, you multiply the number of rows by the number of columns. Therefore, 50 rows multiplied by 40 columns equals 2,000 dots. Thus, there are a total of 2,000 dots on the page.


What are the families and groups in periodic table?

In the periodic table, periods are the rows of the table, and groups are the columns of the table. All the elements on a column (group) have similar properties such as similar reactivity due to the fact that they have same valence shell electron configurations. meaning that the number of electrons present in the outer most shell of all these elements are the same. Rows show the number of electron shells around that element ( Bohr theory), or in advance term, it represents the principle quantum number, which is the total number of energy packets around the atom.


The total number of records in an opened table is displayed?

To display the total number of records in an opened table, you can use the SQL query: SELECT COUNT(*) FROM [table_name]. This query will return the total number of records present in the specified table.