9.5 Data Representation Flashcards
What is the term used to describe the AND gate conditions?
Conjunction - both conditions need to be met.
What is the term used to describe the OR gate conditions?
Disjunction - one condition needs to be met.
What is the term used to describe the NOT gate conditions?
Negation - the opposite of the condition.
How many bits are in a byte?
8
What are the units of measurement?
Bit, nibble, byte, kilobyte, megabyte, gigabyte, terabyte, petabyte
How can I remember the order of the units of measurement?
Use a mnemonic, e.g. Be Nice, Be Kind, Make Good on That Promise.
What are the numbers in the binary number line?
128, 64, 32, 16, 8, 4, 2, 1
When converted to denary, what is the binary number 1001?
8 + 1 = 9
When converted to binary, what is the denary number 29?
11101
29 - 16 = 13; 13 - 8 = 5; 5 - 4 = 1
What is meant by image depth?
The amount of bits available for colours in an image.
What is meant by image resolution?
The fineness of detail that can be seen in an image - the higher the resolution of an image, the more detail it holds. In computing terms, resolution is measured in dots per inch (dpi).
How do you calculate the size of an image file?
Colour depth x image height (px) x image width (px)
What is the sample rate?
How many samples of data are taken per second. This is normally measured in hertz, eg an audio file usually uses samples of 44.1 kHz (44,100 audio samples per second).
How is a sound recorded?
Sounds are produced by vibrations. This travels as waves, which are vibrating particles.
How do you calculate the size of a sound file?
Sample rate x duration (s) x bit depth