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 general knowledge science & technology
  1. makes logic decisions

  2. allows electron flow only in one direction

  3. Both A and B

  4. None of these

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

A logic gate is an electronic circuit that performs Boolean logic operations on binary inputs to produce binary outputs - essentially making logic decisions. Option B describes a diode, not a logic gate. Since B is incorrect, 'Both A and B' cannot be correct.

Multiple choice general knowledge science & technology
  1. Hard disk

  2. microprocessor

  3. transistor

  4. flip-flops

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

Flip-flops are bistable multivibrators that can store one bit of binary data (0 or 1) in sequential circuits. They are the basic storage elements used in registers, counters, and memory. Unlike hard disks which are storage devices, flip-flops are the actual circuit elements that maintain binary state within digital systems.

Multiple choice general knowledge science & technology
  1. Arithmetic Logic Unit

  2. Array Logic Unit

  3. Application Logic Unit

  4. None of above

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

ALU (Arithmetic Logic Unit) is a digital circuit that performs arithmetic and logical operations. It is a fundamental component of a computer's CPU. 'Array' and 'Application' are incorrect expansions.

Multiple choice general knowledge science & technology
  1. Input is first converted to digital form

  2. Input is never converted to digital form

  3. Output is displayed in digital form

  4. All of the above

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

Analog computers process continuous physical signals (electrical voltages, mechanical movements) directly without converting them to digital binary form. They use analog components like operational amplifiers to perform mathematical operations through continuously varying signals. Digital computers must first convert analog inputs to digital form, but analog computers work entirely in the continuous domain.

Multiple choice general knowledge science & technology
  1. Rectifier

  2. Flip-Flop

  3. Comparator

  4. Attenuator

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

A flip-flop is a bistable multivibrator circuit that can store one bit of binary information (0 or 1) and is the fundamental building block of memory systems. Rectifiers convert AC to DC, comparators compare voltages, and attenuators reduce signal power - none store data.

Multiple choice general knowledge science & technology
  1. combitional circuit and memory elements

  2. only combinational circuit with clock

  3. gate and clock pluse

  4. any of these

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

Sequential circuits depend on both current inputs and previous states, requiring memory elements (flip-flops) to store state information. Combinational circuits alone cannot remember past inputs. Option A correctly identifies both components are needed.

Multiple choice general knowledge science & technology
  1. bubbled AND

  2. bubbled OR

  3. bubbled XOR

  4. NONE OF THESE

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

NAND = AND followed by NOT. In gate symbolism, this is represented as an AND gate with a bubble (inversion circle) at its output. This is called a bubbled AND gate. Alternative equivalent representations include OR with bubbles at all inputs (De Morgan's law), but bubbled AND is the direct representation.

Multiple choice general knowledge science & technology
  1. minimize the number of flip flop in a digital circuit

  2. minimize the number of gates only in digital circuit

  3. minimize the number of gates and fan in of a digital circuit

  4. design gates

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

Karnaugh maps are a graphical method for simplifying Boolean expressions. They help minimize both the number of gates and the fan-in (inputs per gate) in digital circuits. Option A is incorrect because K-maps aren't specific to flip-flops. Option B is incomplete because K-maps optimize more than just gate count.