Key terminology 2.6 Flashcards

1
Q

Denery

A

A numerical notation system using base 10: 0-9

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

Binary

A

A digital notation system using base 2: 0 or 1

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

Hexadecimal

A

A numerical notation system using base 16: 0-9 and A-F

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

Binary Addition Overflow

A

A number that is too large to be stored in the intended location because of extra digits created through binary addition

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

Binary shift

A

Allows easy multiplication or division of binary numbers by multiples of 2

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

Check digit

A

A calculation on the data to create an extra number for error checking. When the data is inputted the check digit is recalculated to ensure it matches, and the data has been entered correctly, which is an example of data validation

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

Character set

A

The set of symbols/characters that may be represented by a computer at a particular time

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

ASCII

A

American Standard Code for Information Interchange: a character set created for computer systems using 7 bits

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

Unicode

A

The standard character set that includes characters from almost all the world’s languages using 16 bits

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

Pixel

A

The smallest unit of a digital image or graphic that can be displayed, represented by a dot or square on the screen

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

Metadata

A

Data that describes, and gives information about, other data

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

Colour depth / Bit depth

A

The number of bits used to represent a pixel and its’ colour

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

Resolution

A

The number of pixels displayed on a screen, defined as: number of pixels along the width x number of pixels along the height

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

Bit rate

A

The number of bits per second that can be transmitted along a digital network

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

Sampling frequency

A

The number of samples stored per second, calculated by the sample rate x bit depth

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

Compression

A

The process of reducing the storage size of a file

17
Q

Lossy compression

A

A compression scheme where there generally occurs a loss of resolution, as well as data that can be lost without impacting the usability of the file

18
Q

Lossless compression

A

A compression scheme that doesn’t impact the quality or usability of the original image/data