Introduction to Registers | What is Shift Register? Types of Shift Registers

  Рет қаралды 100,617

ALL ABOUT ELECTRONICS

ALL ABOUT ELECTRONICS

Күн бұрын

In this video, the basic design of the Registers is explained in detail. At the later part of the video, the Shift Register and the types of the Shift Registers are also explained.
The following topics are covered in the video:
0:00 What is Register ?
1:12 Basic Design of 4 bit Register (with LOAD and CLEAR inputs)
7:10 What is Shift Register ? Types of Shift Registers
Link for the other useful videos/ Playlist:
1) Digital Electronics (Playlist):
bit.ly/31gBwMa
2) Analog Electronics (Playlist):
bit.ly/3QtqdnN
3) JK Flip-Flop:
• JK Flip-Flop Explained...
4) Master Slave JK Flip-Flop:
• Master Slave JK Flip-F...
What is Register:
Register is a group of Flip-Flops which shares the common clock and can store n-bit of binary data.
What is Shift Register:
A register capable of shifting the binary information between the neighbouring Flip-Flops in the selected direction is known as the Shift Register.
Types of Shift Registers:
Depending on how the data is loaded in the Shift Register and how the data is accessed from the Shift Register, there are four types of Shift Registers.
1) Serial IN Serial OUT (SISO)
2) Serial IN Parallel OUT (SIPO)
3) Parallel IN Serial OUT (PISO)
4) Parallel IN Parallel OUT (PIPO)
Applications of Shift Registers:
1) Data Storage
2) Arithmetic Operations
3) Providing Time Delay
4) Serial to Parallel Data Conversion
5) Parallel to Serial Data Conversion
This video will be helpful to all the students of science and engineering in understanding what is Registers in Digital Circuits, the basic design of Registers and Types of Shift Registers.
#allaboutelectronics
#ShiftRegister
#digitalelectronics
#sequentialcircuits
Support the channel through membership program:
/ @allaboutelectronics
--------------------------------------------------------------------------------------------------
Follow my second channel:
/ @allaboutelectronics-quiz
Follow me on Facebook:
/ allaboutelecronics
Follow me on Instagram:
/ all_about.electronics
--------------------------------------------------------------------------------------------------
Music Credit: www.bensound.com

Пікірлер: 25
@ALLABOUTELECTRONICS
@ALLABOUTELECTRONICS Жыл бұрын
For more videos on Digital Electronics, check this playlist: bit.ly/31gBwMa
@mayurshah9131
@mayurshah9131 Жыл бұрын
Absolutely superb
@poojashah6183
@poojashah6183 Жыл бұрын
best explanation as usual 👍🏻
@embeddedduniya7774
@embeddedduniya7774 Жыл бұрын
Superb explanation
@sanjayshah9838
@sanjayshah9838 Жыл бұрын
V. Nice 👍
@shilpapatel793
@shilpapatel793 Жыл бұрын
Very nice 👌👏👏👏
@dr.leenarawal6454
@dr.leenarawal6454 Жыл бұрын
Good 👍
@banibratamanna5446
@banibratamanna5446 Жыл бұрын
but sir isn't the combinational circuit used in 4 bit register is actually a 2x1 mux??? it will be easy for all to understand the load operation through mux circuit instead of combinational circuit.
@ALLABOUTELECTRONICS
@ALLABOUTELECTRONICS Жыл бұрын
Yes, I am going to link that in the upcoming videos, when I will discuss the universal shift register.
@mrkrishnaaggarwal
@mrkrishnaaggarwal 2 ай бұрын
sir how are we saving propagation delay when we are using so many gates instead of simply a and gate in 4 bit register
@ALLABOUTELECTRONICS
@ALLABOUTELECTRONICS 2 ай бұрын
Here I was referring to the propagation delay in the clock signal. when you apply the clock through the AND gate then clock signal to the register will get delayed.(Its called clock skew, I will cover that in the very next video). And it can cause synchronization issue in the large digital circuits. So, here instead of doing that, the clock signal is applied directly. And the combinational logic is implemented in the data path. Of course, these additional AND and OR gates will increase the propagation delay in the data path. (Flip-flop will receive the input after finite propagation delay). But as far as the inputs satisfy the setup and hold time condition of the flip-flop, it will not make much difference.
@lcvtv5705
@lcvtv5705 4 ай бұрын
the intonation at the end of each sentence is driving me crazy , i cant even focus on the video because i keep skipping it , great explanation tho
@sandip_kanzariya8476
@sandip_kanzariya8476 Жыл бұрын
4 - Bit Register using JK Flip Flop with Paralle load Circuit ? 🙏🙏🙏🙏🙏🙏
@ALLABOUTELECTRONICS
@ALLABOUTELECTRONICS Жыл бұрын
In the subsequent videos of the register, I have already explained it. Please check the recent video. In that, D flip flops have been used. But you can use jk flip flop also. Just use JK flip flop as D flip flops. Basically you just need to apply the input to J input of the flip flop as it is, while the same input should be applied to K input of the flip flop via NOT gate. In the flip flop conversion video, I have covered that. Please check this video for more info: kzfaq.info/get/bejne/mNJnaqmDuae8h3U.html
@sandip_kanzariya8476
@sandip_kanzariya8476 Жыл бұрын
@@ALLABOUTELECTRONICS Ok got it. Thanks you
@user-mm4mm3ib2w
@user-mm4mm3ib2w 3 ай бұрын
Cant we connect D and Q directly and store the results
@ALLABOUTELECTRONICS
@ALLABOUTELECTRONICS 2 ай бұрын
That is how the results are stored. When the load is low, then Q will be connected to the D input of the flip-flop and the flip-flop will retain the same state. Please check at 6:17.
@user-mm4mm3ib2w
@user-mm4mm3ib2w 2 ай бұрын
​If we connect B D AND Q then do we need to keep a separate load line​@@ALLABOUTELECTRONICS
@mayankgupta1280
@mayankgupta1280 2 ай бұрын
sir, samajh nhi aaya.
@ALLABOUTELECTRONICS
@ALLABOUTELECTRONICS 2 ай бұрын
Konsa part samajh nahi aya ?
@notoppland
@notoppland 11 ай бұрын
You need to stop with that weird intonation at the end of sentences. Try just speaking the whole sentence in the same intonation as you do on the start :)
@brianty6676
@brianty6676 7 ай бұрын
It's definitely an ESL thing, but agreed - it distracts from what is otherwise an awesome explanation.
@manojess
@manojess 5 ай бұрын
I agree that could be distracting sometimes but as the other guy its probably result of ESL
@davidlandivar7710
@davidlandivar7710 7 ай бұрын
most annoying accent unfortunately. The information is great
Introduction to Counters | Types of Counters | Application of Counters
8:48
ALL ABOUT ELECTRONICS
Рет қаралды 63 М.
She ruined my dominos! 😭 Cool train tool helps me #gadget
00:40
Go Gizmo!
Рет қаралды 60 МЛН
Вечный ДВИГАТЕЛЬ!⚙️ #shorts
00:27
Гараж 54
Рет қаралды 10 МЛН
Sigma Girl Past #funny #sigma #viral
00:20
CRAZY GREAPA
Рет қаралды 25 МЛН
Semiconductor Memories:  RAM (Random Access Memory) Explained
9:28
ALL ABOUT ELECTRONICS
Рет қаралды 14 М.
140. Shift Registers
5:11
Kushal Ponugoti
Рет қаралды 71
74HC595 & 74HC165 Shift Registers with Arduino
40:38
DroneBot Workshop
Рет қаралды 391 М.
Shift Register (SISO Mode)
11:30
Neso Academy
Рет қаралды 1,7 МЛН
Latch and Flip-Flop Explained | Difference between the Latch and Flip-Flop
9:50
ALL ABOUT ELECTRONICS
Рет қаралды 209 М.
How Shift Registers Work - The Learning Circuit
10:44
element14 presents
Рет қаралды 117 М.
PRESET and CLEAR inputs in Flip-Flop | Asynchronous inputs in Flip-Flop
12:02
ALL ABOUT ELECTRONICS
Рет қаралды 36 М.
Basic Shift Registers
14:18
Columbia Gorge Community College
Рет қаралды 41 М.
CY Superb Earphone 👌 For Smartphone Handset
0:42
Tech Official
Рет қаралды 826 М.
Ждёшь обновление IOS 18? #ios #ios18 #айоэс #apple #iphone #айфон
0:57
cute mini iphone
0:34
승비니 Seungbini
Рет қаралды 5 МЛН
Asus  VivoBook Винда за 8 часов!
1:00
Sergey Delaisy
Рет қаралды 1,1 МЛН
SSD с кулером и скоростью 1 ГБ/с
0:47
Rozetked
Рет қаралды 565 М.