Standard


A definition or format that has been approved by a recognized standards organization or is accepted as a de facto standard by the industry. Standards exist for programming languages, operating systems, data formats, communications protocols, and electrical interfaces.

From a user’s standpoint, standards are extremely important in the computer industry because they allow the combination of products from different manufacturers to create a customized system. Without standards, only hardware and software from the same company could be used together. In addition, standard user interfaces can make it much easier to learn how to use new applications.

Most official computer standards are set by one of the following organizations:

ANSI (American National Standards Institute)

ITU (International Telecommunication Union)

IEEE (Institute of Electrical and Electronic Engineers)

ISO (International Standards Organization)

VESA (Video Electronics Standards Association)

IEEE sets standards for most types of electrical interfaces. Its most famous standard is probably RS-232C, which defines an interface for serial communication. This is the interface used by most modems, and a number of other devices, including display screens and mice. IEEE is also responsible for designing floating-pointdata formats.

While IEEE is generally concerned with hardware, ANSI is primarily concerned with software. ANSI has defined standards for a number of programming languages, including C, COBOL, and FORTRAN.

ITU defines international standards, particularly communications protocols. It has defined a number of standards, including V.22, V.32, V.34 and V.42, that specify protocolsfor transmitting data over telephone lines.

In addition to standards approved by organizations, there are also de facto standards. These are formats that have become standard simply because a large number of companies have agreed to use them. They have not been formally approved as standards, but they are standards nonetheless. PostScriptis a good example of a de facto standard.

Read Also:

  • standard input

    The place from which input comes unless you specify a different input device. The standard input device is usually the keyboard.

  • standard output

    The place where output goes unless you specify a different output device. The standard output device is usually the display screen.

  • standard parallel port

    Abbreviated as SPP, another name for a parallel port.

  • Star Network

    )A local-area network (LAN) that uses a star topology in which all nodes are connected to a central computer. The main advantages of a star network is that one malfunctioning node doesn’t affect the rest of the network, and it’s easy to add and remove nodes. The main disadvantage of star networks is that they […]

  • start bit

    In asynchronous communications, the bit that signals the receiver that data is coming. Every byte of data is preceded by a start bit and followed by a stop bit.


Disclaimer: Standard definition / meaning should not be considered complete, up to date, and is not intended to be used in place of a visit, consultation, or advice of a legal, medical, or any other professional. All content on this website is for informational purposes only.