Skip to main content

Digital techniques__Number System

Introduction:

      Here I am talking about the term DIGITAL. It is for the most part connected with a PC. A PC performs procedure on tallying digits. Subsequently advanced is something which is countable. PCs acknowledges input store it, measure the information and produces the yield. Accordingly computerized frameworks are the electronic gadget or source which create stores and interaction the sign. From above PC is computerized framework sees just double language (0 or 1).

      Some examples of digital systems are:

     1)      Registers
2)      Flip-flops
3)      Counters
4)      Microprocessor
5)      Digital calculators etc.

Number System:

      ·         A number system defines a set of values used to represent a quantity.
·         There are four main types of number system :
       1)      Decimal number system
       2)      Binary number system
       3)      Octal number system
       4)      Hexadecimal number system
·         The number of values that a digit (one character) can assume is equal to the base of the                    system. it is called as radix of the system.
·         E.g. for decimal number system, the base is 10 hence every digit can assume 10 values                     (0, 1, 2…..9).
·         The largest value of digit is always one less than the base. E.g. the largest digit in decimal                system is 9.
·         Each digit position (place) represents a different multiple of base. E.g. consider the decimal             number. We have to multiply each of digits by some power of base/radix.

Following is a chart of number systems with their radix.

Sr No.
Name of System
Radix

1.
Binary Number System

           2
2.
Octal Number System

8
3.
Decimal Number System

10
4.
Duodecimal Number System

12
5.
Hexadecimal Number Sy
 

    Here we understand the basics of digital system now we will discuss number systems one by one in next post.

       


Comments

Post a Comment

Please do not enter spam in comment box

Popular posts from this blog

Digital techniques__4 Bit Adder and Subtractor

Digital techniques_2marks questions

 Q.1) Attempt the following questions:- 10 Marks  (a) Draw the symbol and write the truth table of universal Gates. (b) In a 3 variable K’ Map if there are two quads, interpret the simplified output. (c) Define modulus of counter and write down the number of flips flops required to construct mod 7 counter (d) Construct OR gate using NOR gate. (e) Demonstrate with example the function of EQU directive.  (f) Find the number of address lines required for:  1. 2K RAM  2. 16K ROM

Digital Techniques_Four Marks Questions

Question Bank 1) Define following terms related to logic families : (i) Noise Margin (ii) FAN-OUT (iii) Propagation delay (iv) Power dissipation 2) State Demorgan’s theorem’s and prove both theorems using truth table. 3) State functions of preset, clear, clock and SR inputs related to SR flip flop. 4) Sketch diagram of 4 bit asynchronous counter using suitable flip flop. Sketch timing diagram. 5) Perform binary subtraction using 2’s complement method (11001)2 – (1010)2. 6) State DeMorgan’s theorems and prove by Truth-table method for two variables. 7) Give the expression of Grey code equivalent of 4-bit binary using K-map. 8) Draw the circuit diagram of 3-bit asynchronous up/down counter using T-FF. 9) Describe any four specifications of DAC. 10) Perform the following: (11011)2 × (11011)2 11) State the rules for BCD Addition explain with example. 12) Design Half adder using K-map and implement using gates. 13) Subtract (1101)2 from (1110)2 using 1’s & 2’s complement method. 14) Des...