Chapter 1 Flashcards

1
Q

Why do we use hexadecimal?

A

Shorter way of representing binary so it takes up less storage space. Easier for programmers to debug, read, write, understand and find errors in code.

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

What is a MAC address and what base is it written in?

A

A unique address given to a device at the manufacturing stage that can be used to identify it later on. Written in hexadecimal.

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

How do computers represent text in binary?

A

Using a character set. A character set contains all the characters in that character set and the binary value assigned to each character. ASCII is an 8 bit character set that can represent up to 256 characters. Unicode is a 16 bit character set that can represent approximately 65000 characters.

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

How do computers represent images in binary?

A

An image is made up of tiny dots called pixels. Each pixel has a color depth (number of bits used to create each color in an image) and a corresponding binary value. If the computer is given metadata such as the resolution and dimensions, it can create the image.

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

How is sound represented in binary?

A

Sound is made up of sound waves. A sound sample is a little piece of sound recorded at regular time intervals, they make up the sound waves. They’re converted into binary values. The higher the sample rate (number of samples recorded per second), the higher the accuracy. Further date is required, this is the sample resolution. This is the number of bits used to record a sound sample, usually 16 bits.

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

How to calculate the size of a file?

A

Number of images x color depth x image resolution

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

How to calculate the length of the soundtrack?

A

Length of soundtrack x sample resolution x sample rate

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

State the difference between lossy and lossless compression.

A

Lossless compression is an algorithm that reduces the size of a file by temporarily alternating the data, lossy compression reduces the size of a file by permanently removing data.

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

Perceptual music shaping:

A

A lossy compression method that removes sounds not usually heard by humans.

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

Run length encoding:

A

An algorithm that groups together and indexes repeating patterns.

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

What is a proxy server?

A

A server that acts as an intermediary between a user’s computer and the internet.

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

How does a proxy server improve security?

A

Hides the users IP address. Blocks access to harmful websites.

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

What is caching in a proxy server?

A

Storing copies of frequently used web pages to load them faster for users.

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

Characteristics of an embedded system:

A

Has a microprocessor, performs a specific task. It is a computer built into a larger device dedicated to specific task.

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