Skip to main content

Software calculator


A software calculator is a calculator that has been implemented as a computer program, rather than as a physical hardware device.

They are among the simpler interactive software tools, and, as such, they:

Provide operations for the user to select one at a time.
Have a small set of relatively simple operations.
Software calculators are available for many different platforms, and they can be:
A program for, or included with an operating system.
Computers as we know them today first emerged in the 1940s and 1950s. The software that they ran was naturally used to perform calculations, but it was specially designed for a substantial application that was not limited to simple calculations. For example, the LEO computer was designed to run business application software such as payroll.


Software specifically to perform calculations as its main purpose was first written in the 1960s, and the first software package for general calculations to obtain widespread use was released in 1978.This was VisiCalc and it was called an interactive visible calculator, but it was actually a spreadsheet, and these are now not normally known simply as calculators.
The Unix version released in 1979, V7 Unix, contained a command-line accessible calculator.

Can be used to perform any process that consists of a sequence of steps each of which applies one of these operations.

Have no purpose other than these processes, because the operations are the sole, or at least the primary, features of the calculator, rather than being secondary features that support other functionality that is not normally known simply as calculation.
As a calculator, rather than a computer, they usually:
Perform short processes that are not compute intensive.
Do not accept large amounts of input data or produce many results.
A program implemented as server or client-side scripting (such as JavaScript) within a web page.
Embedded in a calculator watch.
Also complex software may have calculator-like dialogs, sometimes with the full calculator functionality, to enter data into the system.






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...

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 f...

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...