Diksha Patro has Published 99 Articles

How to define a part of the text in an alternate voice or mood using HTML5?

Diksha Patro

Diksha Patro

Updated on 19-Jul-2023 10:32:20

259 Views

In this article, we will discuss how to define a part of the text in an alternate voice or mood using HTML5. HTML5 provides a range of tags that allow web developers to structure the content of a web page in a more meaningful way. One important aspect of this ... Read More

Numerical on LRU, FIFO

Diksha Patro

Diksha Patro

Updated on 17-Jul-2023 14:20:17

2K+ Views

In this article, we will explore LRU(Least Recently Used Algorithm) and FIFO(First In First Out) numerical, their flowcharts and their use cases as well. Least Recently Used Algorithm Popular page replacement algorithms used in operating systems and cache management systems include the LRU (Least Recently Used) technique. By replacing the ... Read More

Numerical on Disk

Diksha Patro

Diksha Patro

Updated on 17-Jul-2023 14:01:56

2K+ Views

Numerics are essential for understanding the complex facets of disc storage since they offer a hands-on, practical method to grasp fundamental ideas. We may investigate how disc capacity, performance, and utilization are estimated by delving into numerical examples, helping us to understand the fundamentals of efficient storage management. Example − Think ... Read More

Nucleus Operating System

Diksha Patro

Diksha Patro

Updated on 17-Jul-2023 13:54:55

2K+ Views

The Nucleus is an RTOS that was developed by Mentor Graphics Embedded Software Division, a Siemens Business that supports 32-bit and 64-bit embedded system platforms. The Nucleus operating system (OS) is mainly intended for use in real-time embedded systems in medical, aerospace, industrial, consumer, and Internet of Things (IoT) applications. ... Read More

NTFS Junction Points

Diksha Patro

Diksha Patro

Updated on 17-Jul-2023 13:51:54

729 Views

The NTFS file system used by Windows operating systems includes NTFS (New Technology File System) junction points. In essence, junction points are a kind of symbolic link that lets you join one directory to another inside the same file system. In this article, we will explore NTFS Junction Points, it’s ... Read More

Lock Variable Synchronization Mechanism

Diksha Patro

Diksha Patro

Updated on 17-Jul-2023 13:22:10

938 Views

Concurrent programming employs the notion of lock variable synchronization to make sure that several threads or processes can safely access shared resources without coming into race situations or inconsistent data. It offers a mechanism to manage the order in which threads or processes are executed, enabling them to have exclusive ... Read More

Not Recently Used (NRU) page replacement algorithm

Diksha Patro

Diksha Patro

Updated on 17-Jul-2023 12:24:23

4K+ Views

Operating systems use the Not Recently Used (NRU) page replacement algorithm as a fundamental page replacement tactic to control memory. Its major goal is to locate and remove pages from memory that haven't been accessed in a while. In this article, we will be discussing the NRU page replacement algorithm, ... Read More

Named Pipe or FIFO with example C program

Diksha Patro

Diksha Patro

Updated on 17-Jul-2023 12:06:22

8K+ Views

Introduction Named pipes, also referred to as FIFOs (First In, First Out), constitute essential IPC systems in software systems. They offer a quick and effective method for successfully transferring information between processes. Specialized kinds of files known as named pipes serve as a means for interaction among unconnected procedures that ... Read More

N-Step-SCAN disk scheduling

Diksha Patro

Diksha Patro

Updated on 17-Jul-2023 11:58:28

1K+ Views

Introduction The disc scheduling method N-Step-SCAN (also called N-Step-LOOK) determines the sequence whereby disc requests for input/output are handled. It is a development for the SCAN (Elevator) method, which functions by moving the disc arm in a particular direction and responding to demands there as long as it receives no ... Read More

N process Peterson algorithm

Diksha Patro

Diksha Patro

Updated on 17-Jul-2023 11:54:51

1K+ Views

Introduction A traditional approach to solving the critical section issue in programming simultaneously for both procedures is Peterson's algorithm. But since you said "N" processes, I presume you mean an altered Peterson's method that can manage over two procedures. Mutual exclusion is guaranteed by the initial Peterson's method for two ... Read More

Advertisements