Theory Flashcards Paper 2
What is a bit?
A single 1 or 0
What is a byte?
8 bits
How many bytes are in a kilobyte?
1024
How many kilobytes in a megabyte?
1024
Finish the sequence bytes, kilobytes……
Megabyte, gigabyte, terabyte, petabyte,
What is a pixel?
The smallest element of an image – dots that make up an image on a screen
How many bits does ASCII use?
7 or 8 bits (either is right)
How many bits does Unicode use?
16 or 32 bits (either is right)
What do we call the list of characters a computer can represent
Character set
Give an example of metadata stored with an image
Height, Width, Resolution, Colour depth, date it was produced
What is a method of describing a program using proper English rather than a programming language
Pseudocode
What is the connection between sample rate, quality of sound and file size?
The higher the sample rate, the better quality of file, the larger the file size
What two parts is an instruction split into?
The operator (instruction part) and the operand (the data part)
Assembly language is also known as…
A low level language
In what language do mnemonics make an appearance?
Assembly language