Curriculum
- 10 Sections
- 71 Lessons
- 52 Weeks
Expand all sectionsCollapse all sections
- Course Overview/*! 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
- Digital Logic & Computer Organization and Architecture [Module 1]:- Computer Fundamentals12
- 2.1Introduction – Digital Logic Design5 Minutes
- 2.2Introduction – Computer Organization9 Minutes
- 2.3Von Neumann Architecture13 Minutes
- 2.4Binary Number System11 Minutes
- 2.5Number System7 Minutes
- 2.6Octal Number System9 Minutes
- 2.7Hexadecimal Number System7 Minutes
- 2.8Logic Gates – 112 Minutes
- 2.9Logic Gates – 28 Minutes
- 2.10Universal Gates13 Minutes
- 2.11Excess – 36 Minutes
- 2.12Gray Code7 Minutes
- Digital Logic & Computer Organization and Architecture [Module 2]:- Data Representation and Arithmetic Algorithms12
- 3.1Arithmetic Operations in Binary8 Minutes
- 3.2Arithmetic Operations using 9s and 10s10 Minutes
- 3.3Arithmetic Operations using 1_s and 2_s compliment13 Minutes
- 3.4Binary Numeric Data Representation
- 3.5Floating Point Number Representation in IEEE 75417 Minutes
- 3.6Booth’s Algorithm with Solved Example Part #115 Minutes
- 3.7Booth’s Algorithm with Solved Example Part #210 Minutes
- 3.8Booth’s Algorithm with Solved Example Part #38 Minutes
- 3.9Restoring Division Part #118 Minutes
- 3.10Restoring Division Part #210 Minutes
- 3.11Non Restoring Division Part #112 Minutes
- 3.12Non Restoring Division Part #210 Minutes
- Digital Logic & Computer Organization and Architecture [Module 3]:- Processor Organization and Architecture8
- Digital Logic & Computer Organization and Architecture [Module 4]:- Control Unit Design3
- Digital Logic & Computer Organization and Architecture [Module 5]:- Memory Organization9
- 6.1Memory and its characteristics9 Minutes
- 6.2DRAM ( Dynamic RAM )7 Minutes
- 6.3SRAM (Static RAM)8 Minutes
- 6.4Memory Hierarchy and Locality of Reference13 Minutes
- 6.5Cache Memory Full Concept with working7 Minutes
- 6.6Cache Coherence Single and Multiprocessor11 Minutes
- 6.7Cache Coherence Strategies9 Minutes
- 6.8MESI protocol11 Minutes
- 6.9Interleaved Memory10 Minutes
- Digital Logic & Computer Organization and Architecture [Module 6]:- Principles of Advanced Processor and Buses9
- 7.1Pipelining Hazards8 Minutes
- 7.2Branch Prediction Logic6 Minutes
- 7.3Amdahl’s law7 Minutes
- 7.4Flynn’s Classification10 Minutes
- 7.5BUS and BUS Arbitration11 Minutes
- 7.6Daisy Chaining8 Minutes
- 7.7Polling Method7 Minutes
- 7.8BUS Arbitration-Independent Request4 Minutes
- 7.9Parallel Processing and Applications13 Minutes
- Digital Logic & Computer Organization and Architecture [Notes]:-6
- Digital Logic & Computer Organization and Architecture [Viva Question]:-6
- Digital Logic & Computer Organization and Architecture [ IMPs ]:-6