Content deleted Content added
Cup o' Java (talk | contribs) →Graphical terminals: "Modern term" claim unsubstantiated |
Standard Tags: references removed Visual edit Mobile edit Mobile web edit |
||
Line 1:
A '''computer terminal''' is an electronic or electromechanical [[computer hardware|hardware]] device that is used for entering data into, and displaying or printing data from, a [[computer]] or a [[computing]] system.<ref>similar to a paraphrase of an [[Oxford English Dictionary]] definition. {{cite web▼
▲A '''computer terminal''' is an electronic or electromechanical
|author=John Wright |date=2006}}</ref> has come to refer to a type of screen of a personal computer.<ref>{{cite newspaper ▼
▲The acronym CRT
Early terminals were inexpensive devices but very slow compared to [[punched card]]s or [[paper tape]] for input, but as the technology improved and [[video display]]s were introduced, terminals pushed these older forms of interaction from the industry. A related development was [[timesharing]] systems, which evolved in parallel and made up for any inefficiencies of the user's typing ability with the ability to support multiple users on the same machine, each at their own terminal.▼
▲Early terminals were inexpensive devices but very slow compared to
The function of a terminal is confined to display and input of data; a device with significant local programmable data processing capability may be called a "smart terminal" or [[fat client]]. A terminal that depends on the host computer for its processing power is called a "[[#Dumb terminal|dumb terminal]]"<ref name=DicDumb>{{cite web |website=BusinessDictionary.com▼
▲The function of a terminal is confined to display and input of data; a device with significant local programmable data processing capability may be called a "smart terminal" or
==History==
Line 144 ⟶ 119:
===Dumb terminals===
Dumb terminals<ref name="DicDumb">{{cite web|url=http://www.businessdictionary.com/definition/dumb-terminal.html|title=What is dumb terminal? definition and meaning|website=BusinessDictionary.com}}</ref> are those that can interpret a limited number of control codes ([[Carriage return|CR]], [[Line feed|LF]], etc.) but do not have the ability to process special [[escape sequence]]s that perform functions such as clearing a line, clearing the screen, or controlling [[cursor (computers)|cursor]] position. In this context dumb terminals are sometimes dubbed ''glass Teletypes'', for they essentially have the same limited functionality as does a mechanical [[teleprinter|Teletype]]. This type of dumb terminal is still supported on modern [[Unix-like]] systems by setting the [[environment variable]] ''TERM'' to ''dumb''. ''Smart'' or ''intelligent'' terminals are those that also have the ability to process escape sequences, in particular the [[VT52]], [[VT100]] or [[ANSI escape code|ANSI escape sequences]].
===Graphical terminals===
|