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. NAND : first (0, 1) then (0, 1) NOR : first (1, 0) then (0, 0)

  2. NAND : first (1, 0) then (1, 0) NOR : first (1, 0) then (1, 0)

  3. NAND : first (1, 0) then (1, 0) NOR : first (0, 1) then race around

  4. NAND : first (1, 0) then (1, 1) NOR : first (0, 1) then (0, 1)

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

For the NAND latch the transistion as per excitation table will be: 

For the NOR latch the next stable states will be:

  

Multiple choice
  1. some but not all Boolean functions of 3 variables

  2. all function of 3 variables but none of 4 variables

  3. all functions of 3 variables and some but not all of 4 variables

  4. all functions of 4 variables

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

A $2^n.1$ MUX can implement all logic functions of (n+1) variable without and y additional circuitry. Here n = 3. Thus a 8:1 MUX can implement all logic functions of 4 variable.

Multiple choice
  1. 1111

  2. 1011

  3. 1000

  4. 0010

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

After $t = t_1$, at first rising edge of clock, the output of shift register is 0110, which in input to address line of ROM. At 0110 is applied to register. So at this time data stored in ROM at 1010 (10), 1000 will be on bus.

When W has the data 0110 and it is 6 in decimal, and it's data value at that add is 1010 then 1010 i.e. 10 is acting as odd, at time $t_2$ and data at that movement is 1000.

Multiple choice
  1. F8H - FBH

  2. F8H - FCH

  3. F8H - FFH

  4. F0H - F7H

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

Multiple choice
  1. P = 1, Q = 0; P = 1, Q = 0; P = 1, Q = 0 or P = 0, Q = 1

  2. P = 1, Q = 0; P = 0, Q = 1; or P = 0, Q = 1; P = 0, Q = 1

  3. P = 1, Q = 0; P = 1, Q = 1; P = 1, Q = 0 or P = 0, Q = 1

  4. P = 1, Q = 0; P = 1, Q = 1; P = 1, Q = 1

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