MODULE 4 - Digital Electronics
MODULE 4 - Digital Electronics
Digital Electronics
Module 4
DIGITAL ELECTRONICS
Binary Number System
The binary number system is a base-2 numbering
system that uses only two digits, 0 and 1, to represent
numbers. It is the foundation of all digital systems and
is commonly used in computers, digital electronics,
and other areas of technology. Here's how binary
numbers work, how to convert them to and from
decimal (base-10), and some basic binary operations.
Binary Number System Conversion and
representation
1. Binary Representation: In the binary number
system, each digit represents a power of 2. The
rightmost digit is the least significant bit (LSB), and the
leftmost digit is the most significant bit (MSB).
Example of Binary to Decimal Conversion:
Solution:
(A+B)’ = A’.B’
(A.B)’ = A’+B’
Logic Gates
There are 3 types of logic gates-
1) Basic Gates: OR, AND, and NOT Gates.
A OR B = A + B ( Logical OR)
implies AdditioN
AND GATE