Forgot your password?  

Not What You Meant?  There are 3 definitions for Stimulus.

Character Input and Output | Research & Encyclopedia Articles

Print-Friendly   Order the PDF version   Order the RTF version
About 1 pages (345 words)
Input Summary

 


Character Input and Output

Character input and output are programming terms, referring to the addition (writing) or retrieval (reading) of a character.

A character is any symbol that requires a byte of storage. Characters include all the ASCII and extended ASCII characters and, in character-based software, everything that appears on the computer screen, including any graphical characters. In graphics-based applications, a character typically denotes letters, numbers and punctuation marks.

Character input and output is the lowest level of input and output, being a manual process. By its manual nature, however, character input and output does allow the user to exert a great deal of control of the input and output processes. Typically, computers handle character input and output by use of a process called buffering. This means that the computer will not start reading any input until the return key is pressed, and characters will not be printed on the terminal until there is a whole line to be printed.

In the Disk Operating System (DOS), the lowest level of character input and output is called Basic Input/Output System, or BIOS. BIOS is responsible for managing devices such as the keyboard, display screen, disk drives, serial communications, and some miscellaneous functions at their most rudimentary levels. For example, a BIOS output would constitute the formation and execution of a command to acquire target data from a target location. This is achieved partly by software in read-only memory (ROM), and partly by BIOS extensions that load when the system first starts up.

Codes for character input and output exist in the various programming languages. For example, the getchar function reads and returns the next character from the input, while putchar would write the character "c" to standard output.

Character input and output can also be of the formatted or whole line varieties. With these, the input and output of characters occurs in a hands-off fashion and involves blocks of characters. As its name implies, in the formatted version of input or output, the data is formatted during the performance of the function. In whole line input or output, formatting is accomplished later.

This is the complete article, containing 345 words (approx. 1 page at 300 words per page).

Ask any question on Input and get it answered FAST!
Answer questions in BookRags Q&A and earn points toward
discounted or even FREE Study Guides and other BookRags products!
Learn more about BookRags Q&A
Copyrights
Character Input and Output from World of Computer Science. ©2005-2006 Thomson Gale, a part of the Thomson Corporation. All rights reserved.

Join BookRagslearn moreJoin BookRags

Join BookRagslearn moreJoin BookRags