Course Features
- Lectures 269
- Quiz 0
- Duration 50 hours
- Skill level All levels
- Language English
- Students 2
- Assessments Yes
Curriculum
- 34 Sections
- 269 Lessons
- 24 Weeks
Expand all sectionsCollapse all sections
- About the Course/*! CSS Used from: Embedded */ *, ::after, ::before { box-sizing: border-box; border-width: 0; border-style: solid; border-color: #e5e7eb; } ::after, ::before { --tw-content: ''; } h2 { font-size: inherit; font-weight: inherit; } a { color: inherit; text-decoration: inherit; } h2, p { margin: 0; } :disabled { cursor: default; } *, ::before, ::after { --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-scroll-snap-strictness: proximity; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgb(59 130 246 / 0.5); --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; } .mx-auto { margin-left: auto; margin-right: auto; } .mb-2 { margin-bottom: 0.5rem; } .mb-4 { margin-bottom: 1rem; } .mb-6 { margin-bottom: 1.5rem; } .mr-2 { margin-right: 0.5rem; } .max-w-screen-sm { max-width: 640px; } .max-w-screen-xl { max-width: 1280px; } .rounded-lg { border-radius: 0.5rem; } .bg-primary-700 { --tw-bg-opacity: 1; background-color: rgb(29 78 216 / var(--tw-bg-opacity)); } .bg-white { --tw-bg-opacity: 1; background-color: rgb(255 255 255 / var(--tw-bg-opacity)); } .px-4 { padding-left: 1rem; padding-right: 1rem; } .px-5 { padding-left: 1.25rem; padding-right: 1.25rem; } .py-2.5 { padding-top: 0.625rem; padding-bottom: 0.625rem; } .py-8 { padding-top: 2rem; padding-bottom: 2rem; } .text-center { text-align: center; } .text-4xl { font-size: 3rem; line-height: 2.5rem; } .text-sm { font-size: 0.875rem; line-height: 1.25rem; } .font-extrabold { font-weight: 800; } .font-light { font-weight: 300; } .font-medium { font-weight: 500; } .leading-tight { line-height: 1.25; } .tracking-tight { letter-spacing: -0.025em; } .text-gray-500 { --tw-text-opacity: 1; color: rgb(107 114 128 / var(--tw-text-opacity)); } .text-gray-900 { --tw-text-opacity: 1; color: rgb(17 24 39 / var(--tw-text-opacity)); } .text-white { --tw-text-opacity: 1; color: rgb(255 255 255 / var(--tw-text-opacity)); } .hover:bg-primary-800:hover { --tw-bg-opacity: 1; background-color: rgb(30 64 175 / var(--tw-bg-opacity)); } .focus:outline-none:focus { outline: 2px solid transparent; outline-offset: 2px; } .focus:ring-4:focus { --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color); --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color); box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000); } .focus:ring-primary-300:focus { --tw-ring-opacity: 1; --tw-ring-color: rgb(147 197 253 / var(--tw-ring-opacity)); } @media (min-width: 640px) { .sm:py-16 { padding-top: 4rem; padding-bottom: 4rem; } } @media (min-width: 768px) { .md:text-lg { font-size: 1.5rem; line-height: 1.75rem; } } @media (min-width: 1024px) { .lg:px-6 { padding-left: 1.5rem; padding-right: 1.5rem; } } .imgdata { width: 35% } @media (max-width: 767px) { .imgdata { width: 40% } } .course-payment { display: none !important; } .thim-course-landing-button { display: none !important; }0
- Operating System [Module 1] :- OPERATING SYSTEM OVERVIEW4
- Operating System [Module 2] :- PROCESS AND PROCESS SCHEDULING10
- 3.1PCB ( Process Control Block ) Copy5 Minutes
- 3.2Process State Transition Diagram Copy11 Minutes
- 3.3SJF (non preemptive ) with solved example | CPU Scheduling Copy5 Minutes
- 3.4FCFS ( First come first serve ) | CPU Scheduling Copy14 Minutes
- 3.5ROUND ROBIN SCHEDULING ALGORITHM with solved example | CPU Scheduling Copy10 Minutes
- 3.6Preemptive Priority Scheduling with solved example | CPU Scheduling Copy16 Minutes
- 3.7SJF Preemptive with solved example | Cpu Scheduling Copy10 Minutes
- 3.8SJF 2 Preemptive with solved example Copy21 Minutes
- 3.9IMP Module 2 Solution Copy
- 3.10Process Scheduling Module 2 Numericals Copy
- Operating System [Module 3] :- PROCESS SYNCHRONIZATION AND DEADLOCKS9
- 4.1Producer Consumer Problem Copy8 Minutes
- 4.2Critical Section Problem Copy7 Minutes
- 4.3Dead Lock with Necessary and Sufficient Condition for Deadlock Copy4 Minutes
- 4.4Bankers algorithm with Solve Example Part 1 Copy13 Minutes
- 4.5Bankers (Resource Request algorithm) with Solve Example Part 2 Copy9 Minutes
- 4.6Dead Lock Recovery Copy5 Minutes
- 4.7Dining philosopher Problem Copy5 Minutes
- 4.8Bankers algorithm Module 3 Numericals Copy
- 4.9IMP Module 3 Solution Copy
- Operating System [Module 4] :- MEMORY MANAGEMENT8
- 5.1Introduction to Memory in Operating system Copy8 Minutes
- 5.2Memory management |Part 1 | Copy8 Minutes
- 5.3Memory management |Part 2 | Copy8 Minutes
- 5.4Memory management |Part 3 | Copy8 Minutes
- 5.5Loading and Linking Copy4 Minutes
- 5.6FIFO,LRU AND OPTIMAL PAGE REPLACEMENT ALGORITHMS Copy20 Minutes
- 5.7IMP Module 4 Solution Copy
- 5.8Page Replacement Numericals Module 4 Copy
- Operating System [Module 5] :- Input /Output Management9
- 6.1Disk scheduling Algorithm Copy6 Minutes
- 6.2FCFS Disk Scheduling Algorithm Copy9 Minutes
- 6.3SSTF Disk Scheduling Algorithm Copy7 Minutes
- 6.4SCAN Disk Scheduling Algorithm Copy6 Minutes
- 6.5C SCAN Disk Scheduling Algorithm Copy5 Minutes
- 6.6Look Disk Scheduling Algorithm Copy4 Minutes
- 6.7C Look Disk Scheduling Algorithm Copy4 Minutes
- 6.8FCFS SSTF SCAN CSCAN LOOK CLOOK Overview | Disk Scheduling Sums | All in One Copy8 Minutes
- 6.9IMP Module 5 Solution Copy
- Operating System [Module 6]:- I/O Management1
- Engineering Maths- 4 [Module 1]:- Complex Integration8
- 8.1Complex integration along a Line or Parabola with Solved Example Copy17 Minutes
- 8.2Complex integration along a Circle with Solved Example Copy
- 8.3Cauchy’s Theorem Basics & Cauchy’s integral formula Type 1 Copy13 Minutes
- 8.4Cauchy’s Theorem Type 2 and Type 3 Copy10 Minutes
- 8.5Cauchy’s Theorem Type 4 and Type 5 Copy12 Minutes
- 8.6Taylor and Laurent series Full Basic with Solved Example part 1 Copy15 Minutes
- 8.7Taylor and Laurent series Full Basic with Solved Example part 2 Copy17 Minutes
- 8.8Complex Integration Notes Copy
- Engineering Maths- 4 [Module 2]:- Linear Algebra / Matrices13
- 9.1Introduction to Matrices Copy7 Minutes
- 9.2Eigen value and Eigen vector in Matrices Copy17 Minutes
- 9.3Eigen value and Eigen vectors for Types of Matrices Copy6 Minutes
- 9.4Cayley Hamilton Theorem with Example Part 1 Copy9 Minutes
- 9.5Cayley Hamilton Theorem with Example Part 2 Copy5 Minutes
- 9.6Cayley Hamilton Theorem with Example Part 3 Copy4 Minutes
- 9.7Monic and Minimal Polynomial of a Matrix Copy5 Minutes
- 9.8Algebraic multiplicity And Geometric multiplicity Copy10 Minutes
- 9.9Functions of a Square Matrix in Matrices Copy7 Minutes
- 9.10Reduction of Quadratic form to Canonical form Copy13 Minutes
- 9.11Orthogonal Matrix with Solved Example Copy9 Minutes
- 9.12Matrices Notes Copy
- 9.13Practice problems solution key matrices Copy
- Engineering Maths- 4 [Module 3]:- Sampling Theory13
- 10.1What Is Sampling Copy8 Minutes
- 10.2Large Sampling Problems Copy16 Minutes
- 10.3Large Sampling Test Theory+Numerical Copy16 Minutes
- 10.4Hypothesis Testing Full concept Copy2 Minutes
- 10.5Testing Difference Between Means(case_1) With Examples Copy11 Minutes
- 10.6Small Sample Test Example Copy13 Minutes
- 10.7Small Sample Test Copy4 Minutes
- 10.8Testing Difference Between Means(case_1) With Examples Part 2 Copy5 Minutes
- 10.9Testing Difference Between Means(case_2) Copy12 Minutes
- 10.10Non Parametric Test Type_1_Numerical Copy8 Minutes
- 10.11Non Parametric Test Copy4 Minutes
- 10.12Sampling Theory Notes Copy
- 10.13Solution key for Sampling Theory Copy
- Engineering Maths- 4 [Module 4]:- Mathematical Programming / Linear Programming10
- 11.1Basics of simplex method in LPP Copy11 Minutes
- 11.2Standard form of LPP Simplex Method Copy12 Minutes
- 11.3Types of Solutions in Simplex Method in LPP Copy14 Minutes
- 11.4How to Solve LPP using Simplex method Copy18 Minutes
- 11.5LPP Using Big M method ( Penalty Method ) Copy25 Minutes
- 11.6Relationship between Primal and Dual Copy17 Minutes
- 11.7Duality of LPP ( Primal and Dual ) Copy17 Minutes
- 11.8Dual Simplex Method in LPP Copy17 Minutes
- 11.9Linear Programming Problems Notes Copy
- 11.10Linear Programming solution key Copy
- Engineering Maths- 4 [Module 5]:- Calculus of Variation12
- 12.1Euler’s Differential Equation Copy11 Minutes
- 12.2Functions of Second Order Derivative Copy9 Minutes
- 12.3Gram Schmidt Process With Numerical Copy19 Minutes
- 12.4Hypothesis Concerning Several Proportions Copy7 Minutes
- 12.5Linear Combinations Of Vector Copy5 Minutes
- 12.6Non Parametric Test Type_2_Numerical Copy5 Minutes
- 12.7Pythagorean Theorem Copy4 Minutes
- 12.8Subspaces Copy10 Minutes
- 12.9Cauchy Schwarz Inequality in R^ Copy5 Minutes
- 12.10Lagranges Method Copy9 Minutes
- 12.11Rayleigh Ritz Method Copy12 Minutes
- 12.12Calculus of Variation Copy
- Engineering Maths- 4 [Module 6]:- Correlation (EXTC, Electrical , Electronics)4
- Engineering Maths- 4 [Module 7]:- Regression (EXTC, Electrical , Electronics)4
- Engineering Maths- 4 [Module 8]:- Probability Distribution12
- 15.1Introduction to Probability Distribution Copy7 Minutes
- 15.2Discrete Random Variable in Probability Distribution Copy15 Minutes
- 15.3Distribution function of Discrete Random Variable Copy15 Minutes
- 15.4Continuous Random Variable in Probability Distribution Copy14 Minutes
- 15.5Continuous Distribution Function in Probability Distribution Copy14 Minutes
- 15.6Expectation in Probability Distribution Copy12 Minutes
- 15.7Mean and Variance Part 1 in Probability Distribution Copy11 Minutes
- 15.8Mean and Variance Part 2 in Probability Distribution Copy13 Minutes
- 15.9Moments and Moments Generating Function Part #1 in Probability Distribution Copy13 Minutes
- 15.10Moments and Moments Generating Function Part #2 in Probability Distribution Copy11 Minutes
- 15.11Probability Notes Copy
- 15.12Practice problem solution key for Probability Copy
- Engineering Maths- 4 [Module 9]:- Vector Calculus6
- Engineering Maths- 4 [Module 10]:- Z transform8
- 17.1Introduction to Z transform Copy16 Minutes
- 17.2Z Transforms Change Of Scale Copy5 Minutes
- 17.3Z Transforms Linearity Copy9 Minutes
- 17.4Z Transforms multiplication by k Copy10 Minutes
- 17.5Z Transforms Of Standard Functions Copy8 Minutes
- 17.6Z Transforms Shifting Property Copy5 Minutes
- 17.7Inverse Z transform using binomial expansion Copy8 Minutes
- 17.8Inverse Z transform using partial fractions Copy20 Minutes
- Automata Theory [Module 1] :- Introduction and Regular Languages5
- Automata Theory [Module 2] :- Finite Automata17
- 19.11. Introduction to Finite State Machine-00222 Minutes
- 19.22. Finite State Machine Problem No. 1-00112 Minutes
- 19.33. Finite State Machine Problem No. 2-00312 Minutes
- 19.44. Finite State Machine Problem No. 3-00414 Minutes
- 19.55. Introduction to Deterministic Finite Automata ( DFA )18 Minutes
- 19.66. Deterministic Finite Automata ( DFA ) Problem No. 1 ( Updated )12 Minutes
- 19.77. Deterministic Finite Automata ( DFA ) Problem No. 210 Minutes
- 19.88. Deterministic Finite Automata ( DFA ) Problem No. 312 Minutes
- 19.99. Deterministic Finite Automata ( DFA ) Problem No. 49 Minutes
- 19.1015. RE to NFA with Epselon Transition using Thompsons COnstruction Method16 Minutes
- 19.1116. RE to NFA with Epselon transition using Thompson’s Construction Method ( Part 2 )10 Minutes
- 19.1217. RLRE to Minimised DFA ( Direct Method )27 Minutes
- 19.1318. RLRE to Minimised DFA ( Imp State Method )24 Minutes
- 19.1419. Convert NFA with E-Transition to NFA without E-Transition16 Minutes
- 19.1520. NFA Without E-Transition to DFA15 Minutes
- 19.1621. Moore & Mealy Machine22 Minutes
- 19.1722. Moore & Mealy Machine ( Problem 1 )9 Minutes
- Automata Theory [Module 3] :- Context Free Grammar18
- 20.123. Introduction to Grammar9 Minutes
- 20.224. RE – RL to Context Free Grammar7 Minutes
- 20.325. How to Convert RE RL to Context Free Grammar15 Minutes
- 20.426. LMD RMD & Parse Tree13 Minutes
- 20.527. Check whether the given grammar is an ambiguous grammar or not7 Minutes
- 20.628. Elimination of useless variable12 Minutes
- 20.729. Elimination of Null Production11 Minutes
- 20.830. Elimination of unit Production4 Minutes
- 20.931. Simplification of CFG9 Minutes
- 20.1032. Introduction to Chomsky Normal Form9 Minutes
- 20.1133. CFG to CNF ( Problem No. 1 )-00411 Minutes
- 20.1234. CFG to CNF ( Problem No. 2 )5 Minutes
- 20.1335. CFG to CNF ( Problem No. 3 )-00212 Minutes
- 20.1436. Introduction to Greibach Normal Form ( GNF )13 Minutes
- 20.1537. Convert CFG to GNF ( Problem No. 1 )9 Minutes
- 20.1638. Convert CFG to GNF ( Problem No. 2 )7 Minutes
- 20.1739. Convert CFG to GNF ( Problem No. 3 )4 Minutes
- 20.1840. Convert the following into CNF & GNF5 Minutes
- Automata Theory [Module 4] :- Push Down Automata5
- Automata Theory [Module 5] :- Turing Machine2
- Automata Theory [Module 6] :- Applications of Automata4
- Computer Network [Module 1]:- Introduction to Networks9
- 24.1Introduction to Computer Networks12 Minutes
- 24.2Network Topologies12 Minutes
- 24.3Network Connecting Devices11 Minutes
- 24.4Connection-Oriented vs Connection-Less Communication9 Minutes
- 24.5OSI Reference Model7 Minutes
- 24.6TCP-IP Reference Model7 Minutes
- 24.7OSI vs TCP-IP Model Comparision8 Minutes
- 24.8Network Classification LAN, MAN, WAN8 Minutes
- 24.9Virtual Lan’s8 Minutes
- Computer Network [Module 2]:-Physical Layer & Data Link layer16
- 25.1Transmission Media: Guided and Unguided [Difference]9 Minutes
- 25.2Twisted-Pair Cables8 Minutes
- 25.3CoAxial Cable7 Minutes
- 25.4Fiber Optics Part [01]11 Minutes
- 25.5Fiber Optics Part [02]11 Minutes
- 25.6Framing and it’s Methods8 Minutes
- 25.7Error Detection and its Methods8 Minutes
- 25.8Hamming Code10 Minutes
- 25.9Cyclic Redundancy Check Part [01]9 Minutes
- 25.10Cyclic Redundancy Check Part [02]5 Minutes
- 25.11Parity Checking and Checksum Error Detection9 Minutes
- 25.12Flow Control: Stop and Wait and Sliding Window Protocol8 Minutes
- 25.13Go Back- N ARQ System8 Minutes
- 25.14SDLC protocol5 Minutes
- 25.15HDLC protocol12 Minutes
- 25.16Carrier Sense Multiple Access-Collision Detection Procedure (CSMA-CD)7 Minutes
- Computer Network [Module 3]:- Network Layer8
- Computer Network [Module 4]:- Transport Layer & session Layer2
- Computer Network [Module 5]:- Presentation & Application Layer4
- Computer Architecture [Module 1 ] :- Fundamentals of logic Design14
- 29.1Number System Intro11 Minutes
- 29.2Binary Number System11 Minutes
- 29.3Octal Number System9 Minutes
- 29.4Hexadecimal Number System7 Minutes
- 29.5Logic Gates – 112 Minutes
- 29.6Logic Gates – 212 Minutes
- 29.7Universal Gates13 Minutes
- 29.8Excess – 35 Minutes
- 29.9Gray Code7 Minutes
- 29.10Half and Full Adder13 Minutes
- 29.11Multiplexer and Demultiplexer6 Minutes
- 29.12SR Flip Flop7 Minutes
- 29.13JK Flip Flop5 Minutes
- 29.14D and T Flip Flop6 Minutes
- Computer Architecture [Module 2 ] :- Overview of Computer Architecture & Organization6
- Computer Architecture [Module 3 ] :- Processor Organization and Architecture6
- Computer Architecture [Module 4 ] :- Data Representation & Arithmetic Algorithms9
- 32.1Booth’s Algorithm – Part 113 Minutes
- 32.2Booth’s Algorithm – Part 210 Minutes
- 32.3Booth’s Algorithm – Part 38 Minutes
- 32.4Restoring Division – Part 118 Minutes
- 32.5Restoring Division – Part 218 Minutes
- 32.6Non-Restoring Division – Part 210 Minutes
- 32.7Non-Restoring Division – Part 112 Minutes
- 32.8Binary Numeric Data Representation7 Minutes
- 32.10IEEE-754 Floating Point Number Representation17 Minutes
- Computer Architecture [Module 5 ] :- Memory Organization9
- Computer Architecture [Module 6 ] :- I / O Organization4