Making a Shift Register Using NOR Gates

  • Thread starter bobduko
  • Start date
  • Tags
    Shift
In summary, the conversation is about trying to create a shift register using NOR gates and other electronic components. The person is struggling to understand the concept and is looking for advice on how to get started. They have been suggested to research latching circuits and create a strategy before implementing the design. They are also asked for more specific questions to provide better advice.
  • #1
bobduko
1
0
Hi -

I am trying to make a shift register using NOR Gates. I have been given multiple HD74LS02P Quad 2-Input Positive NOR Gates, LED lights, resistors, a breadboard and an Arduino UNO.

I have been trying to do this for a long time now, but I don't think I really understand how it works (the flip flop, shift register), and I'm kind of lost as to what to do to start.

Thanks,
Bob Duko
 
Physics news on Phys.org
  • #2
bobduko said:
Hi -

I am trying to make a shift register using NOR Gates. I have been given multiple HD74LS02P Quad 2-Input Positive NOR Gates, LED lights, resistors, a breadboard and an Arduino UNO.

I have been trying to do this for a long time now, but I don't think I really understand how it works (the flip flop, shift register), and I'm kind of lost as to what to do to start.

Thanks,
Bob Duko

Welcome to the PF.

What have you done so far? What can you tell us about shift registers? Can you show us the logic diagram for making a single flip-flop (FF) out of NOR gates?
 
  • #3
What is the arduino UNO, is this a microcontroller and are you expected/allowed to use it for the shift register?

Anyway, you should look up latching circuits for some ideas. Have you attempted drawing out truth tables or state machine diagrams? Its good to get an overall strategy with how the logic should progress before you try to implement it with parts; similar to having a specification before you start a design.

I don't know much advice to give you without trying to do the work for you, and we can think of things better if you provide specific questions that you're having.
 

Related to Making a Shift Register Using NOR Gates

1. How does a shift register using NOR gates work?

A shift register using NOR gates is a type of digital circuit that can store and output binary data in a sequential manner. It consists of a series of NOR gates connected in a chain, with each gate acting as a latch to store one bit of data. By controlling the inputs and outputs of these gates, data can be shifted from one gate to the next, allowing for sequential storage and retrieval.

2. What are the advantages of using NOR gates in a shift register?

NOR gates offer several advantages in a shift register design. They are simple and inexpensive to manufacture, and require fewer components compared to other logic gates. They also have a lower power consumption and produce less heat, making them more energy efficient.

3. How many stages does a shift register using NOR gates typically have?

The number of stages in a shift register using NOR gates can vary depending on the specific design and application. However, commonly used shift registers have 4, 8, 16, or 32 stages. The number of stages determines the maximum number of bits that can be stored and shifted in the register.

4. Can a shift register using NOR gates only shift data in one direction?

No, a shift register using NOR gates can shift data in both directions - left and right. This is achieved by controlling the inputs and outputs of the NOR gates in the circuit. By changing the control signals, the direction of data shift can be changed.

5. What are some common applications of shift registers using NOR gates?

Shift registers using NOR gates have various applications in digital systems. They are commonly used in serial-to-parallel and parallel-to-serial data conversion, data storage, and data manipulation in microprocessors and microcontrollers. They are also used in communication systems, such as serial data transmission and signal processing.

Similar threads

  • Engineering and Comp Sci Homework Help
Replies
10
Views
1K
  • Electrical Engineering
Replies
5
Views
1K
  • Engineering and Comp Sci Homework Help
Replies
7
Views
6K
  • Engineering and Comp Sci Homework Help
Replies
8
Views
2K
  • Engineering and Comp Sci Homework Help
Replies
20
Views
2K
  • Engineering and Comp Sci Homework Help
Replies
4
Views
5K
  • Engineering and Comp Sci Homework Help
Replies
2
Views
1K
  • Engineering and Comp Sci Homework Help
Replies
5
Views
7K
  • Engineering and Comp Sci Homework Help
Replies
2
Views
1K
  • Engineering and Comp Sci Homework Help
Replies
2
Views
4K
Back
Top