Skip to main content

Digital techniques__conversion of number systems













here you will find conversion of number system. I am sure this will help you and very easy to learn. 

Tricks to remember 

1.when you convert decimal numbers into other number system then divide decimal number by radix of other number system.

 E.g. converting decimal number into hex then divide decimal number by 16. 

2. when you convert any number system into decimal then multiply converted  number digits by power of that converted number system. 

E.g. convert octal into decimal then multiply octal digits by power of 8. 

3. when you dealing with octal number system then make a group of 3 bits or represent number by group of 3 bits. E.g. 3=(011), 45=(100 101) etc.

4. when you dealing with hexadecimal number system then make a group of 4 bits or represent number by group of 4 bits. E.g. A=(1010), 3=(0011) etc. 

here you will find a total chart of conversion of number system.








Comments

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...