Information Representation Flashcards

1
Q

What is a bit?

A

A digit in the binary number system written using either of the symbols 0 or 1

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

What is a byte?

A

A group of 8 bits treated as a single unit

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

What is a nibble?

A

A group of 4 bits

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

What is an overflow error?

A

A condition when the result of a calculation is too large to fit into the number of bits defined for storage.

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

What is BCD?

A

Binary Coded Decimal is where a binary value is stored representing one denary digit in a nibble.

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

What is a vector graphic?

A

A graphic consisting of drawing objects defined in a drawing list.

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

What is a drawing object?

A

A component defined by geometric formulae and associated properties.

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

What is a drawing list?

A

A drawing list contains one set of values for each drawing object.

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

What is a property in computer science?

A

A property defines one aspect of the appearance of the drawing object.

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

What is a pixel?

A

A picture element (pixel) is the smallest identifiable component of a bitmap image, it is defined by two properties: its position in the bitmap matrix and its colour

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

What is the colour depth?

A

This is the number of bits used to represent one pixel.

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

What is the image resolution?

A

The number of pixels in the bitmap file is the product of the number of pixels per row and the number of rows.

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

What is the bit depth?

A

The number of bits used to represent each red, green and blue colour.

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

What is the screen resolution?

A

The product of the width and height values for the number of pixels that the screen can display.

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

What is a file header?

A

This is a set of bytes at the beginning of a bitmap file which identifies the file and contains information about the coding used.

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