Unit 1 Flashcards

You may prefer our related Brainscape-certified flashcards:
1
Q

Why do computers use binary to represent data

A

Any form of data needs to be converted to binary to be processed by a computer

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

What system is Denary

A

a base 10 system

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

what system is Binary

A

binary is a base 2 system

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

what system is hexadecimal

A

hexadecimal is a base 16 system

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

why is hexadecimal used

A

its easier for humans to understand then binary since its a shorter representation

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

What is overflow

A

computers have a predefined limit that it can represent or store, overflow occurs when a value outside the limit should be returned

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

why is text converted to binary

A

so it can be read by the computer

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

why is Unicode used more than ASCII

A

it has a greater range of characters allowing for different languages but it requires more bits per character

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

How does a computer represent sounds

A

sound waves are sampled for sound to be converted to binary which is then processed

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

what is the sample rate

A

the number of samples taken per second

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

what is the sample resolution

A

the number of bits per sample

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

what happens when the sample rate and resolution increase in a recording

A

the accuracy of the recording increases but so does the file size

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

what is an image

A

a series of pixels that are converted to binary,which is then processed byu the computer

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

what is the resolution(images)

A

The number of pixels in the image

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

What is color depth

A

the number of bits used to represent each color

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

what happens when the resolution and color depth increase

A

the file size and the quality of the image increases

17
Q

what is compression

A

when files are compressed

18
Q

why is compression used

A

less bandwidth required
less storage space required
shorter transmission time

19
Q

what is lossless compression

A

the file size is reduced without permanent loss of data

20
Q

what is lossy compression

A

when the file size is reduced by permanently removing data(can reduce resolution, smaple rate,color depth

21
Q

what is 2’s complement used for

A

128 is made negative so that negative values can also be used