(A) a sum term
(B) a literal term
(C) a product term
(D) a complemented term
Related Posts 👇
-
The keyword that is used that the variable can not change state?
(A) static
(B) const
(C) friend
(D) private
-
If two adjacent 1s are detected in the input, the output is set to high?
(A) 0011
(B) 0101
(C) 1100
(D) 1010
-
A modulus-14 counter has fourteen states requiring__.
(A) 14 Flip Flops
(B) 14 Registers
(C) 4 Flip Flops
(D) 4 Registers
-
Karnaugh map is used in designing?
(A) a clock
(B) a counter
(C) an UP/DOWN counter
(D) All of the above
-
A 4-bit binary UP/DOWN counter is in the binary state zero. the next state in the DOWN mode is__.
(A) 0001
(B) 1111
(C) 1000
(D) 1110
-
If a circuit suffers “Clock Skew “ problem, the output of circuit can’t be guarantied?
(A) True
(B) False
(C) Both
(D) None
-
The bolean expression A + BC equals?
(A) (A’ + B)(A’ + C)
(B) (A + B)(A + C)
(C) (A + B)(A’ + C)
(D) none of the above
-
The boolean expression (A +C)(AB’ +AC)(A’C’ + B’)can be simplified to?
(A) AB’
(B) AB + A’C
(C) A’B + B
(D) AB + BC