Computer Systems
Data Representation
What is a bit?
A bit is a binary digit.The smallest increment of data on a machine. A bit can hold only one of two values: 0 or 1.What is a Byte?
Byte is an abbreviation for binary term. A single byte is composed of 8 consecutive bits capable of storing a single character.Storage Hierarchy
Numbering System
Decimal SystemAlphabet = {0,1,2,3,4,5,6,7,8,9}
Octal System
Alphabet = {0,1,2,3,4,5,6,7,}
Hexadecimal System
Alphabet = {0,1,2,3,4,5,6,7,8,9,A,B,C,D,E,F}
Binary System
Alphabet = {0,1}
Comments
Post a Comment