Write the binary numbers from 10002 through 101012 Write the
Write the binary numbers from 1000_2 through 10101_2. Write the octal numbers from 766_8 through 1010_8. Write the hexadecimal numbers from E9_16 through 112_16. Write the BCD numbers in Binary from 96_10 through 102_10. If a digital circuit accepts 6 inputs, how many different input combinations are possible? What is the largest number value that may be input in 6 bits? The smallest?
Solution
Ans)
2.Ans) after 10001 the sequence is
10001,10010,10011,10100,10101, but you wrote directly 10101 after 10001 missing 5 terms in between
-------------------------------
3) correct sequence
-----------------------
4) After FF there should be 100 missing and after 109 it is 10A,10B,10C,10D,10E,10F,110,111,112
you got the wrong sequence after 109
--------------
5) Correct
------------------------
6) number of differenct combinations is 26=64 decimal
largest number 64-1=63
smallest =0
