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

Image result for storage hierarchy of bytes





Numbering System 

Decimal System
        Alphabet = {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

Popular posts from this blog

Normalization

Database Types

Entity Relationship Diagram (Pat II)