Units - Data Storage Flashcards
State the Number of Bytes for
Bit
Nibble
Byte
Kilobyte
Megabyte
Gigabyte
Terabyte
Petabyte
Bit - 1/8
Nibble - 1/2
Byte - 1
Kilobyte - 1000
Megabyte - 1000000
Gigabyte - 1000000000
Terabyte - 1000000000000
Petabyte - 1000000000000000
What are the steps to convert Denary numbers to binary number
arrange the column headings of the powers of 2. Minus away the largest possible number from the denary number. Continue doing this until complete
What are the steps to convert binary numbers to denary numbers
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
What are the steps to add binary numbers
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.
What is binary shift and how does it work?
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.
What are the steps to convert denary numbers into Hexadecimal numbers.
First divide the denary number by 16. Then find the remainder left over. Convert the numbers to their Hex values.
What are the steps to convert binary to hex
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.
What are the steps to convert hex numbers into binary
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
What is a character set
A character set us a logically ordered set of all the characters that can be encoded using a given number of bits.
How are characters represented in binary
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.
What is ASCII
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.
What is Unicode
Unicode is a new method of representing characters for all of the languages in the world, including chinese, japanese, arabic, greek.
How are images represented
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
What are the effects on image size and quality when changing colour depth and resolution
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.
What is Metadata
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