Examlex

Solved

One Fairly Crude Method of Determining the Size of a Molecule

question 3

Multiple Choice

One fairly crude method of determining the size of a molecule is to treat the molecule as an infinite square well (a box) with an electron trapped inside, and to measure the wavelengths of emitted photons. If the photon emitted during the n = 2 to n = 1 transition has wavelength 1940 nm, what is the width of the molecule? (c = 3.00 × 108 m/s, h = 6.626 × 10-34J ∙ s, mel = 9.11 × 10-31 kg)


Definitions:

Catch Block

A segment of code designed to handle an exception that occurs during the execution of a try block.

Generate Exception

The act of intentionally throwing an exception in a program due to a detected error or abnormal condition.

RuntimeException

A type of unchecked exception in Java that represents problems that can occur during the runtime of a program.

Java.io

A package in Java that includes classes for system input and output through data streams, serialization, and the file system.

Related Questions