Data Representation Flashcards

1
Q

How much Bits is ASCII

A

8 bits

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

How much Bits is Unicode

A

16 bits

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

How much Characters does ASCII have

A

128

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

How much characters does Unicode have

A

65,536

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

Advantage of Unicode

A

Has more characters so there are emojis and different characters from different languages.

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

Disadvantage of Unicode

A

Each character uses more memory/storage when stored.

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

Advantage of ASCII

A

Uses less memory/storage than Unicode.

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

Disadvantage of ASCII

A

Limited amount of characters which makes it limited to other languages

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

What are the two types of Graphics

A

Vector
Bit-Mapped

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

What are the Vector attributes

A

Fill Colour, Line Colour, Coordinates

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

What are the Vector Objects

A

Rectangle, Ellipse, Polygon, Line

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

What are Bit-mapped Graphics made of

A

Pixels

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

What is Resolution

A

The number of pixels used to represent the image which are stored in a 2D array.

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

What is Bit Depth

A

The number of bits allocated to represent each pixel.

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

What happens when you increase the Resolution or Bit Depth

A

More Storage is Used/File size increases

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

What is dpi

A

Dots Per Inch

16
Q

Advantages of Vectors

A

Objects can be layered

Increasing the scale of an object doesn’t affect file size

File Size is smaller than Bit-Mapped

17
Q

Disadvantages of Vectors

A

Limitation of creativity with the image
Less Detailed

18
Q

Advantages of Bit-Map Graphics

A

Higher Quality Images
More Detail
Looks Better

19
Q

Disadvantages of Bit-Map Graphics

A

Takes up more Storage than Vectors
Increasing Resolution increases Storage required

20
Q

What happens when you increase the number of Bits assigned to the Mantissa

A

Increases the precision of the number

21
Q

What happens when you increase the number of Bits assigned to the Exponent

A

Increases the range of numbers.