
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
Arnab Chakraborty has Published 4293 Articles

Arnab Chakraborty
16K+ Views
The File Allocation Table (FAT) is a critical component of computer systems that allows for the organization and management of files on a disk. It is an essential part of the file system that helps to keep track of where files are stored on a disk and how much space ... Read More

Arnab Chakraborty
4K+ Views
In today's world of distributed computing, where data is spread across multiple servers, file caching has become a critical technique for optimizing system performance. File caching involves storing frequently accessed data in memory, so that it can be quickly retrieved without accessing the underlying storage devices. This can significantly reduce ... Read More

Arnab Chakraborty
35K+ 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

Arnab Chakraborty
619 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

Arnab Chakraborty
1K+ 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

Arnab Chakraborty
4K+ 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

Arnab Chakraborty
68K+ 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

Arnab Chakraborty
7K+ 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

Arnab Chakraborty
3K+ 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

Arnab Chakraborty
1K+ 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