Introductory Concept & Number Systems: Instructor: Afroza Sultana
Introductory Concept & Number Systems: Instructor: Afroza Sultana
Number Systems
Conversion of Numbers
Text Codes
What is a Digital System?
Numerical Representations
• Analog : continuous
• Digital : discrete (step by step)
Digital Systems:
• Digital System is a combination of devices
designed to manipulate logical information or
physical quantities that are represented in digital
forms; they can take on only discrete values.
These devices are mostly electronic but can also
be mechanical, magnetic or pneumatic.
Basic concept
• Analog electronics represents information as a
continuously variable voltage
v(t ) A sin( wt )
t
0 t
0 1 0 0 1 0 0
Advantages and Limitations
• Advantages of Digital Techniques
- Digital systems are generally easier to design.
- Information storage is easy.
- Accuracy and precision are easier to maintain
- Operation can be programmed
- More digital circuitry can be fabricated on IC chips
- Digital circuits are less affected by noise.
- Operation is faster
• Limitation of Digital Techniques
The real world is mainly ANALOG!!
To take adv. of digital tech.
- convert analog inputs to digital
- process the digital
- convert the digital outputs to analog
Example
1
11 100 101 111 100 100 111 1010
Counting Range
(467)8= 4 X 82 + 6 X 81 + 7 X 80
= 256 + 48 + 7
= (311)10
109 ÷ 8 = 13 5
13 ÷ 8 = 1 5 (109)10= (155)8
1÷8= 0 1
Conversion between Hexadecimal and Decimal
109 ÷ 16 = 6 13
(109)10= (6D)16
6 ÷ 16 = 0 6
Conversion between Octal and Binary
• Octal to Binary Conversion: Write the three bit binary for
each of the octal digit.
(7436)8 = (111 100 011 110)2
(50.64)8 = (101 000.110 100)2
Decimal BCD
• BCD Code- The 4 bit
numeric code called the 0 0000
Binary Coded Decimal
1 0001
is designed for the
decimal digits 0 through 2 0010
9. This is called
straightway binary 9 1001
coding. Example:
10 0001 0000
11 0001 0001