Related Interview Questions of part --5 of ---2
How the execution time of an instruction is calculated?
Posted in Microprocessors Interview Questions
Execution time of an instruction can be determined by multiplying the number of clock pulses needed to execute the instruction by the clock period.
Post Your Answer!
Send This to a Friend
← Write the use of Z bit in opcode?
Define EQU directive in 8086 assembly language? →
Related Interview Questions
What is Program counter? 10.01.09
Program counter holds the address of either the first byte of the next instruction to be fetched for execution or the address of the next byte of a multi byte i...
What is a compiler? 26.11.08
Compiler is used to translate the high-level language program into machine code at a time. It doesn.t require special instruction to store in a memory, it store...
What are the five stages in a DLX pipeline? 26.11.08
Instruction Fetch Stage Instruction Decode Stage Instruction Execution Stage Memory Stage Write Back...
What is pipelining? 26.11.08
A technique used in advanced microprocessors where the microprocessor begins executing a second instuction before the first has been completed. That is, several...
Define XLAT instruction used in 8086. 14.11.08
It translates a byte in AL using a table in memory. The offset address is calculated by adding the 8 bit contents of the AL register and the contents of BX reg...
What is a compiler? 14.11.08
Compiler is used to translate the high-level language program into machine code at a time. It doesn.t require special instruction to store in a memory, it store...
What is Program counter? 19.07.06
Program counter holds the address of either the first byte of the next instruction to be fetched for execution or the address of the next byte of a multi byte i...
What is a compiler? 10.07.06
Compiler is used to translate the high-level language program into machine code at a time. It doesn.t require special instruction to store in a memory, it store...
What are Pipelining Issues? 15.06.06
Pipelining increases the CPU instruction throughput - the number of instructions completed per unit of time. But it does not reduce the execution time of an ind...
What is Program counter? 17.03.06
Program counter holds the address of either the first byte of the next instruction to be fetched for execution or the address of the next byte of a multi byte i...
Thursday, February 26, 2009
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment