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. $(\bar{X} + \bar{Y}+ \bar{Z}).(\bar{X} + Y + Z).(X + \bar{Y}+\bar{Z})$
  2. $(X + Y + Z).(X + \bar{Y} + \bar{Z}).(\bar{X} + Y + Z)$
  3. $(\bar{X} + \bar{Y} + Z).(\bar{X} + y + \bar{Z}). (X + \bar{Y}+ Z).(X + Y + \bar{Z}).(X + Y + Z)$
  4. $( X + y + \bar{Z}) . (\bar{X} + Y + Z). (\bar{X} + Y + \bar{Z}).(\bar{X} + \bar{Y}+ \bar{Z})$
Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

Multiple choice
  1. S2, Din, S0 and S1

  2. S1, Din, S0 and S2

  3. Din, S0, S1 and S2

  4. Din, S2, S0 and S1

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

Multiple choice
  1. Control Unit

  2. Arithmetic and Logic Unit

  3. Primary Memory

  4. Random Access Memory

  5. Read Only Memory

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

ALU (Arithmetic and Logic Unit) is an integrated circuit within a CPU that performs arithmetic and logic operations. Arithmetic instructions include addition, subtraction, and shifting operations, while logic instructions include Boolean comparisons, such as AND, OR, XOR, and NOT operations.

Multiple choice
  1. Register Indirect Branch Addressing Mode

  2. Direct Branch Addressing Mode

  3. Direct Addressing Mode

  4. Immediate Addressing Mode

  5. Register Indirect Mode

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

Here, the byte contains bits which specify a register pair, which in turn contains the address of the data in memory in 8085 processor.