Fundamentals of data representation Flashcards
What is a natural number?
Natural numbers (N) are positive whole numbers.
What is an integer?
Integer numbers (Z) are whole numbers both positive and negative.
What is a rational number?
Rational numbers (Q) are numbers that can be written as fractions.
What is an irrational number?
Irrational numbers are numbers that cannot be written as fractions.
What is a real number?
Real numbers (R) are real world quantities that include: natural, rational and irrational numbers.
What is an ordinal number?
Ordinal numbers are used to describe the positions of objects.
What base is decimal?
Base 10
What base are binary numbers?
Base 2
What base is hexadecimal?
Base 16
What can a bit represent?
0 or 1
How many different values can be represented with n bits?
2^n
What do Ki, Mi, Gi and Ti represent?
Kibibytes, Mebibytes, Gibibytes, Tebibytes
Is a Gibibyte or a Gigabyte bigger?
Gibibyte
What are the minimum and maximum values of n number of bits?
Minimum = 0, Maximum = 2n-1
How do you tell if a floating point number is normalised?
It either begins with a 0 followed by a 1 or a 1 followed by a 0.