01 Data Rep Topic 1 Number Systems Flashcards
Natural numbers
Positive integers (whole numbers)
N = {0,1,2,3,…}
Whole numbers
Any positive or negative whole numbers is called an integer
Z = {…-2,-1,0,1,…}
Rational numbers
Include values that can be expressed as fractions or ratios
Q = {…}
Irrational numbers
Numbers that cannot be expressed as a fraction
real numbers
If a number is rational or irrational it is considered a real number (R)
Hexadecimal base 16
0-15
0-9 A-F
Advantages of HEX
Much easier to read and remember than a string of binary digits
Quicker to write or type, since a hex digit takes up only one character not four
There is less chance of making an error when typing hex characters than a string of 1s and 0s
Very easy to convert to and from binary