250+ TOP MCQs on Introduction of Memory Devices – 3 and Answers

Digital Electronic/Circuits Puzzles on “Introduction of Memory Devices-3”.

1. Memories are classified into _____ categories.
A. 3
B. 4
C. 5
D. 6
Answer: C
Clarification: Memory is typically classified of 2 types: Primary and Secondary. These are further classified into 5 types of memories and these are Secondary, RAM, Dynamic/Static, Volatile/Non-volatile, Magnetic/Semiconductor Memory.

2. Secondary memory is also known as ___________
A. Registers
B. Main Memory
C. RAM
D. Both registers and main memory
Answer: D
Clarification: Secondary memory is also known as Registers/Main Memory. In secondary memory, data is usually stored for a long-term.

3. In a computer, registers are present __________
A. Within control unit
B. Within RAM
C. Within ROM
D. Within CPU
Answer: D
Clarification: In a computer, registers are present within the CPU to store data temporarily during arithmetic and logical operations and during the functioning of the ALU.

4. Which of the following has the lowest access time?
A. RAM
B. ROM
C. Registers
D. Flag
Answer: C
Clarification: Registers has the lowest access time, as they are available inside the CPU. Registers are present within the CPU to store data temporarily during arithmetic and logical operations and during the functioning of the ALU.

5. Main memories of a computer, usually made up of __________
A. Registers
B. Semiconductors
C. Counters
D. PLDs
Answer: B
Clarification: Main memories of a computer, usually made up of semiconductors which are available external to the CPU to store program and data during execution of a program. Registers are present within the CPU to store data temporarily during arithmetic and logical operations and during the functioning of the ALU.

6. As the storage capacity of the main memory is inadequate, which memory is used to enhance it?
A. Secondary Memory
B. Auxiliary Memory
C. Static Memory
D. Both Secondary Memory and Auxiliary Memory
Answer: D
Clarification: As the storage capacity of the main memory is inadequate, Secondary memory is used to enhance it and it is also known as auxiliary memory. Secondary memory is also known as Registers/Main Memory. In secondary memory, data is usually stored for a long-term.

7. Which memories are if magnetic memory type?
A. Main Memory
B. Secondary Memory
C. Static Memory
D. Volatile Memory
Answer: B
Clarification: Usually, secondary memories are of magnetic memory type that are used to store large type quantities of data. In secondary memory, data is usually stored for a long-term.

8. Which of the following comes under secondary memory/ies?
A. Floppy disk
B. Magnetic drum
C. Hard disk
D. All of the Mentioned
Answer: D
Clarification: All of the mentioned equipments are of external storage which is known as secondary memories. In secondary memory, data is usually stored for a long-term.

9. Based on method of access, memory devices are classified into ____________ categories.
A. 2
B. 3
C. 4
D. 5
Answer: A
Clarification: Based on the method of access, memory devices are classified into two categories and these are sequential access memory and RAM. A sequential access memory is one in which a particular memory location is accessed sequentially.

10. A sequential access memory is one in which __________
A. A particular memory location is accessed rapidly
B. A particular memory location is accessed sequentially
C. A particular memory location is accessed serially
D. A particular memory location is accessed parallely
Answer: B
Clarification: A sequential access memory is one in which A particular memory location is accessed sequentially (i.e. the ith memory location is accessed only after sequencing through previous (i-1) memory locations).

11. An example of sequential access memory is __________
A. Floppy disk
B. Hard disk
C. Magnetic tape memory
D. RAM
Answer: C
Clarification: A sequential access memory is one in which a particular memory location is accessed sequentially. In magnetic tape memory, data is accessed sequentially.

12. A Random Access Memory is one in which __________
A. Any location can be accessed sequentially
B. Any location can be accessed randomly
C. Any location can be accessed serially
D. Any location can be accessed parallely
Answer: B
Clarification: A Random Access Memory is one in which any location can be accessed randomly.

13. An example of RAM is __________
A. Floppy disk
B. Hard disk
C. Magnetic tape memory
D. Semiconductor RAM
Answer: D
Clarification: A Random Access Memory is one in which any location can be accessed randomly. A semiconductor RAM is too much fast and can occupy any space in the memory location.

14. A static memory is one in which __________
A. Content changes with time
B. Content doesn’t changes with time
C. Memory is static always
D. Memory is dynamic always
Answer: D
Clarification: A static memory is one in which content doesn’t changes with time (i.e. stable). Dynamic memory is one in which content changes with time (i.e. unstable).

15. A dynamic memory is one in which __________
A. Content changes with time
B. Content doesn’t changes with time
C. Memory is static always
D. Memory is dynamic always
Answer: D
Clarification: A static memory is one in which content doesn’t change with time (i.e. stable). Dynamic memory is one in which content changes with time (i.e. unstable).

puzzles on all areas of Digital Electronic Circuits,

250+ TOP MCQs on Binary Coded Decimal(BCD. and Answers

Digital Electronics/Circuits Multiple Choice Questions on “Binary Coded Decimal(BCD.”.

1. Binary coded decimal is a combination of __________
A. Two binary digits
B. Three binary digits
C. Four binary digits
D. Five binary digits
Answer: C
Clarification: Binary coded decimal is a combination of 4 binary digits. For example-8421.

2. The decimal number 10 is represented in its BCD form as __________
A. 10100000
B. 01010111
C. 00010000
D. 00101011
Answer: C
Clarification: The decimal number 10 is represented in its BCD form as 0001 0000, in accordance to 8421 for each of the two digits.

3. Add the two BCD numbers: 1001 + 0100 = ?
A. 10101111
B. 01010000
C. 00010011
D. 00101011
Answer: C
Clarification: Firstly, Add the 1001 and 0100. We get 1101 as output but it’s not in BCD form. So, we add 0110 (i.e. 6) with 1101. As a result we get 10011 and it’s BCD form is 0001 0011.

4. Carry out BCD subtraction for (68) – (61) using 10’s complement method.
A. 00000111
B. 01110000
C. 100000111
D. 011111000
Answer: A
Clarification: First the two numbers are converted into their respective BCD form using 8421 sequence. Then binary subtraction is carried out.

5. Code is a symbolic representation of __________ information.
A. Continuous
B. Discrete
C. Analog
D. Both continuous and discrete
Answer: B
Clarification: Code is a symbolic representation of discrete information, which may be present in the form of numbers, letters or physical quantities. Mostly, it is represented using a particular number system like decimal or binary and such like.

6. When numbers, letters or words are represented by a special group of symbols, this process is called __________
A. Decoding
B. Encoding
C. Digitizing
D. Inverting
Answer: B
Clarification: When numbers, letters or words are represented by a special group of symbols, this process is called encoding. Encoding in the sense of fetching the codes or words in a computer. It is done to secure the transmission of information.

7. A three digit decimal number requires ________ for representation in the conventional BCD format.
A. 3 bits
B. 6 bits
C. 12 bits
D. 24 bits
Answer: C
Clarification: The number of bits needed to represent a given decimal number is always greater than the number of bits required for a straight binary encoding of the same. Hence, a three digit decimal number requires 12 bits for representation in BCD format.

8. How many bits would be required to encode decimal numbers 0 to 9999 in straight binary codes?
A. 12
B. 14
C. 16
D. 18
Answer: B
Clarification: Total number of decimals to be represented = 10000 = 104 = 2n (where n is the number of bits requireD. = 213.29. Therefore, the number of bits required for straight binary encoding = 14.

9. The excess-3 code for 597 is given by __________
A. 100011001010
B. 100010100111
C. 010110010111
D. 010110101101
Answer: A
Clarification: The addition of ‘3’ to each digit yields the three new digits ‘8’, ’12’ and ’10’. Hence, the corresponding four-bit binary equivalents are 100011001010, in accordance to 8421 format.

10. The decimal equivalent of the excess-3 number 110010100011.01110101 is _____________
A. 970.42
B. 1253.75
C. 861.75
D. 1132.87
Answer: A
Clarification: The conversion of binary numbers into digits ‘1100’, ‘1010’, ‘0011’, ‘0111’ and ‘0101’ gives ’12’, ‘5’, ‘3’, ‘7’ and ‘5’ respectively. Hence, the decimal number is 970.42.

250+ TOP MCQs on Characteristics of CMOS and Answers

Digital Electronics/Circuits Multiple Choice Questions on “Characteristics of CMOS”.

1. The full form of CMOS is ____________
A. Capacitive metal oxide semiconductor
B. Capacitive metallic oxide semiconductor
C. Complementary metal oxide semiconductor
D. Complemented metal oxide semiconductor
Answer: C
Clarification: The full form of CMOS is complementary metal oxide semiconductor. In this type of device, both n-type and p-type transistors are used in a complementary way.

2. The full form of COS-MOS is ____________
A. Complementary symmetry metal oxide semiconductor
B. Complementary systematic metal oxide semiconductor
C. Capacitive symmetry metal oxide semiconductor
D. Complemented systematic metal oxide semiconductor
Answer: A
Clarification: The full form of COS-MOS is complementary systematic metal oxide semiconductor. In this type of device, both n-type and p-type transistors are used in a complementary way. Usually, the transistors used are MOSFETs.

3. CMOS is also sometimes referred to as ____________
A. Capacitive metal oxide semiconductor
B. Capacitive symmetry metal oxide semiconductor
C. Complementary symmetry metal oxide semiconductor
D. Complemented symmetry metal oxide semiconductor
Answer: C
Clarification: CMOS is also sometimes referred to as complementary systematic metal oxide–semiconductor (COS-MOS). In this type of device, both n-type and p-type transistors are used in a complementary way. Usually, the transistors used are MOSFETs.

4. CMOS technology is used in ____________
A. Inverter
B. Microprocessor
C. Digital logic
D. Both microprocessor and digital logic
Answer: D
Clarification: CMOS technology is used in Microprocessor, Microcontroller, static RAM and other digital logic circuits. CMOS technology is also used for several analog circuits such as image sensors (CMOS sensor), data converters and highly integrated transceivers for many types of communication.

5. Two important characteristics of CMOS devices are ____________
A. High noise immunity
B. Low static power consumption
C. High resistivity
D. Both high noise immunity and low static power consumption
Answer: D
Clarification: Two important characteristics of CMOS devices are high noise immunity and low static power consumption. Since one transistor of the pair is always off and the series combination draws significant power only momentarily during switching between on and off states. Also, the performance of CMOS is not altered with the presence of noise and thus it has high noise immunity.

6. CMOS behaves as a/an ____________
A. Adder
B. Subtractor
C. Inverter
D. Comparator
Answer: C
Clarification: Since, the outputs of the PMOS and NMOS transistors are complementary such that when the input is low, the output is high and when the input is high, the output is low. Because of this behaviour of input and output, the CMOS circuit’s output is the inverse of the input. Whereas, adders and subtractors are combinational circuits.

7. An important characteristic of a CMOS circuit is the ____________
A. Noise immunity
B. Duality
C. Symmetricity
D. Noise Margin
Answer: B
Clarification: An important characteristic of a CMOS circuit is the duality that exists between its PMOS transistors and NMOS transistors. Due to the presence of two different types of transistors, the device has a complementary function.

8. CMOS logic dissipates _______ power than NMOS logic circuits.
A. More
B. Less
C. Equal
D. Very High
Answer: B
Clarification: CMOS logic dissipates less power than NMOS logic circuits because CMOS dissipates power only when switching (“dynamic power”). Thus, CMOS has less power consumption and is more efficient.

9. Semiconductors are made of ____________
A. Ge and Si
B. Si and Pb
C. Ge and Pb
D. Pb and Au
Answer: A
Clarification: Semiconductors are made of Silicon (Si) and Germanium (Ge). Semiconductors are devices having conductivity between conductors and insulators.

10. Which chip were the first RTC and CMOS RAM chip to be used in early IBM computers, capable of storing a total of 64 bytes?
A. The Samsung 146818
B. The Samsung 146819
C. The Motorola 146818
D. The Motorola 146819
Answer: C
Clarification: The Motorola 146818 was the first RTC and CMOS RAM chip to be used in early IBM computers; capable of storing a total of 64 bytes.

250+ TOP MCQs on Multiplexers (Data Selectors) and Answers

Digital Electronic/Circuits MCQs on “Multiplexers(Data Selectors)”.

1. 4 to 1 MUX would have ____________
A. 2 inputs
B. 3 inputs
C. 4 inputs
D. 5 inputs

Answer: C

2. The two input MUX would have ____________
A. 1 select line
B. 2 select lines
C. 4 select lines
D. 3 select lines

Answer: A
Clarification: The two input multiplexer would have n select lines in 2n. Thus n =1. Therefore, it has 1 select line.

3. A combinational circuit that selects one from many inputs are ____________
A. Encoder
B. Decoder
C. Demultiplexer
D. Multiplexer

Answer: D
Clarification: A combinational circuit that selects one from many inputs is known as Multiplexer. Whereas, a combinational circuit that divides one input into multiple outputs is known as Demultiplexer.

4. 4 to 1 MUX would have ____________
A. 1 output
B. 2 outputs
C. 3 outputs
D. 4 outputs
Answer: A

5. Which of the following circuit can be used as parallel to serial converter?
A. Multiplexer
B. Demultiplexer
C. Decoder
D. Digital counter

Answer: A
Clarification: A combinational circuit that selects one from many inputs is known as Multiplexer. In multiplexer, different inputs are inserted parallely and then it gives one output which is in serial form.

6. A combinational circuit is one in which the output depends on the ____________
A. Input combination at the time
B. Input combination and the previous output
C. Input combination at that time and the previous input combination
D. Present output and the previous output

Answer: A
Clarification: A combinational circuit is one in which the output depends on the input combination at the time, whereas, a sequential circuit is one in which the output depends on present input as well past outputs.

7. Without any additional circuitry an 8:1 MUX can be used to obtain ____________
A. Some but not all Boolean functions of 3 variables
B. All function of 3 variables but none of 4 variables
C. All functions of 3 variables and some but not all of 4 variables
D. All functions of 4 variables

Answer: D
Clarification: A 2^n:1 MUX can implement all logic functions of (n+1) variables without any additional circuitry. Thus 8:1 MUX can implement all logic functions of (3+1) variables, for 4 variables there are 16 possible combinations. So to use 8:1 MUX use 3 inputs as select lines of MUX and the 4th input as input of MUX.

8. A basic multiplexer principle can be demonstrated through the use of a ____________
A. Single-pole relay
B. DPDT switch
C. Rotary switch
D. Linear stepper

Answer: C
Clarification: A combinational circuit that selects one from many inputs is known as Multiplexer. A basic multiplexer principle can be demonstrated through the use of a rotary switch. Because rotary switch gives one output corresponding to their inputs.

9. 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

Answer: D
Clarification: A combinational circuit that selects one from many inputs is known as Multiplexer. One multiplexer can take the place of several SSI logic gates or combinational logic circuits because it has a lot of functions to perform different operations.

10. The inputs/outputs of an analog multiplexer/demultiplexer are ____________
A. Bidirectional
B. Unidirectional
C. Even parity
D. Binary-coded decimal

Answer: A
Clarification: One multiplexer can be used as demultiplexer. Hence, it is called bidirectional or two-way transmission.

11. If enable input is high then the multiplexer is ______________
A. Enable
B. Disable
C. Saturation
D. High Impedance

Answer: B
Clarification: If enable input is high then the multiplexer is disabled because enable input is in inverted mode always (i.e. E’).

12. What is data routing in a multiplexer?
A. It spreads the information to the control unit
B. It can be used to route data from one of several source to destination
C. It is an application of multiplexer
D. It can be used to route data and it is an application of multiplexer

Answer: D
Clarification: Multiplexing means passing more than one data through the same channel. Data routing is an application of multiplexer and it can be used to route data from one of several source to destination.

250+ TOP MCQs on Realisation of one Flip-flop using other Flip-flops and Answers

Digital Electronic/Circuits Questions & Answers for entrance exams on “Realisation of one Flip-flop using other Flip-flops”.

1. To realise one flip-flop using another flip-flop along with a combinational circuit, known as ____________
A. PREVIOUS state decoder
B. NEXT state decoder
C. MIDDLE state decoder
D. PRESENT state decoder
Answer: B
Clarification: To realise one flip-flop using another flip-flop along with a combinational circuit, known as NEXT state decoder which acts as like a flip-flop.

2. For realisation of JK flip-flop from SR flip-flop, the input J and K will be given as ___________
A. External inputs to S and R
B. Internal inputs to S and R
C. External inputs to combinational circuit
D. Internal inputs to combinational circuit
Answer: A
Clarification: If a JK Flip Flop is required, the inputs are given to the combinational circuit and the output of the combinational circuit is connected to the inputs of the actual flip flop. So, J and K will be given as external inputs to S and R. As SR flip-flop have invalid state and JK flip-flop don’t.

3. For realisation of JK flip-flop from SR flip-flop, if J=0 & K=0 then the input is ___________
A. S=0, R=0
B. S=0, R=X
C. S=X, R=0
D. S=X, R=X
Answer: B
Clarification: If J=0 & K=0, the output will be as: Q(n)=0, Q(n+1)=0 and it is fed into both the AND gates which results as S=0 & R=X(i.e. don’t care).
digital-circuits-questions-answers-entrance-exams-q3

4. For realisation of JK flip-flop from SR flip-flop, if J=1, K=0 & present state is 0(i.e. Q(n)=0) then excitation input will be ___________
A. S=0, R=1
B. S=X, R=0
C. S=1, R=0
D. S=1, R=1
Answer: C
Clarification: If J=1, K=0 & present state is 0(i.e. Q(n)=0) then next state will be 1 which results excitation inputs as S=1 & R=0.
digital-circuits-questions-answers-entrance-exams-q3

5. For realisation of SR flip-flop from JK flip-flop, the excitation input will be obtained from ___________
A. S and R
B. R input
C. J and K input
D. D input
Answer: C
Clarification: It is the reverse process of SR flip-flop to JK flip-flop. So, for realisation of SR flip-flop from JK flip-flop, the excitation input will be obtained from J and K.

6. For realisation of SR flip-flop from JK flip-flop, if S=1, R=0 & present state is 0 then next state will be ___________
A. 1
B. 0
C. Don’t care
D. Toggle
Answer: A
Clarification: For JK flip-flop to SR flip-flop, if S=1, R=0 & present state is 0 then next state will be 1 because next stage is complement of present stage.
digital-circuits-questions-answers-entrance-exams-q6

7. For realisation of SR flip-flop from JK flip-flop, if S=1, R=0 & present state is 0 then the excitation input will be ___________
A. J=1, K=1
B. J=X, K=1
C. J=1, K=X
D. J=0, K=0
Answer: C
Clarification: For realisation of SR flip-flop from JK flip-flop, if S=1, R=0 & present state is 0 then the excitation input will be J=1, K=X.
digital-circuits-questions-answers-entrance-exams-q6

8. The K-map simplification for realisation of SR flip-flop from JK flip-flop is ___________
A. J=1, K=0
B. J=R, K=S
C. J=S, K=R
D. J=0, K=1
Answer: C
Clarification: The K-map simplification for realisation of SR flip-flop from JK flip-flop is given by: J=S, K=R.

9. For realisation of D flip-flop from SR flip-flop, the external input is given through ___________
A. S
B. R
C. D
D. Both S and R
Answer: C
Clarification: For realisation of D flip-flop from SR flip-flop, S and R are the actual inputs of the flip flop which is connected together via NOT gate and it is called external input as D.

10. For D flip-flop to JK flip-flop, the characteristics equation is given by ___________
A. D=JQ(p)’+Q(p)K’
B. D=JQ(p)’+KQ(p)’
C. D=JQ(p)+Q(p)K’
D. D=J’Q(p)+Q(p)K
Answer: A
Clarification: A characteristic equation is needed when a specific gate requires a specific output in order to satisfy the truth table. For D flip-flop to JK flip-flop, the characteristics equation is given by D=JQ(p)’+Q(p)K’.

for entrance exams,

250+ TOP MCQs on Introduction of Memory Devices – 4 and Answers

Advanced Digital Electronic/Circuits Questions & Answers on “Introduction of Memory Devices-4”.

1. Dynamic memory cells use _______________ as the storage device.
A. The reactance of a transistor
B. The impedance of a transistor
C. The capacitance of a transistor
D. The inductance of a transistor
Answer: C
Clarification: Capacitance of a transistor prevents from loss of information in a dynamic memory cell.

2. To store 1-bit of information, how many transistor is/are used ____________
A. 1
B. 2
C. 3
D. 4
Answer: A
Clarification: Only one bit transistor is needed to store 1-bit of information.

3. Static memory holds data as long as __________
A. AC power is applied
B. DC power is applied
C. Capacitor is fully charged
D. High Conductivity
Answer: B
Clarification: In any semiconductor equipment, AC power can’t be supplied directly. So, static memory holds the data as long as DC power is applied.

4. The example of dynamic memory is __________
A. CCD
B. Semiconductor dynamic RAM
C. Both CCD and semiconductor dynamic RAM
D. Floppy-Disk
Answer: C
Clarification: The examples of dynamic memories are CCD and semiconductor dynamic RAM because of the contents of both the memories changes with time.

5. In dynamic memory, CCD stands for __________
A. Charged Count Devices
B. Change Coupled Devices
C. Charge Coupled Devices
D. Charged Compact Disk
Answer: B
Clarification: In dynamic memory, CCD stands for Charge Coupled Devices.

6. Volatile memory refers to __________
A. The memory whose loosed data is achieved again when power to the memory circuit is removed
B. The memory which looses data when power to the memory circuit is removed
C. The memory which looses data when power to the memory circuit is applied
D. The memory whose loosed data is achieved again when power to the memory circuit is applied
Answer: B
Clarification: Volatile means ‘liable to change rapidly’ and volatile memory refers to the memory which looses data rapidly when power to the memory circuit is removed. Thus, it looks after it’s data as long as it is powered. Non-volatile means ‘not volatile’ and non-volatile memory refers to the memory which retains the data even if there is a break in the power supply.

7. Non-volatile memory refers to __________
A. The memory whose loosed data is retained again when power to the memory circuit is removed/applied
B. The memory which looses data when power to the memory circuit is removed
C. The memory which looses data when power to the memory circuit is applied
D. The memory whose loosed data is achieved again when power to the memory circuit is applied
Answer: A
Clarification: Volatile means ‘liable to change rapidly’ and volatile memory refers to the memory which looses data rapidly when power to the memory circuit is removed. Thus, it looks after it’s data as long as it is powered. Non-volatile means ‘not volatile’ and non-volatile memory refers to the memory which retains the data even if there is a break in the power supply.

8. 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
Answer: D
Clarification: Non-volatile means ‘not volatile’ and non-volatile memory refers to the memory which retains the data even if there is a break in the power supply. The examples of non-volatile memory devices are Magnetic Core Memory & ROM because both have capability to retain the data.

9. Based on material used for construction, memory devices are classifieds into ________ categories.
A. 2
B. 3
C. 4
D. 5
Answer: A
Clarification: Based on material used for construction, memory devices are classifieds into two categories, viz., Magnetic and Semiconductor memory. Magnetic recording is the process of storing data magnetically. Hard disk, floppy disk, magnetic tape are examples of magnetic recording process.

10. Magnetic recording is the process of __________
A. Storing data symmetrically
B. Storing data sequentially
C. Storing data magnetically
D. Both storing data symmetrically and
Answer: C
Clarification: Based on material used for construction, memory devices are classifieds into two categories, viz., Magnetic and Semiconductor memory. Magnetic recording is the process of storing data magnetically. Hard disk, floppy disk, magnetic tape are examples of the magnetic recording process.

11. Magnetic drum is a storage medium using __________
A. The surface of a jumping magnetic drum
B. The surface of a rotating magnetic drum
C. The surface of a stopped magnetic drum
D. The surface of a moving magnetic drum
Answer: B
Clarification: Magnetic drum is a storage medium using the surface of a rotating magnetic drum which have tendency to hold the data.

12. Magnetic core is the digital memory in which data is stored magnetically in individual cores operated by __________
A. Up and down select wires
B. Row and column select wires
C. Serial and parallel select wires
D. Up and Serial select wires
Answer: B
Clarification: Magnetic core is the digital memory in which data is stored magnetically in individual cores operated by row and column select wires, with data obtained from sense wire.

13. By which technology, semiconductor memories are constructed?
A. PLD
B. LSI
C. VLSI
D. Both LSI and VLSI
Answer: D
Clarification: Generally, semiconductor memories are constructed using Large Scale Integration (LSI) or Very Large Scale Integration (VLSI) because these are made up of NMOS, CMOS, BJT, etc.

advanced questions on all areas of Digital Electronic Circuits,