
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
3K+ Views
There are two methods for creating systems of computers with multiple processors or processor cores: multiprocessor organization and multicore organization. Both strategies aim to boost a computer's processing power by enabling it to handle several tasks at once. Several separate processors linked by a communication network make up a multiprocessor ... Read More

Diksha Patro
105 Views
We have different methods for creating Unordered listviews using jQuery. Unordered listviews are a way to display a list of items in an organized manner using the jQuery Mobile framework. We can easily create unordered listviews that are responsive, customizable, and compatible with a wide range of devices and platforms. ... Read More

Diksha Patro
832 Views
Paging enables the operating system to deallocate and allocate memory as necessary without worrying about the memory's physical location. Operating systems employ paging as a memory management strategy to efficiently use the memory resources at their disposal. It makes it possible for the operating system to divide memory into discrete, ... Read More

Diksha Patro
2K+ Views
Introduction In Linux, mutex locks are used for thread synchronization, allowing threads to safely access shared resources and avoid data races. A mutex, short for mutual exclusion, ensures that only one thread can acquire the lock at a time, preventing concurrent access to the critical section. In this article, ... Read More

Diksha Patro
4K+ Views
Introduction An essential component of developing for Android is multithreading, which enables you to carry out multiple operations at once. Multithreading can be implemented in Android using a variety of methods, including AsyncTask, Handler, and Thread. In this article, we will be discussing the various components, advantages, disadvantages, and ... Read More

Diksha Patro
4K+ Views
Introduction An OS that can manage numerous duties or procedures at once is known as a multitasking operating system. In simple terms, it enables the simultaneous operation of numerous programs or procedures while allocating a specific amount of memory and central processing time to each process. Every task's distribution of ... Read More

Diksha Patro
704 Views
The computer system must convert a user's high-level programming language program into machine code so that the computer's processor can run it. Multistep processing is the term used to describe the several processes involved in converting a user program into executable code. A user program will often go through a ... Read More

Diksha Patro
11K+ Views
To increase the system's overall performance, numerous processors or cores are frequently used in modern computer systems. The operating system must be able to effectively schedule processes to execute on various processors, though, in order to make the best use of these resources. Multiple processor scheduling involves deciding which processes ... Read More

Diksha Patro
1K+ Views
Introduction CPU scheduling with multilevel queues (MLQ) is a scheduling technique implemented in Linux and Windows to arrange procedures over the carrying out on a system's CPU. MLQ divides procedures through numerous waiting lists, each of which has a distinct level of priority. Every queue might come with its own ... Read More

Diksha Patro
3K+ Views
Introduction Multilevel paging is an approach to memory management applied to control virtual memory in platforms. The concept of virtual memory in a system of computers implies the utilization of additional RAM as a supplement to the primary memory. Paging is a memory management method that breaks down memory through ... Read More