Unit 3 Computer systems Flashcards

1
Q

What is meant by a “sign bit”?

A

The first Bit in a binary number that indicates if the number is positive or negative

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

Which sign bit do we use for negative numbers?

A

1

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

Which sign bit do we use for positive numbers?

A

0

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

What do Bit-mapped graphics do?

A

They store every pixel necessary to store an image

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

What is meant by the term resolution?

A

Resolution is used to state the total number of pixels in an image

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

Why are Bit-mapped graphics said to be “resolution-dependent”?

A

As once an Bit-mapped graphics’ resolution is created it is set and will not change

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

Why is compression of a Bit mapped graphic necessary?

A
  • To reduce the size of an image so that it is less demanding of storage and memory
  • To reduce the file size of an image to allow faster transmission across a network
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What are the different types of Compression of bit-mapped graphics/

A
  • Run length encoding (RLE)
  • Lempel, Ziv, Welch (LZW)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Where can Run length encoding compression be used?

A

if a block of pixels in a sequence are the same colour

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

What does LZW compression do?

A

LZW compression will store patterns of repeated colours and store them in an index where they can be looked up

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

What are the factors that affect computer performance?

A
  • number of processors
  • Width of Data-bus
  • Cashe memory
  • Clock speed
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Why does an increased number of processors increase performance?

A

As by increasing the number of processors, more data can be processed at one time meaning that the overall speed of the machine is faster

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

Why does increasing the width of the data bus increase the performance of the computer?

A

By increasing the data bus, you are increasing the amount of data that can be passed between the processors and main memory

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

What does increasing cashe memory have to do with increasing computer performance?

A

Cache is a memory that is closer to the CPU than RAM and holds instructions for the CPU, cashe memory improves the performance of the computer as more cashe memory means that more instructions can be held in cashe and cashe is easier to obtain instructions from than RAM, this also saves time improving the processing speeds

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