1. How many and which types of machine cycles are needed to execute PUSH PSW by 8085 microprocessor?





Ask Your Doubts Here

Type in
(Press Ctrl+g to toggle between English and the chosen language)

Comments

Show Similar Question And Answers
QA->--------types of gear boxes are used in motor cycles....
QA->P and Q need 8 days to complete a work. Q and R need 12 days to complete the same work. But P, Q and R together can finish it in 6 days. How man D. 4 days will be needed if P and R together do it?....
QA->There is a group of persons each of whom can complete a piece of work in 16 days, when they are working individually. On the first day one person works, on the second day another person joins him, on the third day one more person joins them and this process continues till the work is completed. How many days are needed to complete the work?....
QA->Push ?....
QA->P and Q can do a work in 30 days. Q and R can do the same work in 24 days and R and P in 20 days. They started the work together, but Q and R left after 10 days. How many days more will P take to finish the work?....
MCQ->How many and which types of machine cycles are needed to execute PUSH PSW by 8085 microprocessor?....
MCQ->Assertion (A): An instruction cycle consists of fetch and execute cycles.Reason (R): Fetch cycle has one machine cycle but execute cycle may have one or more machine cycles depending on length of instruction.

....
MCQ->Which of the following statements are correct about the C#.NET code snippet given below? Stack st = new Stack(); st.Push("hello"); st.Push(8.2); st.Push(5); st.Push('b'); st.Push(true);....
MCQ->Which of the following is the correct way to access all elements of the Stack collection created using the C#.NET code snippet given below? Stack st = new Stack(); st.Push(11); st.Push(22); st.Push(-53); st.Push(33); st.Push(66);....
MCQ->An 8085 microprocessor is operating at 2 MHz frequency and executes the following program : START : MOV A, B
OUT 55H
DCR B
STA 2700H
NOP
NOP
JMP START Identify the total number of machine cycles required to execute the above program till the JMP instruction is executed for the first time.....
Terms And Service:We do not guarantee the accuracy of available data ..We Provide Information On Public Data.. Please consult an expert before using this data for commercial or personal use | Powered By:Omega Web Solutions
© 2002-2017 Omega Education PVT LTD...Privacy | Terms And Conditions
Question ANSWER With Solution