Data representation Flashcards

1
Q

Character set

A

Character sets are collections of characters that a computer recognises from their binary representation

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

AscII

A

Each ASCII character is given a 7-bit binary code - this means it can represent a total of 128 different characters,

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

Unicode

A

Unicode tries to cover every possible letter that might be written. Unlike ASCII, Unicode uses multiple bytes for each character.

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

Colour depth

A

The colour depth is the number of bits used for each pixel

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

Image resolution

A

image resolution is the number of pixels in the image.

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

Metadata

A

Information stored in an image file which helps the computer recreate the image on screen from the binary data in each pixel.

stores
the type of file
file size
height

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

Data compression

A

Data compression is when we make file sizes smaller, while trying to make the compressed file as true to the original as possible.

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

Compressing data files uses

A

Smaller files take up less storage space on a device.

Streaming and downloading files from the Internet is quicker as they take up less bandwidth.

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

Lossy compression

A

Lossy compression works by permanently removing data from the file

-this limits the number of bits the file needs and so reduces its size.

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

Lossless compression

A

Lossless compression makes the file smaller by temporarily removing data to store the file and then restores it to its original state when it’s opened.

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

Advantages of lossy

A

Greatly reduced file size, meaning
more files can be stored.

Lossy files take up less bandwidth

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

Disadvantages of lossy

A

Lossy compression loses data-the file can’t be turned back into the original.

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

Lossless advantages

A

Data is only removed temporarily so there is no reduction in quality -the compressed file should look or sound like the original.

Lossless files can be decompressed

-turned back into the original.

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

Disadvantages of lossless

A

Only a slight reduction in file size, so lossless files still take up quite a bit of space on your device

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

Sound

A

Sound is Sampled and stored Digitally .
Sound is recorded by a microphone as an analogue signal.

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

Analogue

A

Analogue signals are pieces of continually changing data.

2) Analogue signals need to be converted into digital data so that computers can read and store sound files. This is done by analogue to digital converters,

17
Q

how sampling is used for storing sound

A

Height of waveform is sampled
 Converted to digital
 Sample taken at a regular interval

18
Q

Sampling

A

process of converting analogue to digital

19
Q

Sample rate

A

Sample rate (or sampling frequency) is how many samples you take in a second

20
Q

Bit depth

A

Bit depth is the number of bits available for each sample

21
Q

What happens if we increase the sample rate

A

the analogue recording is sampled more often. The sampled sound will be better quality and will more closely match the original recording.

22
Q

Increasing the bit depth

A

Increasing the bit depth means the digital file picks up quieter sounds, even if they’re happening at the same time as louder ones. This will also result in a sampled sound that is closer to the quality of the original recording

23
Q

what is a layer

A

A division of network functionality

24
Q

2 functions of an operating system

A

user management
* allows the setting up of accounts
* security / setting of password
* set different access rights

  • file management
  • creation/editing/renaming of files and folders
  • movement of files/folders
25
Q

quad core problem

A

 Software may be designed to run on 1 core and not
multiple cores
…some tasks cannot be split across cores
 Clock speed also affects speed