3.1 - Number Systems Flashcards
What are natural numbers?
Positive whole numbers used for counting, including zero
Set N
What are integers?
Positive or negative whole numbers including 0
Set Z, includes set N
What are rational numbers?
Any number expressed as a ratio or fraction
Set Q, includes set Z
What are real numbers?
Any possible real world quantity expressed as a number
Set R, includes set Q
Excludes infinity
What are ordinal numbers?
Numbers used to describe the numerical position of objects
4th, 2nd
What does floor() and ceil() mean? Log10()
Floor = rounds the number down
Ceiling = rounds the number up
Log10() = shows how big the number is. How many times by 10 it is multiplied
What are the pros of hexadecimal?
- easier to read and remember
- quicker to write or type
- less chance of making an error when typing
- easy to convert from and to binary