Manish Kumar Saini has Published 958 Articles

C-LOOK Disk Scheduling Algorithm

Manish Kumar Saini

Manish Kumar Saini

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

3K+ Views

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

15K+ Views

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

8K+ Views

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

3K+ Views

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

4K+ Views

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

42K+ Views

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 a Logic Function using OR and AND Gates

Manish Kumar Saini

Manish Kumar Saini

Updated on 02-Feb-2023 15:02:57

2K+ Views

We can realize or implement a Boolean expression or a logic function as hardware using logic gates. The easiest method of implementing a logic function as hardware using logic gates is to start with the output and moves towards the inputs. The implementation of a logic function with the help ... Read More

Implementation of Boolean Functions using Logic Gates

Manish Kumar Saini

Manish Kumar Saini

Updated on 02-Feb-2023 15:02:08

11K+ Views

A Boolean function is a logical expression that returns a Boolean value, which is a value that is either TRUE or FALSE. In digital electronic circuits, the logic gates are used to implement a conditional or logical or Boolean expressions. A logic gate is a digital circuit that performs a ... Read More

Difference between Electric Field and Magnetic Field

Manish Kumar Saini

Manish Kumar Saini

Updated on 11-Jan-2023 10:33:54

7K+ Views

There is a property of space which is caused by the motion of the electric charge, is known as electromagnetic field. There are two component of an electromagnetic field viz. −Electric fieldMagnetic fieldA stationary electric charge produces only an electric field in the surrounding space. If the electric charge is ... Read More

The Realization of Logic Functions Using NAND Gates

Manish Kumar Saini

Manish Kumar Saini

Updated on 10-Jan-2023 11:20:03

6K+ Views

A logic function is a basically a Boolean expression that returns a Boolean value, which is a value that is either TRUE or FALSE. The NAND gate is a universal logic gate, thus it can be used to implement any type of logic function. Read this tutorial to learn how ... Read More

Advertisements