Units - Data Storage Flashcards

1
Q

State the Number of Bytes for
Bit
Nibble
Byte
Kilobyte
Megabyte
Gigabyte
Terabyte
Petabyte

A

Bit - 1/8
Nibble - 1/2
Byte - 1
Kilobyte - 1000
Megabyte - 1000000
Gigabyte - 1000000000
Terabyte - 1000000000000
Petabyte - 1000000000000000

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

What are the steps to convert Denary numbers to binary number

A

arrange the column headings of the powers of 2. Minus away the largest possible number from the denary number. Continue doing this until complete

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

What are the steps to convert binary numbers to denary numbers

A

Place the binary number beneath the column headings of each sector. Then multiply the numbers together. Add up the numbers. There is your denary number

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

What are the steps to add binary numbers

A

Place the numbers one below the other. Make sure they both are equally up to each other on the right side. Then do column addition. A 1 + 1 = 0 , 1 + 0 = 1 , 0 + 0 =0. And when you add a 1 + 1 you take a 1 to the next column.

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

What is binary shift and how does it work?

A

Binary shift is when you multiply or divide a number by 2. Shifting the numbers to the right by one column is dividing by 2 and shifting the numbers to the left by one column is multiplying by 2.

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

What are the steps to convert denary numbers into Hexadecimal numbers.

A

First divide the denary number by 16. Then find the remainder left over. Convert the numbers to their Hex values.

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

What are the steps to convert binary to hex

A

Separate the 8-bit binary into 2 4-bit binary numbers. Then find the denary value of the hex piece. Then convert the denary values to their hex values.

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

What are the steps to convert hex numbers into binary

A

Split the two hex numbers into seperate numbers. Find the binary values of each part. Join the two binary values together to get your full number

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

What is a character set

A

A character set us a logically ordered set of all the characters that can be encoded using a given number of bits.

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

How are characters represented in binary

A

Depending on how many bits are used to code the characters the binary code is made for each and every character possible in the character set.

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

What is ASCII

A

American Standard Code for Information Interchange is a character set which uses all of the possible characters on a keyboard. It is made of 7 bits which means there are 128 possibilities.
The extended ASCII character set uses 8bits which allows for special symbols and some foreign language characters.

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

What is Unicode

A

Unicode is a new method of representing characters for all of the languages in the world, including chinese, japanese, arabic, greek.

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

How are images represented

A

When images are saved on a computer they are saved as large groups of very small pixels. The size of an image is measured by the width in pixels by height in pixels.
The resolution of an image is measured in Pixels per Inch or PPI

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

What are the effects on image size and quality when changing colour depth and resolution

A

The more colours in a picture (colour depth) the higher the file size of the image.
the greater the resolution (number of pixels per inch) the larger the file size as the computer has to store more pixels.

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

What is Metadata

A

Metadata is ‘data about data’.
When you save a file you save the data about the:
- the type of file
- time and date of creation
- creator or author of the data
- file size
- colour depth
- image resolution
- dimension of the image

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

How can sound be sampled and stored in digital form

A

Sound waves are analogue so they are converted to a digital format to be stored.
They use an Analogue-to-Digital Converter (ADC)
Method:
Analogue sound is received by the microphone, which is converted to an electrical analogue signal. Then the signals amplitude is measured at regular intervals (sampling).
The values are stored as binary numbers.

17
Q

What are the effects of sample rate, duration and bit depth on the playback quality and the size of a sound file

A

The higher the sample rate (number of samples/second) the better the quality of the playback and the higher the file size
The higher the resolution (number of bits/sample) the better the quality of the playback and the higher the file size
The higher the sample size the higher the file size. Does not affect quality.

18
Q

What is lossy compression

A

A method when files are compressed by removing some of the details.
E.g. jpg,mp3,mpg

19
Q

What is lossless compression

A

A method when files are compressed by no data is lost - an essential factor for text and data files.
E.g. png,gif,zip,pdf