Term 1 Flashcards

1
Q

ASCII

A

American standard code for information interchange
Standard ASCII: 7 bits
Extended ASCII: 8 bits

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

Unicode

A

Universal code and used by most computers today, lots of versions, focus on 16-bit codes

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

Text files

A

Files containing only text
Size = number of characters x bytes per character

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

Binary files

A

All other files
More complicated formats
Eg. Docx

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

Length of file

A

The total number of characters in the text file

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

Overheads

A

The calculation builds in a bit of extra storage for things like the default margins, size and type of font

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

Analogue data

A

Continuous overtime
Sound waves - amplitude

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

Digital data

A

Discrete steps
Binary (1 = high, 0 = low)

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

Sampling

A

The process of digitalising sound

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

Sample

A

A digital measurement of an analog system

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

Sample resolution

A

The number of bits used to store each sample

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

Sampling rate

A

How often samples are taken each second - Hertz

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

Quantisation error

A

Data from the analogue wave which is not digitalised and therefore lost

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

ADC

A

Analogue to digital converter
Used by microphones/sound cards to digitise sound waves in to binary

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

DAC

A

Digital to analogue converter
Used by the computer before the sound is passed to the speakers

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

Fidelity

A

The relationship between the original sound and the recording. The greater the fidelity, the greater similarity between them.

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

Fidelity influences

A

Sample rate - samples taken
Sample resolution - number of bits for each sample

18
Q

Sound files calculations

A

= sample rate (Hertz) X resolution (bits) x length in seconds x channels (mono or stereo)

19
Q

MP3 file compression

A

Uses lossy compression algorithm called perceptual music shaping.
The algorithm removes:
- sound humans can’t hear
- the sound that’s quieter when two are playing at the same time

20
Q

Compressing text file

A

Uses lossless and Huffman encoding.
Store frequently used characters in shorter codes.

21
Q

Ethics

A

A field of knowledge that deals with morality

22
Q

Morality Vs ethics

A

Seen as a personal view of what is right or wrong whereas ethics are community established beliefs

23
Q

Computer ethics

A

A set of principles that guide the behaviour and use of computer systems like privacy and safety.

24
Q

Intellectual property

A

Copyright laws protect the creators exclusive rights to use, sell, or licence their work, preventing others from using it without permission.

AI companies argue that they are not truly using the creators work and that it’s just inspiration.

25
Personal privacy
Businesses have been shown to sell your data for marketing companies
26
Macleans rules on AI
1) plagiarism with AI - Using it as a part of work without mentioning it. 2) AI should enhance our learning, not replace personal effort or understanding 3) Why? - without proper ethical guidelines, AI could lead students to neglect their own personal learning or misused for cheating. Students privacy is also not securely handled.
27
Encoding system that only uses 2 symbols
Binary
28
A single symbol from a binary system
Bit
29
A group of 8 bits
Byte
30
The central unit of a computer that performs calculations and executes instructions to run programs.
CPU (the processor)
31
Memory
A digital system component that stores data and instructions temporarily or permanently.
32
Encoding
The symbols/techniques used to record information
33
Opposite (in some way)
Complement
34
To move sets of bits left or right
Shift
35
Number of bits needed to encode a sample
Bit-depth
36
Compression
A way of re-encoding (reformatting) information so it requires fewer number of bits
37
Compression that loses information from the original
Lossy
38
Compression that DOES NOT lose information from the original
Lossless
39
how 2’s complement format is used to represent negative numbers.
The most significant bit (MSB) now has a negative value. The other bits remain positive. The value is determined by adding the values – taking into account the sign of the MSB.
40
Overflow
when the number of bits in the solution exceeds the number of bits available