Low Level Processing - ASCII, UNICODE & Floating Point Notation Flashcards

1
Q

What is ASCII?

A

The American Standard Code for Information Interchange is a 7 bit code which characters have a unique binary value

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is UNICODE?

A

A 16 bit code that contains all 256 ASCII values within it

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What are advantages of UNICODE over ASCII? (3)

A
  • It contains every character based alphabet in the world
  • It contains all punctuation and control characters
  • It contains graphic languages such as Chinese
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What is Floating Point Notation used to represent?

A

Real numbers and very large numbers

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What is a floating point number made up of?

A

A mantissa and an exponent

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What will increasing the number of bits for the mantissa do?

A

It will increase the accuracy and precision of a number

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What will increasing the number of the bits for the exponent do?

A

It will increase the range of numbers which can be stored

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Why is floating point notation used to store very large numbers?

A

These large numbers can be stored with just a few bytes

How well did you know this?
1
Not at all
2
3
4
5
Perfectly