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_Descriptive Questions

 Descriptive Questions 1)Construct full adder circuit using K map. 2) Justify ‘NOR gate is called as universal gate’. Sketch relevant diagram. 3) Convert following Boolean equation to standard SOP form and implement using NAND-NAND logic. (i) y = A B C + ABC D + A C D (ii) y = PQ + PQR + PQ R 4)State the rules for BCD addition. 5)Draw two input OR gate, using ECL logic family (only diagram). 6)Realize full subtractor using K-map. 7)Describe positive and negative edge triggering methods of clock with their logic symbol. 8)Calculate the analog output of 4-bit DAC if the digital input is 1101. Assume VFS = 5V. 9)Draw the logic diagram of 4-bit SIPO shift register and explain its working principle. 10) Realize the following expression using K-map. Y = f(A, B, C, D) = Σ m(0, 2, 3, 5, 6, 7, 10, 11) + d (8, 14, 15) and implement it. 11)Simplify the following expression using Boolean laws. Y = (A + B) (A + C) Y = ABC + ABC + ABC 12)Draw the circuit of master slave JK FF using NAND gate and...

Digital techniques__BCD Adder