Dta Representation Flashcards

1
Q
What is a 
Bit
Nibble
Byte
Kilobyte
Megabyte
Giga byte
Terabyte
A
Bit is a BInery digiT, 1-0
Nibble is four bits
A byte is 8 bits
Kilo byte is 1024 bytes
Mega byte is 1024 kilobytes
Gigabyte is 1024 mega bytes
Terabyte is 1024 giga bytes
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

How to convert denery into hex

A

Work out how many 16 are in the denery number. This is the first number, then the remainder is the second number. E.g. 182 = B6 as 182/16 = 11 remainder 6. 11 = B, 6 = 6

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

What is ascii

A

American standard computer code for infomation exchange. Every key on a keyboard has its special ascii 7 bit number so a computer can understand it

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

What is Unicode

A

Similar to Sacco but is in 16-32 bit so can store way way more different keys such as ones for Russian, japanese, Korean etc

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

What is a vector images

A

An image made of scaledble shapes so when it is enlarged or reduced, no quality is lost or gained

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

What are pixels

A

A picture element that makes up non vector images, when the image is enlarged, quality is lost as resolution stays the same

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

What is resolution

A

The pixel dimension of an image

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

What is colour depth

A

The amount of bits of memory a pixel uses, e.g. 8 bit pixels

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

What is meta data and what does it store

A

Data about the files such as last edited, file size, first made, file type

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

How is sound converted to digital

A

Analogue sound is received by microphone and converted to analogue electrical signals
The amplitude of the signal (height of sound wave) is measured at regular intervals (sampling, like taking images at reg intervals for video)
These values are rounded to a level
These levels are stored as digital numbers in a file

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

How is sound recording affected

A

Sample resolution, how closely the rounded level is to real sound. E.g. Rounded to 1 dp is lower than to 2dp as more accurate
Sampling rate, how many samples are taken per second, how small the interval between them is

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

What is the difference between data and information

A

Data is memory used up, infomation is useful data

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