Basic Compute Education- Second Step

Basic Computer Education

Computer Data
Computer Data is information required by the Computer to be able to operate. It is used to:
1. Run Programs- This is the actual executable program data that the computer will execute to run the program such as Microsoft Word, Microsoft Excel. 

2. Store Program or system configuration information.
3. Store information that the computer user needs such as text files or other files that are associated with the program the computer user is running.

Data Structure
Computer Data is in what is called binary format. Means 0 and 1.  There are several fundamental data units which include as bellows:
1. Bit- A bit is the basic unit of information. It is the smallest data unit that exists. 
2. Byte- 8 bits of data which has a possible value from 0 to 255.
3. Word- Two bytes or 16 bits of data with a possible unsigned value from 0 to 16535.  

Data Transmission
Data Transmission is the act of sending data from one place to another. Data is transmitted both inside and outside your computer. There are two fundamental methods of data transmission:
1. Serial- Data is sent on a single line and one bit is sent at a time. This is similar to a line which one item must come one after another.
2. Parallel- Data is sent one more than one line at a time. This may be any number of bits at a time, but is usually one word at a time (two bytes) or possibly three bytes at a time.   

No comments:

Post a Comment