Skip to main content

Components of calculator


Input
Modern 2016 electronic calculators contain a keyboard with buttons for digits and arithmetical operations; some even contain "00" and "000" buttons to make larger or smaller numbers easier to enter. Most basic calculators assign only one digit or operation on each button; however, in more specific calculators, a button can perform multi-function working with key combinations.

Display output
Calculators usually have liquid-crystal displays (LCD) as output in place of historical light-emitting diode (LED) displays and vacuum fluorescent displays (VFD); details are provided in the section Technical improvements.

Large-sized figures and comma separators are often used to improve readability. Various symbols for function commands may also be shown on the display. Fractions such as  1⁄3 are displayed as decimal approximations, for example rounded to 0.33333333. Also, some fractions (such as  1⁄7, which is 0.14285714285714; to 14 significant figures) can be difficult to recognize in decimal form; as a result, many scientific calculators are able to work in vulgar fractions or mixed numbers.

Memory
Calculators also have the ability to store numbers into computer memory. Basic types of these store only one number at a time; more specific types are able to store many numbers represented in variables. The variables can also be used for constructing formulas. Some models have the ability to extend memory capacity to store more numbers; the extended memory address is termed an array index.

Power source
Power sources of calculators are: batteries, solar cells or mains electricity (for old models), turning on with a switch or button. Some models even have no turn-off button but they provide some way to put off (for example, leaving no operation for a moment, covering solar cell exposure, or closing their lid). Crank-powered calculators were also common in the early computer era.
Key layout
Usual basic pocket calculator layout
MC MR M- M+
C ± %
7 8 9 ÷
4 5 6 ×
1 2 3
0 . = +
MC or CM Memory Clear
MR or RM Memory Recall
M- Memory Subtraction
M+ Memory Addition
C or AC All Clear
CE Clear (last) Entry; sometimes called CE/C: a first press clears the last entry (CE), a second press clears all (C)
± Toggle positive/negative number
 % Percent
÷ Division
× Multiplication
Subtraction
+ Addition
. Decimal point
Square root
= Result

Comments

Popular posts from this blog

Pocket calculators

"Pocket calculator" redirects here. For the song, see Computer World. By 1970, a calculator could be made using just a few chips of low power consumption, allowing portable models powered from rechargeable batteries. The first portable calculators appeared in Japan in 1970, and were soon marketed around the world. These included the Sanyo ICC-0081 "Mini Calculator", the Canon Pocketronic, and the Sharp QT-8B "micro Compet". The Canon Pocketronic was a development of the "Cal-Tech" project which had been started at Texas Instruments in 1965 as a research project to produce a portable calculator. The Pocketronic has no traditional display; numerical output is on thermal paper tape. As a result of the "Cal-Tech" project, Texas Instruments was granted master patents on portable calculators. Sharp put in great efforts in size and power reduction and introduced in January 1971 the Sharp EL-8, also marketed as the Facit 1111, which was...

Internal workings

In general, a basic electronic calculator consists of the following components: Power source (mains electricity, battery and/or solar cell) An office calculating machine with a paper printer. To perform the calculation 25 + 9, one presses keys in the following sequence on most calculators: 2 5 + 9 =. When 2 5 is entered, it is picked up by the scanning unit; the number 25 is encoded and sent to the X register; Keypad (input device) – consists of keys used to input numbers and function commands (addition, multiplication, square-root, etc.) Display panel (output device) – displays input numbers, commands and results. Liquid-crystal displays (LCDs), vacuum fluorescent displays (VFDs), and light-emitting diode (LED) displays use seven segments to represent each digit in a basic calculator. Advanced calculators may use dot matrix displays. A printing calculator, in addition to a display panel, has a printing unit that prints results in ink onto a roll of paper, using a prin...