chapter 1 part 3 Flashcards

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

define bit

A

refers to one binary digit

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

define nibble

A

a group of 4 bits

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

define byte

A

a group of 8 bits

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

what character sets can be used to represent text?

A

-ASCII
-Unicode

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

define character set [2]

A

-a list of all characters and symbols that can be represented by a computer system
-each character and symbol is assigned a unique value

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

define ascii [2]

A

-a character set for all the characters on the standard english keyboard
-each character is represented using 8 bits (1 byte)

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

define unicode [2]

A
  • a character set which can represent all the languages of the world
    -each charcater is represented using up to 32 bits (4 bytes)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

diffrences between ASCII and unicode? [4]

A

-unicode has more characters than ASCII
-unicode contains more languages than ASCII
-unicode includes emojis
-text stored in unicode takes up more storage space

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

why does text stored using unicode require more storage than ASCII?

A

unicode requires more bits per character than ASCII

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

how is text converted to binary? [3]

A

-a character set is used
-such as unicode or ASCII
-each character has a unique binary value

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

define image

A

an image is a series of pixels

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

what do the file size and quality of the image depend on

A

-image resoloution
-colour depth

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

define pixel

A

the smallest component of an image

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

define image resolution

A

the dimensions of an image

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

how is an image converted to binary? [6]

A

-each pixel represents a colour and is given a binary value to be processed by the computer
-pixels are stored in sequence in the file
-the image resoloution is set
-that is the dimensions of the image
-the colour depth is set
-that is the number of bits used to represent each coulor

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

define colour depth

A

the number of bits used to represent the colour of a pixel

17
Q

what is the effect of increasing the image resoloution on an image? [3]

A

-the image will have more detail
-the image will be closer to real-life
-the file size will be increased// the file will require more storage space

18
Q

how to calculate the size of an image file

A

image resolutions (dimensions) X colour depth (bits)

18
Q

what is the effect of increasing the colour depth of an image?[5]

A

-more bits are allocated to each pixel so..
-a greater range of colours can be seen
-the image will have more detail
-the image will be closer to real life
-the file size will be increased // the file will require more storage space

19
Q

how is audio converted to binary? [8]

A

-the sound wave is sampled….
-measuring the amplitude
-each amplitude has a unique binary value
-the sampling rate is set….
-that is the number of samples taken per second
-the sampling resolution is set…
-that is the number of bits used to represent each sample
-each sample taken is converted to binary

20
Q

define sampling

A

the process of determining the amplitude of a sound wave at set time intervals

21
Q

define sampling rate

A

the number of samples taken per second

22
Q

define sampling resolution [3]

A

-the number of bits that are used to represnt each sample..
-that defines the number of different amplitudes that can be recorded …
-that determines how loud or quiet the sounds are that can be recorded

23
Q

what is the effect of increasing the sampling resolution on the audio?[4]

A

-more bits are allocated to each amplitude so….
*more accurate amplitudes (closer to the original sound)
*a wider range of amplitudes can be recorded
*the file size will be increased??the file will require more storage space

24
Q

what is the effect of increasing the sampling rate of the audio [3]

A

-more amplitudes taken per second so
*more accurate sound (closer to the og)
*the file size will be increased

25
Q

how to calculate the size of an audio file?

A

sampling rate X length of audio file X sampling resolution