answersLogoWhite

0


Best Answer

The largest element in a Period (row) will be on the right of that Period (i.e. an inert gas). The largest element in a Group (column) will be at the bottom of that group.

Examples;

Helium is larger than Hydrogen (Period 1)

Krypton is larger than Potassium (Period 3)

Francium is larger than Lithium (Group 1)

Ununquadium is larger than Carbon (Group 3)

User Avatar

Wiki User

12y ago
This answer is:
User Avatar
More answers
User Avatar

AnswerBot

1mo ago

To find the largest element in a row, you can iterate through the elements of that row and keep track of the largest value encountered. To find the largest element in a column, you can iterate through the elements of that column and similarly keep track of the largest value encountered. Remember to handle edge cases such as empty rows or columns.

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Largest element in a row and largest element in a column?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Which element in row 8 has the largest atomic radius?

The element in row 8 (period 8) with the largest atomic radius is oganesson (Og). Oganesson is a synthetic element and is located at the bottom of the periodic table, hence it has the largest atomic radius among the elements in that row.


How do you find the largest and smallest number row wise and column wise?

Use the function MAX to find the largest value. Use the function MIN to find the smallest value. If you want to find the value in a row, use the range of the cells in the row; for column, use the range of cells in the column. =MAX(A1:A12) will find the largest value in column A (from row 1 through 12). =MIN(A1:M1) will find the smallest value in row 1 (from column A through M).


Which element in row 6 of the peroidic table has the largest radius?

Cesium


Which element in the row 6 of the periodic table has the largest radious?

Caesium (At no. 55).


Who has the biggest nucleus in the hydrogen group?

Francium has the largest nucleus in the hydrogen group; it's always the atom in the lowest row (highest period number) of any column in a normal periodic table that has the largest nucleus in that column.


Is lithium the largest atom?

Lithium is not the largest atom. Atoms increase in size as you move down a column in the periodic table, so atoms in the bottom row (such as the noble gases) are generally larger than lithium.


Which metalloid is in the fourth period and same group as carbon?

In the Periodic Table, a group is a column of elements and a period is a row. The element in the 14th column and fourth row is germanium.


C program to find the largest element in a row?

A row is just a one-dimensional array so, given a pointer to the first element of a row of doubles and the number of doubles in the row, we can use the following algorithm: // returns the largest double in an array of size count double get_largest (double * p, unsigned count) { if (p==NULL size==0) { /* invoke invalid argument handler */ } double result = *p; // store first value in row (dereference the pointer) while (--count) { // repeat for the remainder of the row ++p; // advance to the next element if (*p > result) result = *p; // if the current element is larger, update stored value } return result; // return largest value }


What element in row 6 of the periodic table has the largest atomic radius?

Cesium (Cs), atomic number 55, has the largest atomic radius in period 6.Only francium (row 7) may be larger, but testing is difficult because francium does not exist in any meaningful amounts (maybe 30 g on the entire Earth).


What is an elements row in a periodic table?

All are different. Each element has its own row and column that it fits into.


State has the Largest number of prisoners on death row?

Texas has the largest population of death row inmates in the United States, followed by California, then Florida.


Which metalloid is in the fourth period and in the group as carbon?

In the Periodic Table, a group is a column of elements and a period is a row. The element in the 14th column and fourth row is germanium.