Data Representation Flashcards
base of denary
10
base of binary
2
base of hexadecimal
16
why do computer systems use hexadecimal
Hexadecimal is easier for humans to understand than binary, as it is a shorter representation of
the binary. It is used to represent colour and simplify binary
how to converted negative binary (two’s complement) to denary?
add all as normal and add result from -128
what happens when you shift one left
number multiplies by 2
what happens when you shift one right
number divides by 2
what does ASCII stand for
american standard code for information interchange
how many bits does ASCII have
7 - represents 128 characters
how many bits does ASCII extended have
8 - represents 256 characters
how many bits does unicode use
8 to 32 bits (larger files occupy more space)
available character sets in unicode
letters, numbers, symbols, emojis non-visual
why is a sound wave sampled
to be converted to binary
what is sampling
process performed by computer to convert analogue to digital waves
if more analogue waves are sampled…
….more data is gathered