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. Logic “0″

  2. Logic “1″

  3. High Impedance

  4. High Voltage

  5. High Current

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

Tri-state buffers, also known as 3-state buffers, are combinatorial elements that in addition to providing the two standard logic “0″ and logic “1″ states, can be made to provide a high impedance third state. This third state occurs when the gates output is effectively switched “OFF” or disconnected. This third state is often referred to as an “High-impedance”, “hi-Z“, or just “Z” state.

Multiple choice
  1. Compare immediate

  2. AND instructions

  3. AND immediate

  4. ADD instructions

  5. MVI group

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

This instruction allows the programmer to match the byte in the accumulator with a fixed mask byte, contained in the second byte of the instruction in 8085 processor.