Found 8 Articles for Binary Number

Binary Representation in Digital Electronics

Manish Kumar Saini
Updated on 08-Aug-2023 16:03:54

706 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 computers, smartphones, data communication systems, and more. In this article, we will explore different types of binary representations along with their basic description. But before that let’s have look into the basics of binary number system. What is Binary Number System? Binary number system is a base-2 number system which ... Read More

Binary Storage and Registers

Manish Kumar Saini
Updated on 08-Aug-2023 16:04:51

2K+ 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 storage unit in a digital system that can store binary data and information. In this tutorial, we will explore binary storage and registers along with their importance in the field of digital electronics. Let’s begin with the basic introduction of binary storage. What is Binary Storage? A storage technique in ... Read More

Binary Registers in Digital Electronics

Manish Kumar Saini
Updated on 08-Aug-2023 16:02:31

387 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 and binary register data. So, let’s start with the basic introduction of binary registers. What are Binary Registers? In digital systems, a binary register is considered the base of a data storage unit. It is a group of flip-flops connected together to store data and information in the form of ... Read More

Binary Coded Decimal (BCD) Addition

Manish Kumar Saini
Updated on 08-Aug-2023 15:57:51

9K+ 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 4-bits. Binary coded decimal is the simplest form to convert decimal numbers into their equivalent binary format. Although, binary coded decimal or BCD is not the same as the normal binary representation. In binary coded decimal (BCD) coding scheme, each decimal digit is represented as a group of 4-bit binary ... Read More

Bidirectional Shift Register in Digital Electronics

Manish Kumar Saini
Updated on 08-Aug-2023 15:37:40

2K+ 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 the register. Registers are commonly used in different parts of a digital electronic system like processor, arithmetic unit, memory unit, etc. Based on the application and functionality, registers are classified into various types, such as data registers, shift registers, memory registers, etc. In this article, we will explore ... Read More

BCD to Excess-3 Conversion

Manish Kumar Saini
Updated on 08-Aug-2023 15:01:30

3K+ 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 format. In BCD coding scheme, each decimal digit, from 0 to 9, is encoded as a group of 4-bits. The BCD codes for 0 to 9 in the decimal number system is given in the table below. Decimal Digit Binary Coded Decimal (BCD) 0 0000 ... Read More

Perceptron Algorithm for AND Logic Gate with 2-bit Binary Input

Pranavnath
Updated on 28-Jul-2023 17:55:12

2K+ Views

Introduction The Perceptron Algorithm, a foundation of artificial intelligence and machine learning, shapes the premise for different complex neural network designs. In this article, we investigate the application of the Perceptron Calculation to actualize the AND logic gate with 2−bit binary inputs. The AND gate, a principal parallel logic gate, produces a 1 yield as it were when both inputs are 1; something else, the yield is 0. Through a step−by−step clarification of the Perceptron Algorithm and Python code execution, we reveal how this calculation can be prepared to imitate the behavior of the AND gate. Understanding the AND Logic ... Read More

Addition of Two n-Bit Binary Numbers

Manish Kumar Saini
Updated on 19-Apr-2023 10:58:02

1K+ Views

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 More

1
Advertisements