answersLogoWhite

0

Scientists study molucles under a microscope in order to determine what atoms make up the molucle. For example, if you looked at a carbon dioxede molucle under a microscope you would see that it`s made of one carbon atom and two oxygen atoms. This is my first quistion so I hope I helped!

User Avatar

Wiki User

16y ago

What else can I help you with?

Continue Learning about Chemistry

Steve Fodor's work led to the development of this kind of chip?

Steve Fodor's work led to the development of DNA microarray chips, which are used to analyze gene expression levels and study genetic variations. These chips revolutionized the field of genetics by allowing high-throughput analysis of thousands of genes simultaneously.


What does map element mean?

A map element refers to a single key-value pair within a map data structure. Maps, also known as dictionaries or associative arrays, store elements in key-value pairs where each key is unique and maps to a corresponding value. Map elements allow for efficient retrieval and storage of data.


What are 3 different shapes of carbon based molecules?

Carbon occurs in various elemental forms in nature, each with different physical properties.Graphite- Each carbon atom is bonded to three other carbon atoms in the same plane giving long a hexagonal array. One of these bonds is a double-bond, and thus two single and one double bonds satisfy the valency of carbon. Graphite structure is formed by the hexagonal arrays placed one over the other in layers and held together by van der Waals force.Diamond- Each carbon atom is bonded to four other carbon atoms forming a rigid three-dimensional structure.Buckminsterfullerene- Its molecular formula is C-60 and it is in the shape of a football.


WHAT ARE 4 simple facts about ionic bonds?

When two different atoms approach each other, the electrons in their outer orbitals can respond in two distinct ways. An electron in the outermost atomic orbital of atom A may move completely to an outer but stabler orbital of atom B. The charged atoms that result, A+ and B-, are called ions, and the electrostatic force of attraction between them gives rise to what is termed an ionic bond. Most elements can form ionic bonds, and the substances that result commonly exist as three-dimensional arrays of positive and negative ions. Ionic compounds are frequently crystalline solids that have high melting points (e.g., table salt).There is an ionic bond between the sodium and chloride ions in table salt, Na Cl.Ionic Bond:(a chemical bond in which one atom loses an electron to form a positive ion and the other atom gains an electron to form a negative ion). Four interesting things about ionic bonds are: They can bond together a positively charged atom and negatively charged atom to produce explosive compounds. Depending on which metal and non metal it is. All are binary ionic compounds are solids The atomic structure of an ionic bond consists of a lattice shape Metal atoms lose an electron to give to an unstable non metal, thus bonding together to form an ionic bond


Related Questions

How do scientistst know that atoms and molecules combine wellordered arrays?

They know because


What instrument would a scientist use to take a picture of atoms and molecules in ordered arrays?

laser microscope and Tom Brady


Can you combine arrays in computer programming?

Yes.


What is an arrey and how many types of arrey in details?

An array is a data type that describes a collection of ordered variables and types of arrays include vector arrays and matrix arrays.


What instrument would a scientist use to take a picture of atoms and molecules in well-ordered arrays?

A scientist would use a scanning tunneling microscope (STM) or an atomic force microscope (AFM) to take pictures of atoms and molecules in well-ordered arrays. These instruments can generate high-resolution images by scanning a sharp probe tip across the sample surface to detect variations in atomic forces or tunneling current.


A scientist needs to take a picture of the well-ordered arrangements of atoms and molecules what does he use?

The scientist can use a transmission electron microscope (TEM) or a scanning tunneling microscope (STM) to take pictures of well-ordered arrangements of atoms and molecules. These instruments provide high-resolution images that can reveal the atomic structure of the material being studied.


What is multidimentional array?

Arrays having more than one dimension is known as multi-dimensional arrays. Multi-dimensional arrays is also known as arrays-of-arrays.


What is a multidimentional array?

Arrays having more than one dimension is known as multi-dimensional arrays. Multi-dimensional arrays is also known as arrays-of-arrays.


What is a PHP function that can sort arrays by other arrays?

You cannot sort arrays by other arrays; that wouldn't make sense, anyway.


What do arrays eat?

Arrays are reported to be omnivoire.


How union of two arrays in java programming?

How to combine arrays in JavaGiven two arrays:int[] array1 = ...int[] array2 = ...It's possible to combine them into one like so:int[] arrayCombined = new int[array1.length + array2.length];// copy array1 to beginning of arrayCombinedSystem.arraycopy(array1, 0, arrayCombined, 0, array1.length);// copy array2 after array1System.arraycopy(array2, 0, arrayCombined, array1.length, array2.length);


How do you find the difference between two arrays in Java?

for arrays you can list the different arrays and what attributes that you give to them.