Operating System
Operating Systems · 50 min
Login to ContinueOne platform for computer-science tutorials, AI coding, exams, university papers, competitions, projects, internships, experts and evidence-backed skills.
Browse structured tutorials by subject. Interactive personal tools are added when the student logs in.
LEQ Online learning track for AI & Machine Learning.
Advanced TechLEQ Online learning track for Cyber Security.
Advanced TechLEQ Online learning track for Computer Networks.
Core CSLEQ Online learning track for Data Structures & Algorithms.
Core CSLEQ Online learning track for DBMS.
Core CSLearn, practice, prove skill, build real work and move toward internships and jobs.
Personal learning, viva, interview, code and career assistant.
Upload a PDF and generate summary, notes, quiz and study support.
Run code and use Programming with AI without login.
College and LEQ coding contests with result and certificates.
Build project evidence and submit for verification.
Sell original projects with Admin-controlled commission.
Apply, track selection, completion and certificate.
Evidence-backed learning, coding, projects and certificates.
Select a subject and start a free standard exam instantly, or log in for paid Normal / Live / Recorded / AI / Hybrid proctored exams.
Operating Systems · 50 min
Login to ContinueVirtual Memory is a memory management technique that creates an illusion of a very large main memory by combining physical RAM with secondary storage (like an SSD or hard drive). It allows a computer to execute programs larger than its installed RAM by loading only active chunks of code into memory while temporarily parking idle data on the disk.
Operating SystemsMultiple partition allocation is a contiguous memory management technique where physical memory is divided into multiple sections (partitions), allowing several processes to reside in memory at the same time. Each incoming process is placed into an available partition that meets its size requirement, supporting multiprogramming by enabling the operating system to switch between active tasks.
Operating SystemsSingle-partition allocation is the most basic memory management scheme where physical RAM is split into only two sections: one dedicated to the operating system and the other reserved entirely for running a single user program at a time. Because only one process can reside in memory, all remaining space in the user partition is locked to that program until it finishes execution, making it typical of early single-tasking systems like MS-DOS.
Operating SystemsContiguous allocation is a file allocation technique where an operating system assigns each file a single, unbroken set of consecutive physical blocks on the disk. Because all data blocks reside side by side, reading or writing a file requires minimal disk head movement, making file access exceptionally fast. However, it requires knowing the final file size in advance and frequently leaves unused, fragmented gaps between allocated spaces.
Filter by university, course, year, semester and subject. Read online in the LEQ viewer.
Partner institutions can upload question papers and publish learning opportunities after LEQ Admin approval.
Project review, mock interviews, viva practice, guest sessions and expert hiring under central Admin governance.