Computer Science & Information Technology

GATE CSE Free Resources by MADE EASY – Notes, Papers & Expert Guidance

Get ready for GATE CSE with MADE EASY’s free resources. Access comprehensive notes, previous years’ question papers, and expert strategies to boost your preparation and succeed in Computer Science Engineering.

Dijkstra Algorithm

Dijkstra’s algorithm, named after its discoverer, Dutch computer scientist Edsger Dijkstra, is a greedy algorithm that solves the single-source shortest

Read More

I/O System

Objectives of I/O system: Take an application I/O request and send it to the physical device. Take whatever response comes

Read More

What is paging?

Paging is static memory allocation technique that permits the physical address space of a process to be non contiguous. The

Read More

What is Thread?

A thread is a light weight process. Here light weight means the instructions and context (attributes) will be lesser than

Read More