Casio graphic calculators

From Wikipedia, the free encyclopedia

Graphic calculators made by Casio include the touchscreen operated Classpad 300 as well as the models with traditional button input which can be divided into two main generations listed below.

Contents

[edit] 2nd Generation Programming Language

Compared to the first generation models these have many more commands including: For and While Loops, If.. Then structures and the ability for real-time user interaction with the Getkey command and the ability to place characters anywhere on the screen with the Locate and Text commands. Also the method for using array variables was changed to using lists and matrices.

Models: fx-9860G, fx-9860G SD, fx-9860G AU, fx-9860G Slim (French versions: Graph 85, Graph 85 SD, Graph 85 Slim)

  • Algebra FX series: First made in the year 1999, these have flash memory which provides larger capacity than previous models, however due to the short lifespan of flash, these calculators stop working after a few years. The Algebra FX 2.0 versions have symbolic algebra. The FX 1.0 versions don't. There are community written tools for accessing the ROM-DOS operating system thus allowing c and pascal compilers to be used.

Models: Algebra FX 2.0, FX 1.0, Algebra FX 2.0 Plus, FX 1.0 Plus (French versions: Graph 100, Graph 100+)

  • CFX series: First made in the year 1996, there are numerous variations of the basic 9750, 9850, 9950 and 9970 models. These have 3-colour screens apart from the 9750 which is black and white. The 9970 has symbolic algebra.

(French versions: 9750=Graph 30,35,fx-8930GT; 9850,9950=Graph 60,65,CFX-9930GT,9940,9960; 9970=Graph 80)

  • 7400 Series : First made in the year 1996, this series is like a cut-down version of the CFX series. For instance it does not have the commands Getkey,Locate,Text or matrices or complex numbers, and the screen is smaller.

Models: fx-7400G, fx-7400G Plus, fx-7450G, fx-7400G Plus GY (French versions: fx-6910G, Graph 20, Graph 25)

[edit] 1st Generation Programming Language

These calculators use a BASIC-like programming language. It is more primitive than the 2nd generation models. For example loops are constructed by incrementing or decrementing the value of a variable with the Isz and Dsz commands in conjunction with the Lbl and Goto commands, rather than using simpler For or While commands.

Variable names are restricted to single letters A-Z which are shared by all programs including subroutines which are stored as separate programs. This means there are no local variables, they are all global. These variables are also shared by other functions of the calculator. For example, drawing a graph will overwrite the X and Y values. Arrays are achieved by overwriting other letters, for example A[0]=A, A[1]=B, A[2]=C. The available space for arrays can be extended with the Defm command so that Z[1], Z[2] etc can be used depending on how much unused memory capacity is available.

  • Icon Menu Power Graphic series

Around 1993, the Icon Menu Power Graphics introduced: numerical differentiation; matrices in programs; equation solver; dynamic graph. Models: fx-7700GE, later renamed fx-7700GH. (French version: fx-7900GC)

Additionally there were models with 24K memory which introduced: complex numbers; table mode; more advanced equation solver; larger matrices (255x255); sigma calculations; graph solver for roots,intercepts,max and mins. These include the fx-9700GE, later renamed fx-9700GH and the colour CFX-9800G. (French versions: fx-9900GC, CFX-9900GC)

Also made with an icon menu but none of the above features was the fx-7300G (french: fx-6900G).

  • Power Graphic Series

Around 1990, the Power Graphics introduced: polar,parametric and inequality graphs; box and factor zoom; multiple graph scrolling; range initialization; integration; matrix mode; fractions; permutations; combinations; normal probabilities; SI unit symbols; Models: fx-7700G, fx-7700GB, fx-8700G, fx-8700GB. The GB models have a communications port. (French versions: fx-7800G, fx-7800GC, fx-8800G, fx-8800GC).

Also made was the low-end fx-6300G (french: fx-6800G) with a smaller screen and less features, and the fx-6200G which didn't have any programming facility.

  • Original series

First produced in 1985, these include the fx-7000G, fx-6000G, fx-6500G, fx-7200G, fx-7500G, fx-8000G, fx-8500G.

[edit] References

[edit] Manuals

[edit] External links