| Text-based Computing |
Website Links For Computing |
Information AboutText-based Computing |
| CATEGORIES ABOUT TEXT-BASED COMPUTING | |
| user interface techniques | |
|
HISTORY Before the 1980s , most Computer s were text-based. The Operator used the Keyboard as the main Input Device to type in necessary commands into the Terminal that could only display text on a low-resolution monochrome Video Monitor . The majority of end-user software was also written in text-based mode during this time. During this era, operating a computer was considered to be a challenging task because of the complexity of the text-based environment. However, with the development of the Graphical User Interface and the improvement in hardware, many Software Engineer s started adding graphics for their application. As a result, the pointing device that controls the coordination of the curser on the screen became a primary input source, and the graphics displayed with some text on the screen became a primary output source. In modern computers, the text-based software still exists in Unix and Linux Operating System s. Some system commands on the Windows platform are also written as text-based programs because of their capabilities in handling powerful procedures with fewer system resources. Yet, the majority of the operations on the computer can be done without involving text-based software. BENEFITS OF TEXT-BASED Text-based applications run faster and offer more flexibility for interoperation of programs than software involving graphics does. Text-based applications run faster because the machine does not expend resources on processing the graphics, which generally requires more system resources than text does. For the same reason, text-based applications use memory more efficiently. Text-based software often provides the user more control on the software by taking all the details of the instruction as the parameters or redirecting the outputs. As a result, text-based software can offer more powerful features than graphic-based software, such as combining the command using a Pipeline that allows output of the first command to be used as the input of the next command. Using this, a complex operation can be accomplished in a single Command Line using a sequence of commands connected together in a pipeline. In certain circumstances, text-based application offers faster user interaction than the graphic-based software does. Assuming that the user is fluent with typing, the user can enter faster commands faster than when using the graphical interface, because the users do not have to move their hands from the keyboard to enter the different command. LIMITATION OF TEXT-BASED Unlike the application with graphics, usually the text-based application does not look very user-friendly, especially for beginners. While the user may learn how to operate the software by simply playing around or navigating through given options, text-based system usually requires users to have a more detailed understanding of the commands, although most text-based applications have a menu or help system that shows the user some of the available options of the software. Text-based has limitation on its input and output as well. The output generated in such way is not very attractive and can be difficult to follow compare to the output involving graphics. Any data that cannot be represented using the ASCII may not display properly on the output device. Therefore, certain operations cannot be implemented using text-based software due its limitation of range in its input and output. An example is Multimedia software such as Adobe Photoshop or Macromedia Flash . |
|
|