Skip to content

EasyExamNotes.com

  • Home
  • Tutorial
  • Interview Q&A
  • Video Lectures
  • PYQs
  • MCQ
Menu

EasyExamNotes.com

  • Home
  • Tutorial
  • Interview Q&A
  • Video Lectures
  • PYQs
  • MCQ
Menu

Operating System

Explain the following in brief Contiguous and Linked list allocation for implementing file system?

December 3, 2023May 2, 2023 by Team EasyExamNotes

Contiguous and linked list allocation are two common techniques for implementing file systems in operating systems. Both techniques are used to allocate disk space for … Read more

Explain concept of a process with its components ?

December 3, 2023May 2, 2023 by Team EasyExamNotes

A process is a program in execution. It is a unit of work in the system and can be thought of as an instance of … Read more

What is Process Scheduling, CPU Scheduling, Disk Scheduling? Explain Short, Medium and Long term Scheduler?

December 3, 2023May 2, 2023 by Team EasyExamNotes

Process Scheduling is a key component of modern operating systems. It refers to the mechanism by which the operating system selects which process should be … Read more

Compare Paging and Segmentation?

December 3, 2023May 2, 2023 by Team EasyExamNotes

Paging Segmentation Basic Idea Divide memory into fixed-size chunks (pages) Divide memory into variable-size logical units (segments) Unit of Memory Pages Segments Unit of Address … Read more

What do you mean by Virtual Memory? Write down its advantages?

December 3, 2023May 2, 2023 by Team EasyExamNotes

Virtual memory is a computer system memory management technique that enables a computer to use more memory than is physically available by temporarily transferring data … Read more

Multiple Processor Scheduling

December 3, 2023May 6, 2022 by Team EasyExamNotes

When multiple processors are available, then the scheduling gets more complicated, because now there is more than one CPU which must be kept busy and … Read more

Program to implement for loop using in keyword in Linux

December 3, 2023March 24, 2022 by Team EasyExamNotes

PROGRAM TO IMPLEMENT FOR LOOP USING “in” KEYWORD ?फॉर लूप का उपयोग किसी स्टेटमेंट को या फिर ग्रुप ऑफ़ स्टेटमेंट्स को बार बार दोहराने के … Read more

For loop without in keyword in Linux

December 3, 2023March 24, 2022 by Team EasyExamNotes

PROGRAM TO IMPLEMENT FOR LOOP WITHOUT USING “in” KEYWORD.       

Program to implement different types of increment in Linux

December 3, 2023March 24, 2022 by Team EasyExamNotes

PROGRAM TO IMPLEMENT DIFFERENT TYPES OF INCREMENT    

Program to implement for loop using sequence keyword in Liux

December 3, 2023March 24, 2022 by Team EasyExamNotes

PROGRAM TO IMPLEMENT FOR LOOP USING “sequence” KEYWORD.    

Older posts
Newer posts
← Previous Page1 Page2 Page3 Page4 … Page9 Next →

© 2024 EasyExamNotes.com | Some content on this site was generated with the assistance of Google's Gemini AI and ChatGPT.