@@Problem_Solut1ons i think first we're gonna change 738 into decimal, that's 144. and then to bcd that's 000101000100, and last into XS-3 = 010001110111
@davadoffАй бұрын
@@hanifah6466 734 base8 in decimal = 476 4 in binary, 7 in binary, 6 in binary, in XS-3 coding = 011110101001
@davadoffАй бұрын
734 base8 in decimal = 476 4 in binary, 7 in binary, 6 in binary… in XS-3 coding = 011110101001
@raghavdubey913810 ай бұрын
Octal to binary conversion at 6:03 is not correct it should be 110010001... ; please check it once
@ALLABOUTELECTRONICS10 ай бұрын
Its not octal to binary, its octal to BCD conversion. What you are saying is octal to binary conversion.
@mayurshah91313 жыл бұрын
VERY WELL EXPLAINED VERY GOOD 👍👍
@poojashah61833 жыл бұрын
Best explanation👌🏻👌🏻👍🏻
@kishangaur66832 жыл бұрын
Thanks sir for your support .you really explained well.
@harshwaghela82212 жыл бұрын
How do you teach so perfectly ❤️
@syedm.hussnainraza87982 ай бұрын
Nice Explanation ❣.
@subhendupal25413 жыл бұрын
Helpful video 👌👍
@akhilajay1864 Жыл бұрын
Thankyou. Very much helpful. 👍
@ambatisivaji18073 жыл бұрын
Bro plz tell me.... " ITI - ELECTRONICS " Trade basic caliculations based on all farmuls
@ДимаГерасимов-р4э2 жыл бұрын
Thanks for the explanation
@sohammahure6672 Жыл бұрын
Very nicely explained
@nikhilkashyap24112 жыл бұрын
Hi, are there any lecture slides/handouts available for the content you are teaching ? Please let me know. Thanks
@ALLABOUTELECTRONICS2 жыл бұрын
Some of the notes are updated on the website. Please check there. I am planning to update the remaining notes there very soon. Here is the link: www.allaboutelectronics.org
@ankitmehta68757 ай бұрын
Thank you for sharing this video
@Shiva671 Жыл бұрын
Hello Here in 2421 BCD , BCD of 5 is 1011 but it is also 0101 so which one is right ?🤔
@ALLABOUTELECTRONICS Жыл бұрын
The code is assigned such that, the number 5 to 9 are mirror image of 0 to 4. (Replace 1s by 0s and 0s by 1) Also, it is a self complementing code. Meaning that, you can find the 9s complement of the number by replacing 0s by 1s and 1s by 0s. I hope, it will clear your doubt.
@Shiva671 Жыл бұрын
@@ALLABOUTELECTRONICS understood.. Thanks 👍🏻
@ashutosh151315 күн бұрын
But sir like code of 1 is 0001 and according to 9's complement code of 8 should be 1000 but if we multiply by weights to digits we aren't getting 8 we are getting 2
@PELİNÖZDEMİR-k1n2 ай бұрын
thank you you are the best
@rahula90083 жыл бұрын
How to find BCD code of letter "BASE"
@isharajput9991 Жыл бұрын
Sir how to implement table.for 5421 code
@gurujeetyadav42735 ай бұрын
9f = 000110111111 101101 = 01001011 Is it correct?
@ParamitaDey-bi1mg3 жыл бұрын
Sir in 6:03 why you took 4 bits for octal it supposed to be 3?
@ALLABOUTELECTRONICS3 жыл бұрын
4 bits are for BCD. Here, first octal number is converted into decimal. And then each decimal digital is represented into equivalent BCD representation using 4 bits. Please watch that portion once again, it will get clear to you.
@ParamitaDey-bi1mg3 жыл бұрын
@@ALLABOUTELECTRONICS Ooo... Okay I understood now .. I thought no.of bit of BCD is same as no.of bit of binary . Thanks sir now my doubt is cleared because of you Thanks
@imAman001 Жыл бұрын
13:17 011110101001 this is right
@KandhanM-n1o11 ай бұрын
do we need to put base 2 to BCD code like we do for binary numbers or to write BCD code without base value
@ALLABOUTELECTRONICS11 ай бұрын
No just write without base.
@arkodasgupta041211 ай бұрын
in 8 4 -2 -1 and 2 4 2 1 BCD codes, I noticed that some decimal numbers can be represented in more than 1 way. So, can I represent them in any way ? or the way as shown in the video ?
@ALLABOUTELECTRONICS11 ай бұрын
2421 and 84-2-1 are self-complementing codes. That means you can find the 9s complement of the number just by replacing the 1s by 0s and 0s by 1s. For example, the 9s complement of the number 4 is 5 (9-5). So, in these codes, if you see the code of digit 5, then you can find that code by replacing 1s by 0s and 0s by 1s in the code of 4. And the weights are assigned accordingly. That means although it is possible to represent the number in multiple ways, we should use only that code, where the above condition (self-complementing) condition gets satisfied. I have also covered one example based on that recently on the second channel. Please go through it, you will get it. Here is the link: kzbin.info/www/bejne/h6iXgn6Mq5mCi9Usi=b_AZA1WLvnYXCVub
@arkodasgupta041211 ай бұрын
@@ALLABOUTELECTRONICS ok sir understood. Thank you
@fggj6349 Жыл бұрын
Thanks great job
@shivlidimri151 Жыл бұрын
in 4221 bcd, how do we know which 2 we'll have to use to represent say decimal 2 and decimal 5
@ALLABOUTELECTRONICS Жыл бұрын
The code is assigned such that, the number 5 to 9 are mirror image of 0 to 4. (Replace 1s by 0s and 0s by 1) Also, it is a self complementing code. Meaning that, you can find the 9s complement of the number by replacing 0s by 1s and 1s by 0s. I hope, it will clear your doubt.
@VanishreeNm Жыл бұрын
What is the value of F here? generally how we can find the alphabets values?
@ALLABOUTELECTRONICS Жыл бұрын
F is typically used in Hexadecimal number system. I assume you are asking, the corresponding BCD code for F. So, F in decimal is equivalent to 15. So, in BCD format, we will have two digits (1 and 5). so, we need to represent each digit in 4-bit BCD form. Therefore, F in hexadecimal is equivalent to 0001 0101 in BCD. Similarly, if one wants to represent A (which is 10 in decimal), then it is equivalent to 0001 0000. I hope, it will clear your doubt.
@meghana9478 Жыл бұрын
So useful❤
@Morgen_MaxwellАй бұрын
GOOD TEACH
@tanishsharma54002 жыл бұрын
Last ques of converting 5c to xs3, 5c must be 81, you wrote it 92, how so?
@ALLABOUTELECTRONICS2 жыл бұрын
5C is in hexadecimal. If you convert it into decimal then it is 92. (5*16 + 12*1 = 92). Please check it once again, you will get it.
@Kondalu.810 Жыл бұрын
Why we cant use 4+1=5 Why you use 2+2+1=5
@Kondalu.810 Жыл бұрын
in 2421 code
@ALLABOUTELECTRONICS Жыл бұрын
The code is assigned such that, the number 5 to 9 are mirror image of 0 to 4. (Replace 1s by 0s and 0s by 1) Also, it is a self complementing code. Meaning that, you can find the 9s complement of the number by replacing 0s by 1s and 1s by 0s. I hope, it will clear your doubt.