Both RAM and secondary storage memory capacities are measured in bytes, as are file sizes when you examine them in a file viewer.
You might hear an advertisement that says, "This computer has a 32-bit Pentium processor with 64 megabytes of RAM and 2.1 gigabytes of hard disk space." And many HowStuffWorks articles talk about bytes (for example, How CDs Work). In this article, we will discuss bits and bytes so that you have a complete understanding.
Decimal Numbers
The easiest way to understand bits is to compare them to something you know: digits. A digit is a single place that can hold numerical values between 0 and 9. Digits are normally combined together in groups to create larger numbers. For example, 6,357 has four digits. It is understood that in the number 6,357, the 7 is filling the "1s place," while the 5 is filling the 10s place, the 3 is filling the 100s place and the 6 is filling the 1,000s place. So you could express things this way if you wanted to be explicit:
(6 * 1000) + (3 * 100) + (5 * 10) + (7 * 1) = 6000 + 300 + 50 + 7 = 6357
Another way to express it would be to use powers of 10. Assuming that we are going to represent the concept of "raised to the power of" with the "^" symbol (so "10 squared" is written as "10^2"), another way to express it is like this:
(6 * 10^3) + (3 * 10^2) + (5 * 10^1) + (7 * 10^0) = 6000 + 300 + 50 + 7 = 6357
continue reading at...: http://computer.howstuffworks.com/bytes.htm
Wednesday, March 16, 2011
COMPUTER BUS ARCHITECURE
System Buses
The components inside your computer communicate to each other in various different ways. Most of the internal system components, including the processor, cache, memory, expansion cards and storage devices, communicate to each other over one or more "buses".
A bus, in computer terms, is simply a channel over which information flows between two or more devices (technically, a bus with only two devices on it is considered by some a "port" instead of a bus). A bus normally has access points, or places into which a device can tap to become part of the bus, and devices on the bus can send to, and receive information from, other devices. The bus concept is rather common, both inside the PC and outside in the real world as well. In fact, your home telephone wiring is a bus: information flows through the wiring that goes through your house, and you can tap into the "bus" by installing a phone jack, plugging in the phone and picking it up. All the phones can share the "information" (voice) on the bus.
This whole section focuses specifically on the system I/O (input/output) buses, also called expansion buses. First the buses and their characteristics are discussed, and then the most common types of I/O buses found on the PC are described with details on their features.
FOREGROUND READING
FOLLOW THE FOLLOWING LINK: http://www.pcguide.com/ref/mbsys/buses/
The components inside your computer communicate to each other in various different ways. Most of the internal system components, including the processor, cache, memory, expansion cards and storage devices, communicate to each other over one or more "buses".
A bus, in computer terms, is simply a channel over which information flows between two or more devices (technically, a bus with only two devices on it is considered by some a "port" instead of a bus). A bus normally has access points, or places into which a device can tap to become part of the bus, and devices on the bus can send to, and receive information from, other devices. The bus concept is rather common, both inside the PC and outside in the real world as well. In fact, your home telephone wiring is a bus: information flows through the wiring that goes through your house, and you can tap into the "bus" by installing a phone jack, plugging in the phone and picking it up. All the phones can share the "information" (voice) on the bus.
This whole section focuses specifically on the system I/O (input/output) buses, also called expansion buses. First the buses and their characteristics are discussed, and then the most common types of I/O buses found on the PC are described with details on their features.
FOREGROUND READING
FOLLOW THE FOLLOWING LINK: http://www.pcguide.com/ref/mbsys/buses/
Subscribe to:
Comments (Atom)