Manish Kumar Saini has Published 1006 Articles

ASCII vs. UNICODE

Manish Kumar Saini

Manish Kumar Saini

Updated on 14-Mar-2023 17:10:48

ASCII and UNICODE are the two most extensively used character encoding schemes in computer systems. The most basic difference between ASCII and UNICODE is that ASCII is used to represent text in form of symbols, numbers, and character, whereas UNICODE is used to exchange, process, and store text data in ... Read More

Batch OS vs Multiprogramming OS

Manish Kumar Saini

Manish Kumar Saini

Updated on 14-Mar-2023 17:05:10

Operating Systems are a type of system software that make the hardware functional and create the interface between the user and machine. Several types of operating systems available such as batch operating system, multiprocessing operating system, multiprogramming operating system, distributed operating system, etc. Batch Operating System The type of computer ... Read More

C-LOOK vs C-SCAN Disk Scheduling Algorithm

Manish Kumar Saini

Manish Kumar Saini

Updated on 13-Mar-2023 12:39:22

In computer systems, disk scheduling is required for smooth operation of the system. Disk scheduling is done by the operating system of the computer, in which it schedules I/O requests arriving on the disk. Therefore, disk scheduling is also called as I/O scheduling. In computer systems, disk scheduling or I/O ... Read More

C-LOOK Disk Scheduling Algorithm

Manish Kumar Saini

Manish Kumar Saini

Updated on 13-Mar-2023 12:36:28

What is C-LOOK Disc Scheduling Algorithm? In operating systems, C-LOOK or Circular-LOOK is a type of disk scheduling algorithm which is used to increase the efficiency of accessing data on a disk. C-LOOK algorithm is basically an improved version of the LOOK disc scheduling algorithm. The main purpose of designing ... Read More

Buffering in Operating System

Manish Kumar Saini

Manish Kumar Saini

Updated on 13-Mar-2023 12:25:03

What is Buffering in OS? In operating systems, buffering is a technique which is used to enhance the performance of I/O operations of the system. Basically, buffering in operating system is a method of storing data in a buffer or cache temporarily, this buffered data then can be accessed more ... Read More

Booting Process in DOS Operating System

Manish Kumar Saini

Manish Kumar Saini

Updated on 13-Mar-2023 12:24:18

What is Booting? Booting is a process of starting a computer or computer like device such as a smartphone, etc. Therefore, booting of a computing device start when we press the power button of the device, it makes the computer or the device ready for use. Actually, when a computer ... Read More

Booting and Dual Booting of Operating System

Manish Kumar Saini

Manish Kumar Saini

Updated on 13-Mar-2023 12:23:23

When a computer or any other computing device is in the powerless state, its operating system remains stored in the secondary storage like Hard Disk or SSD. But, when the computer is started, the operating system must be present in the main memory or RAM of the system. When a ... Read More

Benefits of Multithreading in Operating System

Manish Kumar Saini

Manish Kumar Saini

Updated on 13-Mar-2023 12:22:53

In computers, when multiple threads of a process are executed independently by sharing the same resources, it is called multithreading. Read through this article to learn the benefits of multithreading in operating systems. What is Multithreading in OS? In computers, a program in execution is referred to as a process. ... Read More

Advantages and Disadvantages of Windows Operating System

Manish Kumar Saini

Manish Kumar Saini

Updated on 13-Mar-2023 12:20:26

Windows Operating System Windows Operating System is a type of operating system based on Graphical User Interface (GUI). It is called a graphical user interface because it create an interface (communication screen) between user and machine by using graphical elements like icons, pictures, colors, etc. The Windows operating system was ... Read More

Implementation of AND Gate from NAND Gate

Manish Kumar Saini

Manish Kumar Saini

Updated on 02-Feb-2023 15:04:47

As we know that the NAND Gate is a universal logic gate, therefore using the NAND gate, we can implement any logic gate or any other logical expression. Read this tutorial to understand how you can implement an AND gate using NAND gate. Let's start with a basic overview of ... Read More

1 2 3 4 5 ... 101 Next
Advertisements