Non homogeneous Recurrence Relation for 'n^2' value || DMS || DMGT || MFCS || Solved Example Sudhakar Atchala 198 тыс. подписчиков Скачать
Multinomial Theorem | 4 Examples |Find the coefficient of x^3y^3z^2 in the expansion of (2x-3y+5z)^8 Скачать
Non homogeneous Recurrence Relation for 'n' value || DMS || DMGT || MFCS || 2 Solved Examples Скачать
Universal Turing Machine || Binary encoding of Turing machine || TOC || FLAT || Automata Theory Скачать
Lattice in Discrete Mathematics | 2 Examples | Lattice Properties | Hasse Diagram is lattice or not Скачать
Hasse Diagram (15 Example Problems) || Hasse Diagram || How to Draw Hasse Diagram || DMS || MFCS Скачать
Hasse Diagram | How to Draw Hasse Diagram | Hasse Diagram in Discrete Mathematics | Procedure | DMS Скачать
Design a Turing Machine to accept Even number of 0's and Any number of 1's || TOC || FLAT ||Automata Скачать
Construct Turing machine for language of strings ending with ab || Automata Theory || TOC || FLAT Скачать
Subgraphs in Discrete Mathematics || Spanning Subgraphs || Induced Subgraphs || Types of Subgraphs Скачать
Design a Turing Machine for Incrementer || Decrementer || function f(x)=x+1 || f(x)=x+2 || f(x)=x-1 Скачать
Show that ∀x(P(x) v Q(x)) = (∀x) (P(x)) v (Ǝx) ( Q(x)) || Logical Equivalences Involving Predicates Скачать
Show that Ǝx(P(x) ʌ Q(x)) = (Ǝx) (P(x)) ʌ (Ǝx) ( Q(x)) | Logical Equivalences Involving Predicates Скачать
Planar Graph Examples | K2,3 | K3,3 | K5 | A graph of oder 5 and size 8 | Order 6 & size 12 | DMS Скачать
Types of graphs in discrete mathematics | Regular | Cyclic | Complete | Bipartite|Complete Bipartite Скачать
Design of PDA for Language L=a^i b^j c^k | j=k || Theory of computation || TOC ||FLAT | PDA Examples Скачать
Inference Rules For Predicate Logic | Rules of Inference for Quantified Statements | DMS |3 Examples Скачать
Design of PDA for Language L=a^i b^j c^k | i=j || Theory of computation || TOC ||FLAT | PDA Examples Скачать
Construct PDA for the language L={a^2n b^n} || Pushdown Automata || TOC || FLAT || Theory of Comp Скачать
Quantifiers in Predicate logic || Represent the Sentences(Statements) in Symbolic Form || DMGT ||DMS Скачать
[New] Convert Right Linear Grammar to Left Linear Grammar | Construction of Left Linear Grammar Скачать
Converting Finite Automata to Regular Grammar || Procedure || Example || Construction of Regular Gr Скачать
Converting Regular Grammar to Finite Automata || Procedure || 2 Examples || Construction || TOC Скачать
Greibach Normal Form || Converting CFG to GNF || TOC || FLAT || Theory of Computation || Example 3 Скачать
Conversion of Finite Automata to Regular Expression using Arden's Theorem | Construct | TOC | FLAT Скачать
Conversion of Finite Automata(DFA) to Regular Expression using Arden's Theorem || Construct || TOC Скачать
DFA which accepts strings starting and ending with same symbol || FLAT || Theory of computation Скачать
Logical Equivalence with out using truth table examples or equivalent formulas || DMS || 3 examples Скачать
Design DFA that accepts language L={awa | w ∈ {a,b}*} || String starts with 'a' and ends with 'a' Скачать
DFA for atmost 2(two) a's || atmost 3(Three) a's || Not more than 2 a's || Not more than 3 a's Скачать
Acceptance of a String by a Finite Automata | Language accepted by Finite Automata || Acceptability Скачать
Strings in Automata Theory || Central(Basic) Concepts || Mathematical Notations|| String Operations Скачать
Language in Automata Theory | Central(Basic) Concepts | Mathematical Notations|Theory of Computation Скачать
1 to 8 Demultiplexer | 1 * 8 Demultiplexer | Working | Block Diagram |Truth Table|Boolean expression Скачать
Programmable Logic Devices | PLDs | PROM | PAL | PLA | Programmable Read Only Memory | Array Logic Скачать
PROM (Programmable Read Only Memory) || Implementing Boolean Functions using PROM || PROM Example Скачать
Multistage Graph | Backward Approach | Ex2 | Dynamic Programming | Design and Analysis of Algorithms Скачать
Multistage Graph | Backward Approach | Ex1 | Dynamic Programming | Design and Analysis of Algorithms Скачать
Multistage Graph | Forward Approach | Dynamic Programming | Design and Analysis of Algorithms | Ex 2 Скачать
Multistage Graph | Forward Approach | Dynamic Programming | Design and Analysis of Algorithms | Ex 1 Скачать
Strassen's Matrix Multiplication - Concept, Algorithm, Time Complexity || DAA || Divide and Conquer Скачать
Implementation of Boolean Function using Multiplexers || 8:1 || 4:1 || Example 2 || Implementing Скачать
Implementation of Boolean Function using Multiplexers || 8:1 || 4:1 || implementing boolean function Скачать
Programmable Array Logic(PAL) in Digital Electronics || DLD | Implement Boolean functions using PAL Скачать
Programmable Logic Array (PLA) in Digital Electronics || DLD | Implement Boolean functions using PLA Скачать
T to JK Flip Flop Conversion || T Flip Flop to JK Flip Flop Conversion || DLD | Digital logic design Скачать
JK Flip Flop to T Flip Flop Conversion || JK to T Flip Flop Conversion || Flip Flop Conversions Скачать
D Flip Flop to JK Flip Flop Conversion || D to JK Flip Flop Conversion | DLD | flip Flop Conversion Скачать
JK Flip Flop to D Flip Flop Conversion || JK to D Flip Flop Conversion || DLD || DE || Digital Logic Скачать
Introduction to Greedy Method || General Method || Control Abstraction || Applications || DAA Скачать
Introduction to Divide and Conquer Algorithm | General Method | Control Abstraction |Time Complexity Скачать
D Flip Flop to T Flip Flop Conversion || D to T Flip Flop Conversion || DLD || DE || Digital Logic Скачать
T Flip Flop to D Flip Flop Conversion || T to D Flip Flop Conversion || DLD || DE || Digital Logic Скачать
T Flip Flop to SR Flip Flop Conversion || Converting T to SR Flip Flop || DLD || DE || Digital Logic Скачать
SR Flip Flop to T Flip Flop Conversion || SR to T Flip Flop Conversion || DLD || DE || Digital Logic Скачать
C Program to Convert Binary Number to Decimal Number || Binary to Decimal Conversion - C Programming Скачать
C Program to Convert Decimal Number to Binary Number || Decimal to Binary Conversion - C Programming Скачать
C Program to find LCM of two numbers using loops || LCM of two numbers in c || without recursion Скачать
C Program to find GCD of two numbers using loops || GCD of two numbers in c || HCF of two numbers Скачать
D Flip Flop to SR Flip Flop Conversion || || Digital Logic Design || DLD | Digital Electronics | DE Скачать
SR Flip Flop to D Flip Flop Conversion || Digital Logic Design || DLD || Digital Electronics || DE Скачать
SR Flip Flop to JK Flip Flop Conversion || Digital Logic Design || DLD || Digital Electronics || DE Скачать
OS Lab || Linked File Allocation || C Program to implement | Operating Systems Lab | OS Lab Playlist Скачать
OS Lab | C Program to implement Priority Scheduling | Process Scheduling Programs | Operating System Скачать
OS Lab || C program to implement Bankers Algorithm for Deadlock Avoidance || Operating Systems Lab Скачать
OS Lab || C Program to implement Worst Fit Memory Allocation Technique || Operating Systems Lab Скачать
Memory Allocation Methods || First Fit || Best Fit || Worst Fit || Contiguous || Operating Systems Скачать
OS Lab || SCAN Scheduling || C Program to implement || Operating Systems Lab || Disk Scheduling Скачать
Operating Systems lab || C Program to implement FCFS Disk Scheduling Algorithm || OS Lab playlist Скачать
Disk Management in Operating Systems || Disk Formatting || Partitioning || Boot Block || Bad Block Скачать
OS Programs || C Program to implement Best Fit Memory Allocation Technique || Operating Systems Lab Скачать
OS Programs || C Program to implement First Fit Memory Allocation Technique || Operating Systems Lab Скачать
Multiprogramming with Fixed Size Partitioning Versus Variable Size Partitioning in OS | Contiguous Скачать
Logical Address and Physical Address in Operating Systems || Logical and Physical Address Space Скачать
Address Binding in Operating Systems || Memory Management || Compile time || Load time || execution Скачать
Base and Limit Registers || Hardware Address Protection in Memory Management || Operating Systems Скачать
Types of Triggering | Edge Triggering | Level Triggering | Digital Electronics |Sequential circuits Скачать
[New] Bounded Buffer Problem|Problems Of Synchronization| producer consumer problem using semaphores Скачать
4 Bit Asynchronous (Ripple) Up Counter || Mod 16 || Digital Electronics || Digital Logic Design Скачать
Connection Management in TCP || Connection Establishment || Data Transfer || Connection Termination Скачать
2 Bit Asynchronous (Ripple) Up Counter || Mod 4 ||Digital Electronics || Digital Logic Design || DLD Скачать
3 Bit Asynchronous (Ripple) Up Counter || Mod 8 ||Digital Electronics || Digital Logic Design Скачать
Synchronous vs Asynchronous Counters || Differences || What is ||Digital Logic Design || Electronics Скачать
Virtual Machines in OS | Virtualization | System Model | Implementation | Benefits | VMware | JVM Скачать
Universal Shift Register || Bidirectional Shift Register with Parallel Load || Digital Logic Design Скачать
TCP Services || Transport Services || Responsibilities of Transport Layer || Computer Networks Скачать
TCP vs UDP || Differences between TCP and UDP Protocols || Transport Layer || Computer Networks Скачать
TCP Connection Termination || Three || Four Way Handshake || Transport layer || Computer Networks Скачать
Shift Registers || Types of Shift Registers || SISO || SIPO || PISO || PIPO || Digital Electronics Скачать
Sleep () System Call | Exit() System call | Operating System lab || OS lab || Process Management Скачать
Fork() System Call | Wait() System call | Operating System lab || OS lab || Process Management Скачать
Operating System Design and Implementation || User Goals || System Goals || Mechanisms || Policies Скачать
JK Flip Flop Characteristic Table, Excitation Table & Characteristic Equation | Digital Electronics Скачать
System calls in Operating Systems || System Call Implementation || System call Parameter Passing Скачать
T Flip Flop || Circuit Diagram || Truth Table || Characteristic || Excitation || Table || Equation Скачать
D Flip Flop || Circuit Diagram || Truth Table || Characteristic || Excitation || Table || Equation Скачать
User Operating System Interface || CLI || Command Line Interface || Command Interpreter || GUI Скачать
Computing Environments in Operating Systems || Distributed Systems || Traditional | peer to peer Скачать
Computer System Architecture in Operating Systems |Symmetric Multiprocessing |Asymmetric| Clustered Скачать
Computer System Operation in Operating system || Computer System Organization || Operating System Скачать
Computer System Structure || 4 Components of Computer System || Abstract view of Operating System Скачать
Classful Addressing || Class A IP addressing || Class B || Class C || Class D || Class E || CN Скачать
Introduction to Routing Algorithms | Types of Routing Algorithms | Adaptive | Non Adaptive | Static Скачать
Collision Free Protocols in Computer Networks || 1 Bit Map protocol || Binary Countdown protocol Скачать
CSMA/CA Protocol in Computer Networks || Carrier Sense Multiple Access With Collision Avoidance Скачать
CSMA/CD protocol in computer networks | Carrier Sense Multiple Access With Collision Detection | CN Скачать
Simplex Stop and Wait Protocol for Noisy Channel | Error Channel | Elementary Data Link Protocols|CN Скачать
Simplex Stop and Wait Protocol for Noiseless(Error Free) Channel | Elementary Data Link Protocols|CN Скачать
Unrestricted Simplex Protocol | Elementary Data Link Protocols | Data Link Layer | Computer Networks Скачать
Sliding window protocol | Types of sliding window protocol | 1 Bit | Go-Back-N ARQ |Selective Repeat Скачать
Stop and Wait Protocol || Stop and Wait ARQ Protocol || Data link layer || Computer Networks || CN Скачать
1 Bit Sliding Window protocol | One Bit Sliding Window protocol | Data link layer| Computer networks Скачать
Quine McCluskey Minimization Technique || Example 3 | Tabulation Method | DLD | Digital Electronics Скачать
Quine McCluskey Minimization Technique || Example 2 | Tabulation Method | DLD | Digital Electronics Скачать