1. A 4 bit ripple counter starts in 0000 state. When the counter reads 0010 the number of clock pulses which have occurred is





Ask Your Doubts Here

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

Comments

  • By: guest on 01 Jun 2017 11.53 pm
    At pulse 1 the state changes to 0001 and at pulse 2 it changes to 0010 Since it has a total of 16 states, the counter returns to 0000 after 16 and 32 pulses.
Show Similar Question And Answers
QA->A clock reads 4: If the minute hand points East, in what direction will the hour hand point?....
QA->‘I have been touring different parts of the world. During these travels, I have had the good fortune to come into contact with several saints and maharshis. But I have frankly to admit that I have never come across one who is spiritually greater than Swami Sree Narayana Guru of Kerala” Whose words are these?....
QA->Which State produces maximum pulses in the country?....
QA->A pendulum clock is set to give correct time at the sea level. This clock is moved to a hill station at an altitude of 2500m above the sea level. In order to keep correct time on the hill station, the length of the pendulum?....
QA->pH value generally starts from 0 and ends at 14. Neutral solution have?....
MCQ->A 4 bit ripple counter starts in 0000 state. When the counter reads 0010 the number of clock pulses which have occurred is....
MCQ->A 4 bit ripple counter is in 0000 state. The clock pulses are applied and then removed. The counter reads 0011. The number of clock pulses which have occurred are....
MCQ->If the binary eauivalent of 5.375 in normalised form is 0100 0000 1010 1100 0000 0000 0000 0000, what will be the output of the program (on intel machine)? #include<stdio.h> #include<math.h> int main() { float a=5.375; char p; int i; p = (char)&a; for(i=0; i<=3; i++) printf("%02x\n", (unsigned char)p[i]); return 0; }....
MCQ->The characteristics of H and V sync pulses in a colour TV receiver are H sync, pulses are narrow and have frequency of 15625 HzV sync, pulses are much wider and have frequency of 50 HzH and V pulses have almost the same size but frequencies of 15625 and 50 Hz respectivelyV sync, pulses are very narrow but H sync, pulses are wide and their frequencies are 15625 Hz and 50 Hz respectively Which of the above are correct?....
MCQ->4 bit ripple counter and 4 bit synchronous counter are made using flip-flop having a propagation delay of 10 ns each. If the worst case delay in the ripple counter and the synchronous counter be R and S respectively, then....
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