answersLogoWhite

0

Known as the 'Periodic Table.'

User Avatar

Wiki User

11y ago

What else can I help you with?

Related Questions

What do you use to list all the elements?

The periodic table of the elements lists all of the known elements.


What do the periodic table of elements contain?

It contains a list of all known elements.


What is hetrogenious linked list?

A heterogeneous linked list is a linked list where each node can store different types of data. This is different from a homogeneous linked list where all nodes store the same type of data. Heterogeneous linked lists can be useful for scenarios where you need to store multiple types of data in a single list.


What is the term used to describe the list of all known elements?

The list of all known elements is called the periodic table. It organizes elements based on their atomic number, electron configuration, and chemical properties.


Why are electrons from different elements different?

All the electrons in all chemical elements are identical; only the numb er is different.


What is the name of the list of building blocks all matter is made of?

You think probable to the list of of chemical elements.


What does the periodic table stand for?

It is a list of all the known elements.


What are different elements made of?

All elements are made of atoms.


How different iits make merit list?

They all have the same merit list. There is no different Merit List.


What makes elements different?

the thing that makes elements different is the fact that they all have different amount of protons, electrons and neutrons. They all, also, have different mass #'s.


What are the eight different radioactive elements?

Huh? Every element can potentially be radioactive.Here is a list of all of the naturally occurring (above trace levels) radioactive elements:bismuthpoloniumastatineradonfranciumradiumactiniumthoriumprotactiniumuranium


What is the main reason behind linked-list?

Linear list for example is array, linked list, stack, ... It is called linear because all elements in those data structures are in linear sequence. We have first and the last elements in the list. If there is N elements in list, we know that all elements are in such sequence na, na+1. Non-linear structures would be trees and graphs.