Ict test 1 chapter 1 Flashcards

1
Q

What is analogue data?

A

analogue data is a continuous stream of data that is processed by humans

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

What are three examples of analogue data?

A

Everything we see , har , feel and smell is a continuous stream of analogue data to our senses

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

What are logic gates?

A

logic gates are a very small component in a computer system that controls the flow of electricity

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

What is digital data?

A

digital data is discrete data that only uses the values 0 and 1.

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

What is a register?

A

a register is a small component in a computer system that i used to temporarily store data

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

What is the denary system?

A

a base-10 number system that uses values 0-9

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

What is a MAC address?

A

a unique address that is given to a computer at the manufacturing stage that can be used to identify the computer

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

What is an overflow error?

A

each computer has a predefined limit, for example, 16-bit registers. What is the largest number that could be stored in a 16-bit register? If a number is larger than this is generated in a process , an overflow error will occur

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

What does one logical shift to the left mean?

A

multiplied by 2

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

What does one logical shift to the right mean?

A

Divide by 2

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

What is the two compliments method?

A

The method of twos compliment is a simple one. First, you invert all the values in the binary number (change all the 1s to 0s and 0s to 1s, ) then add 1 to the result.

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

What is a character set?

A

A character set contains all the characters that are in the character set and the binary value that is assigned to each character.

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

What are the two main types of character sets a computer can use?

A

ASCII and Unicode

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

How many bits do ASCII and Unicode use? And how many characters can they each represent?

A

ASCII Uses 8-bit binary numbers and can represent up to 256 characters

Unicode Uses 16-bit binary numbers and can represent up to approximately 65000

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

What is a pixel?

A

a pixel is a very small dot that is displayed with many others to create a image

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

What is the resolution of a image?

A

The resolution is the dimensions of the image

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

What is metadata?

A

Additional data that I stored with an image that can provide information such as the dimensions of the image and the time and date the image was taken.

18
Q

What are the two things every image has?

A

Every image has a resolution and a color depth

19
Q

What is the color depth?

A

The color depth is the number of bits that are used to create each color in an image

20
Q

What is sound sampling?

A

a little piece of sound that is recorded at regular time intervals

21
Q

What is the sample rate?

A

the number of samples recorded each second

22
Q

How can someone improve accuracy when recording sound waves?

A

To improve accuracy you can increase the sample rate which results in less space between each recorded sample resulting in a clearer recording.

23
Q

What are sample rates measured in?

24
Q

How are the sample rate and data required for the recording correlated?

A

If the sample rate increases then the amount of data required for the recording is also increased.

25
What is sample resolution?
The number of bits that are used to record each sound sample
26
How can you increase the accuracy of the loudness of the sound?g
Increase the sample resolution.
27
What are the 9 units of measuring data?
Bit Nibble Byte Kibibyte Mebibyte Gibibyte Tebibyte Pebibyte Exbibyte
28
How Bits many are in a nibble?
4
29
How Bits many are in a Byte?
8
30
From Kibibyte to Exbibyte what is the amount needed to reach the next unit? E.g. kibibyte to Mebibyte
1024 needed for every step
31
What is the method that uses an algorithm to reduce the size of a file?
compression
32
Name all four benefits of compressing a file.
1. not as much storage space needed to store the file 2. it will take less time to transmit the file from one device to another 3. it will be quicker to upload and download the file 4. Not as much bandwidth is needed to transmit the file over the internet
33
What are the two types of compression?
lossy and lossless
34
What is the difference between how lossy and lossless compress data?
lossy reduces file size by PERMANENTLY removing data while lossless reduces file size by TEMPORARILY altering the data
35
What type of compression in mainly used for sound and image files?
36
What are some examples of unnecessary data that lossy can remove in an image file?
Unnecessary data that is removed are colors the eye cannot distinguish. This means that a lossy compression algorithm for an image file could reduce the size of the file by reducing the color depth. It could also reduce the size of the file by reducing the image resolution, reducing the number of pixels used to create the image
37
What are some examples of unnecessary data that lossy can remove in an sound file?
Unnecessary data in a sound file that could be removes are sounds that cannot be heard by the human ear. It could also be the removal of softer sounds that are played simultaneously as louder sounds, as humans we can only hear the louder sound.
38
What is perceptual music shaping?
a process that is used in lossy compression that removes sound that cannot be normally heard by the human ear
39
What is run-length encoding (RLE)?
run-length encoding (RLE) is an algorithm that groups together repeating patterns and indexes them
40
What is a packet?
a small unit of data