Fluorescence microscopeA fluorescence microscope is an optical microscope that uses fluorescence instead of, or in addition to, scattering, reflection, and attenuation or absorption, to study the properties of organic or inorganic substances. "Fluorescence microscope" refers to any microscope that uses fluorescence to generate an image, whether it is a simple set up like an epifluorescence microscope or a more complicated design such as a confocal microscope, which uses optical sectioning to get better resolution of the fluorescence image.
Two-photon absorptionIn atomic physics, two-photon absorption (TPA or 2PA), also called two-photon excitation or non-linear absorption, is the simultaneous absorption of two photons of identical or different frequencies in order to excite a molecule from one state (usually the ground state) to a higher energy, most commonly an excited electronic state. Absorption of two photons with different frequencies is called non-degenerate two-photon absorption.
Cuckoo clockA cuckoo clock is a type of clock, typically pendulum driven, that strikes the hours with a sound like a common cuckoo call and has an automated cuckoo bird that moves with each note. Some move their wings and open and close their beaks while leaning forwards, whereas others have only the bird's body leaning forward. The mechanism to produce the cuckoo call has been in use since the middle of the 18th century and has remained almost without variation. It is unknown who invented the cuckoo clock and where the first one was made.
Offset binaryOffset binary, also referred to as excess-K, excess-N, excess-e, excess code or biased representation, is a method for signed number representation where a signed number n is represented by the bit pattern corresponding to the unsigned number n+K, K being the biasing value or offset. There is no standard for offset binary, but most often the K for an n-bit binary word is K = 2n−1 (for example, the offset for a four-digit binary number would be 23=8).
Water clockA water clock or clepsydra (; ; water thief) is a timepiece by which time is measured by the regulated flow of liquid into (inflow type) or out from (outflow type) a vessel, and where the amount is then measured. Water clocks are one of the oldest time-measuring instruments. The bowl-shaped outflow is the simplest form of a water clock and is known to have existed in Babylon, Egypt, and Persia around the 16th century BC. Other regions of the world, including India and China, also have early evidence of water clocks, but the earliest dates are less certain.
Striking clockA striking clock is a clock that sounds the hours audibly on a bell, gong, or other audible device. In 12-hour striking, used most commonly in striking clocks today, the clock strikes once at 1:00 am, twice at 2:00 am, continuing in this way up to twelve times at 12:00 mid-day, then starts again, striking once at 1:00pm, twice at 2:00 pm, up to twelve times at 12:00 midnight. The striking feature of clocks was originally more important than their clock faces; the earliest clocks struck the hours, but had no dials to enable the time to be read.
Signed number representationsIn computing, signed number representations are required to encode negative numbers in binary number systems. In mathematics, negative numbers in any base are represented by prefixing them with a minus sign ("−"). However, in RAM or CPU registers, numbers are represented only as sequences of bits, without extra symbols. The four best-known methods of extending the binary numeral system to represent signed numbers are: sign–magnitude, ones' complement, two's complement, and offset binary.