DIGITAL ELECTRONICS MCQS SET 02
1․ Which is the example of digital device from the given option ?a. Sensors b. Record players c. Microprocessors
d. Thermistors
Explanation:
The microprocessor is a multipurpose, programmable device that accepts digital data as input, processes it according to instructions stored in its memory, and provides results as output is a digital device.
2․ How the digital signals is transmitted through a single conductor ?
a. Parallel b. Analog c. Serial d. None
Explanation:
In serial data transmission we send all the data in a single queue.
3․ How many input and output required for multiplexer ?
a. Many input and one output
b. One input and many output
c. One input and one output
d. None of the above
Explanation:
Multiplexer is a combinational circuit that selects binary information from one of many input lines and directs it to a single output line. It can send a lot of data in a single device.
4․ Why encoder is used in the digital electronics ?
a. To convert non coded information into coded form
b. To convert coded information into non coded form
c. It is used to separate address bus and data bus
d. None of the above
Explanation:
Encoder receives the non coded form in to coded form in the required form.
5․ How many numbers are used in the decimal number system?
a. 1 to 10 b. 0 to 10 c. 0 to 9 d. None
Explanation:
Decimal number system (base 2) has 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, total ten numbers.
6․ When will be the output of an AND gate is HIGH if there are three inputs, A, B, and C ?
a. A = 0, B = 0, C = 0 b. A = 1, B = 1, C = 0
c. A = 1, B = 0, C = 1 d. A = 1, B = 1, C = 1
Explanation:
When all the inputs are high then only AND gate output is high. As the output of AND is Y = A.B.C
7․ How many output is high of NOR GATE?
a. 2 b. 4 c. 1 d. 3
Explanation:
Truth table of NOR i/p-A i/p-B o/p 0 0 1 0 1 0 1 0 0 1 1 0
8․ Which of the logical operations is represented by the + sign in Boolean algebra ?
a. AND b NAND c. NOT r. OR
Explanation:
OR gate performs addition. So it represents '+' sign.
9․ Why small bubble is given on the output of the NAND gate symbol ?
a. Tristate b. Output is inverted
c. Open collector output d. None of the above
Explanation:
The bubble indicates the inversion operation because NAND gate is the inversion of AND gate. NAND = NOT + AND.
10․ What is the Boolean expression for a two-input AND gate ?
a. A + B b. A.B c. A & B d. A - B
Explanation:
Because AND gate is the product or dot operation. Y = A.B
No comments:
Post a Comment