Decoder Part 1 | GATE 2023

  Рет қаралды 4,729

GATE CSE LECTURES BY AMIT KHURANA

GATE CSE LECTURES BY AMIT KHURANA

Күн бұрын

Drop a comment 👇 if this video was useful 😍
⏩ ABOUT ►
Amit Khurana Sir is covering the entire syllabus of GATE Computer Science for free on KZbin. He himself is a GATE Ranker (AIR 94, GATE 2020) and has been teaching professionally for over 12 years.
Since his goal is to offer the best education possible to students who cannot afford it, he does not charge any fees whatsoever, and all of his content is 100% free.
As a result, he relies entirely on donations from his well-wishers.
📌 Linktree: linktr.ee/amit...
📌 Make a Donation: tinyurl.com/AK...
----------------------------------------------------------------------------------
⏱️ TIMESTAMPS ►
Please help me by commenting below 👇
🔸🔹🔸🔹🔸🔹🔸🔹🔸🔹🔸🔹🔸🔹🔸🔹🔸🔹🔸🔹🔸🔹🔸🔹🔸🔹🔸🔹🔸🔹🔸🔹
📚 SUBJECT PLAYLISTS ►
📒 DSA (Data Structures and Algorithms): tinyurl.com/AK...
📕 Digital Logic: tinyurl.com/AK....
📗 C Language: tinyurl.com/AK...
📘 General Aptitude: tinyurl.com/AK...
📙 TOC (Theory of Computation): tinyurl.com/AK...
📒 Discrete Mathematics: tinyurl.com/AK...
📕 Computer Networks: tinyurl.com/AK...
📗 DBMS (Databases): tinyurl.com/AK...
📚 TOPIC PLAYLISTS ►
📒 Graph Theory (DM): tinyurl.com/AK...
📒 Discrete Probability (DM): tinyurl.com/AK...
📒 Generating Functions (DM): tinyurl.com/AK...
📒 Poset Lattice and Boolean Algebra (DM): tinyurl.com/AK...
📒 Group Theory (DM): tinyurl.com/AK...
📒 Set Theory (DM): tinyurl.com/AK...
📒 Logic (DM): tinyurl.com/AK...
📒 Combinatorics (DM): tinyurl.com/AK...
📗 Pointers (C Language): tinyurl.com/AK...
📚 SOLUTIONS ►
✅ GATE PYQs | Group Theory: tinyurl.com/AK....
✅ GATE PYQs | Set Theory: tinyurl.com/AK....
✅ GATE PYQs | Combinatorics: tinyurl.com/AK....
✅ GATE PYQs | Logic: tinyurl.com/AK...
✅ GATE PYQs | Computer Networks: tinyurl.com/GA...
✅ GATE PYQs | DBMS: tinyurl.com/GA...
✅ GATE CSE 2021: tinyurl.com/AK...
✅ GATE CSE 2020: tinyurl.com/AK...
🏷️ OTHER PLAYLISTS ►
💙 General Videos: tinyurl.com/AK...
💙 Live Sessions: tinyurl.com/AK...
💙 GATE Toppers Podcast: tinyurl.com/AK...
👋 CONNECT WITH ME ►
📌 Telegram: t.me/gatecsele....
📌 Facebook: tinyurl.com/AK....
📌 Instagram: / amitkhurana349
📌 Linkedin: / amit-khur. .
📌 Email: amitkhurana.gate2020@gmail.com
----------------------------------------------------------------------------------
Thank you for visiting my channel! If you like my work, please consider donating (as per your wish) 😊🙏🏻
Like, Share & Subscribe 🔥
Amit Khurana Sir
----------------------------------------------------------------------------------
🏷️ TAGS ►decoder in digital electronics in hindi,decoder in hindi,decoder circuit,decoder by study extent,decoder truth table,2 to 4 decoder truth table,decoder in digital electronics,digital electronics lectures,digital electronics,डिकोडर,What is Decoder,decoder logic circuit,what is decoder in hindi,binary decoder in hindi,decoder,what is decoder explain in hindi,encoder and decoder in hindi,decoder and encoder in hindi,encoder and decoder problem in hindi

Пікірлер: 32
@alokbaidya1247
@alokbaidya1247 2 жыл бұрын
sir app ke liye clonning karna easy hota hai .... but hamara notebook copy me clonning karne me jan chala jata hai🙃.....anyway thanks for this premiuim quality of lectures❤❤
@huzaifam7060
@huzaifam7060 4 ай бұрын
VIDEO NOTES 1) Decoder has n input lines and less than or equal to 2^n output lines and an enable pin. 2) We have said less than equal to 2^n output because there can be some Don't Care conditions. 3) Decoder basically outputs the position of the input data on a truth table 4) Demux relation with Decoder (9:13) 5) For designing use the typical steps: make truth table, derive the minimized equation and then make the circuit. Eg 2x4, 4x16. If you add enable pin, E with expression for active high, E' with expression for active low (15:13) 6) For binary to octal decoder, we know that input will be binary and output will be octal. So there will be 8 output lines(octal is base 8) and so 3 input lines (2^3=8) (20:16) It will also follow the typical designing steps. 7) For BCD to Decimal decoder, we will only make 10 output lines instead of 16 because rest 6 will be don't care. However, we will write those don't cares in the truth table and equations. Now minimize all the equations using K-Map. (38:12). Then Finally design the circuit.
@shariqfaraz
@shariqfaraz 2 жыл бұрын
So deep and insightful explanation about use of don't cares 🙌🏻
@hareshparab7808
@hareshparab7808 2 ай бұрын
Great Video🤯
@ghostshadow4816
@ghostshadow4816 16 күн бұрын
You still watching and commenting! Keep it up bro! Good Luck
@ChandanAkbarpuria
@ChandanAkbarpuria Жыл бұрын
One of the best explanation for decoder
@Vaishnavidwivedi11
@Vaishnavidwivedi11 2 ай бұрын
💕✨✨✨✨💥
@sarth8065
@sarth8065 3 ай бұрын
Last vala part bilkul nahi samjha. Why you have considered don't care as 1 and how did you know that exactly which o/p lines will be on?
@ghostshadow4816
@ghostshadow4816 16 күн бұрын
Watch K-map videos of Sir, ur don't care concept will be clear why it is considered as 1. When A = 1 B = 0 C = 1 D = 0 Then, it's same as AB`CD` D2 = B`CD` D8 = AD` AB`CD` contains both minterms so 2 bulbs should glow but that's invalid due to the invalid input. Similary Try for 11, 12, 13, 13 and 15. You will understand. This doesn't happens when you take €(0,1,2,3,4,5,6,7,8,9)
@pawanchoure1289
@pawanchoure1289 5 ай бұрын
great😊👏👍 lecture🎉❤
@adityaSingh-wk9jk
@adityaSingh-wk9jk 5 ай бұрын
Thank you sir ❤❤❤
@debarghamukherjee1440
@debarghamukherjee1440 2 жыл бұрын
Sir aur on an avg kitne topics bachte hai Digital mein?
@gatecsehelp5486
@gatecsehelp5486 2 жыл бұрын
bhai abhi poora sequential circuits pada hai
@debarghamukherjee1440
@debarghamukherjee1440 2 жыл бұрын
@@gatecsehelp5486 woh toh hai... Woh saare bhi itne details mein karayenge sir?
@gatecsehelp5486
@gatecsehelp5486 2 жыл бұрын
@@debarghamukherjee1440 haan bhai ache se karayenge bcoz ye wala chapter mein COA subject ka base hai
@debarghamukherjee1440
@debarghamukherjee1440 2 жыл бұрын
@@gatecsehelp5486 ooo. Tab toh aur 2-3 week lagega phir
@gatecsehelp5486
@gatecsehelp5486 2 жыл бұрын
@@debarghamukherjee1440 haa wo to hai , sir ji ki uploads ki freq. pe bhi depend karta hai, abhi to main DSA, OS, COA APTI bhi pada hai
@lovishdhingra3551
@lovishdhingra3551 Жыл бұрын
sir 48.33 is invalid bcd
@aditithakur9281
@aditithakur9281 Жыл бұрын
at 49:15....what is minimum literal count.... please tell 🥺
@Thakur_Abhays
@Thakur_Abhays Жыл бұрын
clarify your question ??
@aditithakur9281
@aditithakur9281 Жыл бұрын
@@Thakur_Abhays not sure , i just find that at both case bulb will glow so total number of literal could be 5 ... . .. although i don't know
@Thakur_Abhays
@Thakur_Abhays Жыл бұрын
@@aditithakur9281 you are saying 5 because when we give input 1010 two bulbs glows D2 and D8 minterm for these respectively is B'CD' and AD'. But we don't care about how many bulbs are glowing in this case because input is wrong. Literal count for 10 (D10) is 2, you can determine it from kmap. Minterm will be AC or AD'
@aditithakur9281
@aditithakur9281 Жыл бұрын
@@Thakur_Abhays ac or ad logically means ac + ad' why to consider one minterm to calculate function D10
@Thakur_Abhays
@Thakur_Abhays Жыл бұрын
@@aditithakur9281 are u in telegram group??
@saikat3847
@saikat3847 2 жыл бұрын
Sir please COA padha do aap, instead of DSA🙏🙏
Decoder Part 2 | GATE 2023
35:53
GATE CSE LECTURES BY AMIT KHURANA
Рет қаралды 2,9 М.
Encoder in Digital Electronics|Working,Application and Logic Circuit of Encoder|#2|Priority encoder
43:11
КОГДА К БАТЕ ПРИШЕЛ ДРУГ😂#shorts
00:59
BATEK_OFFICIAL
Рет қаралды 7 МЛН
Real Man relocate to Remote Controlled Car 👨🏻➡️🚙🕹️ #builderc
00:24
This dad wins Halloween! 🎃💀
01:00
Justin Flom
Рет қаралды 63 МЛН
Encoder in Digital Electronics | Working, Application and Logic Circuit of Encoder | Part 1
31:55
GATE CSE LECTURES BY AMIT KHURANA
Рет қаралды 3,2 М.
What is Magnitude Comparator (Digital Comparator) | 1-bit, 2-bit and 3-bit Comparators Explained
36:32
GATE 2025 REGRET😭#gate #gatewallah
8:29
ANKIT SHAW VLOGS
Рет қаралды 4,3 М.
Decoder Part 4 | GATE 2023
49:00
GATE CSE LECTURES BY AMIT KHURANA
Рет қаралды 2,7 М.
Encoder in Digital Electronics | Working, Application and Logic Circuit of Encoder | Part 3
48:11
GATE CSE LECTURES BY AMIT KHURANA
Рет қаралды 2,2 М.
Setup Time and Hold Time of Flip Flop Explained | Digital Electronics
17:37
ALL ABOUT ELECTRONICS
Рет қаралды 86 М.
Decoder Part 3 | GATE 2023
28:00
GATE CSE LECTURES BY AMIT KHURANA
Рет қаралды 2,5 М.
JK Flip Flop | Part 1
35:14
GATE CSE LECTURES BY AMIT KHURANA
Рет қаралды 3,6 М.
SR Latch | NOR SR latch
25:38
GATE CSE LECTURES BY AMIT KHURANA
Рет қаралды 4,4 М.
HOW TRANSISTORS RUN CODE?
14:28
Core Dumped
Рет қаралды 524 М.