Question

Suppose some 32-bit microprocessor and some 16-bit microprocessor have the same bus cycle. If a program...

Suppose some 32-bit microprocessor and some 16-bit microprocessor have the same bus cycle.
If a program consists of 100 operands and instructions, of which 50% are 32 bits and 50% are 16 bits long, it is better to use a 32-bit microprocessor when running this program on two microprocessors. -How fast is it compared to using a bit microprocessor?

Homework Answers

Answer #1

Ans:

Given:

100 operands and instructions
50% of the operands and instructions are 32-bits long, so it is 50 32-bit.
50% of the operands and instructions are 16-bits long, so it is 50 16-bit.

since 16-bit processor requires 2 bus cycles for 1 32-bit instruction and operand ,

The number of bus cycles needed for the 16-bit microprocessor will equal to:
(50 * 2) + 50 = 150 bus cycles.

The number of bus cycles needed for the 32-bit microprocessor will equal to:
50+ 50 = 100 bus cycles.

By calculating the improvement achieved with the 32-bit microprocessor to the 16-bit microprocessor will equal to 50/150 = 33.33%.

so 32 bit processor is 33.33% more fast than 16-bit

Know the answer?
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for?
Ask your own homework help question
Similar Questions
Suppose a 32-bit microprocessor has a 16-bit data bus running on a 12 MHz clock. A....
Suppose a 32-bit microprocessor has a 16-bit data bus running on a 12 MHz clock. A. If the minimum duration of a bus cycle is 6 clock cycles, what is the maximum data transfer rate? B. If the memory in A needs to wait 2 clock cycles for each data access, what is the maximum data transfer rate? C. How does the maximum data transfer rate change when the frequency of the bus is doubled to improve performance in A?...
5. Suppose we have a 32-bit computer with an instruction set that supports immediate instructions as...
5. Suppose we have a 32-bit computer with an instruction set that supports immediate instructions as shown below: Opcode Source Register Destination Register immediate 6 bits 5 bits 5 bits 16 bits (a) How many registers at most does this computer have? (5%) (b) How many operations at most can this computer have? (5%) (c) What is the range of the number in the “immediate” field in 2'scomplement format? (5%)
Microprocessor 8086 material. Choose the correct answer. 1- For a (64K x 8) RAM, the number...
Microprocessor 8086 material. Choose the correct answer. 1- For a (64K x 8) RAM, the number of address lines is: * 17 19 16 15 20 14 18 2-Which of the following instructions requires (BYTE PTR)? * SHR [500H], 3h LDS SI, [1000H] LAHF PUSH [9AAH] ADD AX, [800H] 3-Where are the interrupt vectors located in the microprocessor’s memory? * in the first 64K byte in the first 1K byte in the first 256K byte in the first 1M byte...
1. In which phase of the business cycle is the U.S. economy currently in? ________________. How...
1. In which phase of the business cycle is the U.S. economy currently in? ________________. How many months has the U.S. economy been in this stage of the business cycle? ___________ months 2. How long has the current expansion/recovery lasted to date? _________________ How does this compare to the average length of U.S. recessions since 1854? ______________________________. 3. What do the last four recoveries/expansions (that is, the current recovery/expansion and the previous three recovery/expansions), suggest about a new trend in...
Strings The example program below, with a few notes following, shows how strings work in C++....
Strings The example program below, with a few notes following, shows how strings work in C++. Example 1: #include <iostream> using namespace std; int main() { string s="eggplant"; string t="okra"; cout<<s[2]<<endl; cout<< s.length()<<endl; ​//prints 8 cout<<s.substr(1,4)<<endl; ​//prints ggpl...kind of like a slice, but the second num is the length of the piece cout<<s+t<<endl; //concatenates: prints eggplantokra cout<<s+"a"<<endl; cout<<s.append("a")<<endl; ​//prints eggplanta: see Note 1 below //cout<<s.append(t[1])<<endl; ​//an error; see Note 1 cout<<s.append(t.substr(1,1))<<endl; ​//prints eggplantak; see Note 1 cout<<s.find("gg")<<endl; if (s.find("gg")!=-1) cout<<"found...
1. Electronic blood pressure devices require the use of a stethoscope. * a. True b. False...
1. Electronic blood pressure devices require the use of a stethoscope. * a. True b. False 2. The odd-numbered pounds on an upright scale are marked with numbers. * a. True b. False 3. The gatch handles to the bed should be left out at all times. * a. True b. False 4. You should tell the patient that you are counting her respirations. * a. True b. False 5. For good posture and even weight distribution, the patient’s feet...
Question 1 Science affecting our daily lives is exemplified by: relying on hunches to solve crimes....
Question 1 Science affecting our daily lives is exemplified by: relying on hunches to solve crimes. using DNA evidence in criminal investigations. seeking the help of people with psychic visions in police work. relying entirely on preconceptions to identify people who may have committed crimes. 4 points Question 2 When an object’s velocity changes, which of the following must have occurred? A unbalanced force acted on the object. An balanced force acted on the object. The object started to deviate...
The Business Case for Agility “The battle is not always to the strongest, nor the race...
The Business Case for Agility “The battle is not always to the strongest, nor the race to the swiftest, but that’s the way to bet ’em!”  —C. Morgan Cofer In This Chapter This chapter discusses the business case for Agility, presenting six benefits for teams and the enterprise. It also describes a financial model that shows why incremental development works. Takeaways Agility is not just about the team. There are product-management, project-management, and technical issues beyond the team’s control. Lean-Agile provides...
What tools could AA leaders have used to increase their awareness of internal and external issues?...
What tools could AA leaders have used to increase their awareness of internal and external issues? ???ALASKA AIRLINES: NAVIGATING CHANGE In the autumn of 2007, Alaska Airlines executives adjourned at the end of a long and stressful day in the midst of a multi-day strategic planning session. Most headed outside to relax, unwind and enjoy a bonfire on the shore of Semiahmoo Spit, outside the meeting venue in Blaine, a seaport town in northwest Washington state. Meanwhile, several members of...
Illinois Bio Technologies Illinois Bio Technologies (IBTECH) was founded in Rosemont, Illinois, in 1992 by Kelly...
Illinois Bio Technologies Illinois Bio Technologies (IBTECH) was founded in Rosemont, Illinois, in 1992 by Kelly O'Brien, David Roberts, and Barbara Smalley. O'Brien and Roberts, both MDs, were on the research faculty at the Chicago Medical School at the time; O'Brien specialized in biochemistry and molecular biology, and Roberts specialized in immunology and medical microbiology. Smalley, who has a PhD, served a department chair of the Microbiology Department at the same school. The company started as a research and development...