Data Representation Flashcards

1
Q

What is a decimal notational system?

Hint: One digit, two digits and three digits

A
  • Also known as base 10.
  • Where a single digit contains values from 0 to 9.
  • If two combined digits are used, this will contain values from 0 to 99.
  • If three comibned digits are used, this will contain values from 0 to 999.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is a binary notation system?

A
  • Also known as base 2.
  • Is a numbering system where numbers contain two values; either 0 or 1.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is a hexadecimal notational system?

A
  • Also known as base 16.
  • Where numbers from 0 to 9 are assigned values of 0 to 9; but from 10 - 15 values of A to F are assigned.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What is ASCII and What is Unicode?

A
  • ASCII encodes english letters, digits and punctuations to binary values. Uses 8 bit of data.
  • Unicode is an extended character sets (non-english) to be encoded into binary values. Uses 8 or 16 bits of data.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly