answersLogoWhite

0

none I can think of

User Avatar

Wiki User

12y ago

What else can I help you with?

Related Questions

What is a list of elements and compounds?

For the list of elements see this link.A list of compounds is impossible because more than 60 000 000 substances are know. Look in a catalog of of chemicals for laboratory use.


What do the periodic table of elements contain?

It contains a list of all known elements.


What are the groups found on the periodic table?

Periodic Table contains list of elements and not compounds. Alkaloids are a group of naturally occurring chemical compounds that contain mostly basic nitrogen atoms. In addition to carbon, hydrogen and nitrogen, alkaloids may also contain oxygen, sulfur and more rarely other elements such as chlorine, bromine, and phosphorus.


List the elements found in carbohydrates?

There are three elements found in the carbohydrates that make up many of our foods. They are carbon, hydrogen, and oxygen.


How do formulas express composition of compounds?

They list the elements in a molecule, numbers of each, and positive or negative charges.


What elements are in a potatoes?

I'll list it in compounds water, nitrogen (and other plant nutrients) carbon oxygen


List of h. s. foods?

What are the list of HS foods ?


What is a list of scientific compounds?

There are thousands of chemical compounds. One chemical can form many different compounds depending on what is is combined with, and new combinations can also be formed. Thus, a list of ALL of them would be unlikely to contain all chemical compounds.


What substances are binary compounds?

There are lots and lots of them! Anything that only contains two elements is called a binary compound.See the Web Links to the left for more information about them!


What group on the periodic table are alkaloids found?

Periodic table contains list of elements and not compounds. Alkaloids are a group of naturally occurring chemical compounds that contain mostly basic nitrogen atoms. In addition to carbon, hydrogen and nitrogen, alkaloids may also contain oxygen, sulfur and more rarely other elements such as chlorine, bromine, and phosphorus.


Where can you find a list of french foods?

you can find a list of french foods at buzzel.com


What is singly linked list and doubly linked list?

Singly Linked list Each item in the list is called a node and contains two fields  Information field - The information field holds the actual elements in the list  Next address field- The next address field contains the address of the next node in the list. The entire linked list is accessed from an external pointer called the List. Doubly linked list is a collection of node. Each node contains three fields an info field that contains the information stored in the node. The left and right field that contains the address of the node on its left and right. The doubly linked list could be linear, circular and may have a header node.