Explore topic-wise InterviewSolutions in .

This section includes InterviewSolutions, each offering curated multiple-choice questions to sharpen your knowledge and support exam preparation. Choose a topic below to get started.

1.

What is the maximum delay that can occur if four flip-flops are connected as a ripple counter and each flip-flop has propagation delays of tPHL = 22 ns and tPLH = 15 ns?(a) 15 ns(b) 22 ns(c) 60 ns(d) 88 nsThe question was asked during an online interview.I want to ask this question from Counter Implementation and Applications topic in chapter Counters of Digital Circuits

Answer»

The correct choice is (d) 88 ns

To explain: Maximum PROPAGATION delay is the longest delay between an input changing VALUE and the output changing value. HENCE, 22 * n = 22*4 (SINCE there are 4 FFs) = 88ns.

2.

A ripple counter’s speed is limited by the propagation delay of __________(a) Each flip-flop(b) All flip-flops and gates(c) The flip-flops only with gates(d) Only circuit gatesThis question was posed to me during an online interview.I need to ask this question from Counter Implementation and Applications topic in division Counters of Digital Circuits

Answer»

The correct choice is (a) Each FLIP-flop

The best explanation: A ripple counter is SOMETHING that is DERIVED by other flip-flops. Its like a series of Flip Flops. Output of one FF becomes the input of the next. Because ripple counter is composed of FF only and no gates are there other than FF, so only propagation delay of FF will be TAKEN into account. Propagation delay refers to the amount of time taken in producing an output when the input is altered.

3.

Which one is a 4-bit binary ripple counter?(a) IC 7493(b) IC 7490(c) IC 7491(d) IC 7492I have been asked this question in homework.The origin of the question is Counter ICs topic in section Counters of Digital Circuits

Answer»

Correct OPTION is (B) IC 7490

The BEST I can explain: IC 7493 is a 4-bit binary ripple counter. It is a MOD-16 counter with 2^4 = 16 states.

4.

A 12 MHz clock frequency is applied to a cascaded counter containing a modulus-5 counter, a modulus-8 counter, and a modulus-10 counter. The lowest output frequency possible is ________(a) 10 kHz(b) 20 kHz(c) 30 kHz(d) 60 kHzThe question was posed to me by my school principal while I was bunking the class.My doubt is from Counter ICs in section Counters of Digital Circuits

Answer»

Right option is (c) 30 kHz

To elaborate: Cascaded COUNTER containing a modulus-5 counter, a modulus-8 counter, and a modulus-10 counter. So, 5*8*10=400. Applied clock frequency = 12 MHz; HENCE, the LOWEST output frequency POSSIBLE is 12MHz/400=30 kHz.

5.

A decimal counter has ______ states.(a) 5(b) 10(c) 15(d) 20I had been asked this question during an online interview.I would like to ask this question from Counters in section Counters of Digital Circuits

Answer»

The correct option is (b) 10

The explanation: Decimal counter is also KNOWN as 10 STAGE counter. So, it has 10 STATES. It is also known as Decade Counter counting from 0 to 9.

6.

How many types of the counter are there?(a) 2(b) 3(c) 4(d) 5The question was asked in semester exam.My doubt is from Counters topic in chapter Counters of Digital Circuits

Answer»

The CORRECT answer is (b) 3

The explanation is: COUNTERS are of 3 types, namely, (i)asynchronous/synchronous, (II)single and multi-mode & (III)MODULUS counter. These further can be subdivided into Ring Counter, Johnson Counter, Cascade Counter, Up/Down Counter and such like.

7.

A 4-bit binary up counter has an input clock frequency of 20 kHz. The frequency of the most significant bit is ________(a) 1.25 kHz(b) 2.50 kHz(c) 160 kHz(d) 320 kHzI had been asked this question during an internship interview.The origin of the question is Up Down Counter in division Counters of Digital Circuits

Answer»

Right answer is (a) 1.25 kHz

Easy EXPLANATION: Input clock is GIVEN by 20/2 kHz. So, COUNT on the BASIS of 10 kHz clock. And MSB changes on 8th stage; HENCE, f = 10/8 = 1.25 kHz.

8.

An asynchronous binary up counter, made from a series of leading edge-triggered flip-flops, can be changed to a down counter by ________(a) Taking the output on the other side of the flip-flops (instead of Q)(b) Clocking of each succeeding flip-flop from the other side (instead of Q)(c) Changing the flip-flops to trailing edge triggering(d) All of the MentionedThis question was posed to me in an interview for job.I'm obligated to ask this question of Up Down Counter topic in portion Counters of Digital Circuits

Answer»

Correct choice is (d) All of the Mentioned

The best explanation: By all of the mentioned IDEAS, an asynchronous binary up COUNTER, made from a series of leading edge-triggered flip-flops, can be changed to a down counter. Edge-triggered FFs REFER to FFs being triggered during a clock TRANSITION from LOW to HIGH or HIGH to LOW.

9.

The designationmeans that the ________(a) Up count is active-HIGH, the down count is active-LOW(b) Up count is active-LOW, the down count is active-HIGH(c) Up and down counts are both active-LOW(d) Up and down counts are both active-HIGHThe question was asked in a national level competition.Origin of the question is Up Down Counter topic in section Counters of Digital Circuits

Answer»

Correct ANSWER is (a) Up count is active-HIGH, the down count is active-LOW

To explain: The designation MEANS that the up count is active-HIGH, the down count is active-LOW. Active-High means that up-count would be TRIGGERED when clock is 1 else when clock is 0, down-count would be triggered, which is referred to as Active-low.

10.

Which is not an example of a truncated modulus?(a) 8(b) 9(c) 11(d) 15The question was posed to me in class test.The doubt is from Up Down Counter topic in section Counters of Digital Circuits

Answer» CORRECT OPTION is (a) 8

For explanation I would say: An n-bit counter whose MODULUS is LESS than the maximum possible is called a truncated counter. Here, 9, 11 and 15 modulus counters are truncated counters. Whereas, modulus-8 is not a truncated counter.
11.

A modulus-10 counter must have ________(a) 10 flip-flops(b) 4 Flip-flops(c) 2 flip-flops(d) Synchronous clockingI got this question in an internship interview.Question is from Up Down Counter topic in division Counters of Digital Circuits

Answer»

Correct option is (b) 4 Flip-flops

To explain I would say: 2^N-1 < = N < = 2^n

For modulus-10 counter, N = 10. THEREFORE, 2^3 < = 10 < = 2^4. Thus, n = 4, and therefore, we require 4 FFS.

12.

In 4-bit up-down counter, how many flip-flops are required?(a) 2(b) 3(c) 4(d) 5This question was addressed to me by my school principal while I was bunking the class.My doubt stems from Up Down Counter topic in division Counters of Digital Circuits

Answer»

The correct ANSWER is (c) 4

To ELABORATE: An N-bit bit counter requires n NUMBER of FFs. In a 4-bit up-down counter, there are 4 J-K flip-flops required.

13.

Once an up-/down-counter begins its count sequence, it ___________(a) Starts counting(b) Can be reversed(c) Can’t be reversed(d) Can be alteredThis question was posed to me in an interview for internship.My query is from Up Down Counter in chapter Counters of Digital Circuits

Answer»

Right choice is (d) Can be altered

The BEST I can explain: In up/down ripple counter once the counting BEGINS, we can SIMPLY change the pulse M (mode control) M = 0 or 1 respectively for UP counter or Down counter.

14.

Binary counter that count incrementally and decrement is called ___________(a) Up-down counter(b) LSI counters(c) Down counter(d) Up counterI have been asked this question in my homework.My question comes from Up Down Counter in chapter Counters of Digital Circuits

Answer»

The CORRECT CHOICE is (a) Up-down COUNTER

Easy explanation: Binary counter that counts incrementally and DECREMENT is called UP-DOWN counter/multimode counter. It alternately counts up and down.

15.

In DOWN-counter, each flip-flop is triggered by ___________(a) The output of the next flip-flop(b) The normal output of the preceding flip-flop(c) The clock pulse of the previous flip-flop(d) The inverted output of the preceding flip-flopThis question was posed to me by my school teacher while I was bunking the class.I'd like to ask this question from Up Down Counter in section Counters of Digital Circuits

Answer» CORRECT OPTION is (d) The inverted output of the PRECEDING flip-flop

For explanation: In DOWN-counter, each flip-flop is triggered by the inverted output of the preceding flip-flop. DOWN-counter counts from a MAXIMUM value to 0.
16.

In an UP-counter, each flip-flop is triggered by ___________(a) The output of the next flip-flop(b) The normal output of the preceding flip-flop(c) The clock pulse of the previous flip-flop(d) The inverted output of the preceding flip-flopI had been asked this question in an online interview.The origin of the question is Up Down Counter in division Counters of Digital Circuits

Answer»

Right answer is (b) The normal OUTPUT of the preceding flip-flop

The EXPLANATION is: In an UP-counter, each flip-flop is triggered by the normal output of the preceding flip-flop. UP-counter COUNTS from 0 to a MAXIMUM VALUE.

17.

UP-DOWN counter is also known as ___________(a) Dual counter(b) Multi counter(c) Multimode counter(d) Two CounterI have been asked this question in my homework.My query is from Up Down Counter topic in division Counters of Digital Circuits

Answer»

Correct option is (c) MULTIMODE counter

Easiest EXPLANATION: UP-DOWN counter is also KNOWN as multimode counter because it has CAPABILITY of counting upward as WELL as downwards.

18.

UP-DOWN counter is a combination of ____________(a) Latches(b) Flip-flops(c) UP counter(d) Up counter & down counterThe question was posed to me in final exam.Query is from Up Down Counter topic in portion Counters of Digital Circuits

Answer»

Correct ANSWER is (d) Up counter & down counter

To explain: As the NAME suggests UP-DOWN, it means that it has up-counter and down-counter as well. It alternatively counts up and down.

19.

A glitch that appears on the decoded output of a ripple counter is often difficult to see on an oscilloscope because of __________(a) It is a random event(b) It occurs less frequently than the normal decoded output(c) It is very fast(d) All of the MentionedThe question was posed to me during a job interview.Question is from Counter Implementation and Applications in division Counters of Digital Circuits

Answer»

The correct option is (d) All of the Mentioned

For explanation I would say: A glitch is a transition that occurs before a signal settles to a specific VALUE. A glitch that appears on the decoded output of a RIPPLE counter is OFTEN difficult to see on an oscilloscope because it is a random event and very fast and it occurs less frequently than the normal decoded output.

20.

Assume a 4-bit ripple counter has a failure in the second flip-flop such that it “locks up”. The third and fourth stages will __________(a) Continue to count with correct outputs(b) Continue to count but have incorrect outputs(c) Stop counting(d) Turn into molten siliconThe question was posed to me in examination.My doubt is from Counter Implementation and Applications topic in portion Counters of Digital Circuits

Answer»

The CORRECT choice is (c) Stop counting

Explanation: The RIPPLE counter WOULD stop counting because next flip-flop’s input DEPENDS on the output of the PREVIOUS flip-flop.

21.

A 4 bit modulo-16 ripple counter uses JK flip-flops. If the propagation delay of each flip-flop is 50 nsec, the maximum clock frequency that can be used is equal to __________(a) 20 MHz(b) 10 MHz(c) 5 MHz(d) 4 MHzThe question was asked in examination.My question is based upon Counter Implementation and Applications topic in portion Counters of Digital Circuits

Answer»

Correct choice is (C) 5 MHz

The best explanation: Since a counter is constructed using flip-flops, THEREFORE, the propagation delay in the counter occurs only due to the flip-flops. Each bit has propagation delay = 50NS. So, 4 bits or FFs = 50ns * 4 = 200ns. Clock FREQUENCY = 1/200ns = 5 MHz.

22.

As the number of flip flops are increased, the total propagation delay of __________(a) Ripple counter increases but that of synchronous counter remains the same(b) Both ripple and synchronous counters increase(c) Both ripple and synchronous counters remain the same(d) Ripple counter remains the same but that of synchronous counter increasesI got this question in final exam.I would like to ask this question from Counter Implementation and Applications in section Counters of Digital Circuits

Answer» CORRECT option is (a) Ripple counter increases but that of SYNCHRONOUS counter remains the same

Easiest explanation: In ripple counter, the clock pulses are applied to ONE flip-flop only. Hence, as the number of flip-flops increases the DELAY increases. In the synchronous counter, clock pulses to all flip-flops are applied SIMULTANEOUSLY.
23.

A reliable method for eliminating decoder spikes is the technique called ________(a) Strobing(b) Feeding(c) Wagging(d) WavingThe question was posed to me in a job interview.This intriguing question originated from Counter Implementation and Applications topic in portion Counters of Digital Circuits

Answer»

Right choice is (a) STROBING

For explanation I would say: A reliable method for eliminating decoder spikes is the technique called strobing. A STROBE signal validates the availability of DATA on CONSECUTIVE parallel lines.

24.

The main drawback of a ripple counter is that __________(a) It has a cumulative settling time(b) It has a distributive settling time(c) It has a productive settling time(d) It has an associative settling timeThis question was posed to me in unit test.Enquiry is from Counter Implementation and Applications topic in chapter Counters of Digital Circuits

Answer»

Correct option is (a) It has a cumulative settling time

For explanation: The main drawback of a RIPPLE counter is that it has a cumulative settling time (i.e. ANOTHER bit is TRANSMITTED just after one CONSEQUENTLY).

25.

A 4-bit ripple counter consists of flip-flops, which each have a propagation delay from clock to Q output of 15 ns. For the counter to recycle from 1111 to 0000, it takes a total of ________(a) 15 ns(b) 30 ns(c) 45 ns(d) 60 nsThe question was asked in examination.My enquiry is from Counter Implementation and Applications topic in chapter Counters of Digital Circuits

Answer»

Correct OPTION is (d) 60 ns

To ELABORATE: SINCE a counter is CONSTRUCTED using flip-flops, therefore, the propagation delay in the counter occurs only due to the flip-flops. Each bit has propagation delay = 15ns. So, 4 bits = 15ns * 4 = 60ns.

26.

A 5-bit asynchronous binary counter is made up of five flip-flops, each with a 12 ns propagation delay. The total propagation delay (tp(tot)) is ________(a) 12 ms(b) 24 ns(c) 48 ns(d) 60 nsI got this question in an online interview.I need to ask this question from Counter Implementation and Applications topic in section Counters of Digital Circuits

Answer»

Right option is (d) 60 ns

The EXPLANATION is: Since a counter is constructed using flip-flops, therefore, the PROPAGATION delay in the counter occurs only due to the flip-flops. Each BIT has propagation delay = 12ns. So, 5 BITS = 12ns * 5 = 60ns.

27.

A ripple counter’s speed is limited by the propagation delay of ____________(a) Each flip-flop(b) All flip-flops and gates(c) The flip-flops only with gates(d) Only circuit gatesThis question was posed to me during an interview.This interesting question is from Counter Implementation and Applications topic in section Counters of Digital Circuits

Answer»

Correct choice is (a) Each flip-flop

To explain: A RIPPLE counter is something that is derived by other flip-FLOPS. It’s like a series of Flip Flops. The output of one FF BECOMES the input of the NEXT. Because ripple counter is composed of FF only and no gates are there other than FF, so only propagation delay of FF will be taken into account. Propagation delay refers to the amount of time taken in PRODUCING an output when the input is altered.

28.

Fundamental mode is another name for ____________(a) Level operation(b) Pulse operation(c) Clock operation(d) Edge operationI got this question during an interview for a job.Enquiry is from Propagation Delay in Ripple Counter in division Counters of Digital Circuits

Answer»

Right choice is (b) Pulse operation

The explanation: Whatever the input given to the DEVICES are in the FORM of PULSES always. That is why it is known as a FUNDAMENTAL MODE.

29.

High speed counter is ____________(a) Ring counter(b) Ripple counter(c) Synchronous counter(d) Asynchronous counterThis question was addressed to me in an online quiz.My question is from Propagation Delay in Ripple Counter topic in division Counters of Digital Circuits

Answer»

The correct option is (c) SYNCHRONOUS COUNTER

Easy explanation: Synchronous counter doesn’t have propagation delay. Propagation delay refers to the amount of time TAKEN in PRODUCING the output when the INPUT is altered.

30.

Program counter in a digital computer ____________(a) Counts the number of programs run in the machine(b) Counts the number of times a subroutine(c) Counts the number of time the loops are executed(d) Points the memory address of the current or the next instructionThis question was posed to me in unit test.The doubt is from Propagation Delay in Ripple Counter in portion Counters of Digital Circuits

Answer»

Correct CHOICE is (d) Points the memory ADDRESS of the current or the NEXT instruction

For explanation I would say: PROGRAM counter in a digital computer points the memory address of the current or the next instruction which is to be executed.

31.

What is a state diagram?(a) It provides the graphical representation of states(b) It provides exactly the same information as the state table(c) It is same as the truth table(d) It is similar to the characteristic equationThe question was posed to me in an internship interview.My doubt is from Propagation Delay in Ripple Counter in chapter Counters of Digital Circuits

Answer»

Right choice is (B) It PROVIDES EXACTLY the same information as the state table

For explanation I would SAY: The state DIAGRAM provides exactly the same information as the state table and is obtained directly from the state table.

32.

MOD-16 counter requires ________ no. of states.(a) 8(b) 4(c) 16(d) 32I had been asked this question in an interview.This key question is from Propagation Delay in Ripple Counter topic in chapter Counters of Digital Circuits

Answer» CORRECT OPTION is (c) 16

To elaborate: 2^n >= N >= 2^(n-1), by using this FORMULA we get the value of N=16 for n=4.
33.

Normally, the synchronous counter is designed using ____________(a) S-R flip-flops(b) J-K flip-flops(c) D flip-flops(d) T flip-flopsThe question was asked by my college director while I was bunking the class.I'd like to ask this question from Propagation Delay in Ripple Counter in chapter Counters of Digital Circuits

Answer»
34.

The duty cycle of the most significant bit from a 4-bit (0–9) BCD counter is ____________(a) 20%(b) 50%(c) 10%(d) 80%This question was addressed to me by my college professor while I was bunking the class.Question is taken from Propagation Delay in Ripple Counter in section Counters of Digital Circuits

Answer»

Right choice is (a) 20%

The explanation: There are 10 states, out of which MSB is high only for (1000, 1001) 2 times. Hence duty cycle is 2/10*100 = 20%. Since the duty cycle is the RATIO of on-time to the total time.

35.

The minimum number of flip-flops that can be used to construct a modulus-5 counter is ____________(a) 3(b) 8(c) 5(d) 10The question was asked by my college professor while I was bunking the class.This intriguing question originated from Propagation Delay in Ripple Counter in chapter Counters of Digital Circuits

Answer»

Correct option is (a) 3

The EXPLANATION: The MINIMUM number of flip-flops used in a counter is given by: 2^(N-1)<=N<=2^n.

Thus, for modulus-5 counter: 2^2 <= N <= 2^3, where N = 5 and n = 3.

36.

The ________ counter in the Altera library has controls that allow it to count up or down, and perform synchronous parallel load and asynchronous cascading.(a) 74134(b) LPM(c) Synchronous(d) AHDLI had been asked this question during a job interview.My question comes from Propagation Delay in Ripple Counter in section Counters of Digital Circuits

Answer»

The correct option is (B) LPM

Explanation: The library of parameterized modules (LPM) counter in the Altera library has CONTROLS that allow it to count up or down, and PERFORM synchronous parallel LOAD and asynchronous CASCADING.

37.

Which counters are often used whenever pulses are to be counted and the results displayed in decimal?(a) Synchronous(b) Bean(c) Decade(d) BCDThe question was asked during an interview for a job.This question is from Propagation Delay in Ripple Counter topic in chapter Counters of Digital Circuits

Answer»

The correct answer is (d) BCD

The best I can explain: BCD MEANS Binary Coded DECIMAL, which means that decimal numbers coded of binary numbers. It displays the decimal EQUIVALENT of CORRESPONDING binary numbers.

38.

In general, when using a scope to troubleshoot digital systems, the instrument should be triggered by ____________(a) The A channel or channel 1(b) The vertical input mode, when using more than one channel(c) The system clock(d) Line sync, in order to observe troublesome power line glitchesThis question was posed to me by my school principal while I was bunking the class.This interesting question is from Propagation Delay in Ripple Counter topic in portion Counters of Digital Circuits

Answer»

Right answer is (c) The SYSTEM CLOCK

The best I can EXPLAIN: All the information is sent from one end to ANOTHER end through the clock pulse which behaves like a carrier. So, for troubleshooting it should be triggered by the same. Since the system clock is internally produced.

39.

A sequential circuit design is used to ____________(a) Count up(b) Count down(c) Decode an end count(d) Count in a random orderI had been asked this question in a job interview.The above asked question is from Propagation Delay in Ripple Counter topic in division Counters of Digital Circuits

Answer»

The correct choice is (d) Count in a RANDOM order

The explanation is: A sequential CIRCUIT design is used to count in a random manner which is FASTER than the combinational circuit. It is used for STORING data.

40.

Modulus refers to ____________(a) A method used to fabricate decade counter units(b) The modulus of elasticity, or the ability of a circuit to be stretched from one mode to another(c) An input on a counter that is used to set the counter state, such as UP/DOWN(d) The maximum number of states in a counter sequenceI had been asked this question in class test.My enquiry is from Propagation Delay in Ripple Counter in chapter Counters of Digital Circuits

Answer»

Right OPTION is (d) The maximum number of STATES in a counter sequence

Easy explanation: MODULUS is defined as the maximum number of stages/states a counter has. It is INDEPENDENT of the number of states the counter will ACTUALLY traverse.

41.

In order to check the CLR function of a counter ____________(a) Apply the active level to the CLR input and check all of the Q outputs to see if they are all in their reset state(b) Ground the CLR input and check to be sure that all of the Q outputs are LOW(c) Connect the CLR input to Vcc and check to see if all of the Q outputs are HIGH(d) Connect the CLR to its correct active level while clocking the counter; check to make sure that all of the Q outputs are togglingThe question was asked at a job interview.Query is from Asynchronous Down Counter topic in section Counters of Digital Circuits

Answer»

The correct choice is (a) Apply the active LEVEL to the CLR input and check all of the Q outputs to see if they are all in their reset STATE

To explain: CLR stands for CLEARING or resetting all states of flip-flop. In order to check the CLR function of a counter, apply the active level to the CLR input and check all of the Q outputs to see if they are all in their reset state.

42.

In a 3-bit asynchronous down counter, at the first negative transition of the clock, the counter content becomes ____________(a) 000(b) 111(c) 101(d) 010The question was posed to me in unit test.This interesting question is from Asynchronous Down Counter topic in portion Counters of Digital Circuits

Answer»

Correct choice is (c) 101

The best I can explain: Since, in the down counter, the counter CONTENT is decremented by 1 for EVERY NEGATIVE transition. HENCE, in a 3-bit asynchronous down counter, at the first negative transition of the clock, the counter content becomes 101.

43.

The hexadecimal equivalent of 15,536 is ________(a) 3CB0(b) 3C66(c) 63C0(d) 6300This question was posed to me in a job interview.This question is from Asynchronous Down Counter in portion Counters of Digital Circuits

Answer»

Correct answer is (a) 3CB0

The best EXPLANATION: You just DIVIDE the NUMBER by 16 at the end and STORE the remainder from bottom to top.

44.

In a 3-bit asynchronous down counter, the initial content is ____________(a) 000(b) 111(c) 010(d) 101I had been asked this question in class test.This interesting question is from Asynchronous Down Counter topic in section Counters of Digital Circuits

Answer»

The CORRECT option is (a) 000

The explanation is: Initially, all the flip-flops are RESET. So, the initial content is 000. At the first negative TRANSITION of the CLOCK, the counter content BECOMES 101.

45.

In a down counter, which flip-flop doesn’t toggle when the inverted output of the preceeding flip-flop goes from HIGH to LOW.(a) MSB flip-flop(b) LSB flip-flop(c) Master slave flip-flop(d) LatchThe question was posed to me in a national level competition.My question is taken from Asynchronous Down Counter topic in chapter Counters of Digital Circuits

Answer»

Right answer is (b) LSB flip-flop

For explanation: Since the LSB flip-flop changes its STATE at each negative transition of CLOCK. That is why LSB flip-flop doesn’t have TOGGLE.

46.

How many different states does a 3-bit asynchronous down counter have?(a) 2(b) 4(c) 6(d) 8This question was addressed to me during an online interview.Enquiry is from Asynchronous Down Counter topic in division Counters of Digital Circuits

Answer»

The CORRECT OPTION is (d) 8

Easiest explanation: In a n-bit COUNTER, the total NUMBER of states = 2^n.

Therefore, in a 3-bit counter, the total number of states = 2^3 = 8 states.

47.

UP Counter is ____________(a) It counts in upward manner(b) It count in down ward manner(c) It counts in both the direction(d) Toggles between Up and Down countThe question was posed to me by my college director while I was bunking the class.This intriguing question comes from Asynchronous Down Counter in section Counters of Digital Circuits

Answer»

Correct answer is (a) It counts in upward MANNER

The BEST EXPLANATION: UP COUNTER counts in an upward manner from 0 to (2^n – 1).

48.

DOWN counter is ____________(a) It counts in upward manner(b) It count in downward manner(c) It counts in both the direction(d) Toggles between Up and Down countThis question was posed to me in an international level competition.I need to ask this question from Asynchronous Down Counter topic in chapter Counters of Digital Circuits

Answer»

The correct choice is (b) It count in downward MANNER

Explanation: DOWN counter COUNTS in a downward manner from (2^n – 1) to 0.

49.

A down counter using n-flip-flops count ______________(a) Downward from a maximum count(b) Upward from a minimum count(c) Downward from a minimum to maximum count(d) Toggles between Up and Down countI have been asked this question during a job interview.My doubt stems from Asynchronous Down Counter topic in chapter Counters of Digital Circuits

Answer»

Correct option is (a) Downward from a maximum count

To explain I would say: As the name suggests down COUNTER means COUNTING occurs from a higher value to lower value (i.e. (2^n – 1) to 0).

50.

Which of the following statements are true?(a) Asynchronous events does not occur at the same time(b) Asynchronous events are controlled by a clock(c) Synchronous events does not need a clock to control them(d) Only asynchronous events need a control clockThis question was posed to me in class test.My question is taken from Asynchronous Down Counter topic in chapter Counters of Digital Circuits

Answer» RIGHT answer is (a) ASYNCHRONOUS events does not occur at the same time

Easy EXPLANATION: Asynchronous events does not occur at the same time because of propagation delay and they do need a clock PULSE to trigger them. Whereas, SYNCHRONOUS events occur in presence of clock pulse.