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. Logical

  2. Arithmetic

  3. Data

  4. Boolean Variable Manipulation

  5. Program Control and Branching

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

These instructions in 8051 chip are used to transfer data between an internal RAM location and an SFR (Special Function Register) location without going through the accumulator.

Multiple choice
  1. Fully nested

  2. Automatic EOI

  3. Special Mask

  4. Edge and Level Triggered

  5. Poll Command

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

This operating mode in 8259A performs a non-specific End Of Interrupt (EOI) operation at the trailing edge of the last INTA (Interrupt Acknowledge) pulse automatically.

Multiple choice
  1. Make logic decisions

  2. Allows electron flow only in one direction

  3. Works on binary algebra

  4. Alternates between 0 and 1 values

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

A logic gate is a fundamental building block of digital circuits that performs a logical operation on one or more binary inputs. It 'makes decisions' by producing a specific output (0 or 1) based on the logic of the gate (AND, OR, NOT, etc.).

Multiple choice
  1. It does not produce the same ciphertext as that of plaintext.

  2. In this mode, the secret key is used to encrypt the plaintext block to form a ciphertext block.

  3. It is a block cipher implementation as a self-synchronising stream cipher.

  4. This block cipher implementation is conceptually similar to a synchronous stream cipher.

  5. Both (1) and (4)

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

These are both correct about OFB.

Multiple choice
  1. Emission Coupled Logic

  2. Emitter-Coupled Logic

  3. Emotive Coupled Logic

  4. None of these

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

Emitter-Coupled Logic (ECL) is a high-speed integrated circuit bipolar transistor logic family. It uses an overdriven differential amplifier with single-ended input and limited output voltage swing to avoid saturation.

Multiple choice
  1. Transparent Transistor Logic

  2. Translucent Transistor Logic

  3. Transistor Transfer Logic

  4. Transistor Transistor Logic

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

Transistor-Transistor Logic (TTL) is a logic family built from bipolar junction transistors and resistors. It is called TTL because both the logic gating function and the amplifying function are performed by transistors.

Multiple choice
  1. Stop a signal

  2. Recomplement a signal

  3. Invert an output signal

  4. Out as a universal gate

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

A NOT gate, also known as an inverter, takes a single input signal and produces the opposite (inverted) output signal.