Computer Systems: Chapter 1 (Data Representation) Flashcards

1
Q

What is floating point notation?

A

When you store a number as a floating point number with a mantissa and an exponent

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

What is a mantissa? What happens when you increase the mantissa?

A
  • The mantissa holds the number in decimal form

* When you increase the mantissa, you increase the precision of the numbers being stored

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

What is an exponent? What happens when you increase the exponent?

A
  • The exponent holds the power of the number

* When you increase the exponent, you increase the range of numbers being stored

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

What is American Standard Code for Information Interchange (ASCII)?

A

ASCII is a 7 bit code that stores text as integer values in it

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

What is UNICODE?

A

UNICODE is a 16 bit code that stores all ASCII values in its first 256 characters

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

What is an advantage of UNICODE over ASCII?

A

It contains every character based alphabet in the world including graphical languages like Chinese

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

What is a bit-mapped graphic?

A

It is a graphic that is made up of a grid of pixels, and a unique binary number represent each colour in the graphic

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

What is a vector graphic?

A

It is a graphic that is made up of layers of shapes with attributes describing them

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

What are the advantages of bit-mapped graphics? (2)

A
  • They allow you to edit at pixel level

* Storing a bit-mapped graphic will be the same size no matter how complex the graphic

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

What are the disadvantages of bit-mapped graphics? (2)

A
  • They require a lot of storage space

* When you re size the graphic it becomes pixilated and blocky

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

What are the advantages of vector graphics? (2)

A
  • You can edit individual objects

* When you resize a vector graphic, the edges stay smooth and do not become pixilated

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

What are the disadvantages of vector graphics? (2)

A
  • You can’t edit at pixel level

* Storing complex vector graphics requires a lot of storage space

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

What is bit depth?

A

Bit depth is the number of bits used to represent a pixel in bit-mapped graphics

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

What is true colour?

A

True colour is represented on a computer system using 24 bits per pixel, giving 2^24 possible colours

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

What is compression?

A

Compression means reducing the file size of a graphic in order to save backing storage space

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

What are the 2 types of compression used in graphic files?

A
  • Lossy compression, which sacrifices some of the data in order to reduce the file size (.jpg)
  • Lossless compression, which means that none of the original data is lost (.png) (.gif)
17
Q

What is the difference between bit-map resolution and vector resolution?

A

Bit-map resolution is fixed, and vector resolution is independent

18
Q

What is resolution independance?

A

When a picture is created using a vector graphics package, the resolution of the screen has no effect on the resolution of the printout