Data representation Flashcards
Define Denary system:
Number system based on the number 10.
Define Binary system:
Number system based on the number 2.
Define Hexadecimal system, what is it used for?
Number system based on the number 6. Used for memory dumps, HTML, Mac adresses, Web adresses and assembly code.
Register:
Small piece of memory where values can be held
Hexadecimal system:
Based on a 16 digit number system and uses the digits 0-9 and lettes A-F.
A=10
F=15
What is meant by a byte?
A byte is the smallest unit of data on a computer (in 8 bits).
Convert 10111100 into hexadecimal natation:
BC
What is the point of using hexadecimal instead of binary?
It is easier because it contains the letters A-F.
1010, equivalent decimal number is…
10
1111, equivalent decimal number is…
15
convert the following denary number into binary (248)..
11111000
convert the following denary number into binary (191)..
10111111
How are character represented in a computer system?
text, numbers and symbols.For example they keys on the keyboard.