Low Level Processing - ASCII, UNICODE & Floating Point Notation Flashcards
What is ASCII?
The American Standard Code for Information Interchange is a 7 bit code which characters have a unique binary value
What is UNICODE?
A 16 bit code that contains all 256 ASCII values within it
What are advantages of UNICODE over ASCII? (3)
- It contains every character based alphabet in the world
- It contains all punctuation and control characters
- It contains graphic languages such as Chinese
What is Floating Point Notation used to represent?
Real numbers and very large numbers
What is a floating point number made up of?
A mantissa and an exponent
What will increasing the number of bits for the mantissa do?
It will increase the accuracy and precision of a number
What will increasing the number of the bits for the exponent do?
It will increase the range of numbers which can be stored
Why is floating point notation used to store very large numbers?
These large numbers can be stored with just a few bytes