answersLogoWhite

0


Best Answer

Lets put this one into a very tangible form.

8-Bit Bus: To process the text string "ABBA" an 8 bit bus will send the data like this(I'm using ABBA because its a band name and its very easy to write in binary):

Instruction #1 [01000001]

Instruction #2 [01000010]

Instruction #3 [01000010]

Instruction #4 [01000001]

A 32-bit bus does lit like this:

Instruction #1 [01000001];[01000010];[01000010];[01000001]

At the most elemental scale, this would make a 32-bit bus 4 times faster than a 8-bit bus at the same frequency. More goes into it than this, however, and real-world numbers are never an exact representation of theoretical performance differences.

User Avatar

Wiki User

11y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How many times can a 32-bit bus can handle versus the data bits as an 8-bit bus?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

How many bit make up on ipv4 address?

IPV4 is 32bit (4 times 8bit) rgds


What does Blaster1071 do on YouTube?

He does Let's Plays of Old and Recent 8bit and 32bit games.


What is 8bit do in microcontroller?

This is the data bus width, it defines the largest size numbers the hardware can handle directly (0 .. 255 unsigned, -128 .. 127 signed).


Which of the the following is not a CPU operating mode 16-bit 32-bit 48-bit 64-bit?

48bit does not belong in the list. In relation to desktop computers, it goes: 8bit, 16bit, 32bit, 64bit, 128bit... It refers to the internal design of the microprocessor. 8bit was the original register width in the first generation of computers etched into a single chip. The register size doubles from previous generations to their successors. It's not that a 48bit computer cannot be designed and manufactured, it's more of a decision to expand the capacity of the machine by copying the current design next to the existing hardware and weaving the original and copy together.


Can you use ic 7485 as 8bit comparator?

use two of them for 8 bits.


How many bits are wide register ACC and B?

32 bit


Why are P8 and P9 connectors keyed a certain way?

so they fit correctly into an 8bit or 16bit slot


What is 8bit?

8-bit is a surrounding of a video game e.g. Mega Man. 8-bit is from the Atari Computer System.


How many colors possible if 1 bit pixel is used?

One bit is 2 possible colors, black, 8bit has a possible of 256


How many megabytes make one kilobyte?

8bit = 1 byte1024byte = 1kb1,024kb = 1mb1,024mb = 1gb1,024gb = 1tb


What are one byte letters?

1 byte = 8 bits. Computers only know two things. On (1) and off (0). This is known as binary. Computers use an 8bit binary system (00000000). The American Standrad Code for Information Interchange (ASCII) is an international code that notices that an 8bit character ASCI covers everything that you can type on a keyboard. Therefore a 1byte letter is A to Z.


What image resolution and color mode should be used for print and how is this different than what should be used for web?

web resolution : 72 pixels/inch color mode : RGB 8bit