Computer system conversion

Enlarge text Shrink text
  • Topic
| System number 987007532263405171

Information for Authority record

Name (Hebrew)
המרת מערכת מחשב
Name (Latin)
Computer system conversion
Name (Arabic)
تحويل نظام الكمبيوتر
Other forms of name
Computer systems
Conversion, Computer system
Conversion of computer systems
System conversion (Computer science)
See Also From tracing topical name
Electronic data processing
MARC
MARC

Other Identifiers

Wikidata: Q1783551
Library of congress: sh 89004964
Sources of Information
  • Work cat.: Computer system conversion, c1990.
  • Computer dict.(Conversion)
  • Standard glossary of computer terminology(System conversion; process of switching from one computer system to another)

Wikipedia description:

Data conversion is the conversion of computer data from one format to another. Throughout a computer environment, data is encoded in a variety of ways. For example, computer hardware is built on the basis of certain standards, which requires that data contains, for example, parity bit checks. Similarly, the operating system is predicated on certain standards for data and file handling. Furthermore, each computer program handles data in a different manner. Whenever any one of these variables is changed, data must be converted in some way before it can be used by a different computer, operating system or program. Even different versions of these elements usually involve different data structures. For example, the changing of bits from one format to another, usually for the purpose of application interoperability or of the capability of using new features, is merely a data conversion. Data conversions may be as simple as the conversion of a text file from one character encoding system to another; or more complex, such as the conversion of office file formats, or the conversion of image formats and audio file formats. There are many ways in which data is converted within the computer environment. This may be seamless, as in the case of upgrading to a newer version of a computer program. Alternatively, the conversion may require processing by the use of a special conversion program, or it may involve a complex process of going through intermediary stages, or involving complex "exporting" and "importing" procedures, which may include converting to and from a tab-delimited or comma-separated text file. In some cases, a program may recognize several data file formats at the data input stage and then is also capable of storing the output data in several different formats. Such a program may be used to convert a file format. If the source format or target format is not recognized, then at times a third program may be available which permits the conversion to an intermediate format, which can then be reformatted using the first program. There are many possible scenarios.

Read more on Wikipedia >