M1 - IT 212 - Logic Design and Digital Computer Circuits
M1 - IT 212 - Logic Design and Digital Computer Circuits
This tutorial is meant to provide the readers to know how to point is known as integer part. Similarly, the part of the
analyze and implement the combinational circuits and number that lies to the right of the decimal point is known as
sequential circuits. Based on the requirement, we can use fractional part.
either combinational circuit or sequential circuit or combination In this number system, the successive positions to the left of
of both. After completing this tutorial, you will be able to learn the decimal point having weights of 10 0, 101, 102, 103 and so
the type of digital circuit, which is suitable for specific on. Similarly, the successive positions to the right of the
application. decimal point having weights of 10-1, 10-2, 10-3 and so on.
That means, each position has specific weight, which
Digital Circuits - Number Systems is power of base 10
Example
If base or radix of a number system is ‘r’, then the numbers
present in that number system are ranging from zero to r-1. Consider the decimal number 1358.246. Integer part of this
The total numbers present in that number system is ‘r’. So, we number is 1358 and fractional part of this number is 0.246.
will get various number systems, by choosing the values of The digits 8, 5, 3 and 1 have weights of 100, 101, 10 2 and
radix as greater than or equal to two. 103 respectively. Similarly, the digits 2, 4 and 6 have weights
of 10-1, 10-2 and 10-3 respectively.
In this chapter, let us discuss about the popular number
systems and how to represent a number in the respective Mathematically, we can write it as
number system. The following number systems are the most 1358.246 = (1 × 103) + (3 × 102) + (5 × 101) + (8 × 100) + (2 ×
commonly used. 10-1) +
1
IT 212 – LOGIC DESIGN & DIGITAL COMPUTER CIRCUITS MODULE 1
2
IT 212 – LOGIC DESIGN & DIGITAL COMPUTER CIRCUITS MODULE 1
3
IT 212 – LOGIC DESIGN & DIGITAL COMPUTER CIRCUITS MODULE 1