NTA UGC NET/JRF Exam, February-2023 (Electronic Science)

Total Questions: 100

71. Match List-I with List-II.

List-IList-II
 (a) Direct memory addressing data memoryI. MOV [SI], 2500 H
 (b)  Immediate AddressingII. PUSHF
 (c)  Flag ManipulationIII. RET
 (d)  Control transferIV. MOV BX, [2000 H]

Choose the correct answer from the options given below:

(a)(b)(c)(d)
A.IVIIIIII
B.IIVIIIII
C.IVIIIIII
D.IIIIIIIV
Correct Answer: A.
Solution:

List-I matches with List-II as:

(a) Direct memory addressing data memory - IV. MOV BX, [2000 H]
In direct memory addressing mode, the operand's address is explicitly given in the instruction itself, as seen in MOV BX, [2000 Н].

(b) Immediate Addressing - I. MOV [SI], 2500 H
In immediate addressing mode, the operand's value is directly given in the instruction, such as MOV [SI], 2500 H where 2500 H is the immediate data.

(c) Flag Manipulation - II. PUSHF
PUSHF is an instruction used to push the flags onto the stack, which is directly related to flag manipulation.

(d) Control transfer - III. RET
RET is a control transfer instruction which pops the return address from the stack and transfers control to that address.

72. Match List-I with List-II.

Choose the correct answer from the options given below:

Correct Answer: D.
Solution:

The beam width between half power points specifies how "directed" the antenna's beam is, usually the smaller the beam width, the more directed the antenna.

(a) Uniformly illuminated linear Array - IV.
Linear arrays have radiation patterns and beamwidths dependent on the element spacing and type.

(b) Uniformly illuminated circular aperture - I.
The beam width is derived from the diameter of the circular aperture.

(c) Optimum E-plane rectangular horn - II.
E-plane usually corresponds to the electrical field direction and has its specific pattern.

(d) Optimum H-plane rectangular horn - III.
H-plane is orthogonal to the E-plane and the beamwidth varies accordingly.

73. Match List-I with List-II.

Choose the correct answer from the options given below:

(a)(b)(c)(d)
A.IVIIIIII
B.IVIIIIII
C.IVIIIIII
D.IVIIIIII
Correct Answer: C.

74. Match List-I with List-II.

Choose the correct answer from the options given below:

(a)(b)(c)(d)
A.IIIIIIVI
B.IVIIIIII
C.IVIIIIII
D.IIVIIIII
Correct Answer: B.
Solution:

These devices are semiconductor components.

(a) DIAC - IV. A DIAC is a bidirectional trigger diode, which can switch AC voltages.

(b) TRIAC - I. The TRIAC is essentially a more complex DIAC, capable of handling larger currents and used extensively in AC power control applications.

(c) ASCR - II. ASCR, also known as an SCR or Silicon Controlled Rectifier, is a unidirectional device. It's primarily used in rectification and switching.

(d) LASCR - III. Light Activated SCR, or LASCR, is triggered by photons (light).

75. Match List-I with List-II.

List-IList-II
(a) Relative errorI. The ability of the device to give identical O/P when repeated measurements are made with the same I/P signal
(b) PrecisionII. The ratio of difference between measured value and the true value to the true value of the measurand
(c) CaliberationIII. The smallest increment in measure that can be detected with certainty by the instrument
(d) ResolutionIV. The process of making adjustments or the scale so that the instrument reading conform to an accepted standard.

Choose the correct answer from the options given below:

(a)(b)(c)(d)
A.IIIIVIII
B.IIIIIVII
C.IIVIIIII
D.IIIIVIII
Correct Answer: D.
Solution:

List-I matches with List-II as:

(a) Relative error -II. The ratio of the difference between measured value and the true value to the true value of the measurand. Relative error gives a perspective of the error in comparison to the true value.

(b) Precision - I. The ability of the device to give identical O/P when repeated measurements are made with the same I/P signal. Precision ensures repeatability of measurements.

(c) Calibration - IV. The process of making adjustments or the scale so that the instrument reading conforms to an accepted standard. Calibration is crucial for ensuring that devices produce accurate and consistent readings.

(d) Resolution - III. The smallest increment in measure that can be detected with certainty by the instrument. Resolution is about the finest detail an instrument can discern.

76. Atomic numbers for the following semiconducting and doping materials like Ga, In, As, Sb are respectively:

(a) 33
(b) 49
(c) 31
(d) 51
Choose the correct answer from the options given below:

Correct Answer: D. (c) → (b) → (a) → (d)
Solution:

Ga, In, As, and Sb have atomic numbers 31, 49, 33, and 51 respectively. So the sequence is:
Ga (c) →31, In (b)→ 49, As (a) →33, and Sb (d) → 51.

Semiconductors are vital for modern electronics, and the atomic number is a fundamental property which dictates how an element behaves in electronic applications. Doping semiconductors with specific elements can change their conductive properties.

77. The correct design flow of VLSI is:

(a) Functional Design & verification
(b) Circuit Design & verification
(c) Logic Design & verification
(d) Physical Design
(e) Layout verification
Choose the correct answer from the options given below:

Correct Answer: B. (a), (c), (b), (d), (e)
Solution:

The design flow of VLSI (Very-LargeScale Integration) is sequential. It typically starts with:

(a) Functional Design & verification: Here, the overall function and performance of the circuit are determined.

(c) Logic Design & verification: The functional design is then translated into a logic design format. This step involves creating logical representations of the circuit.

(b) Circuit Design & verification: This phase translates the logic design into an actual circuit design.

(d) Physical Design: This phase focuses on the physical layout of the circuit on the silicon wafer.

(e) Layout verification: The final design is verified to ensure it meets the desired specifications and does not have any errors.

VLSI has revolutionized electronics by allowing millions of transistors to be integrated into a single chip, like microprocessors.

78. Write them in descending order of measurement units

(a) atto
(b) tera
(c) Kilo
(d) micro
(e) pico
Choose the correct answer from the options given below:

Correct Answer: E. (*)
Solution:

Either question or options is wrong.

79. The correct flow in the basic block diagram of op-amp is:

(a) Complementary symmetry push pull amplifier block.
(b) Dual input unbalanced output differential amplifier block
(c) Emitter follower with constant current source block
(d) Dual-Input balanced output differential amplifier block
Choose the correct answer from the options given below:

Correct Answer: C. (d) → (b) → (c) → (a)
Solution:

The flow in the basic block diagram of an op-amp is:

(d) Dual-Input balanced output differential amplifier block: This is the first stage, which amplifies the difference between the two input signals.

(b) Dual input unbalanced output differential amplifier block: Provides additional amplification and converts balanced to unbalanced output.

(c) Emitter follower with constant current source block: Provides current gain and voltage buffering.

(a) Complementary symmetry push-pull amplifier block: Provides the final amplification and ensures that the output can drive both positive and negative values efficiently.

Op-Amps are versatile electronic components used in a wide range of applications from audio systems to control systems.

80. Steps followed to implement the minimum SOP from function are as follows because it is benificial to minimise the given logic to minimum SOP for PLA.

(a) Mark the input connections of AND Matrix to generate the required product terms.
(b) Mark the connections required for invert/ non invert matrix for setting an active high to active low output
(c) Prepare a PLA program table format indicating inptuts, product terms and outputs. A-140 83. Arrange the following materials in increasing order of refractive Index
(d) Mark the input connections of OR matrix to generate the required output (sum) terms.
Choose the correct answer from the options given below:

Correct Answer: C. (c), (a), (d), (b)
Solution:

For implementing the minimum SOP (Sum of Products) in a PLA (Programmable Logic Array):

(c) Prepare a PLA program table format indicating inputs, product terms, and outputs: This is the initial step to understand the logic requirements.

(a) Mark the input connections of AND Matrix to generate the required product terms: The AND matrix identifies the products.

(d) Mark the input connections of OR matrix to generate the required output (sum) terms: Following the AND matrix, the OR matrix produces the final sum output.

(b) Mark the connections required for invert/ non-invert matrix for setting an active high to active low output: This ensures the output is correctly polarized.

PLA provides a way to implement logical functions and can be reprogrammed to implement various logical operations.