CIT292 TMA 1 2019_2 SOLUTION


1.  The octal number (651.124)base8 is equivalent to ___ base 16.
    ans:(1A9.2A)base 16

2.  (170)base10 is equivalent to ___base16.
    ans:(AA)base16

3.  ____ expressions can be implemented using either (1) 2-level AND-OR logic circuits or (2) 2-level NAND logic circuits.
    ans: SOP

4.  There are ______ cells in a 4-variable K-map.
    ans: 16

5.  A Karnaugh map (K-map) is an abstract form of ____ diagram organized as a matrix of squares.
    ans:Venn Diagram

6.  The given hexadecimal number (1E.53)base16 is equivalent to ___ base 8 .
    ans:(36.246)base 8

7.  There are ___ Minterms for 3 variables (a, b, c).
    ans: 8

8.  Convert the hexadecimal number (1E2)base16 to decimal: ___.
    ans: 482

9.  Canonical form is a unique way of representing___.
    ans: Boolean Expressions

Comments