
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
Manish Kumar Saini has Published 1143 Articles

Manish Kumar Saini
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

Manish Kumar Saini
41K+ 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

Manish Kumar Saini
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

Manish Kumar Saini
10K+ 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

Manish Kumar Saini
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

Manish Kumar Saini
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

Manish Kumar Saini
13K+ Views
A number is a method used for representing an arithmetic value, measure, or count, of a physical quantity. A number system is defined as a method of naming and representing numbers. The concept of number system helps in defining the rules associated with the numbers and different operations on numbers. ... Read More

Manish Kumar Saini
8K+ Views
In this tutorial, we will discuss the realization of an inverter (NOT gate) with a transistor. But before that let's have a look into the basics of inverter or NOT gate. What is an Inverter (NOT Gate)? An inverter is a single input and single output logic gate that toggles ... Read More

Manish Kumar Saini
21K+ Views
In digital electronics, a subtractor is a combinational logic circuit that performs the subtraction of two binary numbers. However, the subtraction of binary number can be performed using adder circuits by taking 1s or 2s compliments. But, we may also realize a dedicate circuit to perform the subtraction of two ... Read More

Manish Kumar Saini
23K+ Views
In digital electronics, a logic or logic function is one that follows the rules that governs a logical statement. Logics are implemented by using switching networks, where a switching network is one that is designed by interconnecting a finite number of switches. Example − Let "𝒚" is a logic function, ... Read More