
Data Structure
Networking
RDBMS
Operating System
Java
MS Excel
iOS
HTML
CSS
Android
Python
C Programming
C++
C#
MongoDB
MySQL
Javascript
PHP
- Selected Reading
- UPSC IAS Exams Notes
- Developer's Best Practices
- Questions and Answers
- Effective Resume Writing
- HR Interview Questions
- Computer Glossary
- Who is Who
Diksha Patro has Published 123 Articles

Diksha Patro
684 Views
A technique for categorizing material on a storage device, like a hard drive, is Linked Index Allocation. It is a variant of the indexed allocation technique, which keeps track of the locations of the data blocks using an index block. Each data block in Linked Index Allocation includes a pointer ... Read More

Diksha Patro
278 Views
Introduction Linear Scheduling Method is a scheduling algorithm designed for real-time systems in which tasks must be completed within specific time frames to ensure the system's proper operation. It is a straightforward algorithm that assigns tasks based on their deadlines and provides them with fixed time slices to complete their ... Read More

Diksha Patro
2K+ Views
File management is an important aspect of computer use, especially as we rely more and more on digital storage to keep track of important data. A file management system assists users in organizing and managing their files, making it easier to find, access, and modify data as needed. The system ... Read More

Diksha Patro
1K+ Views
The Least Slack Time (LST) scheduling algorithm is a real-time scheduling algorithm that prioritizes tasks based on the amount of time remaining before a task's deadline. The LST algorithm's basic idea is to schedule the task with the least slack time first because it has the least amount of time ... Read More

Diksha Patro
507 Views
A memory cache is an element of software or hardware which holds frequently accessed data in a convenient location. A cache is used to improve system performance by reducing the amount of energy it requires to access data. The memory ability establishes how much data a cache can store. While ... Read More

Diksha Patro
5K+ Views
Multiple processes that are running on various machines or nodes and interacting with one another to accomplish a single objective makeup distributed systems. In these systems, it's crucial to make sure that only one process is able to utilize a shared resource at once to prevent conflicts and data inconsistencies. ... Read More

Diksha Patro
2K+ Views
A synchronization method called Lamport's Bakery method addresses the critical section issue in parallel computing systems. When more than one process needs to utilize a shared resource at once but only one process can do so, this is known as the critical section problem. To avoid conflicts and guarantee the ... Read More

Diksha Patro
1K+ Views
An operating system (OS) is a group of programs that controls computer hardware resources and offers standard services to software applications. The Operating System (OS) serves as a conduit between you and the computer components when you first use a computer system. The operating system is actually a type of ... Read More

Diksha Patro
1K+ Views
Knoppix is a Linux-based operating system that runs directly from a CD, DVD, or USB drive without the need for installation. It's often used as a tool for system recovery, testing hardware, and demonstrating the capabilities of Linux. Knoppix Operating System Knoppix was created by Klaus Knopper, a German computer ... Read More

Diksha Patro
11K+ Views
The Kernel I/O Subsystem is a fundamental component of modern operating systems. It is responsible for managing all input/output (I/O) operations on a computer. The I/O subsystem provides various services that enable efficient and secure management of the I/O operations. I/O Request Scheduling in the Kernel One of the ... Read More