answersLogoWhite

0

This is probably a reference to the Periodic Table of the elements, which has columns. All the elements in a given column have the same configuration of valance electrons. There is a column of noble gases, a column of halogens, etc.

User Avatar

Wiki User

12y ago

What else can I help you with?

Related Questions

What is vertebrae column?

your vertebrae column is your backbone. resources- Georgia life science text book.


What is colum header in science?

In science, a column header refers to the label or title assigned to a vertical column in a table or chart. It helps identify the data or information present in that particular column. Column headers are important for organizing and interpreting data accurately.


What does the word group mean in science?

Groip normally refers to a column in the periodic table.


How are the number of neutron and electrons calculated?

By which column and geoup number it is in on the periodic table i learnt it in science


How does the ionized column radiating from the vertex of a pyramid help preserve bodies of mummies?

This is Pseudo-science mumbo jumbo there is no such thing


Why constructing geologic column is useful to earth science?

Constructing a geologic column is useful in Earth science because it provides a visual representation of the Earth's history and the sequence of events that have occurred over time. It helps scientists understand the relative ages of rocks and fossils, as well as the processes that have shaped the Earth's surface. By studying the geologic column, researchers can reconstruct past environments, track geological changes, and make predictions about future events.


What does vertebrates mean in science?

The animals having vertebral column for spine are called vertebrates. For example frog, pigeon, cat are all vertebrates.


What is stratigraphic column in earth science?

A stratigraphic column or section shows appropriate relative thickness as the rock units are stacked on top of one another. The patterns within each rock unit visually represent the characteristics of each unit.


When Excel is installed the default chart type for a PowerPoint slide is what chart?

A column chart.A column chart.A column chart.A column chart.A column chart.A column chart.A column chart.A column chart.A column chart.A column chart.A column chart.


When you insert a column where does it automatically go?

The column will go where the currently selected column is, pushing all columns to the right. So if column D was selected and you inserted a column, column D would become column E and the inserted column would now be column D.The column will go where the currently selected column is, pushing all columns to the right. So if column D was selected and you inserted a column, column D would become column E and the inserted column would now be column D.The column will go where the currently selected column is, pushing all columns to the right. So if column D was selected and you inserted a column, column D would become column E and the inserted column would now be column D.The column will go where the currently selected column is, pushing all columns to the right. So if column D was selected and you inserted a column, column D would become column E and the inserted column would now be column D.The column will go where the currently selected column is, pushing all columns to the right. So if column D was selected and you inserted a column, column D would become column E and the inserted column would now be column D.The column will go where the currently selected column is, pushing all columns to the right. So if column D was selected and you inserted a column, column D would become column E and the inserted column would now be column D.The column will go where the currently selected column is, pushing all columns to the right. So if column D was selected and you inserted a column, column D would become column E and the inserted column would now be column D.The column will go where the currently selected column is, pushing all columns to the right. So if column D was selected and you inserted a column, column D would become column E and the inserted column would now be column D.The column will go where the currently selected column is, pushing all columns to the right. So if column D was selected and you inserted a column, column D would become column E and the inserted column would now be column D.The column will go where the currently selected column is, pushing all columns to the right. So if column D was selected and you inserted a column, column D would become column E and the inserted column would now be column D.The column will go where the currently selected column is, pushing all columns to the right. So if column D was selected and you inserted a column, column D would become column E and the inserted column would now be column D.


What does vertebrates mean in science terms?

The animals having vertebral column for spine are called vertebrates. For example frog, pigeon, cat are all vertebrates.


How do you remove column from Jtable?

ColumnModel columnModel = table.getColumnModel(); for(Column: columnModel.getColumns()) { Column column = <FIND COLUMN YOU NEED>; } columnModel.removeColumn(column);