Lecture 1
Lecture 1
nzdcewi
CS F215/ECE F215/EEE F215/INSTR F215
AUGUST 2021
I N S T R U C TO R : D R . M A N I S H
Consultation hours: Tue, Thu, Fri : 12 noon - 1 PM
https://meet.google.com/cfy-bmps-cib
Introduction to digital systems
•We are in digital age
•All digital items like watches, calculators, computers
work on the basic principles of digital circuit and logic
design
•Almost all devices communicate with digital signals
Characteristics of digital systems
Process discrete information
◦ 10 decimal digits
◦ Binary bits 0 and 1
◦ 26 alphabets
•In this course we will learn fundamental building blocks of digital circuits and systems. This is a
first level course. You will have a chance to go for advanced courses later.
Number representation
Example: Two levels i.e. 0 or 1
Level Volts Switch flag
0 0V Off absent
1 5V on present
Lecture 1
•Number systems
•Radix and diminished radix complements
1. Number Systems
Decimal (0,1,2,…,9)
Binary (0,1)
Octal (0,1,2,..,7)
Hexadecimal (0,1,2,…,F)
Decimal system
325 = 3 ∗ 102 + 2 ∗ 101 + 5 ∗ 100
= 𝑎2 ∗ 102 + 𝑎1 ∗ 101 + 𝑎0 ∗ 100 + 𝑎−1 ∗ 10−1 + ….
Here 𝑎2 = 3 ; 𝑎1 = 2; 𝑎0 = 5; 𝑎𝑛 = 0
= 110010 10 1 11