
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
7K+ Views
While analyzing electric circuits, we come across the electrical quantities "voltage drop" and "potential difference" that appear to be the same at first sight because both are measured in Volts. In this article, we will highlight how Voltage Drop is different from Potential Difference in many aspects. Before discussing ... Read More

Manish Kumar Saini
6K+ Views
The conversion of mechanical energy into electrical energy and electrical energy into mechanical energy is a necessary process in the industries as well as in our daily life. Electrical machines are used for the conversion of electrical energy into mechanical energy and mechanical energy into electrical energy.Depending upon the type ... Read More

Manish Kumar Saini
10K+ Views
A computer is simply a machine and hence it cannot perform any task itself. Therefore, to make a computer functional different coding languages are developed, which are known as programming languages. A computer programming language is a language in which the codes are written to instruct the computer to perform ... Read More

Manish Kumar Saini
6K+ Views
In a digital electronic system, binary storage and registers are most elementary components employed for storage and manipulation of binary data and information. Binary storage refers to the technique for storing data and information in binary format, i.e. in the form of 0s and 1s. Register is a most basic ... Read More

Manish Kumar Saini
1K+ Views
Digital electronics systems use binary numbers to understand and process data and instructions. The representation of data and information in binary number system is referred to as binary representation. It is a crucial concept in digital electronics that allows for the implementation and operation of digital devices and systems like ... Read More

Manish Kumar Saini
860 Views
In digital electronic devices and systems, binary registers are one of the crucial components that play a vital role in data storage and manipulation. Binary registers are the fundamental building blocks in memory unit of a digital system or device. In this article, we will explore basics of binary registers ... Read More

Manish Kumar Saini
38K+ Views
Let's start this article with an overview of Binary Coded Decimal (BCD) codes before moving on to discuss BCD addition. What is BCD? BCD or Binary Coded Decimal is a coding scheme used to represent decimal number (0 to 9) in the form of binary digits of a group of ... Read More

Manish Kumar Saini
4K+ Views
In digital electronic systems, a register is a basic memory element used to store and manipulate data in binary form. A register is basically a group of flip-flops, where a flip-flop is a one-bit storage device. The storage capacity of a register depends on the number of flip-flops used within ... Read More

Manish Kumar Saini
7K+ Views
BiCMOS stands for Bipolar Complementary Metal-Oxide Semiconductor. BiCMOS technology is an integration technology that combines bipolar and CMOS (Complementary Metal Oxide Semiconductor) devices on a single chip. This technology is primarily used to combine the features of analog and digital circuits in a single IC chip. In this article, we ... Read More

Manish Kumar Saini
8K+ Views
Let’s start this tutorial with a basic overview of BCD (Binary Coded Decimal) and Excess-3 codes. Thereafter, we will proceed further to discuss BCD to Excess 3 conversion. What is BCD? BCD stands for Binary Coded Decimal. BCD is a coding scheme used to represent decimal numbers in the binary ... Read More