Number Systems and Data Representation Flashcards
defines how numbers are represented using symbols or digits and how arithmetic operations are performed on these numbers
Number System
forms the basis for data representation, memory addressing, and low-level operations in computing devices
Number System
mathematical notation for expressing numbers
Number System
counting using fingers
decimal number system
Base-10
decimal number system
for computers-since flip flops
binary number system
Base 2
binary number system
to shorten long binary numbers
octal number system
since data is stored in bytes
hexadecimal number system
Base-8
octal number system
Base-16
hexadecimal number system
most widely used number system in the world; most intuitive for everyday calculations
decimal number system
What ten symbols does the decimal number system use to represent numbers?
0 to 9
also referred to as radix
base
indicates the number of unique digits (including 0) used to represent numbers in the system
base