Explain the role of a sequence counter in execution of a
instruction.
Answers were Sorted based on User's Feedback
Answer / s.n.jafri
Squence counter keep the track of number instruction
performed by processor.Initialy sequence counter is equal
to zero.It increase as instructions are executed one by one.
Is This Answer Correct ? | 62 Yes | 11 No |
Answer / sumit singh
in a program execution the next instruction in sequence is
executed next unless any jump statement or control loop is
executed. an interrupt can also change the sequence of
execution. after the fulfillment of interrupt, the control
again comes to the position where the interrupt has originated
Is This Answer Correct ? | 24 Yes | 10 No |
#include<stdio.h> int main() { char *ptr; char string[] = "How are you?"; ptr = string; ptr += 4; printf("%s",ptr); return 0; }
THERE iS ANY DEFAULT CONNECTION STRING FOR WINDOWS APPLICATION IN VB.NET2005 FROM WHICH AFTER CHANGING PROJECT DIRECTORY TO OTHER PLACE AND WE DID NOT CHANGE DATABASE PATH INB SQL CONNECTION ?????
If any kind of accident happen without any information to any one .what kind of action we have to take
i have studied my Btech up to 5years, is any problem with duration of the year.if the us embassy interviewer ask me why you have got 5 years to complete your btech,can you please give me answer.And i got less percentage.
good morning! can u briefly explain the concept of syllolism and wat it mean?
hi all I got two exam call letter one from maha ganeco & other from federal bank both at same time & same date which should i choose (note I am eng. grad.)
W.A.P to take input of an array and display the entered no. in dos.
What is CRC? the material will be used in electrical stampings.
How will a tester be sure that He’s covered the entire functionality in his Test case and not missed out anything?
How would Nvidia increase the core clock speed anymore?
why is it unable to download call letter of cusat 2008?
write a program greater then three numbers without if, if...else,while,do..while,for,switch statement.