Digital Principles and Computer Organization: Unit II (c): Registers

Two marks Questions with Answers

Registers - Digital Principles and Computer Organization

A register is a group of flip-flops. So an n-bit register has a group of n flip-flops and is capable of storing any binary information/number containing n-bits.

Two Marks Questions with Answers

Q.1 Define registers.

Ans. : A register is a group of flip-flops. So an n-bit register has a group of n flip-flops and is capable of storing any binary information/number containing n-bits.

Q.2 Define shift registers.AU: Dec.-10

Ans. : The binary information in a register can be moved from stage to stage within the register or into or out of the register upon application of clock pulses. This type of bit movement or shifting is essential for certain arithmetic and logic operations used in microprocessors. This gives rise to group of registers called shift registers.

Q.3 What are the different types of shift type ? OR

Classify the registers with respect to serial and parallel input output.  AU: Dec.-10, May-07

Ans. :There are five types. They are,

• Serial In Serial Out Shift Register

•Serial In Parallel Out Shift Register

•Parallel In Serial Out Shift Register

•Parallel In Parallel Out Shift Register

• Bidirectional Shift Register

Q.4 What is the difference between serial and parallel transfer? What type of. register is used in each case ?AU: Dec.-07

Ans. : When data is transferred one bit at a time, the process of transfer is known as serial transfer. When multiple bits of data are transferred at a time, the process is known as parallel transfer. For parallel transfer, we can use parallel in and parallel out register. For serial transfer we can use left shift or right shift register.

Q.5 If a serial-in-serial-out shift register has N stages and if the clock frequency is f, what will be time delay between input and output ?

AU: Dec.-03

Ans. : The time delay between input and output is TD = N/f

Q.6 Draw the timing diagram of 4-bit ring counter. AU: Dec.-04

Ans. :See Fig. 4.8.1 on next page.

Q.7 Draw a 2-bit ripple counter and convert this into a 2-bit ring counter.

(Refer section 4.6)  AU :Dec-05


Q.8 Define universal shift registers.

Ans. :The register which has both shifts( right-shift and left-shift ) and parallel load capabilities is referred to as universal shift register.

Q.9 Mention applications of shift registers.  AU : May-14,17

Ans. :

1. Delay line

2. Serial to parallel converter

3. Parallel to serial converter

4. Pseudo-random binary sequence generator

5. Sequence detector

Q.10 What is shift register counter?

Ans. :A shift register can also be used as a counter. A shift register with the serial output connected back to the serial input is called the shift register counter.

Q.11 What are the advantages of shift registers?( Refer section 4.5) AU : May-03, IT

• A Serial-In-Parallel-Out (SIPO) shift register can be used to convert data in the serial form to the parallel form.

• A Parallel-In-Serial-Out (PISO) shift register can be used to convert data in the parallel form to the serial form.

• A shift register can be used as a pseudo-random binary sequence generator.

• The shift register can be used to generate a particular bit pattern repetitively.

• The shift register can be used to detect the desired sequence.

Q.12 What are the applications of a shift register?( Refer answer of Q.9) AU :Dec-10,May-05,12, IT

1. Delay line

2. Serial to parallel converter

3. Parallel to serial converter

4. Pseudo-random binary sequence generator

5. Sequence detector

Q.13 How many flip-flops are needed to build an 8-bit shift register?  AU:Dec-02, CSE

Ans. :8 flip-flops are needed to build an 8-bit shift register.

Q.14 A shift register comprises of JK flip-flops. How will you complement the contents of the register?   AU :May-03, CSE

Ans. :In shift registers outputs J and K of previous flip-flop is connected to the inputs of the next flip-flop. If these lines are connected through OR ass shown in Fig.1, we can complement the contents of flip-flop. When complement line is high al J and K inputs will be high and flip-flops will complement the output.

Q.15 What is a shift register? (Refer answer of Q.2)   AU: Dec.-03, CSE

Ans. : The binary information in a register can be moved from stage to stage within the register or into or out of the register upon application of clock pulses. This type of bit movement or shifting is essential for certain arithmetic and logic operations used in microprocessors. This gives rise to group of registers called shift registers.

Q.16 How many states are there in a 3-bit ring counter? What are they? AU: May-07, CSE/IT, Dec.-14

Ans. : Three - 001, 010, 100.

Q.17 What is shift register? List the types. (Refer answer of Q.2 and Q.3)  AU: May-09, CSE/IT

Ans. : The binary information in a register can be moved from stage to stage within the register or into or out of the register upon application of clock pulses. This type of bit movement or shifting is essential for certain arithmetic and logic operations used in microprocessors. This gives rise to group of registers called shift registers.

Ans. :There are five types. They are,

• Serial In Serial Out Shift Register

• Serial In Parallel Out Shift Register

• Parallel In Serial Out Shift Register

• Parallel In Parallel Out Shift Register

• Bidirectional Shift Register

Q.18 What is ring counter ?  AU: Dec.-12, May-15

Ans. :A ring counter is a type of counter composed of a type circular shift register. The output of the last shift register is fed to the input of the first register.

Q.19 What is twisted ring counter?

Ans. : A twisted ring counter, also called Johnson counter connects the complement of the output of the last shift register to the input of the first register and circulates a stream of ones followed by zeros around the ring.

Q.20 Mention the different types of shift registers. (Refer section 4.3) AU: Dec.-18

Ans. :There are five types. They are,

• Serial In Serial Out Shift Register

• Serial In Parallel Out Shift Register

• Parallel In Serial Out Shift Register

• Parallel In Parallel Out Shift Register

• Bidirectional Shift Register

Digital Principles and Computer Organization: Unit II (c): Registers : Tag: : Registers - Digital Principles and Computer Organization - Two marks Questions with Answers