Text, Sound and Images Flashcards

(24 cards)

1
Q

What is a character set?

A

A character set is all the characters and symbols that can be represented by a computer system where each character is given a unique binary code.

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

State two character sets

A

ASCII and UNICODE

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

Characteristics of ASCII

A

7-bits, 128 characters and used to represent characters in only the English language.

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

Characteristics of UNICODE

A

16-bits, 65,536 characters and used to represent characters across the world.

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

Benefit of ASCII

A

It uses a lot less storage space than UNICODE.

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

Benefits of UNICODE

A

It can represent more characters than ASCII.

It can support all common characters across the world.

It can represent special characters such as emoji’s.

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

Drawbacks of ASCII

A

It can only represent 128 characters.

It cannot store special characters such as emoji’s.

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

Drawbacks of UNICODE

A

It uses a lot more storage space than ASCII.

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

Define sample rate

A

Sample rate is the amount of samples taken per second of the analogue wave.

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

Define sample resolution

A

Sample resolution is the number of bits stored per sample of sound.

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

Define Image Resolution

A

Resolution is the total amount of pixels that make up a bitmap image

The resolution is calculated by multiplying the height and width of the image (in pixels)

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

Define pixel

A

A pixel is the smallest component of a bitmap image and is stored as a binary code. It is one circle of colour.

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

Define Colour Depth

A

Colour depth is the number of bits stored per pixel in a bitmap image

The colour depth is dependent on the number of colours needed in the image

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

Image file size calculation

A

Image height x Image width x colour depth
(Image resolution)

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

Sound file size calculation

A

Sample rate (HZ) x Sample resolution (bits) x length of sound sample (s)

*For a stereo file just multiply it by two

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

Describe packet switching (5)

A

Data is split and divided into packets
Each packet takes a different route
A router controls the route a packet takes
Selecting the shortest available route
Packets may arrive out of order
Once the last packet has arrived they are reordered
If a packet is missing, it is requested again.

17
Q

Advantages of packet switching

A

Interference and corruption are minimal as individual packets can be resent if they are lost or damaged

The whole file doesn’t need to be resent if a corruption occurs, this saves time and internet bandwidth

Packet switching is quicker than sending a large packet as each packet finds the quickest way around the network

It’s harder to hack an individual’s data as each packet contains minimal data, and travels through the network separately

18
Q

What is data transmission?

A

Data transmission is the process of transferring data from one device to another using a wired or wireless connection.

19
Q

Describe serial data transmission

A

A stream of bits is sent in sequence, one after the other over a single wire/channel.

20
Q

Describe parallel data transmission

A

A stream of several bits of data is sent in sequence, one after the other across multiple wires at the same time.

21
Q

Advantages of serial data transmission

A

Data wont be skewed
Less chance of interference or errors
Transmission speed is adequate

22
Q

Disadvantage of serial data transmission

A

Slow transmission speed

23
Q

Disadvantages of parallel data transmission.

A

Parallel is not suitable for long distances
Data could become skewed
Parallel cables aren’t manufactured longer than 5m.

24
Q

Advantage of parallel data transmission

A

Very fast transmission speed which is suitable for short distances.