Computer Knowledge
Digital Logic and Microprocessors
735 QuestionsDigital 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
Reveal answer
Fill a bubble to check yourself
Reveal answer
Fill a bubble to check yourself
Reveal answer
Fill a bubble to check yourself
Reveal answer
Fill a bubble to check yourself
Reveal answer
Fill a bubble to check yourself
Reveal answer
Fill a bubble to check yourself
An X-Y flip flop whose characteristic table is given below is to be implemented using a J-K flip-flop.
| X | Y | $Q{n+1}$ |
|---|---|---|
| 0 | 0 | 1 |
| 0 | 1 | $Q_n$ |
| 1 | 0 | $\bar Q_n $ |
| 1 | 1 | 0 |
Reveal answer
Fill a bubble to check yourself
Reveal answer
Fill a bubble to check yourself
Reveal answer
Fill a bubble to check yourself
Reveal answer
Fill a bubble to check yourself
Reveal answer
Fill a bubble to check yourself
Reveal answer
Fill a bubble to check yourself
Reveal answer
Fill a bubble to check yourself
Following is the Boolean expression for one truth table of an unknown function.
| A | B | C | F |
|---|---|---|---|
| 0 | 0 | 0 | 0 |
| 0 | 0 | 1 | 0 |
| 0 | 1 | 0 | 0 |
| 0 | 1 | 1 | 1 |
| 1 | 0 | 0 | 0 |
| 1 | 0 | 1 | 0 |
| 1 | 1 | 0 | 1 |
| 1 | 1 | 1 | 0 |
If the above function is implemented using D flip-flop, then
Reveal answer
Fill a bubble to check yourself
For the given Boolean expression for one truth table of an unknown function.
| A | B | C | F |
| 0 | 0 | 0 | 1 |
| 0 | 0 | 1 | 0 |
| 0 | 1 | 0 | 0 |
| 0 | 1 | 1 | 0 |
| 1 | 0 | 0 | 1 |
| 1 | 0 | 1 | 1 |
| 1 | 1 | 0 | 0 |
| 1 | 1 | 1 | 0 |
The output recycles after the last state. If the above function is implemented using J-K flip flop then,
Reveal answer
Fill a bubble to check yourself


Z = A$\bar B$C= $\dfrac{(AC)(\bar B)}{\overline {AC} + B}$Let F
$\therefore$ 5 NAND gates required.


So, (d) option is correct.
Given truth table:
Table 2 (J and K column constructed using table 1)
J =$\bar Y$
K = X
Where, Y = P + Q + RZ = RQ + $\bar PR$ + $Q\bar P$ From the circuit given, we have Rn + 1 = Zn, 1$\le$n$\le$3Z4 = Ys (MSB). Hence, the output is 00010, which shows a 4-bit subtractor P – Q.
The circuit represents a
If segments ‘a’ to ‘g’ are considered as functions of X1 and X2, then which of the following is true?
$J_A = \bar ABC + AB\bar C = B (\bar C + A\bar C) $
$K_A = A + \bar A\bar C$
$D = A\bar B\bar C + BC $
$J_A = \bar ABC + AB\bar C = B (\bar AC + A\bar C)$
$K_A = A + \bar A\bar C $
$D = A\bar B\bar C + BC$