Login Register
G
Introduction to Pipelining 16:05
GATEBOOK VIDEO LECTURES
Introduction to Pipelining GATEBOOK VIDEO LECTURES

34.1K views - 8 years ago

This GATEBOOK VIDEO LECTURE introduces pipelining, achieving parallelism by executing multiple instructions concurrently using a single hardware set. The concept is explained using an analogy of roti-making, comparing serial and parallel processes. This illustrates how pipelining improves efficiency.

Write through in Cache 20:41
GATEBOOK VIDEO LECTURES
Write through in Cache GATEBOOK VIDEO LECTURES

24.5K views - 8 years ago

This GATEBOOK VIDEO LECTURE explains cache write operations. The instructor details write-through procedures, including write buffers, and explores their impact on cache hit and miss scenarios. Learn about optimizing data consistency between cache and main memory.