Memory Elements MCQ Quiz - Objective Question with Answer for Memory Elements - Download Free PDF

Last updated on May 30, 2025

Latest Memory Elements MCQ Objective Questions

Memory Elements Question 1:

In an asynchronous counter, the clock input of each flip-flop except first flip-flop is connected to:

  1. the same clock source
  2. the output of the previous flip-flop
  3. a separate clock source
  4. a common reset line

Answer (Detailed Solution Below)

Option 2 : the output of the previous flip-flop

Memory Elements Question 1 Detailed Solution

The correct answer is: 2) the output of the previous flip-flop

Explanation:
In an asynchronous counter (also called a ripple counter):

Only the first flip-flop receives the external clock signal.

Each subsequent flip-flop is triggered by the output (Q or Q̅) of the previous flip-flop, not by a common clock.

This causes a ripple effect, where changes propagate sequentially, leading to a slight delay between stages.

Additional Information
Asynchronous Counter

Asynchronous counters are those counters where the clock of the next stage is obtained from the output of the previous state.

d3

Memory Elements Question 2:

A positive edge-triggered T Flip-Flop has T = 1. If the current output Q is 0, what will be the output Q after 3 clock pulses?

  1. 0
  2. Unchanged
  3. 1
  4. Toggles

Answer (Detailed Solution Below)

Option 3 : 1

Memory Elements Question 2 Detailed Solution

The correct answer is option 3) 1

Concept:

Let's analyze the given problem statement and options in detail:

Given:

  • T = 1
  • Current output Q = 0

Let's analyze the state of Q after each clock pulse:

  1. Initial state Q = 0
  2. After 1st clock pulse: Q will toggle from 0 to 1
  3. After 2nd clock pulse: Q will toggle from 1 to 0
  4. After 3rd clock pulse: Q will toggle from 0 to 1

Therefore, the output Q after 3 clock pulses will be 1.

Memory Elements Question 3:

A 100 kHz square waveform is applied to the clock input of the flip-flop shown below. The frequency of Q output will be -

qImage672a59c975ed3edab9cc8eba

  1. 100 kHz
  2. 200 kHz
  3. 50 kHz
  4. Zero

Answer (Detailed Solution Below)

Option 1 : 100 kHz

Memory Elements Question 3 Detailed Solution

Calculation:

We are given that a 100 kHz square waveform is applied to the clock input of the flip-flop.

For a flip-flop, the output frequency is typically half of the input clock frequency, because a flip-flop toggles its state on each clock pulse. This means that for every two input pulses, the output changes state once.

Therefore, if the input frequency is 100 kHz, the output frequency will be:

Output frequency = Input frequency / 2

Substituting the given input frequency:

Output frequency = 100 kHz / 2 = 50 kHz

Hence, the frequency of Q output will be 50 kHz.

Final Answer: The correct answer is option 3: 50 kHz.

Memory Elements Question 4:

In an asynchronous counter using D flip - flop, which of the following is true? 

  1. Clock signal is derived from independent signal generators.
  2. Output of one flop is given as the clock to the next flip - flop. 
  3. Alternate flip - flops are given the same clock signal.
  4. Same clock signal is given to all flip-flops.

Answer (Detailed Solution Below)

Option 2 : Output of one flop is given as the clock to the next flip - flop. 

Memory Elements Question 4 Detailed Solution

The correct answer is option 2 .i.e. Output of one flop is given as the clock to the next flip-flop.
Concept:
  • Asynchronous Counter: This type of counter doesn't have a central clock signal for all flip-flops.
  • D Flip-Flops: These are used because their output (Q) directly represents the data to be stored when the clock pulse arrives.
  • Clock from Previous Flip-Flop: The output (Q) of one flip-flop is connected to the clock input of the next flip-flop in the counter chain.
    This creates a cascading effect where a change in the first flip-flop triggers a change in the subsequent flip-flops one by one.
     

Additional Information

  • Independent Clock Signals: This wouldn't create a reliable counting sequence, as the independent clocks might not be perfectly synchronized.
  • Alternate Flip-Flops with Same Clock: This configuration wouldn't create a proper counting sequence either.
  • Same Clock to All: While technically possible, using a single clock for all flip-flops would defeat the purpose of an asynchronous counter.
    It would be simpler to use a synchronous counter with a common clock for all flip-flops.

Memory Elements Question 5:

The synchronous sequential circuit shown below works at a clock frequency of 1 GHz. The throughput, in Mbits/s, and the latency, in ns, respectively, are

F1 Engineering Arbaz 27-12-23 D20

  1. 1000, 3
  2. 333.33, 1
  3. 2000, 3
  4. 333.33, 3

Answer (Detailed Solution Below)

Option 1 : 1000, 3

Memory Elements Question 5 Detailed Solution

The given circuit is a type of SISO.

∴ Latency = n × Tclk .... n = number of flip flops

= 3 × 1 ..... Tclk = \(\frac{1}{f_{clk}}\) = 1 ns

= 3 ns

Now, Throughput = Number of bits/sec

∵ 1 bit = 1 n-sec

∴ Throughput = 109 bits/sec

= 1000 Mbps

Additional Information 

SISO:

  • In an n-bit shift register, to enter n bits of data n clock pulses are required
  • However, to output data serially (n-1) clock pulses are required

SIPO:

  • For n bit serial input data, n clock pulses are required
  • To output data, no clock pulse is required

PISO:

  • To store n bit data – 1 clock pulse required
  • To output data (n-1) clock pulses are required

PIPO:

  • 1 clock pulse is required no input data
  • No clock pulse is required to output data

Top Memory Elements MCQ Objective Questions

The S-R latch is an example of:

  1. Combinational circuit
  2. Synchronous sequential circuit
  3. One-bit memory element
  4. One-clock delay element

Answer (Detailed Solution Below)

Option 3 : One-bit memory element

Memory Elements Question 6 Detailed Solution

Download Solution PDF

Explanation:

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.

How many input terminal is represented by T flip flop? 

  1. 4
  2. 3
  3. 2
  4. 1

Answer (Detailed Solution Below)

Option 4 : 1

Memory Elements Question 7 Detailed Solution

Download Solution PDF

T flip flop

tff

The "T Flip Flop" has only one input.

It has only two output states i.e. hold and toggle.

For T = 0, the output is Q(Hold state)

For T = 1, the output is \(\overline{Q_n}\) (Toggle state)

The output equation of the T flip-flop is:

Qn+1 = T ⊗ Qn

T

Qn+1

0

No change

1

Toggle

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

  1. 3
  2. 4
  3. 2
  4. 1

Answer (Detailed Solution Below)

Option 2 : 4

Memory Elements Question 8 Detailed Solution

Download Solution PDF

The correct answer is option 2): 4

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

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

  1. 5
  2. 3
  3. 8
  4. 7

Answer (Detailed Solution Below)

Option 3 : 8

Memory Elements Question 9 Detailed Solution

Download Solution PDF

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.

In a positive edge triggered JK flip-flop, J = 1, K = 0 and clock pulse is rising, Q will be

  1. 0
  2. 1
  3. showing no change
  4. toggle

Answer (Detailed Solution Below)

Option 2 : 1

Memory Elements Question 10 Detailed Solution

Download Solution PDF

Concept:

Characteristic table of J-K flip-flop is,

J

K

Q(n + 1)

0

0

Q(n)

0

1

0

1

0

1

1

1


\(\overline{Q(n)}\)

 

Here, Q(n) is the present state of flip flop and Q(n + 1) is the next state of flip flow.

+ve edge-triggered means the state of flip-flop will only change at the rising edge of the clock.

Therefore, from the characteristic table;

when J = 1, K = 0, Q(n) = 1

Therefore, the correct option will be (2).

In which of the following condition the SR flip flop are unstable?

  1. S = 0, R = 1
  2. S = 1, R = 0
  3. S = 0, R = 0
  4. S = 1, R = 1

Answer (Detailed Solution Below)

Option 4 : S = 1, R = 1

Memory Elements Question 11 Detailed Solution

Download Solution PDF

An un-clocked R-S flip flop using NOR gates is as shown:

RRB JE EC 25 9Q DE Chapter Test 2 Hindi - Final images q1a

The truth table for the circuit is shown:

Inputs (S R)

Output (Qn+1)

Action

0 0

Q

No change

0 1

0

Reset

1 0

1

Set

1 1

0

Indeterminate

(Undefined)

In S-R latch (NOR), when the SET input is made high, output Q becomes:

  1. 0
  2. 1
  3. no change
  4. application not allowed

Answer (Detailed Solution Below)

Option 2 : 1

Memory Elements Question 12 Detailed Solution

Download Solution PDF

An unclocked R-S flip flop using NOR gates is as shown:

RRB JE EC 25 9Q DE Chapter Test 2 Hindi - Final images q1a

The truth table for the circuit is shown:

Inputs

S     R

Output

 (Qn+1)

Action

0     0

Q

No change

0    1

0

Reset

1    0

1

Set

1    1

0

Race condition (Undefined)

26 June 1

The difference between latches and flip flops is shown

Latches

Flip Flops

Latches are building block of sequential circuits and they are built using logic gates

Flip flops are also building blocks of sequential circuits but they are made using latches

Latches continuously changes input and output changes correspondingly

Flip flop output changes only when clock is applied

Latches are level sensitive

Flip flops are edge sensitive

Which property is NOT considered in latches?

  1. Output of the latches changes as we change the input.
  2. changes as we change the input.
  3. Latches are edge triggered.
  4. Latches are fast.

Answer (Detailed Solution Below)

Option 3 : Latches are edge triggered.

Memory Elements Question 13 Detailed Solution

Download Solution PDF
  • Latches are level-triggered (outputs can change as soon as the inputs changes)  
  • Flip-Flop is edge-triggered (only changes state when a control signal goes from high to low or low to high).
  • Edge triggering is a type of triggering that allows a circuit to become active at the positive edge or the negative edge of the clock signal.
  • Level triggering is a type of triggering that allows a circuit to become active when the clock pulse is on a particular level.

The number of flip-flops required in a decade counter are -

  1. 10
  2. 2
  3. 3
  4. 4

Answer (Detailed Solution Below)

Option 4 : 4

Memory Elements Question 14 Detailed Solution

Download Solution PDF

Concept:

For an ‘n’ flip flop counter,

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


To construct any mod counter, the minimum number flip flops required such that: Modulus ≤ 2n

Where n is the number of counters.

Calculation:

Number no. of flip – flops are required to construct a mod-10 counter (decade counter) is obtained as:

2n ≥ 10 i.e. n = 4

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.

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

  1. J = 1 & k = don't care
  2. J = 1 & k = 1
  3. J = don't care & k = 1
  4. J = 0 & k = 0

Answer (Detailed Solution Below)

Option 1 : J = 1 & k = don't care

Memory Elements Question 15 Detailed Solution

Download Solution PDF

Truth Table of JK flip flop

J

K

Qn+1

0

0

Qn

0

1

0

1

0

1

1

1

\(\overline{Q_n}\)

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

J

K

Qn

Qn+1

0

0

0

0

0

0

1

1

0

1

0

0

0

1

1

0

1

0

0

1

1

0

1

1

1

1

0

1

1

1

1

0

Excitation table of JK flip flop

Qn

Qn+1

J

K

0

0

0

X

0

1

1

X

1

0

X

1

1

1

X

0

 

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.

Get Free Access Now
Hot Links: teen patti master real cash teen patti gold apk download teen patti app teen patti vungo