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
-
Mapple counter
-
Binary counter
-
Ripple counter
-
None of the above
C
Correct answer
Explanation
Ripple is a one bit asynchronous sequential counter circuit.
-
Full adder
-
Decoder
-
Mutiplexer
-
None of the above
C
Correct answer
Explanation
Multiplexer is a combinational circuit having multiple input into one output. For example: 4x1 MUX = 4 inputs and 1 output.
-
D flip fop
-
Master slave J K flip flop
-
S R fip flop
-
None of the above
B
Correct answer
Explanation
Master slave J K flip flop prevents the data from racing through chain, at every clock pulse, the pattern is shifted only exactly one position.
-
4 inputs
-
8 inputs
-
3 inputs
-
2 inputs
C
Correct answer
Explanation
A full adder circuit takes three inputs: two bits to be added (A and B) and a carry-in bit (Cin). It produces two outputs: a sum and a carry-out.
-
Cross Coupling
-
Modem
-
Network
-
Cross talk
A
Correct answer
Explanation
Cross coupling is the technique of connecting the output of one logic gate to the input of another to create a feedback loop, which is the fundamental mechanism behind a flip-flop.
-
0x58d9
-
0xca91
-
0xceb7
-
0x2526
B
Correct answer
Explanation
Performing a bitwise XOR (^) on 0x6db7 and 0xa726: 0110 1101 1011 0111 XOR 1010 0111 0010 0110 equals 1100 1010 1001 0001, which is 0xca91.
-
OR
-
AND
-
Exclusive OR
-
Complementation
A
Correct answer
Explanation
To retain specific bits (masking) and set others, the OR operator is used. A bitwise OR with 1 sets a bit, while OR with 0 leaves it unchanged.
-
Separate the symbol, mnemonic opcode and operand fields
-
Build the symbol table
-
Synthesise the target program
-
None of the above
C
Correct answer
Explanation
Pass II of the two-pass assembler processes the intermediate representation to synthesise the target program.
C
Correct answer
Explanation
The data register is an extension to the accumulator. It is most useful for storing data related to the accumulator's current calculation.
B
Correct answer
Explanation
Digital circuits are built using integrated circuits (ICs), which contain the logic gates and transistors necessary for digital operations.
-
low
-
high
-
very high
-
none of these
-
transistor-transistor logic
-
test-transistor logic
-
transistor-test logic
-
none of these
A
Correct answer
Explanation
TTL stands for Transistor-Transistor Logic, a logic family built from bipolar junction transistors.
-
diode-transistor logic
-
diode-test logic
-
dual transistor logic
-
none of these
A
Correct answer
Explanation
DTL stands for Diode-Transistor Logic, an early logic family that preceded TTL.
D
Correct answer
Explanation
In standard TTL logic, a logic high (1) is typically represented by a voltage level between 2.4V and 5V, with 3.5V being a common representative value.
A
Correct answer
Explanation
In standard TTL logic, a logic low (0) is represented by a voltage level close to 0V, typically below 0.8V.