Lecture 1 - Introduction
Lecture 1 - Introduction
Lecture 1
Course Content
• Introduction to Computer Arithmetic
• Number Systems/Coding system
• Number conversions
• Binary operations
• Introduction to Computer Logic Circuits
• Arithmetic and Logic Unit
• Boolean Algebra
• Logical operators
• Combinational logic
Introduction to Computer Arithmetic
Discrete Discrete
Inputs Information
Processing Discrete
System Outputs
System State
Chapter 1 6
Types of Digital Systems
No state present
• Combinational Logic System
• Output = Function(Input)
State present
• State updated at discrete times
• State updated at any time
A digital system is a system which deals with discrete signal. The input and output of this
system is two binary value which is 0 and 1. Examples of digital systems are mobile
phones, radio, megaphones and many more.
Chapter 1 7
Digital System Example:
Count Up
Reset 0 0 1 3 5 6 4
Chapter 1 8
Digital Computer Example
Memory
Control
CPU unit Datapath
Inputs:
Outputs: LCD
keyboard, mouse,
screen, wireless,
wireless, Input/Output speakers
microphone
Chapter 1 9
And Beyond – Embedded Systems
Chapter 1 10
Embedded Systems
Chapter 1 11
INFORMATION REPRESENTATION -
Signals
Information variables represented by physical quantities.
For digital systems, the variables take on discrete values.
Two level, or binary values are the most prevalent values in digital
systems.
Binary values are represented abstractly by:
• digits 0 and 1
• words (symbols) False (F) and True (T)
• words (symbols) Low (L) and High (H)
• and words On and Off.
Binary values are represented by values or ranges of values of physical
quantities
Chapter 1 12
Signal Examples Over Time
Time
Continuous
Analog in value &
time
Digital
Chapter 1 13
Binary Values: Other Physical Quantities
Chapter 1 14
Binary, bits and bytes
Binary
Explain about number systems and discuss the following number systems:
i. Decimal number system
ii. Denary
iii. Binary
iv. Octal
v. Hexadecimal
END