Data Representation
Member rating: No Rating | Words: | Submitted: Wed Jun 22 2005
On the left is an image preview of every page of this document, and below are the first 150 words with formatting removed:
Data Representation Data Representation 1 Binary 1 Hexadecimal 1 For example: 2 Floating Point Numbers 3 The Sign 3 The Exponent 3 The Mantissa 3 Unicode 3 ASCII 3 Extended ASCII 3 Possible Errors Using Machine Language 4 Binary 4 Signed Numbers 4 Floating Point 4 Binary A computer-based system is made up of electronic circuits. These circuits carry two states, a low and a high charge this is known as binary (On 1 and Off 0 switches). Manipulating the charges can create binary numbers used within a computer system. The computer is able to perform calculations, the basis of all its operation using binary. Binary is a two digit based number system which makes it ideal for computed to use. Binary numbers can become quite long therefore humans cannot process them like computer systems so humans use Decimal's or Hexadecimal numbers. Binary is often referred to as machine language because a computer system can only understand binary or machine code. Everything in a computer is converted into binary. Hexadecimal The hexadecimal number system (base 16) uses sixteen different symbols, 0, 1, 2, 3, 4,...


