Topic 5 Flashcards
What notation is used for natural numbers?
N
Give some examples of natural numbers
1,2,3,4,5
What is the definition of natural numbers?
Positive integers
Is 8 a natural number?
Yes
Is -8 a natural number?
No
Is 0.5 a natural number
No
What notation is used for integer numbers?
Z
Give some examples of integer numbers
-2,-1,0,1,2
What is the definition of integer numbers?
Integer numbers are numbers that a whole but can be either positive or negative
Is 8 an integer number?
Yes
Is -8 an integer number?
Yes
Is 8.78 an integer number?
No
What is the notation for rational numbers?
Q
Give some examples of rational numbers
7/2,8/1,100/3
What is the definition of rational numbers?
Numbers that can be written as simple fractions or ratios of integers.
Is √4 a rational number?
Yes √4 = 2 or 2/1
Is -2 a rational number?
Yes
Are prime numbers rational numbers?
Yes as they are still divisible by 1
7/1
What is the notation for irrational numbers?
There isn’t one
Give some examples of irrational numbers
pi, √2, √3, √99
What is the definition of irrational numbers?
n irrational number cannot be written as a ratio of two numbers. Note that not all square roots are irrational.
What is the notation for real numbers?
R
Give some examples of real numbers
1, 12.41, √2, 0, 12/7
What is the definition of real numbers?
They include: whole numbers, integers, rational, irrational numbers; they can be positive, negative or 0.
What are ordinal numbers?
Numbers used to denote the position of an object in relation to a list
Give some examples of ordinal numbers
1st, 2nd, 3rd, 4th
What base is decimal?
Base 10
Give examples of numbers represented in base 10
5, 69, 420, 9528759274981840
What base is binary?
Base 2
Give examples of numbers represented in base 2
111, 1010, 110, 10001
What base is hex?
Base 16
Give examples of numbers represented in base 16
2E1, 6F, 7, E2
Click on this link to learn how to Convert Hexadecimal to Binary or Decimal
https://www.wikihow.com/Convert-Hexadecimal-to-Binary-or-Decimal
https://www.wikihow.com/Convert-Hexadecimal-to-Binary-or-Decimal
Click on this link to learn how to convert between binary and decimal
https://www.khanacademy.org/math/algebra-home/alg-intro-to-algebra/algebra-alternate-number-bases/v/decimal-to-binary
https://www.khanacademy.org/math/algebra-home/alg-intro-to-algebra/algebra-alternate-number-bases/v/decimal-to-binary
What is a benefit of unsigned binary?
They can store larger numbers than signed binary.
What is a negative of unsigned binary?
Unsigned binary do not have a positive or negative sign and so can only be used to represent positive whole numbers.
An un______ binary number has a minimum of _____ and a maximum of ________ , where n is the number of bits available.
An unsigned binary number has a minimum of 0 and a maximum of 2n-1, where n is the number of bits available.
Click on this link to learn how do unsigned binary arithmetic
https://www.youtube.com/watch?v=t15dhDG_WUA
https://www.youtube.com/watch?v=t15dhDG_WUA
What is signed binary?
Signed binary numbers are encoded to include a positive or negative sign
Signed numbers are represented in computers using what method?
Signed numbers are represented in computers using the two’s complement method