DATA AND TYPES OF DATA

Data is any set of CHARACTERS that is gathered and translated for some purpose, usually analysis. If data is not put into context, it doesn't do anything to a human or computer.

There are multiple types of data. Some of the more common types of data include the following:
  I) TEXT (Alphabet, Number, And Special Character)
 II) AUDIO
III) VIDEO
IV) PICTURE
V) ANIMATION
In a computer's storage, data is a series of bits (binary digits) that have the value one or zero. Data is processed by the CPU, which uses logical operations to produce new data (OUTPUT) from source data (INPUT).
                                    BIT
                          BINARY DIGITS
  * 1 BIT=I BINARY DIGIT
  * 4 BIT = 1 NIBBLE
  * 8 BIT =1 BYTE
  * 1024 BYTE= 1 KILOBYTE (KB)
  *1024 KB=1 MEGABYTE (MB)
  *1024 MB= 1 GIGABYTE (GB)
  *1024 GB= 1 TERABYTE (TB)
  *1024 TB= 1 PETABYTE (PB)

Comments

Popular posts from this blog

TYPES OF MEMORY

Types Of Computer Devices