Chapter 4 Flashcards
What is a bit?
A single binary digit: 1 or 0
How many bits in a byte?
8 bits
How many bits in a nibble?
4 bits
How many bytes in a kilobyte?
1024 bytes
How many kilobytes in a megabyte?
1024 kilobytes
How many megabytes in a gigabyte?
1024 megabytes
How many gigabytes in a Terabyte?
1024 gigabytes
Binary
Base 2 number system, used by computers, uses the digits 0 and 1 only.
Denary/Decimal
Base 10 number system, how we normally count, uses digits 0 to 9.
Hexadecimal
Base 16 number system used by humans to represent groups of four bits at a time. Uses digits 0 to F.
Overflow
When the result of a numeric calculation is too large to be stored in the space reserved for that type of data.
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.)
EBCDIC
Extended Binary Coded Decimal Interchange Code: an 8-bit character set used by older mainframes.
Unicode
A 16-or 32-bit character set that allows many more characters to be coded.
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.
Vector Graphic
An image file that is made up of lines and shapes that have certain properties,for example, a line may have the following properties: start-point, end-point, line colour, line thickness, line style. The properties of each shape are stored in a file to make up the image.
Pixel
Short for picture element. It is the smallest component of a bitmapped image.
Colour Depth
The number of bits used to represent the colour of a single pixel in a bitmappedimage. 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 256different colours.
Resolution
The number of pixels in an image expressed as:the-number-of-pixels-across x the-number-of-pixels-down e.g. 400 x 600. Effectively this describes the pixel density.
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.