0% found this document useful (0 votes)
361 views6 pages

Subject: DTE (22320) Question Bank

The document contains a 50 question multiple choice quiz about digital electronics topics such as number systems, logic gates, flip-flops, counters, and memory. The questions cover concepts like binary, hexadecimal, and decimal conversions; Boolean algebra; logic gate characteristics; flip-flop types; counter circuits; multiplexers and demultiplexers; and memory types including RAM, ROM, PROM, and EPROM. An answer key is provided for all 50 questions.

Uploaded by

Rupali Sardar
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
361 views6 pages

Subject: DTE (22320) Question Bank

The document contains a 50 question multiple choice quiz about digital electronics topics such as number systems, logic gates, flip-flops, counters, and memory. The questions cover concepts like binary, hexadecimal, and decimal conversions; Boolean algebra; logic gate characteristics; flip-flop types; counter circuits; multiplexers and demultiplexers; and memory types including RAM, ROM, PROM, and EPROM. An answer key is provided for all 50 questions.

Uploaded by

Rupali Sardar
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 6

Subject: DTE (22320)

QUESTION BANK
1. The parameter through which 16 distinct values can be represented is known as
________
a) Bit
b) Byte
c) Word
d) Nibble
2. The representation of octal number (532.2)8 in decimal is ________
a) (346.25)10
b) (532.864)10
c) (340.67)10
d) (531.668)10
3. The decimal equivalent of the binary number (1110.011)2 is ________
a) (14.375)10
b) (10.123)10
c) (11.175)10
d) (9.23)10
4. Convert binary to Hexadecimal: (110110001010)2 =?
a) (5512)8
b) (D8A)16
c) (D9A)16
d) (6745)8
5. Perform binary addition: 101101 + 011011 = ?
a) 011010
b) 1010100
c) 101110
d) 1001000
6. 2’s complement of 1011101 is ____________
a) 0101110
b) 1001101
c) 0100011
d) 1100101
7. According to boolean law: A + A’ = ?
a) 1
b) A
c) 0
d) A’
8. The boolean function A + BC is a reduced form of ____________
a) AB + BC
b) (A + B)(A + C)
c) A’B + AB’C
d) (A + C)B
9. There are ______ cells in a 4-variable K-map.
a) 12
b) 16
c) 18
d) 8
10. Don’t care conditions can be used for simplifying Boolean expressions in ___________
a) Registers
b) Terms
c) K-maps
d) Latches
11. In which of the following gates the output is 1 if and only if at least one input is 1?
a) AND
b) NOR
c) NAND
d) OR
12. The NOR gate output will be high if the two inputs are __________
a) 00
b) 01
c) 10
d) 11
13. A single transistor can be used to build which of the following digital logic gates?
a) AND gates
b) OR gates
c) NOT gates
d) NAND gates
14. How many OR circuits are contained in a 7432 OR IC?
a) 1
b) 2
c) 4
d) 8
15. Fan-in and Fan-out are the characteristics of ___________
a) Registers
b) Logic families
c) Sequential Circuits
d) Combinational Circuits
16. Total number of inputs in a full adder is __________
a) 3
b) 2
c) 4
d) 1
17. In which operation carry is obtained?
a) Subtraction
b) Addition
c) Multiplication
d) Both addition and subtraction
18. Perform binary subtraction: 101111 – 010101 = ?
a) 100100
b) 010101
c) 011010
d) 011001
19. Carry out BCD subtraction for (68) – (61) using 10’s complement method.
a) 00000111
b) 01110000
c) 100000111
d) 011111000
20. A digital system consists of _____ types of circuits.
a) 2
b) 3
c) 4
d) 5
21. How many shift registers are used in a 4 bit serial adder?
a) 4
b) 3
c) 2
d) 5
22. What is a multiplexer?
a) It is a type of decoder which decodes several inputs and gives one output
b) A multiplexer is a device which converts many signals into one
c) It takes one input and results into many output
d) It is a type of encoder which decodes several inputs and gives one output
23. One multiplexer can take the place of ___________
a) Several SSI logic gates
b) Combinational logic circuits
c) Several Ex-NOR gates
d) Several SSI logic gates or combinational logic circuits
24. If the number of n selected input lines is equal to 2^m then it requires _____ select lines.
a) 2
b) m
c) n
d) 2n
25. How many NOT gates are required for the construction of a 4-to-1 multiplexer?
a) 3
b) 4
c) 2
d) 5
26. The enable input is also known as ___________
a) Select input
b) Decoded input
c) Strobe
d) Sink
27. The two input MUX would have ____________
a) 1 select line
b) 2 select lines
c) 4 select lines
d) 3 select lines
28. The word demultiplex means ___________
a) One into many
b) Many into one
c) Distributor
d) One into many as well as Distributor
29. How many select lines are required for a 1-to-8 demultiplexer?
a) 2
b) 3
c) 4
d) 5
30. Which IC is used for the implementation of 1-to-16 DEMUX?
a) IC 74154
b) IC 74155
c) IC 74139
d) IC 74138
31. In 7 segment display, how many LEDs are used?
a) 8
b) 7
c) 10
d) 9
32. How many inputs will a decimal-to-BCD encoder have?
a) 4
b) 8
c) 10
d) 16
33. How many outputs are present in a BCD decoder?
a) 4
b) 5
c) 15
d) 10
34. A latch is an example of a ___________
a) Monostable multivibrator
b) Astable multivibrator
c) Bistable multivibrator
d) 555 timer
35. A D flip-flop can be constructed from an ______ flip-flop.
a) S-R
b) J-K
c) T
d) S-K

36. In S-R flip-flop, if Q = 0 the output is said to be ___________


a) Set
b) Reset
c) Previous state
d) Current state
37. How many types of flip-flops are?
a) 2
b) 3
c) 4
d) 5
38. What is the hold condition of a flip-flop?
a) Both S and R inputs activated
b) No active S or R input
c) Only S is active
d) Only R is active
39. Ripple counters are also called ____________
a) SSI counters
b) Asynchronous counters
c) Synchronous counters
d) VLSI counters
40. How many flip-flops are required to construct a decade counter?
a) 4
b) 8
c) 5
d) 10
41. UP-DOWN counter is a combination of ____________
a) Latches
b) Flip-flops
c) UP counter
d) Up counter & down counter
42. A modulus-10 counter must have ________
a) 10 flip-flops
b) 4 Flip-flops
c) 2 flip-flops
d) Synchronous clocking
43. The full form of SIPO is ___________
a) Serial-in Parallel-out
b) Parallel-in Serial-out
c) Serial-in Serial-out
d) Serial-In Peripheral-Out
44. A ROM is defined as __________
a) Read Out Memory
b) Read Once Memory
c) Read Only Memory
d) Read One Memory
45. The full form of PROM is __________
a) Previous Read Only Memory
b) Programmable Read Out Memory
c) Programmable Read Only Memory
d) Previous Read Out Memory
46. Memories are classified into _____ categories.
a) 3
b) 4
c) 5
d) 6
47. An example of RAM is __________
a) Floppy disk
b) Hard disk
c) Magnetic tape memory
d) Semiconductor RAM
48. The example of non-volatile memory device is __________
a) Magnetic Core Memory
b) Read Only Memory
c) Random Access Memory
d) Both Magnetic Core Memory and Read Only Memory
49. How many types of latches are ___________
a) 4
b) 3
c) 2
d) 5
50. The initial values in all the cells of an EPROM is ______________
a) 0
b) 1
c) Both 0 and 1
d) Alternate 0s and 1s
Answer Key

1 C

2 A

3 A

4 B

5 D

6 C

7 A

8 B

9 B

10 C

11 D

12 A

13 C

14 C

15 B

16 A

17 B

18 C

19 A

20 A

You might also like

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy