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;
38 Cards in this Set
- Front
- Back
Integer |
Any whole positive or negative number including zero. |
|
Rational Number |
Any number that can be expressed as a fraction or ratio of integers. |
|
Irrational Number |
A number that cannot be represented by fractions or ratio. |
|
Real Number |
Any positive or negative number with or without a fractional part. |
|
Natural Numbers |
A positive whole number including zero. |
|
Bit |
A single binary digit from a binary number - 1 or 0. |
|
Byte |
8 bits. |
|
Nibble |
4 bits. |
|
Unsigned Binary |
Binary that represents positive numbers only. |
|
Two's Complement |
A method of working with signed binary values. |
|
Signed Binary |
Binary with a positive or negative sign. |
|
Character Code |
A binary representation of a particular letter, number of special character. |
|
American Standard Code for Information Interchange (ASCII) |
A standard binary coding system for characters and numbers. |
|
Unicode |
A standard binary coding system that has superseded ASCII. |
|
Parity Bit |
A method of checking binary codes by counting the number of 0's and 1's in the code. |
|
Majority Voting |
A method of checking for errors by producing the same data several times and checking it is the same each time. |
|
Check Digit |
A digit added to the end of binary data to check the data is accurate. |
|
Bit Mapped Graphic |
An image made up of individual pixels. |
|
Pixel |
An individual picture element. |
|
Resolution |
Width x height or pixels per inch. |
|
Colour Depth |
The number of bits allocated to represent the colour of a pixel in a bit mapped graphic. |
|
Vector Graphic |
An image made up of objects and coordinates. |
|
Compression |
The process of reducing the number of bits required to represent data. |
|
Run Length Encoding (RLE) |
A method of compressing data by eliminating repeated data. |
|
Encryption |
The process of turning plaintext into scrambled ciphertext, which can only be understood if it is decrypted. |
|
Decryption |
The process of deciphering encrypted data of messages. |
|
Plaintext |
Data in human readable form. Also known as unencrypted data. |
|
Ciphertext |
Encrypted data. |
|
Caesar Cipher |
A substitution cipher where one character of plaintext is substituted for another which becomes the ciphertext. |
|
Vernam Cipher |
A method of encryption that uses a one-time pad (key) to create ciphertext that is mathematically impossible to decrypt without a key. |
|
Key |
Used to encrypt and decrypt data. |
|
One-time pad |
A key that can only be used once to encrypt and decrypt a message and is then discarded. |
|
Metadata |
Data about data which is stored in the same file as the image data. |
|
Nyquist Theorem |
Sampling rate is at least twice the highest frequency. |
|
MIDI |
Musical Information Digital Interface, a way or representing the sounds made by an instrument. |
|
Synthesise Sound |
Manufactured sound, sound produced by a computer. |
|
Analogue Signal |
Continuous signal, various frequencies. |
|
Digital Signal |
Discrete signal, uses whole numbers, binary values (1's or 0's). |