πŸ“Š Digital Principles and System Design
Q. Each group of adjacent Minterms (group size in powers of twos) corresponds to a possible product term of the given
  • (A) function
  • (B) value
  • (C) set
  • (D) word
πŸ’¬ Discuss
βœ… Correct Answer: (A) function

Explanation: each group of adjacent minterms (group size in powers of twos) corresponds to a possible product term of the given function.

πŸ“Š Digital Principles and System Design
Q. Don’t care conditions can be used for simplifying Boolean expressions in
  • (A) registers
  • (B) terms
  • (C) k-maps
  • (D) latches
πŸ’¬ Discuss
βœ… Correct Answer: (C) k-maps

Explanation: don’t care conditions can be used for simplifying boolean expressions in k-maps which helps in pairing with 1/0.

πŸ“Š Digital Principles and System Design
Q. It should be kept in mind that don’t care terms should be used along with the terms that are present in
  • (A) minterms
  • (B) expressions
  • (C) k-map
  • (D) latches
πŸ’¬ Discuss
βœ… Correct Answer: (A) minterms

Explanation: it should be kept in mind that don’t care terms should be used along with the terms that are present in minterms as well as maxterms which reduces the complexity of the boolean expression.

πŸ“Š Digital Principles and System Design
Q. Using the transformation method you can realize any POS realization of OR-AND with only.
  • (A) xor
  • (B) nand
  • (C) and
  • (D) nor
πŸ’¬ Discuss
βœ… Correct Answer: (D) nor

Explanation: using the transformation method we can realize any pos realization of or-and with only nor.

πŸ“Š Digital Principles and System Design
Q. There are many situations in logic design in which simplification of logic expression is possible in terms of XOR and operations.
  • (A) x-nor
  • (B) xor
  • (C) nor
  • (D) nand
πŸ’¬ Discuss
βœ… Correct Answer: (A) x-nor

Explanation: there are many situations in logic design in which simplification of logic expression is possible in terms of xor and xnor operations.

πŸ“Š Digital Principles and System Design
Q. In case of XOR/XNOR simplification we have to look for the following
  • (A) diagonal adjacencies
  • (B) offset adjacencies
  • (C) straight adjacencies
  • (D) both diagonal and offset adjencies
πŸ’¬ Discuss
βœ… Correct Answer: (D) both diagonal and offset adjencies

Explanation: in case of xor/xnor simplification we have to look for the following diagonal and offset adjacencies. xor gives output 1 when odd number of 1s are present in input while xnor gives output 1 when even number of 1s or all 0s are present in input.

πŸ“Š Digital Principles and System Design
Q. Entries known as mapping.
  • (A) diagonal
  • (B) straight
  • (C) k
  • (D) boolean
πŸ’¬ Discuss
βœ… Correct Answer: (A) diagonal

Explanation: entries known as diagonal mapping. the diagonal mapping holds true when for any relation, there is a projection of product on the factor.

πŸ“Š Digital Principles and System Design
Q. The code where all successive numbers differ from their preceding number by single bit is
  • (A) alphanumeric code
  • (B) bcd
  • (C) excess 3
  • (D) gray
πŸ’¬ Discuss
βœ… Correct Answer: (D) gray

Explanation: the code where all successive numbers differ from their preceding number by single bit is gray code. it is an unweighted code. the most important characteristic of this code is that only a single bit change occurs when going from one code number to next. bcd code is one in which decimal digits are represented by a group of 4-bits each, whereas, in excess-3 code, the decimal numbers are incremented by 3 and then written in their bcd format.

πŸ“Š Digital Principles and System Design
Q. How many AND gates are required to realize Y = CD + EF + G?
  • (A) 4
  • (B) 5
  • (C) 3
  • (D) 2
πŸ’¬ Discuss
βœ… Correct Answer: (D) 2

Explanation: to realize y = cd + ef + g, two and gates are required and two or gates are required.

πŸ“Š Digital Principles and System Design
Q. The NOR gate output will be high if the two inputs are
  • (A) 00
  • (B) 01
  • (C) 10
  • (D) 11
πŸ’¬ Discuss
βœ… Correct Answer: (A) 00

Explanation: in 01, 10 or 11 output is low if any of the i/p is high. so, the correct option will be 00.

Jump to