• Shuffle
    Toggle On
    Toggle Off
  • Alphabetize
    Toggle On
    Toggle Off
  • Front First
    Toggle On
    Toggle Off
  • Both Sides
    Toggle On
    Toggle Off
  • Read
    Toggle On
    Toggle Off
Reading...
Front

Card Range To Study

through

image

Play button

image

Play button

image

Progress

1/25

Click to flip

Use LEFT and RIGHT arrow keys to navigate between flashcards;

Use UP and DOWN arrow keys to flip the card;

H to show hint;

A reads text to speech;

25 Cards in this Set

  • Front
  • Back
Bit
A single binary digit: 1 or 0
Byte
8 bits
Nibble
4 bits
Kilobyte
1024 bytes / 210 bytes
Megabyte
1024 kilobytes / 220 bytes
Gigabyte
1024 megabytes / 230 bytes
Terabyte
1024 gigabytes / 240 bytes
Binary Base
2 number system, used by computers, uses the digits 1 & 0 only.
Denary Base
10 number system, how we normally count, uses digits 0 to 9.
Hexadecimal (hex)
Base 16 number system used by humans to represent groups of four bits at a time. Uses digits 0 to F.
Character set
The set of symbols that can be represented by a computer. The symbols are called characters and can be letters, digits, space, punctuation marks and some control characters such as “escape”. Each character is represented by a numerical code that is stored as a binary integer.
ASCII
American Standard Code for Information Interchange: a 7-bit character set used by PCs. (There is also an extended ASCII character set that uses 8 bits.)
Bitmap image
An image that has been stored as a series of values per pixel. The colour of each individual pixel is stored in a file.
Pixel
Short for picture element. It is the smallest component of a bit-mapped image.
Colour depth
The number of bits used to represent the colour of a single pixel in a bitmapped image. Higher colour depth gives a broader range of distinct colours. For example, an image stored as a .gif file uses 8 bits per pixel so the image could use 256 different colours.
Resolution
The number of pixels in an image expressed as: the-number-of-pixels-across x the-number-of-pixels-down eg: 400 x 600.
Metadata
Data about data. In the case of image files metadata is the data the computer needs to interpret the image data in the file, for example: resolution, colour depth and image dimensions.
Analogue
A continuously changing wave such as natural sound.
Digital
Data that is made up of separate values. How data is stored on a computer.
Sample rate
The number of times per second that the sound wave is measured. The higher the rate the more accurately the sound wave is represented.
Sample interval
The time gap between measurements of the sound wave being taken.
Sample resolution
The number of bits used to store the value of each sample. The higher the number of bits the more accurately the value is stored.
ADC
Analogue to Digital converter: takes real-world analogue data and converts it to a binary representation that can be stored on a computer.
Data
Facts and figures with no context or format to give them meaning.

Information

Processed data that has context and format so that it conveys meaning.