Computer Knowledge

Digital Logic and Microprocessors

749 Questions

Digital logic and microprocessors form the core of computer science, covering logic gates, combinational and sequential circuits, and CPU architecture. These topics are crucial for computer knowledge sections in technical exams. Test your digital electronics basics here.

Logic gates and circuitsCombinational vs sequential circuitsMicroprocessor instructionsTruth tables and boolean functions

Digital Logic and Microprocessors Questions

Multiple choice
  1. Y = $\bar A\bar B + \bar C$
  2. Y = (A +B)

  3. Y = $(\bar A + \bar B) \bar C$
  4. Y = AB + C

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

null

Multiple choice
  1. 3 NOT and 4 OR

  2. 2 NOT and 4 OR

  3. 1 NOT and 3 OR

  4. 2 NOT and 3 OR

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

null

Multiple choice
  1. totem pole and common collector configuration

  2. either totem pole or open collector configuration

  3. common base configuration

  4. common collector configuration

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

When output of the 74 series gate of TTL gates is taken from BJT then the configuration is either totem pole or open collector configuration.

Multiple choice
  1. g = $\overline P_1$+ P2, d = c + e
  2. g = P1+ P2, d = c + e

  3. g = $\overline P_1$+ P2, e = b + c
  4. g = P1+ P2, e = b + c

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation