Give a circuit to divide frequency of clock cycle by two ?
Answer Posted / priyanka kokil
any single flip flop itself is a freqency divider circuit
| Is This Answer Correct ? | 14 Yes | 14 No |
Post New Answer View All Answers
State the order of interrupts priority wise (lower to higher)?
Explain what is the main difference between 8085 and 8086 processors?
State an interrupt that is not level sensitive?
Define the process of an interrupt operation in the 8086?
What does tasm stand for and what is its use?
Which interrupt has highest priority?
what is a Watchdog Timer?
What is the purpose of pipe lining in reference to 8086?
Indicate different machine cycles of 8085?
What is the difference between 8085 and 8086 in microprocessor?
explain the difference between 8086 and 8088?
Give example for non-maskable interrupts?
What are hardware interrupts?
State the differences between absolute and linear select decosing.
What number of the times the instruction sequence below will loop before coming out of loop is MOV AL, 00hA1: INC AL JNZ A1