Article Categories
- All Categories
-
Data Structure
-
Networking
-
RDBMS
-
Operating System
-
Java
-
MS Excel
-
iOS
-
HTML
-
CSS
-
Android
-
Python
-
C Programming
-
C++
-
C#
-
MongoDB
-
MySQL
-
Javascript
-
PHP
-
Economics & Finance
Articles by Manish Kumar Saini
Page 30 of 80
Difference between 3-address and 0-address Instructions
A computer system performs tasks based on the instruction provided to it. These computer instructions are written in different formats based on the number of addresses that they contain. In this article, we will discuss the two types of computer instructions namely, 3-address instruction and 0-address instruction, and the important differences between them. The most fundamental difference between 0-address instruction and 3-address instruction is that the 0-address instruction does not require any operand to perform operations, whereas the 3-address instruction takes three operands to perform operations. Before discussing the differences between 0-address instruction and 3-address instruction, let us first discuss ...
Read MoreDifference between 2-address and 1-address Instructions
A computer system performs tasks based on the instruction provided to it. These computer instructions are written in different formats based on the number of addresses that they contain. In this article, we will discuss two types of instructions namely, 2-address instructions and 1-address instructions, and the important differences between them. The most fundamental difference between 2-address instruction and 1-address instruction is that a 2-address instruction requires two operands to perform an operation and the result is stored in one these two operands, while the 1-address instruction requires only one operand to perform an operation and stores the result ...
Read MoreElectrical Analogue of Digital Logic Gates
Electrical analogue is basically a way of representing the operation of a logic gate such as OR gate, AND gate, NOT gate, etc. in the form of an electric circuit. In other words, we can represent the operation of a logic gate by using basic circuit components like battery, switches, lamps, etc. So, let us discuss the electrical analogue for each logic gate in detail. OR Gate Electrical Circuit The OR Gate is a type of logic circuit in digital electronics which may have two or more inputs but only one output. A two input OR gate is shown in ...
Read MoreDifference between Step-Up and Step-Down Transformer
What is a Transformer? A transformer is an electrical device whose main function is to transmit alternating current between two circuits at a constant value of frequency, but at varying voltage levels. A transformer is constructed by combining two kinds of coil. The first coil carrying the magnetic flux is called the primary coil, while the second coil placed opposite to it, in which electromotive force (E.M.F) is induced is called as the secondary coil. Figure-1 illustrates a standard representation of a transformer. Input voltage at the primary side of the transformer produces the varying magnetic flux on the primary ...
Read MoreDifference between Force and Power
Force and Power are two important concepts in physics. They might appear similar at first sight, but they are completely different from each other. The most fundamental difference between force and power is that Force is a cause that can change or try to change the state of an object from rest to motion or motion to rest, whereas Power is the term used to express the rate of doing work. Read this article to learn how Force is different from Power. What is Force? Force is an external agent that can change the state of an object either from ...
Read MoreAddition of Two n-Bit Binary Numbers
In digital electronics and digital systems such as digital computers, calculator, etc., the binary numbers and their arithmetic operations play a vital role. Just like the decimal number system, we can perform all the four basic arithmetic operations, i.e. addition, subtraction, multiplication, and division of binary numbers as well. Read this article to learn how you can add two n-bit binary numbers. What is Binary Addition? Binary addition is a basic arithmetic operation performed on binary numbers in which two binary number of any digit are added to obtain a sum. As we know, a binary number system has base ...
Read MoreDifference between Analog and Digital Multimeter
A multimeter is a multipurpose electronic measuring instrument extensively used by professionals to determine the faults in a circuit. A typical multimeter can be used to measure various electrical quantities such as voltage, current, resistance, transistor gain, etc.Based on the design and method used for the measurement, multimeters are classified into two types −Analog Multimeter (AMM)Digital Multimeter (DMM)The various differences between an analog multimeter and a digital multimeter are shown in the table below. We have also included a brief description on analog and digital multimeters.What is an Analog Multimeter?An analog multimeter is a type of multimeter which displays the ...
Read MoreDifference between Hardware Storage and Cloud Storage
Both hardware storage and cloud are storage models used to store data in a digital form. In both cases, the digital data is stored in storage servers. The most basic difference between hardware and cloud is in data accessibility. In hardware, data can be accessed only on the system in which it is stored, whereas, in the case of cloud, the data can be accessed from any device at any location. Read this article to learn the key differences between hardware and cloud. What is Hardware Storage? In the context of storage, hardware is referred to as a storage system ...
Read MoreDifference between Hardware and Computer Platform
The most basic difference between hardware and computer platform is that the hardware is the physical components of a computer system that can be seen, touched, and manipulate, whereas a computer platform is a fundamental hardware and software infrastructure which supports the operation of computer applications. Read this article to learn more about hardware and computer platform, and the important differences between them. What is Hardware? The term "hardware" represents the physical components of a computer system that we can see and touch. For example, motherboard, CPU, memory devices, power supply, sound card, mouse, keyboard, etc. are the hardware of ...
Read MoreDifference between Hard drives and Flash drives
Hard drives and flash drives are the two major types of storage devices used in computer systems for permanent data storage. The most basic difference between these two storage devices is that a hard drive is an electromechanical storage device having some movable parts, whereas a flash drive is an electronic storage device made of integrated circuits. Read this article to learn more about hard drives and flash drives and how they are different from each other. What is a Hard Drive? A hard drive is an electromechanical storage device used in computer to store data and information permanently. ...
Read More