Computer Knowledge

Digital Logic and Microprocessors

735 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. X = AB

  2. X = ABC

  3. X = A + B + C

  4. X = A + B

  5. X = A + B + C + D

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

As per the question 3 inputs so the inputs be A, B and C then according to AND gate, it is defines the product.  So, for this three inputs it is X = ABC.

Multiple choice
  1. A = 1 and B = 0

  2. A = 0 and B = 0

  3. A = 1 and B = 1

  4. Both 2 and 3

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

Yes, the output of EX-NOR gate is 1 when both the options 3 and 4 follow. Yes, the output of EX-NOR gate is 1 when both the options 3 and 4 follow.

Multiple choice
  1. NAND gate

  2. Multiplexer

  3. Encoder

  4. Binary counter

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

This is not a combinational circuit because its output depends on the previous output. This is not a combinational circuit because its output depends on the previous output.

Multiple choice
  1. both the expressions must be true for the entire expression to be true

  2. at least one of the expressions must be true for the entire expression to be true

  3. neither expression should be true for the entire expression to be true

  4. the program stops executing

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

The AND gate outputs true only when all input expressions are true. If any input is false, the output is false.

Multiple choice
  1. table

  2. truth table

  3. false table

  4. combinational circuits

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

Truth tables provide a systematic method to verify all Boolean laws by exhaustively listing every possible input combination and the corresponding output, allowing us to prove identities like AND, OR, and complement properties.

Multiple choice
  1. Bit

  2. Byte

  3. Logic gate

  4. Flip-flop

  5. RAM

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

A logic gate is an idealized or physical device implementing a Boolean function, that is, it performs a logical operation on one or more logical inputs, and produces a single logical output. It is the basic unit of any digital circuit.