To help understand computers it is best to first learn about computer data. Computer data is information required by the computer to be able to operate. It is used to:
Data StructureComputer data is in what is called binary format. This means that it is always a 0 or a 1. It only has these two states and must be in one of them.There are several fundamental data units which include:
|
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.- Serial - Data is sent on a single line and one bit is sent at at a time. This is similar to a line which one item must come one after another.
- Parallel - Data is sent on 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