Reference 1 Flashcards
Calculate the value of the physical address that follows. Assume all number as hexadecimal numbers.
A. A32CFH; C2612
B. A33CEFH; C2513
C. A31CFH; C2512
D. A34CDH; C2112
A32CFH; C2612
A pipeline lowers the performance because no work is done during the ___
Stall
Intel has embraced the newer EPIC philosophy. What does EPIC stand for?
Explicitly Parallel Instruction Computing
When FXCH is executed in parallel with another floating-point instruction, how many clock cycles are required for its execution?
0
The hit ratio affects the ___ access time.
Average
An attempt is made to keep instructions completing at a rate of ___ per clock cycle.
One
What are the two important factors in determining power consumption of a processor?
Clock speed and operating voltage
How many parity bit/s there is for every 8 bytes of data (a quarter of a line) in the instruction cache?
1
Fill out the blank: ___ plays an important role in helping a CISC or RISC machine because this re-arranges certain pairs of instructions to allow them to execute in parallel in the floating-point
Compiler
A __ stored with the entry is compared with the remaining address bits.
Tag
This method is used in writing to the cache and to main memory.
Writethrough
For the direct-mapped cache organization, indicate all its field with their name and size in bits. Assume a main memory size of 4 Gigabytes & a cache memory capacity of 64 kilobytes of main memory data. Compute the total capacity of the cache memory.
16 bits
What formula is used to predict the average access time?
Tacc = HitRatio x Tcache + 1( 1 – HitRatio ) x ( Tcache + Tram )
+-+
Bypass 1 connects the output of the __ stage to the input of the __ stage.
X1, EX
It builds the schedule of condition-test, true and false instructions, and sets the predicate flags.
Compiler