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. D flip fop

  2. Master slave J K flip flop

  3. S R fip flop

  4. None of the above

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

Master slave J K flip flop prevents the data from racing through chain, at every clock pulse, the pattern is shifted only exactly one position.

Multiple choice
  1. 4 inputs

  2. 8 inputs

  3. 3 inputs

  4. 2 inputs

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

A full adder circuit takes three inputs: two bits to be added (A and B) and a carry-in bit (Cin). It produces two outputs: a sum and a carry-out.

Multiple choice
  1. IB

  2. IC

  3. ID

  4. IE

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

Digital circuits are built using integrated circuits (ICs), which contain the logic gates and transistors necessary for digital operations.

Multiple choice
  1. transistor-transistor logic

  2. test-transistor logic

  3. transistor-test logic

  4. none of these

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

TTL stands for Transistor-Transistor Logic, a logic family built from bipolar junction transistors.

Multiple choice
  1. diode-transistor logic

  2. diode-test logic

  3. dual transistor logic

  4. none of these

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

DTL stands for Diode-Transistor Logic, an early logic family that preceded TTL.

Multiple choice
  1. 0.5

  2. 1.5

  3. 2.5

  4. 3.5

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

In standard TTL logic, a logic high (1) is typically represented by a voltage level between 2.4V and 5V, with 3.5V being a common representative value.