Correct Answer: There are three types of buses Address bus: This is used to carry the Address to the memory to fetch either Instruction or Data Data bus: This is used to carry the Data from the memory Control bus: This is used to carry the Control signals like RD/WR, Select etc
Correct Answer: Execution Unit receives program instruction codes and data from BIU, executes these instructions and store the result in general registers
Correct Answer: In 8086 Carry flag, Parity flag, Ausiliary caarry flag, Zero flag, Overflow flag, Trace flag, Interrupt flag, Direction flag, and Sign flag
9. Suppose you have a computional circuit between two registers driven by a clock. What will you do if the delay of the combinational circuit is greater than your clock signal?
Correct Answer: Use the concept of register-retiming divide the totla combinatorial delay in two segments such that individually the delay is less the clock period this can be done by inserting a flip-flop in the combinational path eg, clock period --- 5 ns total cominational delay ---- 7 then divide the 7ns path in two path of 4 or 3 (best resutls are obtained if delays are same for both path ie 35ns) by inserting a flip-flop in between
10. How do you detect a sequence of "1101" arriving serially from a signal line?
Correct Answer: A SIPO and AND gate circuit can detect this sequenceThe output of SIPO is connected to a four input AND gate ,the third SIPO output should be connected through a NOT gateWhen the 1101 sequence is loaded in to the SIPO the AND output goes HIGH otherwise keeps LOW