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. P - 3, Q - 2, R - 1

  2. P - 3, Q - 1, R - 2

  3. P - 2, Q - 1, R - 3

  4. P - 1, Q - 2, R - 2

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

Shift Register $\rightarrow$ Serial to parallel data conversion Counter $\rightarrow$ Frequency division Decoder $\rightarrow$ Addressing in memory chips.

Multiple choice
  1. change in the output immediately reflects in the output

  2. change in the output occurs when the state of the master is affected

  3. change in the output occurs when the state of the slave is affected

  4. both the master and the slave states are affected at the same time

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

A master slave D-flip flop is shown in the figure.  In the circuit we can see that output of flip-flop call be triggered only by transition of clock from 1 to 0 or when state of slave latch is affected.

Multiple choice
  1. 4

  2. 6

  3. 8

  4. 10

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

For a 2-bit comparator checking if A > B, we enumerate cases: A=01,B=00; A=10,B={00,01}; A=11,B={00,01,10}. This gives 1+2+3=6 combinations where output is 1. Total combinations for two 2-bit inputs is 16, but only 6 satisfy A > B.

Multiple choice
  1. 0.2

  2. 0.3

  3. 0.5

  4. 1.0

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

The $V_{ADC} - V_in$ at steady state is = 6.5 - 6.2 = 0.3V

Multiple choice
  1. Mode 0 for (i) and Mode 1 for (ii)

  2. Mode 1 for (i) and Mode 2 for (ii)

  3. Mode for (i) and Mode 0 for (ii)

  4. Mode 2 for (i) and Mode 1 for (ii)

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

Multiple choice
  1. Triple Transistor Logic and Chip Metal Oxide Semiconductor

  2. Tristate Transistor Logic and Chip Metal Oxide Semiconductor

  3. Transistor Transistor Logic and Complementary Metal Oxide Semiconductor

  4. Tristate Transistor Logic and Complementary Metal Oxide Silicon

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

TTL $\rightarrow$ Transistor - Transistor logic CMOS $\rightarrow$ Complementary Metal Oxide Semi-conductor