No video

Decimal to BCD Encoder

  Рет қаралды 755,719

Neso Academy

Neso Academy

9 жыл бұрын

Digital Electronics: Decimal to BCD Encoder
Contribute: www.nesoacademy...
Website ► www.nesoacademy...
Facebook ► goo.gl/Nt0PmB
Twitter ► / nesoacademy
Pinterest ► / nesoacademy

Пікірлер: 103
@margewon3791
@margewon3791 7 жыл бұрын
The reason why we don't use Kmap here is first of all, inputs are not binary. For the previous lectures, we could use K map since the inputs were in binary form. Here the question itself gives variables in decimal form. Therefore, we can only set them one by one to the variables. Of course, we can simplify the circuit by designating each decimal variables to binary and use only 4 inputs and 2 outputs but thats not the question here. This is what I've figured out. Plz comment me if i am wrong
@davidisaacgalang3000
@davidisaacgalang3000 8 ай бұрын
Thank you, tho late but I was just about to ask that
@reyfoljamesgarcia4790
@reyfoljamesgarcia4790 2 жыл бұрын
Hello Sir, Output B should be 2,3,6,7. (in the photo) Also thanks for the videos, It helps me a lot.
@pavanfernandes9329
@pavanfernandes9329 2 жыл бұрын
Yes
@aslampt9367
@aslampt9367 6 жыл бұрын
In the implimented diagram copied from book, the connection point to the OR gate -B is not correct.Please correct it
@TrueDetectivePikachu
@TrueDetectivePikachu 3 жыл бұрын
Bruh! I thought encoders where something super complicated till I watch this vid, its literally a meme. I guess that with that one could just hook up this encoder to a 4-bit comparator and prob have a functional lil system on verilog or something idk. This really clears a lot of my confusion, thanks Neso Guy!
@aritraghosh8152
@aritraghosh8152 7 жыл бұрын
sir how the relationship between n and m is maintained in Decimal to BCD Encoder??
@vinaysahotra5259
@vinaysahotra5259 3 жыл бұрын
2^m outputs are maximum outputs .relation outputs
@gamar1226
@gamar1226 3 жыл бұрын
You can use BCD to represent numbers from 0-9 so that is 10 inputs. The other 9-15 are don`t cares.So in total you should have 16 inputs and if you use the n=2^m rule you ll have m=4.I don`t know if you add the other input lines they will float or it doesn`t matter if they are or not there.
@sahasona9718
@sahasona9718 3 жыл бұрын
Convert the Decimal No. 35 to Binary and Gray Forms and design the Relevant Logic Circuit for implementing the Binary and Gray Interconversion of the given Number. Please tell how this problem solution
@anaghbasak
@anaghbasak 3 жыл бұрын
Actually we can go upto 15 from 0 using 4 bits, however bcd uses upto 9. Which is 6 less than the total capacity that can be expressed using those 4 bits. So the rest are just don't care conditions and we should not really put any effort in caring about them.
@siddhipharate1567
@siddhipharate1567 4 жыл бұрын
Thankyou so much it was really helpful
@daniaamir4806
@daniaamir4806 7 жыл бұрын
how we can find number of outputs in Decimal to BCD encoder
@sundersingh2736
@sundersingh2736 6 жыл бұрын
In the implementation ; B=2+3+6+7, btw in circuit there is input of 2,3,6 & 5 to the OR gate ...is it circuit correct or incorrect???
@omarmahmood4209
@omarmahmood4209 4 жыл бұрын
The circuit is incorrect.
@shpsi
@shpsi 8 жыл бұрын
what about other 6 inputs bcoz in encoder 2^m=n. m=4 but here n=10. are they free
@devubs4416
@devubs4416 3 жыл бұрын
Simple and powerful 👌👍
@Eastman122
@Eastman122 3 жыл бұрын
Hello! What Program are you using to draw for this video?? Great Content! I love visual learning , it helps me more than books. Subscribed!
@akashbisht22
@akashbisht22 7 жыл бұрын
Now this may be a silly question. But this thing is not getting in my head. How can we use Decimal No.'s as an Inputs to OR Gates? or are they just Lines in sequence that have no.s written on it which can take value as 1 or 0? Somebody help me!! :D
@alphasatari
@alphasatari 6 жыл бұрын
They're lines which can take 1's or 0's arranged in sequence 0,1,2,3,4,5,6,7,8,9. Let's take an example if you make 7th line (i.e. 7) from left HIGH then output C B A will be high automatically representing output as 0111.( D is low) Did you see? Just by making a single line HIGH all other inputs of gate become HIGH which are associated with it.
@satakshi0304
@satakshi0304 9 жыл бұрын
The relation between number of input lines (n) to number of output lines (m) for encoders is n=2^m. Doesn't Decimal to BCD encoder follow this rule?
@Biggie.Cheese.
@Biggie.Cheese. 9 жыл бұрын
Yes I also have the same doubt..... *****
@vidyavarshinip.vvarshini3744
@vidyavarshinip.vvarshini3744 8 жыл бұрын
+satakshi030 it doesnt fallow in this case becouse no of bit diffres so
@abhishekmukherjee2091
@abhishekmukherjee2091 6 жыл бұрын
But according to the rule it can't be done so
@CoolCool-jp4hv
@CoolCool-jp4hv 5 жыл бұрын
The number of inputs 10 is not some power of 2..we can't take 3 outputs as for that we get 8 inputs.. So we take 4 outputs.. We can get 16 inputs... 10 are required.... I think so.
@tiasmondal7909
@tiasmondal7909 4 жыл бұрын
@@CoolCool-jp4hv you are correct because the numbers from 10 to 16 are taken as dont care but we consider 16 numbers as bcd code. Hence, for this reason we take 4 outputs for 16 (0 to 9 and dont care conditons included) inputs
@srisushma
@srisushma Жыл бұрын
In encoder,there r 2^n inputs->n outputs right? So when there r 8 inputs, outputs must be 3 (2^3)isnt it ?
@tanvipirramba782
@tanvipirramba782 7 жыл бұрын
sir..can u please add a video of quine mc cluskey method with dont cares!!!!
@swarupdas4139
@swarupdas4139 6 жыл бұрын
Which book we should go through? ? Which one you wiil suggest for digital electronic??
@gagandeepshergill9153
@gagandeepshergill9153 7 жыл бұрын
what about the relation n = 2^m ?? The no. of input lines are not satisfying this relation.
@abcdef1a214
@abcdef1a214 6 жыл бұрын
atom molecule ....got it...tq u
@AbdulRehman-xs9om
@AbdulRehman-xs9om 2 жыл бұрын
thanks ....ur videos really helped me in my exams
@UECAshutoshKumar
@UECAshutoshKumar Жыл бұрын
Thank you sir
@dayanidhimanjhi5802
@dayanidhimanjhi5802 5 жыл бұрын
Can you please.. explain the BCD to Binary convertor using 74184 IC.
@civilconcrete172
@civilconcrete172 2 жыл бұрын
Bro I love Neso Academy
@saikarthik002
@saikarthik002 7 жыл бұрын
why dont u use the kmap and minimise the expression
@davidvid922
@davidvid922 6 жыл бұрын
Can u please explain how to further convert this bcd in octal?please someone answer
@abhimanyujena191
@abhimanyujena191 5 жыл бұрын
for encoder input=2^output but here input is 10 and output is 4......input should be 16?????
@bdtechengineer3539
@bdtechengineer3539 5 жыл бұрын
Please make tutorial about BCD to Decimal decoder.
@BEC_MdWaqarTabish
@BEC_MdWaqarTabish Жыл бұрын
for B the circuit connection should be in 6.7 instead of 5&6.
@fatimaahmad2657
@fatimaahmad2657 7 жыл бұрын
why you write A,B,C,D in D,C,B,A in table
@ibzih
@ibzih 4 жыл бұрын
from highest (left) to lowest (right) priority
@vandanavandu6074
@vandanavandu6074 Жыл бұрын
describe what input condition would be required to generate the code for the following decimal number in decimal to bcd encoder : (a)2. (b)4. (c)8. (d)3 (e)7 Sir plz sir answer this question sir
@hemantpareek7516
@hemantpareek7516 3 жыл бұрын
Please provide notes and questions
@amalsanthoshpulianmackal7421
@amalsanthoshpulianmackal7421 4 жыл бұрын
Sir can you explain bcd to decimal decoder , I didn't find a correct answer
@razaanwar6754
@razaanwar6754 6 жыл бұрын
Can The order be in any way like ACBD or ABCD or DBAC
@usama57926
@usama57926 6 жыл бұрын
thank u brother
@subhradipmukherjee5440
@subhradipmukherjee5440 6 жыл бұрын
the no. of inputs are 10 and outputs are 4 how is that possible because 2^4 is 16 so there should be 16 i/p
@patibandladasaradh2341
@patibandladasaradh2341 8 жыл бұрын
try to upload decimal to bcd encoder and octal to binary in "priority encoders " type
@lakshita8386
@lakshita8386 6 жыл бұрын
this one doesn't abide by the m and n relationship you defined in the previous video. why?
@thefive.am.c
@thefive.am.c 3 жыл бұрын
Do bcd and binary mean same ???
@shayanfaisal9012
@shayanfaisal9012 4 ай бұрын
No
@NirmalyaManna
@NirmalyaManna 3 ай бұрын
Nah bro....wtf
@apexemperor
@apexemperor 6 жыл бұрын
N what is the decimal to bcd PRIORITY ENCODER....?
@jsl_21
@jsl_21 3 жыл бұрын
Is this in gate cse syllabus ?
@Hasan-pc4hy
@Hasan-pc4hy 8 жыл бұрын
why o/p lines are 4 having 10 i/p? Bit confusing.
@vidyavarshinip.vvarshini3744
@vidyavarshinip.vvarshini3744 8 жыл бұрын
can we use in the reverse form that is A B C D
@allhdmoviescene1294
@allhdmoviescene1294 Жыл бұрын
how u come to know to use or? why not and
@maxkillergaming9265
@maxkillergaming9265 Жыл бұрын
How solve their questions???
@santoshkrb6819
@santoshkrb6819 5 жыл бұрын
Super boss..!!
@eswarec1422
@eswarec1422 5 жыл бұрын
Tq so much bayya 😘😍😍
@golu-kk4du
@golu-kk4du 29 күн бұрын
Bro literally this video post 9 years ago
@GAMING_SHORT_57
@GAMING_SHORT_57 27 күн бұрын
😮
@charankoppuravuri3489
@charankoppuravuri3489 6 жыл бұрын
Is it called an encoder with 9 inputs and 4 outputs?
@_txt_7398
@_txt_7398 Жыл бұрын
Same question
@snehakulkarni3353
@snehakulkarni3353 2 жыл бұрын
How put the truth table
@saritaverma3890
@saritaverma3890 6 жыл бұрын
please reply sir here formula of input and output does not fit
@venkatraman2370
@venkatraman2370 6 жыл бұрын
for an output of 4 bit. we need to 16 bit input.but here we have 10bit input.
@naeemrehman6967
@naeemrehman6967 4 жыл бұрын
@@venkatraman2370 yeah u r right
@daniel-so7cv
@daniel-so7cv 6 жыл бұрын
Awesome
@amribnaas
@amribnaas Жыл бұрын
Nice
@mansimittal3079
@mansimittal3079 Жыл бұрын
Can u please share a file of wedding invitation pop up for my sister wedding please
@arushisharma6001
@arushisharma6001 5 жыл бұрын
Why the output are 4 it should be 5 I guss sir reply plzzz
@shivraamkori
@shivraamkori 4 жыл бұрын
You can send pdf?
@mdhanif-cx6pw
@mdhanif-cx6pw 7 жыл бұрын
sir plz help me give me one lecture BCd to binary decoders
@AnonymousNepal
@AnonymousNepal 5 жыл бұрын
finally he told something that is not important :v
@duydangdroid
@duydangdroid 6 жыл бұрын
2:30 copy + paste is fundamental to computer science
@goldeagleengineering4898
@goldeagleengineering4898 7 жыл бұрын
I am confused why is there 10 inputs and 4 outputs ? I thought m=2^n ??????? SOMEONE PLEASE HELP ME I HAVE EXAMS COMING UP.
@uzmau5017
@uzmau5017 7 жыл бұрын
You should study ,conversion of decimal to BCD number
@naeemrehman6967
@naeemrehman6967 4 жыл бұрын
Goldeagleengineering True
@jaimande8788
@jaimande8788 9 ай бұрын
I wrote this in my exam yesterday........
@mohapapiansalman5135
@mohapapiansalman5135 5 жыл бұрын
i really need to contact with you..about the videos about genius einstein videos!
@meghnanakhate920
@meghnanakhate920 5 жыл бұрын
Plz teach the working of IC 74147.. I really need it 🤤🤤🤤
@prathameshiyer5797
@prathameshiyer5797 3 жыл бұрын
I will teach you
@bhumanyoo
@bhumanyoo 7 жыл бұрын
how to make kmap for this to know the function
@sharathsharu698
@sharathsharu698 5 жыл бұрын
bhumanyoo bhumayoo
@fatimakhan8050
@fatimakhan8050 5 жыл бұрын
Zabrdast
@supriyasoni2564
@supriyasoni2564 4 жыл бұрын
Sir ,hme k_map bnane ki need ni h esme??? Direct circuit bna skte h ???
@user-nw7pi5ft4n
@user-nw7pi5ft4n 7 жыл бұрын
Iam Iraqi we stady that in ingenring of electric in babelon l thank you very much
@prashanthreddy8537
@prashanthreddy8537 9 жыл бұрын
hey thanks !!!!!!!!!!!!!nice video here its violating n=2^m????????????????
@sarveshsatpute5598
@sarveshsatpute5598 7 жыл бұрын
prashanth reddy condition is n is less than or equal to 2^m
@naeemrehman6967
@naeemrehman6967 4 жыл бұрын
@@sarveshsatpute5598 how
@pranjalchand6792
@pranjalchand6792 4 ай бұрын
8 жыл бұрын
Very thank you :) Duplicate samples please (Y)
@SportsEntertainmentcricketlove
@SportsEntertainmentcricketlove 4 жыл бұрын
wow
@sarveshsatpute5598
@sarveshsatpute5598 7 жыл бұрын
why D is considered as MSB????
@anaghbasak
@anaghbasak 3 жыл бұрын
MOST SIGNIFICANT BIT. The name itself suggests what it is. It has the highest value out of all the individual outputs each representing a bit.
@sunshodan5883
@sunshodan5883 5 жыл бұрын
how did you write 10=2^m where m=4
@niraleechavda1670
@niraleechavda1670 4 жыл бұрын
Figure Incorrect (B)
@greywolftechnologiesinc.4661
@greywolftechnologiesinc.4661 7 жыл бұрын
Heads up. The picture is wrong! 5 and 7 are incorrect! So funny...
@biharmebengaliassammemarwa1467
@biharmebengaliassammemarwa1467 6 жыл бұрын
some mistake
@Jakes_psyche
@Jakes_psyche 8 ай бұрын
100th comment hehe
@livemylife1942
@livemylife1942 2 жыл бұрын
Thank you sir
Octal to Binary Encoder
4:56
Neso Academy
Рет қаралды 517 М.
Binary Coded Decimal (BCD) Code
16:46
Neso Academy
Рет қаралды 915 М.
Finger Heart - Fancy Refill (Inside Out Animation)
00:30
FASH
Рет қаралды 32 МЛН
Doing This Instead Of Studying.. 😳
00:12
Jojo Sim
Рет қаралды 30 МЛН
Spot The Fake Animal For $10,000
00:40
MrBeast
Рет қаралды 210 МЛН
Designing a 7-segment hex decoder
15:33
Ben Eater
Рет қаралды 3,7 МЛН
Hexadecimal to Binary Encoder
4:27
Neso Academy
Рет қаралды 314 М.
Introduction to Multiplexers | MUX Basic
12:27
Neso Academy
Рет қаралды 2,6 МЛН
4:2 Encoder [with detail explanation, boolean expression, circuit diagram]
5:03
Lec-8: BCD, Excess-3 Code & Conversion with example
7:38
Gate Smashers
Рет қаралды 647 М.
Encoders and Decoders Made Easy (circuits)
6:07
EducationAboutStuff
Рет қаралды 148 М.