1. Data Representation - Numbers Flashcards
Data
Basic values or facts
Information
Data that has been organised or processed in a useful manner
Multimedia
Several different media types
Data compression
Reducing the amount of space needed to store a piece of data
Bandwidth
The number of bits or bytes that can be transmitted from one place to another in a fixed amount of time
Analogue data
Continuous representation, analogous to the actual information that it represents
Computers cannot work well with analogue data –> reason for digital data
Digital data
Discrete representation, breaking the information up into separate elements
Best data form for computers
Breaks data into pieces and represents those pieces separately –> approximates the precise values
–> computers are finite, so cannot precisely represent an infinite world –> we represent enough of the world to satisfy our practical needs
How to represent numbers
Computers use electrical current to represent data
–> Two options: On, Off, represented by 1 and 0 –> BASE 2
Binary Baics
One bit –> 1 or 0
–> represents two states
So: –> Two bits –> can represent 4 states
n-bits –> represent 2**n states
Number of bits gives the range and accuracy of numbers that can be dealt with