Electrical Engineering (EE) Exam  >  Electrical Engineering (EE) Tests  >  Test: Sequential Circuit - Electrical Engineering (EE) MCQ

Test: Sequential Circuit - Electrical Engineering (EE) MCQ


Test Description

10 Questions MCQ Test - Test: Sequential Circuit

Test: Sequential Circuit for Electrical Engineering (EE) 2024 is part of Electrical Engineering (EE) preparation. The Test: Sequential Circuit questions and answers have been prepared according to the Electrical Engineering (EE) exam syllabus.The Test: Sequential Circuit MCQs are made for Electrical Engineering (EE) 2024 Exam. Find important definitions, questions, notes, meanings, examples, exercises, MCQs and online tests for Test: Sequential Circuit below.
Solutions of Test: Sequential Circuit questions in English are available as part of our course for Electrical Engineering (EE) & Test: Sequential Circuit solutions in Hindi for Electrical Engineering (EE) course. Download more important topics, notes, lectures and mock test series for Electrical Engineering (EE) Exam by signing up for free. Attempt Test: Sequential Circuit | 10 questions in 20 minutes | Mock test for Electrical Engineering (EE) preparation | Free important questions MCQ to study for Electrical Engineering (EE) Exam | Download free PDF with solutions
Test: Sequential Circuit - Question 1

For the circuit shown, the counter state (Q1Q0) follows the sequence

Detailed Solution for Test: Sequential Circuit - Question 1

Concept:

D-flipflop is a flipflop that produces a delay of exactly one cycle to the CLK.

The characteristic equation of a D flip flop is:

Qn+1 = D

It is also known as ‘’Transparent latch” because Qn+1 = D

Application:

From given sequential circuit:

Now,

So, counts state (Q1 Q0) follows the sequence:

00 → 01 → 10 → 00 → 01 ….

Test: Sequential Circuit - Question 2

A shift register with its complement output (Q’) of the last stage connected to the D-input of the first stage is called:

Detailed Solution for Test: Sequential Circuit - Question 2

Ring counter:

The Ring shift counter is a recirculating register in which the serial output is connected back to the serial input as shown:

A Straight ring counter with ‘n’ flip-flops will have n states.

Johnson counter:

A Johnson counter is a modified ring counter, where the inverted output from the last flip flop is connected to the input to the first.

It is also called a twisted ring counter.

The MOD of the Johnson counter is 2n if n flip-flops are used.

The circuit diagram for a 4-bit Johnson Counter is as shown:

1 Crore+ students have signed up on EduRev. Have you? Download the App
Test: Sequential Circuit - Question 3

The S-R latch is an example of:

Detailed Solution for Test: Sequential Circuit - Question 3

Latches and Flip-Flop:

  • Latches and flip-flops are the basic elements to store 1-bit of data. Hence they are also known as a one-bit memory element.
  • Latches change the output continuously when there is a change in the input, i.e. they are level triggered.
  • Flip-flop is a combination of latch and clock. It changes the output that is adjusted by the clock.
  • The main difference between a latch and a flip-flop is that a flip-flop has a clock signal, whereas a latch does not.
  • We can say that a flip-flop without a clock is a latch.
  • Latches are asynchronous, which means that the output of a latch depends on its input.
  • Basically, there are 4 types of latches: SR latch, JK latch, D latch, T latch.
Test: Sequential Circuit - Question 4

A pulse train with a frequency of 1 MHz is counted using a mod-1024 ripple counter built with J-K flip-flops. For proper operation of the counter the maximum permissible propagation delay per flip-flop stage is

Detailed Solution for Test: Sequential Circuit - Question 4

Concept:

If we pass the input signal to a single T-flip flop, we will get half of the frequency at the output.

Similarly, when we pass the input signal into a divide by M bit counter, the output frequency (fout) will be:

Calculation:

Given is a mod-1024 ripple counter which means that it can count 1024 states.

To count 1024 number of flipflop required is:

1024 = 2n

n = 10 flip-flops

tpdff = Propagation delay of flip flops

tpdff = 10-6 sec.

Propagation delay per flipflop = 

= 10−6/10

= 100 nsec

Test: Sequential Circuit - Question 5

A sequence detector is designed to detect precisely 3 digital inputs, with overlapping sequences detectable. For the sequence (1,0,1) and input data (1,1,0,1,0,0,1,1,0,1,0,1,1,0), what is the output of this detector?

Detailed Solution for Test: Sequential Circuit - Question 5

A sequence detector is a sequential circuit that outputs 1 when a particular pattern of bits sequentially arrives at its data input.

Given input data = 1,1,0,1,0,0,1,1,0,1,0,1,1,0

Overlapping sequences detectable.

The below table shows the output for each sequence.

The output = 0,1,0,0,0,0,0,1,0,1,0,0

Test: Sequential Circuit - Question 6

Comprehension:
Read the following paragraph and answer the questions.

A digital counter is a set of flipflops whose states change in response to the pulses applied at Input. Counters can be asynchronous counters or synchronous counters. A counter is an example of a state machine; the number of states is called the modulus. Two basic types of state machines are the Moore and the Mealy. In Moore machine, the combinational logic is a gate array with outputs that determine the next state of the flip-flops in the memory. For Mealy machine, the present state affects just as in Moore machine but in addition, the inputs also affect the outputs.

In a 4-bit asynchronous binary counter, each D flip-flop is negative edge-triggered and has a propagation delay for 10 nanoseconds. What is the highest frequency allowed for the counter to avoid problems due to propagation delay?

Detailed Solution for Test: Sequential Circuit - Question 6

A D flip-flop is a type of flip-flop which uses two inputs, D (data) and a clock signal, to determine its output.

The output of a D flip-flop is the same as its input, D, when the clock signal is "low". When the clock signal is "high", the output of the flip-flop is the inverse of the logic level on the D input.

A negative edge-triggered D flip-flop is triggered when the clock signal goes from a high to a low state, thus causing the output of the flip-flop to change.

An asynchronous binary counter is a type of digital counter that is designed to count in binary sequences, but is not synchronized to an external clock source.

Unlike synchronous binary counters, asynchronous binary counters are not dependent on the clock and can change their output states at any point in time.

Asynchronous binary counters are most commonly used in applications that require a long sequence of counting with a wide range of timing options.

Propagation delay time in a flip flop is the time it takes for the output signal to change in response to a change in the input signal. It is determined by the speed of the flip flop circuit and is typically measured in nanoseconds.

Propagation delay time = 4 × 10ns = 40ns

The maximum clock frequency can be calculated using total propagation delay time: 1/tp
= 1/40ns
= 25 MHz
Hence Option 3 is correct.

Test: Sequential Circuit - Question 7

The number of flip-flops required for constructing a mod-12 counter is:

Detailed Solution for Test: Sequential Circuit - Question 7

Concept:

For a counter with ‘n’ flip flops:

  • The total number of states = 2n (0 to 2n – 1)
  • The largest number that can be stored in the counter = 2n – 1
  • To construct a counter with any MOD number, the minimum number of flip flops required must  satisfy: Modulus ≤ 2n
  • Where n is the number of flip-flops and is the minimum value satisfying the above condition.
  • Note: A MOD-N counter is also called as a divide by N counter as the input frequency is divided by the number of states of the counter.

Calculation:

Number no. of flip – flops are required to construct mod-12 counter,

must satisfy: 2n ≥ 12 The minimum value of n satisfying the above is: n = 4

Test: Sequential Circuit - Question 8

If the present state is 0 and the next state is 1, then:

Detailed Solution for Test: Sequential Circuit - Question 8

Truth Table of JK flip flop

When both inputs are low, the next state output will be the present state output.

For J=0 & K=1, the next state output will always be 0 irrespective of the present state.

For J=1 & K=0, the next state output will always be 1 irrespective of the present state.

When both inputs are high, the next state output will be the complement of the present state output.

Characteristics table of JK flip flop

Excitation table of JK flip flop

From the excitation table, it is observed that:

If the present state is 0 and the next state is 1, then J = 1 & k = don't care.

Test: Sequential Circuit - Question 9

Three T flip flops are connected to form a counter. The maximum states possible for the counter will be:

Detailed Solution for Test: Sequential Circuit - Question 9

Concept:
For a counter with ‘n’ flip flops:

  • The total number of states = 2n (0 to 2n – 1)
  • The largest number that can be stored in the counter = 2n – 1

To construct a counter with any MOD number, the minimum number flip flops required must satisfy:
Modulus ≤ 2n
Where n is the number of flip-flops and is the minimum value satisfying the above condition.

Calculation:
The total number of states required when n = 3:
23  ≥  8
The states will vary from (0 to 7)
So the maximum states possible for the counter will be 8.

Test: Sequential Circuit - Question 10

An eight-bit binary ripple UP counter with a modulus of 256 is holding the count 01111111. What will be the count after 135 clock pulses?

Detailed Solution for Test: Sequential Circuit - Question 10

01111111 → 127
After 135 clock cycles, we will get
127 + 135 = 262
∴ The total number of clock pulses will be 262
As the modulus is 256,
After 256 clock pulses, the sequence will repeat.
262 = 256 + 6
∴ 00 00 00 00
257 → 00 00 00 01
258 → 00 00 00 10
259 → 00 00 00 11
260 → 00 00 01 00
261 → 00 00 01 01
262 → 00 00 01 10

Information about Test: Sequential Circuit Page
In this test you can find the Exam questions for Test: Sequential Circuit solved & explained in the simplest way possible. Besides giving Questions and answers for Test: Sequential Circuit, EduRev gives you an ample number of Online tests for practice

Top Courses for Electrical Engineering (EE)

Download as PDF

Top Courses for Electrical Engineering (EE)