Crossword-I

1234567891011121314151617181920
Across
  1. 4. Parity check bit coding is used for ...... detection.
  2. 5. ....... number system represents 10 types of digits from 0 to 9, so the base of number system is 10.
  3. 9. A ......... table is a table, which consists of every possible combination of inputs and its corresponding outputs.
  4. 10. The ...... law of Boolean addition states that A + B = B + A
  5. 13. ...... gate is combination of XOR gate followed by invertor.
  6. 15. The basic building block for a logical circuit is logical .....
  7. 16. The output of a NOR gate is HIGH if all inputs are ....
  8. 18. ......-3 code is not a weighted code.
  9. 20. In binary code, an 8-bit unit is called a.......
Down
  1. 1. Boolean Algebra is named after George ....
  2. 2. ..... is the most widely used alphanumeric code for computer input and output.
  3. 3. ..... decimal system represents 16 types of digits from 0 to 9 and alphabets from A to F, so the base of number system is 16.
  4. 6. A variable on its own or in its complemented form is known as a.....
  5. 7. A ..... map is a systematic way of reducing sum-of-products type of expression
  6. 8. ......truth table entries are necessary for a four-input circuit.
  7. 11. For subtraction of binary number, subtract the subtrahend digit from the .........
  8. 12. The MSB of ...... code is same as the MSB of the corresponding Gray code.
  9. 14. There are .... bits in an ASCII character
  10. 17. The NOR logic gate is the same as the operation of the ..... gate with an inverter connected to the output.
  11. 19. The Boolean expression for the output F1 will be F1 = x. y. z′. This is .... form