What does terminal generally refer to?
Terminal generally refers to a computer or computer system, a machine used to allow users to input data and display their calculation results; some terminals are fully electronic, and some are electromechanical, also known as terminals machine, which is different from a stand-alone computer.
Terminal (English: Computer terminal) is a computer or computer system that allows users to input data and display its calculation results. Some terminals are fully electronic, while others are electromechanical. Also known as a terminal, it is different from a stand-alone computer.
(An ASCII video terminal around 1982)
The terminal is actually an input and output device, which is an external device compared to the computer host. Assume that it does not provide computing processing functions by itself. Early computer terminals were generally electromechanical teletypes, such as the ASR33. But they are too slow for most applications. In the early 1970s, many computer companies realized that television input terminals were much better than punch cards and could make computers easier for users to interact with, leading to new applications. The problem at that time was that the memory required to display a page of text was too large compared to the small computers of the time. Before the widespread use of integrated circuits, the speed required to display television signals posed too high a technical challenge to the logic gates of the time. At that time, a company announced that it would produce a $15,000 video terminal and attracted many buyers, but in the end its engineers decided that the plan could not be completed. Another solution was the storage tube invented by Tektronix, a machine that could display the information output to it, but could not refresh it.
Early video terminals used special logic gates and did not have their own central processing unit. One of the motivations for developing microprocessors was to simplify the complexity of electronic components in terminals. Most terminals have green or orange screens and are connected to mainframe computers. A typical terminal connects to a host computer using serial data communications such as RS-232, and IBM uses its own system network architecture protocol to connect its host computer to the terminal via coaxial cable.
Later so-called smart terminals (such as VT52 and VT100) were introduced. There are still many emulation softwares for these two terminals available today. These terminals are called "intelligent" because they understand escape sequences and can position the cursor and control display position. Important non-VT100 terminals were the IBM 3270, various Wisdom models, and the Tektronix 4014. In the 1970s there were more than a dozen terminal manufacturers in the world, and most terminals had incompatible commands. The most important terminal manufacturers in the 1970s and early 1980s were Digital, Wisdom, Televideo, Lil Sigler, and Heathkit.
Although the early IBM personal computers also used a green display screen, they were not considered terminals. The PC's display screen does not include any letter-generating hardware; all video signals are generated in the PC's graphics card. But using appropriate emulation programs a personal computer can be connected to a mainframe computer to emulate a terminal. The final use of microprocessors in personal computers greatly eliminated the need for terminals. Most Telnet clients for today's personal computers provide emulation of the most common terminal (generally VT100). [1
The above is the detailed content of What does terminal generally refer to?. For more information, please follow other related articles on the PHP Chinese website!

Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

Video Face Swap
Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Article

Hot Tools

Notepad++7.3.1
Easy-to-use and free code editor

SublimeText3 Chinese version
Chinese version, very easy to use

Zend Studio 13.0.1
Powerful PHP integrated development environment

Dreamweaver CS6
Visual web development tools

SublimeText3 Mac version
God-level code editing software (SublimeText3)

Hot Topics

It is a very common problem these days that Ubuntu does not allow its users to open the terminal. If you receive a similar issue and don’t know what to do next, learn about five fixes on how to resolve this “Ubuntu cannot open terminal” issue on your Linux device. Without further ado, let’s dive into what causes it and the solutions available to it. Why can't Ubuntu open the terminal on it? This mainly happens when you install some defective software or modify the terminal configuration. In addition to this, new applications or games that interact with locales and corrupt them can cause similar problems. Some users reported a fix for this issue when searching for Terminal in Ubuntu's activity menu. This shows that

The win7 system has a built-in communication function called Hyper Terminal, and users can use this function to connect to other computers. So how to open the win7 Hyper Terminal? You first open the control panel, find the phone and modem, then set the location information, then open the hypertrm.exe program, enter the name in the pop-up page, if there are multiple connections, you can continue to add them by creating a new one, and finally enter The IP address will allow you to connect. How to open Win7 HyperTerminal: 1. First set it in the control panel, Start→Control Panel→Phone and Modem 2. Open location information→Select country, area code, phone and other related information→OK 3. Double-click to open hypertrm.exe program, there will be a default

With the widespread application of the Linux operating system, more and more people are beginning to need to learn and understand the basic commands and shortcuts in the Linux system. In this article, we will introduce some commonly used Linux commands and shortcuts to help beginners understand the Linux system and improve work efficiency. Commonly used commands 1.1ls command The ls command is one of the most commonly used commands in Linux. It is mainly used to list files and subdirectories in the current directory. Commonly used options are: -l: Display file information in long format, including file type

How to deal with the problem of garbled characters in the Linux terminal. When using the Linux system, sometimes the text displayed in the terminal will be garbled. This brings inconvenience to us when using the terminal and needs to be dealt with in time. This article will introduce how to deal with some common Linux terminal garbled problems, and provide specific code examples. Problem 1: Garbled Chinese characters on the terminal. Garbled Chinese characters on the terminal are usually caused by incorrect character encoding settings on the terminal. We can solve this problem by modifying the terminal's character encoding settings. #View the current terminal

Steps to open the terminal window in vscode: 1. Open the terminal window through shortcut keys; 2. Open the terminal window through the menu bar; 3. Open the terminal window through the command panel; 4. Modify the default terminal; 5. Use the terminal window.

Microsoft recently launched Visual Studio Code 1.80. Although this update was released in July, the official still calls it the June update. After users install this update, the built-in terminal can directly display images, and auxiliary functions have also been optimized. In the previously released preview version of Visual Studio Code, support for images in the terminal has been supported, and it is enabled by default in the new 1.80 version. In order to be able to display the image in the terminal, the image pixel data is converted into text through a special escape sequence and finally written to the terminal. If you want to pipe typical PNG, GIF or JPEG files to the terminal, you need to install the imgcatpython package and then run imgc in the terminal

The Linux terminal is in the "/bin" directory by default. The methods to open the Linux terminal are: 1. Use "Ctrl+alt+T" on the Linux homepage to open the terminal; 2. Search through the "search your computer" function and enter "ter "Open the terminal and then close the terminal with "Ctrl+d".

Linux system is one of the widely used operating systems, which provides powerful command line tools to complete various tasks. However, sometimes garbled characters appear when using the Linux terminal, causing trouble to users. This article will introduce how to deal with garbled display on the Linux terminal and provide specific code examples. 1. Reasons for garbled code display Garbled code display is usually caused by the mismatch between the terminal and text encoding. If the encoding settings of the terminal are inconsistent with the encoding of the text file, garbled characters will appear. Common garbled situation package