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
Given the following state table of an FSM with two states A and B, one input and one output:
| Present State A | Present State B | Input | Next State A | Next State B | Output |
|---|---|---|---|---|---|
| 0 | 0 | 0 | 0 | 0 | 1 |
| 0 | 1 | 0 | 1 | 0 | 0 |
| 1 | 0 | 0 | 0 | 1 | 0 |
| 1 | 1 | 0 | 1 | 0 | 0 |
| 0 | 0 | 1 | 0 | 1 | 0 |
| 0 | 1 | 1 | 0 | 0 | 1 |
| 1 | 0 | 1 | 0 | 1 | 1 |
| 1 | 1 | 1 | 0 | 0 | 1 |
If the initial state is A = 0, B = 0, what is the minimum length of an input string which will take the machine to the state A = 0, B = 1 with Output = 1?
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
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
In the following truth table, V = 1 if and only if the input is valid.
| Inputs | Outputs |
| --- | --- |
| D0 | D1 |
| 0 | 0 |
| 1 | 0 |
| 0 | 1 |
| 1 | X |
| X | X |
What function does the truth table represent?
Reveal answer
Fill a bubble to check yourself
Reveal answer
Fill a bubble to check yourself














