Cathode-ray tubeA cathode-ray tube (CRT) is a vacuum tube containing one or more electron guns, which emit electron beams that are manipulated to display images on a phosphorescent screen. The images may represent electrical waveforms (oscilloscope), pictures (television set, computer monitor), radar targets, or other phenomena. A CRT on a television set is commonly called a picture tube. CRTs have also been used as memory devices, in which case the screen is not intended to be visible to an observer.
ElectrolyteAn electrolyte is a medium containing ions that is electrically conducting through the movement of those ions, but not conducting electrons. This includes most soluble salts, acids, and bases dissolved in a polar solvent, such as water. Upon dissolving, the substance separates into cations and anions, which disperse uniformly throughout the solvent. Solid-state electrolytes also exist. In medicine and sometimes in chemistry, the term electrolyte refers to the substance that is dissolved.
Chromic acidChromic acid is an inorganic acid composed of the elements chromium, oxygen, and hydrogen. It is a dark, purplish red, odorless, sand-like solid powder. When dissolved in water, it is a strong acid. There are 2 types of chromic acid, they are: molecular chromic acid with the formula H2CrO4 and dichromic acid with the formula H2Cr2O7. The term chromic acid is usually used for a mixture made by adding concentrated sulfuric acid to a dichromate, which may contain a variety of compounds, including solid chromium trioxide.
Unit testingIn computer programming, unit testing is a software testing method by which individual units of source code—sets of one or more computer program modules together with associated control data, usage procedures, and operating procedures—are tested to determine whether they are fit for use. It is a standard step in development and implementation approaches such as Agile. Before unit testing, capture and replay testing tools were the norm. In 1997, Kent Beck and Erich Gamma developed and released JUnit, a unit test framework that became popular with Java developers.
Electrochemical kineticsElectrochemical kinetics is the field of electrochemistry that studies the rate of electrochemical processes. This includes the study of how process conditions, such as concentration and electric potential, influence the rate of oxidation and reduction (redox) reactions that occur at the surface of an electrode, as well as an investigation into electrochemical reaction mechanisms.
Electrochemical potentialIn electrochemistry, the electrochemical potential (ECP), , is a thermodynamic measure of chemical potential that does not omit the energy contribution of electrostatics. Electrochemical potential is expressed in the unit of J/mol. Each chemical species (for example, "water molecules", "sodium ions", "electrons", etc.) has an electrochemical potential (a quantity with units of energy) at any given point in space, which represents how easy or difficult it is to add more of that species to that location.
AlumAn alum (ˈæləm) is a type of chemical compound, usually a hydrated double sulfate salt of aluminium with the general formula XAl(SO4)2·12 H2O, where X is a monovalent cation such as potassium or ammonium. By itself, "alum" often refers to potassium alum, with the formula KAl(SO4)2·12 H2O. Other alums are named after the monovalent ion, such as sodium alum and ammonium alum. The name "alum" is also used, more generally, for salts with the same formula and structure, except that aluminium is replaced by another trivalent metal ion like chromium^III, and/or sulfur is replaced by another chalcogen like selenium.
Test automationIn software testing, test automation is the use of software separate from the software being tested to control the execution of tests and the comparison of actual outcomes with predicted outcomes. Test automation can automate some repetitive but necessary tasks in a formalized testing process already in place, or perform additional testing that would be difficult to do manually. Test automation is critical for continuous delivery and continuous testing.
SulfurSulfur (also spelled sulphur in British English) is a chemical element with the symbol S and atomic number 16. It is abundant, multivalent and nonmetallic. Under normal conditions, sulfur atoms form cyclic octatomic molecules with a chemical formula S8. Elemental sulfur is a bright yellow, crystalline solid at room temperature. Sulfur is the tenth most abundant element by mass in the universe and the fifth most on Earth. Though sometimes found in pure, native form, sulfur on Earth usually occurs as sulfide and sulfate minerals.
Euler methodIn mathematics and computational science, the Euler method (also called the forward Euler method) is a first-order numerical procedure for solving ordinary differential equations (ODEs) with a given initial value. It is the most basic explicit method for numerical integration of ordinary differential equations and is the simplest Runge–Kutta method. The Euler method is named after Leonhard Euler, who first proposed it in his book Institutionum calculi integralis (published 1768–1870).