6/recent/ticker-posts
Showing posts from October, 2020Show all
Maximum of 3 : Bash Script
Write a program to implement contiguous file allocation technique
Write a C program to get the name, the start block, and length of n files and display the File Allocation table using Contiguous / Sequential Allocation.
Write a C program to get the name of the file, the start block of the file and the length of the file from the user and display it in the given format.
Write a C program to get the name of the file, the start block of the file and the length of the file from the user and display it in the given format. Also, print the disk blocks allocated to this file
Write a C program to get the name of the file, the start block of the file and the length of the file from the user and display it in the given format
OS Least Recent Use (LRU)
OS First Fit
Linked File Allocation 2
Linked File Allocation 1
Optimal Page Replacement 2
First In First Out (FIFO) 2
First In First Out (FIFO) 1
Optimal Page Replacement 1
OS Best Fit
OS Priority Scheduling 2
OS Priority Scheduling 1
OS Priority Scheduling
OS Round Robin 2
OS Round Robin 1
OS Round Robin Scheduling
OS First Come First Serve 2
OS First Come First Serve 1
OS First Come First Serve
OS Shortest Job First 2
OS Shortest Job First 1
OS Shortest Job First
MySQL : DDL and DML Statements
HackerRank Problem Solving (Basic) Solution 2 : JAVA
HackerRank Problem Solving (Basic) Solution 1 : JAVA
That is All