Memory And Storage Flashcards
Name 2 character sets
- ASCII
*Unicode
What is the difference between Unicode and ASCII?
Unicode is universal (emojis, symbols, etc) (16 bits)
ASCII is general English characters (8 bits)
How is an image stored in a computer?
With pixels
What is a pixel?
A square represented by a binary code
What is represented by the binary code in a pixel?
Colour
How do you find file size of an image?
Colour depth x resolution
What is metadata?
Data about data (author, place image was taken)
How is sound stored in a computer?
The height of the wave (amplitude) is stored as binary
How many bytes in a kilobyte?
1000
How many bytes in a megabyte?
1,000,000
Explain why computers use binary
Computers only understand 0’s and 1’s so each character needs to be stored as binary to be understood
What is binary 0 + 0 ?
0
What is binary 0 + 1 ?
1
What is binary 1+1?
10
What is binary 1+1+1 ?
11