Data Rep Flashcards
What are natural numbers?
- A set of numbers containing all positive numbers and zero
- Used for counting
- Symbol = N
What are integer numbers
- Whole number
- Positive and Negative (Including 0)
- Symbol = Z
What are rational numbers?
- AKA Quotients
- Numbers that have a fractional part (one number over the other)
- Positive or Negative (0 is a rational number)
- Symbol = Q
What are irrational numbers?
- The number that cannot be written exactly as a fraction
- Symbol = N/A
What are real numbers?
- All possible real world quantities
- Used for measuring
- Includes:
- Irrational numbers
- Rational numbers
- Integers
- Natural numbers
- Symbol = R
What is ordinal numbers?
- Integers used for describing numerical positions
- Of objects in relation to one another
- Used in arrays where 0 is the 1st item in the list
What is base 10?
- Decimal / Denary
- Humans use to count (0-9)
- Represented through subscript ($27_{10}$)
What is base 2?
- Binary
- Only uses two characters for each digit
- 1 or 0 which can be represented through a high or low current
- Denoted through subscript 2 ($10110010_2$)
What is base 16?
- Hexadecimal
- Digits 0-9 then A-F
- make use of 16 different characters
- Denoted through subscript 16 ($7E_{16}$)
What is a bit?
- The fundamental unit of information
- Contains only one of two values 0 or 1
- Represented by high or low currents
- Can represent ****4 different values**** due to the 4 different permutations ($2^2$)
- Denoted with a lowercase b
What is a byte?
- A collection of 8 bits
- Can represent 256 different values $2^8$
- Half a byte is a nibble
- Denoted by a B
What are the different units starting from S and Kilo
What is the reason for the binary system?
- Where only 1 and 0 are used to represent values
- Can be represented by a high or low voltage
- Through transistors
What is the max value that binary can represent?
- Since there are 8 columns in the table
- It’s $2^8$ = 255
How do you convert binary numbers into denary?
How do you add binary numbers?
How do you add negative numbers?
What is the colums for twos compliment
How do you do float point binary?
How do you multiply binary?
What is analogue data?
Analogue
- Continuous
- No limits to the vales that data can take
- Takes any value and can change the frequency as required
What is digital data?
Digital
- Discrete
- Can only take particular values
- Takes a specified range of values and can only change value at specified intervals
How do you convert from digital to analogue?
Analogue to Digital
- ADC (Analogue to Digital Converter)
- Analogue signal → Digital bit pattern
- Sampling of analogue signal at regular intervals and records a value
- Used in temperature sensors and microphones
What is sampling?
- Records of data taken at regular intervals from an analogue signal
- Taken at a specific frequency in Hertz
- Determines sampling rate
- Number of samples per taken per second