Analog & Digital
Analog & Digital
TECHNOLOGY
B. TECH DIVISION
CA-I EXAMINATION
Semester - III
Department - CSE
Difference Between Analog And Digital Circuit :
Explain each type of number system learn in your class
with a example :
In a number system, these numbers are used as digits. 0 and 1 are the
most common digits in the number system, that are used to represent
binary numbers. On the other hand, 0 to 9 digits are also used for other
number systems. Let us learn here the types of number systems.
>Definition:
Example 1:
Simplify the following Boolean
expression: (A + B).(A + C).
Thus, (A + B).(A + C) = A + BC
Example 2:
Simplify the following Boolean expression: (X + Y).(Xc + Y).
Weighted Code:
Gray code is a non-weighted coding method that alters just one bit in a
binary number when moving from one decimal number to the next. In
normal binary coding,
the digits 10 would represent the decimal number 2. When using gray
code, one bit of that binary number changes so the decimal number 2 is
represented by the binary digits 0011.
Sequentially, the decimal number 3, which would normally be represented
by the binary digits 0011, is now converted to 0010, because only the one
bit can change.
Excess-3 is another non-weighted coding method and was once used in
older computers and adding machines. With excess-3, you add 3 to a
decimal number before converting it to binary. So the decimal number 2,
for example, would first increase by 3, making it 5. The binary conversion
of 2 using the Excess-3 method would be 0101 instead of its normal binary
value of 0010.