No video

Parity Generator and Parity Checker Explained

  Рет қаралды 205,994

ALL ABOUT ELECTRONICS

ALL ABOUT ELECTRONICS

Күн бұрын

In this video, the design and working of the Parity Generator and Parity Checker circuit are explained.
The following topics are covered in the video:
0:00 Introduction
1:43 Odd and Even Parity Generator (Working and Design)
5:59 Odd and Even Parity Checker (Working and Design)
For more information, check this video on Parity:
• Error Detecting Code :...
What is Parity?
Parity Bit is a simple form of error detecting code, where the additional bit is added along with the data bits.
There are two types of Parity:
1) Odd Parity
2) Even Parity
Odd Parity:
In odd parity, the parity bit is set in such a way that the total number of 1s in the code, including the parity bit is Odd.
Even Parity:
In Even parity, the parity bit is set in such a way that the total number of 1s in the code, including the parity bit is Even.
For error detection, the parity bit is appended with data bits, and the code is sent to the receiver.
At the receiver, the parity checker circuit checks the parity of the received code and detects the error.
Limitations of Parity Bit:
The Parity bit can detect only odd numbers of errors. If there are even a number of errors in the received code, it will remain undetected.
Moreover, the Parity bit can just detect the error in the code (if the number of errors in the received code is odd) but it can't correct the error.
In this video, the design of the 3-bit Parity Generator and 4-bit parity checker is explained using a truth table.
This video will be helpful to all the students of science and engineering in understanding the design and working of the Parity Generator and Parity Checker circuits.
#ALLABOUTELECTRONICS
#Parity
#ParityGenerator
#ParityChecker
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

Пікірлер: 39
@ALLABOUTELECTRONICS
@ALLABOUTELECTRONICS 2 жыл бұрын
Timestamps: 0:00 Introduction 1:43 Odd and Even Parity Generator (Working and Design) 5:59 Odd and Even Parity Checker (Working and Design)
@zizo-ve8ib
@zizo-ve8ib 2 жыл бұрын
I spent a lot of time (more than necessary) trying to understand the generator and checker and relation between them with no luck untill I, once again, came across this channel and was saved Thank you sir, I have a test today and you really helped save time❤️
@gurl7781
@gurl7781 2 жыл бұрын
After hours of trying to understand this concept, this video made it crystal clear,thank you so much
@discarded1669
@discarded1669 Жыл бұрын
The best explanation I've found, not only this video but rest of the series.. Thank you very much
@perfect.computer_classes3507
@perfect.computer_classes3507 10 ай бұрын
Amazing explanation! Really very well explained these so called appearing to be "complex" portions of parity checker and generator in a very simple way.
@harshitha_75
@harshitha_75 6 ай бұрын
One of the Best video on internet....for this topic 😊😊
@anirudhnambiar1699
@anirudhnambiar1699 4 ай бұрын
Found it very helpful. Thanks
@elenitriantafillopoulou8111
@elenitriantafillopoulou8111 Күн бұрын
13:10 Does that mean that we can make an odd parity checker exactly like an even one, but with XNOR gates instead of XOR?
@mayurshah9131
@mayurshah9131 2 жыл бұрын
Excellent knowledge
@sakshibagade7092
@sakshibagade7092 Жыл бұрын
It is very useful for me thank you sir
@pk4025
@pk4025 2 жыл бұрын
Sir Please make a detailed video on "how to make a SR,D,JK flip flop circuit using only MOSFET and LED".
@priyanshudutta9463
@priyanshudutta9463 5 ай бұрын
Amazing explanation
@claybyfrancisshop
@claybyfrancisshop Жыл бұрын
beautiful lecture
@SohelDarwajkar
@SohelDarwajkar 10 ай бұрын
Watching before 5hrs of my Insem🎉🎉..
@jeevanadhikari3775
@jeevanadhikari3775 2 жыл бұрын
superb explanation loved it
@DoubleL_Leo
@DoubleL_Leo Жыл бұрын
thanks a lot sir you are great
@theskepticcoder7883
@theskepticcoder7883 Жыл бұрын
wow thank you so match this is very clear
@MUTHU_KRISHNAN_K
@MUTHU_KRISHNAN_K 2 жыл бұрын
Can we make parity checker to show 1 for 'no error' and 0 for 'error' using additional not gate? Bro, what if the parity bit itself got changed? Why don't we just say the total 1's of a signal as odd or even without using parity? How can we know the error is on a single bit or in two bits? Is the parity bit always added as MSB or LSB? What can be used to detect errors with more than 1 bit?
@ALLABOUTELECTRONICS
@ALLABOUTELECTRONICS 2 жыл бұрын
Yes, you using the NOT gate, you can reverse the logic of the parity checker. If the parity bit itself gets changed and if there is odd numbers of errors in the code then it can be detected using the parity checker circuit. The parity bit can be at the LSB or MSB position. It depends on the detection scheme. But transmitter and receiver should agree to the same scheme. Using the parity checking method we can detect only odd number of errors. We can't detect even number of errors. To detect and correct more than 1 bits error other error detecting and correcting codes are used. For more info, I will encourage you to go through these two videos: 1) Error Detecting Code: kzfaq.info/get/bejne/eN2Zm5qQprqVn30.html 2) Hamming code: kzfaq.info/get/bejne/qpqbnNxlqdncZY0.html
@MUTHU_KRISHNAN_K
@MUTHU_KRISHNAN_K 2 жыл бұрын
@@ALLABOUTELECTRONICS thank you very much for your valuable reply sir 🙏
@zezo2895
@zezo2895 8 ай бұрын
Thank you sir❤
@alaapjagdale1358
@alaapjagdale1358 Жыл бұрын
Thanks sir, nicely explained
@hetsoni8718
@hetsoni8718 Жыл бұрын
Thanks 🙏👍
@mrrandom4629
@mrrandom4629 Жыл бұрын
Best video
@a.v.varunraj2141
@a.v.varunraj2141 4 ай бұрын
Will the receiver be able to check the parity before receiving the full data bits... Eg- if we are having 5-bit data ... We are transferring data bit by bit and we got an error on the 2nd bit,will it give an error at this time or will it wait until all 5 bits were received....and gives error?
@ALLABOUTELECTRONICS
@ALLABOUTELECTRONICS 4 ай бұрын
Receiver will check the parity, once all the 5 bits will get received.
@hulangamuwag.d3060
@hulangamuwag.d3060 Жыл бұрын
Wonderful 👍
@edgbaston149
@edgbaston149 2 жыл бұрын
Thank you 💫😊
@AffanShaikh-fw1hp
@AffanShaikh-fw1hp 4 ай бұрын
In 4:01 I didn't understood the last step. That is, A exorB exorC . Which concept is used here??
@ALLABOUTELECTRONICS
@ALLABOUTELECTRONICS 4 ай бұрын
A’X + AX’ = A (XOR) X. Where X is A ( XOR) B. So, effectively the output is A ( XOR) B ( XOR) C.
@sanjayshah9838
@sanjayshah9838 2 жыл бұрын
👍👍👍👍 Nice
@kanchankondhare
@kanchankondhare 2 жыл бұрын
🙏💓🙏
@harshitasharma5793
@harshitasharma5793 Жыл бұрын
👍
@theorphanobliterator
@theorphanobliterator 2 жыл бұрын
First
@RohitSinghBhandari
@RohitSinghBhandari Жыл бұрын
😑😑😑
Error Detecting Code : Parity Explained | Odd Parity and Even Parity
9:02
ALL ABOUT ELECTRONICS
Рет қаралды 323 М.
Half Adder and Full Adder Explained | The Full Adder using Half Adder
14:20
ALL ABOUT ELECTRONICS
Рет қаралды 532 М.
لقد سرقت حلوى القطن بشكل خفي لأصنع مصاصة🤫😎
00:33
Cool Tool SHORTS Arabic
Рет қаралды 30 МЛН
CHOCKY MILK.. 🤣 #shorts
00:20
Savage Vlogs
Рет қаралды 26 МЛН
A little girl was shy at her first ballet lesson #shorts
00:35
Fabiosa Animated
Рет қаралды 20 МЛН
ROLLING DOWN
00:20
Natan por Aí
Рет қаралды 6 МЛН
I2C and SPI on a PCB Explained!
15:34
Altium Academy
Рет қаралды 144 М.
Does this sound illusion fool you?
24:55
Veritasium
Рет қаралды 368 М.
Can You Forge Tungsten?
16:14
Alec Steele
Рет қаралды 776 М.
The World's Best Mathematician (*) - Numberphile
10:57
Numberphile
Рет қаралды 7 МЛН
Parity Generator and Parity Checker - Logic design and Applications
17:03
A problem so hard even Google relies on Random Chance
12:06
Breaking Taps
Рет қаралды 1,1 МЛН
AMD slayed the dragon - AMD Ryzen 9 9900X & 9950X
8:39
ShortCircuit
Рет қаралды 168 М.
لقد سرقت حلوى القطن بشكل خفي لأصنع مصاصة🤫😎
00:33
Cool Tool SHORTS Arabic
Рет қаралды 30 МЛН