Kirchhoff's law of thermal radiationIn heat transfer, Kirchhoff's law of thermal radiation refers to wavelength-specific radiative emission and absorption by a material body in thermodynamic equilibrium, including radiative exchange equilibrium. It is a special case of Onsager reciprocal relations as a consequence of the time reversibility of microscopic dynamics, also known as microscopic reversibility. A body at temperature T radiates electromagnetic energy.
Planck's lawIn physics, Planck's law (also Planck radiation law) describes the spectral density of electromagnetic radiation emitted by a black body in thermal equilibrium at a given temperature T, when there is no net flow of matter or energy between the body and its environment. At the end of the 19th century, physicists were unable to explain why the observed spectrum of black-body radiation, which by then had been accurately measured, diverged significantly at higher frequencies from that predicted by existing theories.
Short circuitA short circuit (sometimes abbreviated to short or s/c) is an electrical circuit that allows a current to travel along an unintended path with no or very low electrical impedance. This results in an excessive current flowing through the circuit. The opposite of a short circuit is an open circuit, which is an infinite resistance (or very high impedance) between two nodes. A short circuit is an abnormal connection between two nodes of an electric circuit intended to be at different voltages.
Wheatstone bridgeA Wheatstone bridge is an electrical circuit used to measure an unknown electrical resistance by balancing two legs of a bridge circuit, one leg of which includes the unknown component. The primary benefit of the circuit is its ability to provide extremely accurate measurements (in contrast with something like a simple voltage divider). Its operation is similar to the original potentiometer. The Wheatstone bridge was invented by Samuel Hunter Christie (sometimes spelled "Christy") in 1833 and improved and popularized by Sir Charles Wheatstone in 1843.
Black-body radiationBlack-body radiation is the thermal electromagnetic radiation within, or surrounding, a body in thermodynamic equilibrium with its environment, emitted by a black body (an idealized opaque, non-reflective body). It has a specific, continuous spectrum of wavelengths, inversely related to intensity, that depend only on the body's temperature, which is assumed, for the sake of calculations and theory, to be uniform and constant.
OhmThe ohm (symbol: Ω, the uppercase Greek letter omega) is the unit of electrical resistance in the International System of Units (SI). It is named after German physicist Georg Simon Ohm. Various empirically derived standard units for electrical resistance were developed in connection with early telegraphy practice, and the British Association for the Advancement of Science proposed a unit derived from existing units of mass, length and time, and of a convenient scale for practical work as early as 1861.
Georg OhmGeorg Simon Ohm (oʊm, ˈɡeːɔʁk ˈʔoːm; 16 March 1789 – 6 July 1854) was a German physicist and mathematician. As a school teacher, Ohm began his research with the new electrochemical cell, invented by Italian scientist Alessandro Volta. Using equipment of his own creation, Ohm found that there is a direct proportionality between the potential difference (voltage) applied across a conductor and the resultant electric current. This relation is called Ohm's law, and the ohm, the unit of electrical resistance, is named after him.
Brown ratThe brown rat (Rattus norvegicus), also known as the common rat, street rat, sewer rat, wharf rat, Hanover rat, Norway rat and Norwegian rat, is a widespread species of common rat. One of the largest muroids, it is a brown or grey rodent with a head and body length of up to long, and a tail slightly shorter than that. It weighs between . Thought to have originated in northern China and neighbouring areas, this rodent has now spread to all continents except Antarctica, and is the dominant rat in Europe and much of North America.
Laboratory ratLaboratory rats or lab rats are strains of the subspecies Rattus norvegicus domestica which are bred and kept for scientific research. While less commonly used for research than laboratory mice, rats have served as an important animal model for research in psychology and biomedical science. In 18th century Europe, wild brown rats (Rattus norvegicus) ran rampant and this infestation fueled the industry of rat-catching. Rat-catchers would not only make money by trapping the rodents, but also by selling them for food or, more commonly, for rat-baiting.
Rat-baitingRat-baiting is a blood sport that involves releasing captured rats in an enclosed space with spectators betting on how long a dog, usually a terrier, takes to kill the rats. Often, two dogs competed, with the winner receiving a cash prize. It is now illegal in most countries. In 1835, the Parliament of the United Kingdom implemented an act called the Cruelty to Animals Act 1835, which prohibited the baiting of some animals, such as the bull, bear, and other large mammals.
Random-access machineIn computer science, random-access machine (RAM) is an abstract machine in the general class of register machines. The RAM is very similar to the counter machine but with the added capability of 'indirect addressing' of its registers. Like the counter machine, The RAM has its instructions in the finite-state portion of the machine (the so-called Harvard architecture). The RAM's equivalent of the universal Turing machine with its program in the registers as well as its data is called the random-access stored-program machine or RASP.
Counter machineA counter machine is an abstract machine used in a formal logic and theoretical computer science to model computation. It is the most primitive of the four types of register machines. A counter machine comprises a set of one or more unbounded registers, each of which can hold a single non-negative integer, and a list of (usually sequential) arithmetic and control instructions for the machine to follow. The counter machine is typically used in the process of designing parallel algorithms in relation to the mutual exclusion principle.