Answer the following statements true (T) or false (F)

1. Instruction pipelining is a powerful technique for enhancing performance but requires careful design to achieve optimum results with reasonable complexity.
2. The cycle time of an instruction pipeline is the time needed to advance a set of instructions one stage through the pipeline.
3. A control hazard occurs when two or more instructions that are already in the pipeline need the same resource.
4. One of the major problems in designing an instruction pipeline is assuring a steady flow of instructions to the initial stages of the pipeline.
5. The predict-never-taken approach is the most popular of all the branch prediction methods.


1. T
2. T
3. F
4. T
5. T

Computer Science & Information Technology

You might also like to view...

The catch clause __________.

a. starts with the word catch followed by a parameter list in parentheses containing an ExceptionType parameter variable b. follows the try clause c. contains code to gracefully handle the exception type listed in the parameter list d. The catch clause does all of these

Computer Science & Information Technology

The ________ function indicates the profitability of an investment and is commonly used in business when choosing between investments

A) NPV B) XNPV C) IRR D) XIRR

Computer Science & Information Technology

Each object in an Alice world has a primitive sound method that can be used to play a sound file.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

Which of the following is NOT a conditional formatting option?

A. Color Scales B. Icon Sets C. Sparklines D. Data Bars

Computer Science & Information Technology