Arnab Chakraborty has Published 4458 Articles

File Access Method

Arnab Chakraborty

Arnab Chakraborty

Updated on 05-Apr-2023 17:24:10

22K+ Views

Introduction File access methods define how data is accessed and modified within a file. There are different file access methods with their own set of strengths and limitations. The three primary file access methods are sequential access, random access, and direct access. Sequential access reads and writes data in a ... Read More

Feedback Structure of a Real-time System

Arnab Chakraborty

Arnab Chakraborty

Updated on 05-Apr-2023 17:23:02

269 Views

Introduction A feedback structure of real time system is a systematic approach to collecting, analyzing, and using feedback in order to improve a system or process. It typically involves receiving input from users or other sources, processing that input, producing an output, and then collecting feedback on the output. The ... Read More

Features of Blackberry 10 Operating System

Arnab Chakraborty

Arnab Chakraborty

Updated on 05-Apr-2023 17:21:39

605 Views

BlackBerry 10 OS is a mobile operating system. It was designed to compete with other modern mobile operating systems such as Android, iOS, and Windows Phone. BlackBerry 10 OS offers a range of features for business users, including support for BlackBerry Balance, which allows users to separate and secure their ... Read More

FCFS vs SSTF Disk scheduling Algorithm

Arnab Chakraborty

Arnab Chakraborty

Updated on 05-Apr-2023 17:20:51

2K+ Views

Introduction Disk scheduling algorithms are critical in computer operating systems for managing and optimizing the use of a computer's hard drive. Disk access time can significantly impact the performance of the entire system, and a poorly implemented disk scheduling algorithm can result in long wait times and reduced overall efficiency. ... Read More

FCFS Scheduling

Arnab Chakraborty

Arnab Chakraborty

Updated on 05-Apr-2023 17:17:54

32K+ Views

In case of multiprogramming, CPU needs to be scheduled, so that multiple works can be performed simultaneously in less time or at a same time. By CPU scheduling it is decided which of the processes in the ready queue is to be allocated in the CPU. Thus, there are so ... Read More

FCFS Disk Scheduling Algorithms

Arnab Chakraborty

Arnab Chakraborty

Updated on 05-Apr-2023 17:08:16

4K+ Views

Introduction In computer operating systems, disk scheduling algorithms are used to manage the order in which input/output (I/O) requests are processed by the disk controller. One such algorithm is FCFS (First-Come, First-Served), which is a simple and straightforward scheduling algorithm that processes I/O requests in the order in which ... Read More

Fair-share CPU scheduling

Arnab Chakraborty

Arnab Chakraborty

Updated on 05-Apr-2023 17:04:14

2K+ Views

Introduction Fair-share CPU scheduling is a scheduling algorithm used in operating systems that aims to allocate CPU resources fairly among different user or process groups. The fair-share scheduler assigns a weight to each process or group based on its historical usage and allocates CPU resources based on these weights, ensuring ... Read More

Facts about Android Operating System

Arnab Chakraborty

Arnab Chakraborty

Updated on 05-Apr-2023 17:02:59

506 Views

Android Operating System is an open-source software platform that powers a variety of mobile devices, including smartphones, tablets, smartwatches, and smart TVs. Developed by Google, Android OS was first released in 2008 and has since become the most widely used mobile operating system globally. Android OS is known for its ... Read More

C++ Program to Print Spiral Pattern of Numbers

Arnab Chakraborty

Arnab Chakraborty

Updated on 05-Apr-2023 11:29:32

747 Views

Displaying numbers in different formats comes under fundamental coding problems to learn different concepts of coding like conditional statements and looping statements. There are different programs where we have printed special characters like stars to make triangles or squares. In this article, we will print numbers in spiral form like ... Read More

Expansion Buses in pcs

Arnab Chakraborty

Arnab Chakraborty

Updated on 04-Apr-2023 15:54:33

2K+ Views

Introduction Expansion buses in PCs are interfaces that allow peripheral devices to connect to the motherboard and communicate with the CPU and other components of the system. Expansion buses typically consist of one or more expansion slots, and different types offer varying data transfer rates and maximum bandwidth. By providing ... Read More

Advertisements