TI-84 Plus series

TI-84 Plus series

The TI-84 Plus is a graphing calculator made by Texas Instruments which was released in early 2004. There is no original TI-84, only the TI-84 Plus and TI-84 Plus Silver Edition models. It is an enhanced version of the TI-83 Plus. The key-by-key correspondence is the same, but the 84 features improved hardware. The memory is about 3 times as large, and CPU about 2.5 times as fast (over the TI-83 and TI-83 Plus). A USB port and built-in clock functionality were also added. The clock can be used to tell the time since the RAM last cleared (if set correctly, it will tell the actual time). It is merely a slightly enhanced version of the TI-83 Plus Silver Edition, as it retains many of the same system specs. The USB port on the TI-84 Plus series is USB On-The-Go compliant, similar to the next generation TI-Nspire calculator, which supports connecting to USB based data collection devices and probes, and supports device to device transfers over USB rather than the via Link port. [ [http://www.ticalc.org/archives/news/articles/13/130/130297.html USB Peripherals for the 84+ - ticalc.org ] ] Although graphing calculators have been called inexpensive in education reform research [ [http://www.math.ohio-state.edu/~waitsb/papers/intensivecalcreform.pdf Graphing Calculator Intensive Calculus] ] , the TI-84 Plus Silver Edition was $129.99 in 2008 on the TI online store.

The TI-84 Plus Silver Edition was released in 2004 as an upgrade to the TI-83 Plus Silver Edition. Like the TI-83 Plus Silver Edition, it features a 15 MHz Zilog Z80 processor, 24 kB user available RAM (the actual chip is 128 kB, but TI has yet to code support for the entire RAM into an OS), and 1.5 MB Flash ROM. Like the standard TI-84 Plus, the Silver Edition includes a built-in USB port, a built-in clock, and assembly support. It uses 4 AAA batteries and a backup button cell battery. If you take out the batteries while the TI-84 is running, it clears the RAM. TI offers yellow versions of this calculator to schools. A kickstand-style slide case and interchangeable coloured faceplates are also available.

There are three different types of programs which can be downloaded or programmed into it: TI-BASIC, Z80 assembly language, and Flash (applications). There are a wide range of applications that this produces, from science classes, to games, to calculus to note taking (when put together with a separately sold keyboard). The TI-84 Plus Series is exactly like its predecessor in that it can be used on the SAT and ACT examinations as well as International Baccalaureate examinations. However in some cases those administering the exam may reset the calculator's memory beforehand to prevent cheating through the use of built in programs or other data.

When OS 2.30 was initially released, users noticed the speed of graphing was greatly reduced. The explanation was that the update added asymptote checking in graphing.

In January 2006, Texas Instruments released v 2.40 operating system for the TI-84 plus series. The most noticeable addition to the new OS was the teacher key, allowing the teacher to disable any programs installed on the calculator, so they cannot be used on tests, etc. OS version 2.41 for the TI-84 plus series was released in May 2006. The current OS version is 2.43 which was released in December 2007.

Assembly Language

Z80 assembly language gives a programmer much more power over the calculator than the built-in language, TI-BASIC. On the downside, Z80 assembly is much more difficult to learn than TI-BASIC and very cumbersome for coding large programs. Z80 assembly language can be programmed on the computer and sent to the calculator via a USB port, written by hand directly into the program editor (using the hexadecimal equivalents to the opcodes) or compiled using third party compiler programs. Programs written in assembly are much faster and more efficient than those using TI-BASIC, as it is the processor's native language, and does not have to be interpreted like TI-BASIC. An example program that displays "Hello World" on the screen:

B_CALL ClrLCD ; Clears the screen ld a,0 ; loads 0 into register a ld (curRow),a ; moves the cursor to row 0 (Top of screen) ld (curCol),a ; moves the cursor to column 0 (Left of screen) ld hl,Hello ; Loads the address that points to "Hello World" into register hl (16-bit) B_CALL PutS ; Displays "Hello World" on the screen in the top left corner ret ; pops off the last data pushed onto the stack. ; May be used to end the program depending on what's ; on the stack Hello: ; Label, that has an equate address in memory. The hex values of ;"Hello World" are stored at the start of label, Hello .db "Hello World!",0 ;defines a series of bytes in memory which start at the label Hello

TI-BASIC

TI-BASIC is the built in language for TI-84 Plus series calculators, as well as many other TI graphing calculators. TI-BASIC is an unstructured programming language, meaning it is arranged sequentially, without the use of methods or organized blocks of code. Because it is so simple and easy to use many programmers start their careers with this. Below is an example of a Hello World program equivalent to the assembly language example.

ClrHome ; Clears the screen and moves the cursor to the top left cornerDisp "Hello World" ; Displays "Hello World" on the screen in the top left corner

Technical specifications

;CPU: Zilog Z80 15 MHz (clock speed switchable from 6MHz);Flash ROM: 480 KB (Plus Edition): 1.5 MB (Plus Silver Edition);RAM: 24 KB RAM (128 KB on Silver Edition, however the extra 96 KB is "not" user accessible by default): Expandable via special software to use up disk space on a USB memory drive.;Display: Text: 16×8 characters (normal font): Graphics: 96×64 pixels, monochrome ;I/O: Link port, 9.6 kbit/s: 50 button built-in keypad;USB;Power: 4 AAA batteries plus 1 SR44SW or 303 silver oxide battery for backup;Integrated programming languages: TI-BASIC and machine code. Assembly and C require a computer with a Z80 cross-compiler or an on-calc assembler.

ee also

* Texas Instruments
* Comparison of Texas Instruments Graphing Calculators

References

External links

* [http://www.ticalc.org/ ticalc.org] Programs, games, archives
* [http://calcg.org CalcG.org] Tutorials, Games, FAQ, Help Forum
* [http://www.ti84.nl/productssimple3.html TI84.nl High level programs (math and engineering)]
* [http://tibasicdev.wikidot.com TI-Basic Developer] Programming information for the TI-84 Plus
* [http://www.84silver.com/ TI-84 Plus Silver Edition Home Page]
* [http://education.ti.com/ TI Education Portal]
* [http://education.ti.com/us/product/tech/84p/features/features.html Features of the TI-84 Plus] and the [http://education.ti.com/us/product/tech/84pse/features/features.html TI-84 Plus Silver Edition]
* [http://education.ti.com/educationportal/downloadcenter/SoftwareDetail.do?website=US&tabId=1&appId=6014 TI-84 Plus family Operating System v 2.43] Download TI-84 Plus family OS v 2.43
* [http://www.smallrobot.com/scimath.html A TI-8x series Robot]
* is a wiki documenting the hardware and operation system of the TI-83 Series and TI-84 Series of calculators.


Wikimedia Foundation. 2010.

Игры ⚽ Нужно решить контрольную?

Look at other dictionaries:

  • SÉRIES TRIGONOMÉTRIQUES — Les séries trigonométriques se sont introduites au XVIIIe et au début du XIXe siècle, en liaison avec certains problèmes de physique (mouvement des cordes vibrantes, propagation de la chaleur). Elles sont d’un usage courant en astronomie, en… …   Encyclopédie Universelle

  • SÉRIES ET PRODUITS INFINIS — La notion de limite d’une suite est à la base de l’analyse. Le langage des séries, équivalent à celui des suites, s’est imposé dès le XVIIe siècle à propos du développement des fonctions en série entière. Cependant, les fondements rigoureux de la …   Encyclopédie Universelle

  • Plus belle la vie — Logo de la série[note 1] …   Wikipédia en Français

  • Plus-belle-la-vie — Logo de la série[note 1 …   Wikipédia en Français

  • Plus Belle la Vie — Logo de la série[note 1 …   Wikipédia en Français

  • Plus Belle la vie — Logo de la série[note 1 …   Wikipédia en Français

  • Plus-size model — is a term internationally applied to a woman who is engaged primarily in modeling garments that are designed and marketed specifically for larger body sizes and types (see plus size clothing). These models are also increasingly engaging in work… …   Wikipedia

  • Plus belle la vie — Genre soap opera Theme music composer Maidi Roth Country of origin France Language(s) French No. of seasons …   Wikipedia

  • Series+ — Séries+ Création 31 janvier 2000 Propriétaire Astral Media (50 %) Canwest Media (50 %) Slogan « La télé des émotions » Langue Français Pays d origine …   Wikipédia en Français

  • SÉRIES+ — Création 31 janvier 2000 Propriétaire Astral Media (50 %) Canwest Media (50 %) Slogan « La télé des émotions » Langue Français Pays d origine …   Wikipédia en Français

Share the article and excerpts

Direct link
Do a right-click on the link above
and select “Copy Link”