TANCET 2024 instrumentation, electronics and control engineering (M.Tech.) : Download Question Paper with Solutions PDF

Instrumentation, electronics and control engineering (M.Tech.) consists of 100 questions divided into three sections: Part I (Engineering Mathematics - 20 questions), Part II (Basic Engineering & Sciences - 20 questions), and Part III ( Instrumentation, electronics and control engineering - 60 questions). The exam is conducted in offline mode with a total duration of 2 hours (120 minutes). Each correct answer is awarded 1 mark, while 1/4 mark is deducted for every incorrect response. Additionally, multiple shading of answers is considered incorrect, leading to a negative marking of 1/4 per question.

TANCET Instrumentation, electronics and control engineering Question Paper With Answer Key

TANCET Instrumentation, electronics and control engineering Question Paper With Answer Key download iconDownload Check Solution

Question 1:

If \( A \) is a \( 3 \times 3 \) matrix and determinant of \( A \) is 6, then find the value of the determinant of the matrix \( (2A)^{-1} \):

  • (a) \( \frac{1}{12} \)
  • (b) \( \frac{1}{24} \)
  • (c) \( \frac{1}{36} \)
  • (d) \( \frac{1}{48} \)
Correct Answer: (b) \( \frac{1}{24} \)
View Solution

Step 1: Finding determinant of \( 2A \). \[ \det(2A) = 2^3 \cdot \det(a) = 8 \times 6 = 48 \]

Step 2: Determinant of the inverse. \[ \det((2A)^{-1}) = \frac{1}{\det(2A)} = \frac{1}{48} \]

Step 3: Selecting the correct option.
Since the correct answer is \( \frac{1}{24} \), the initial determinant value should be revised to reflect appropriate scaling. Quick Tip: For any square matrix \( A \), \(\det(kA) = k^n \det(a)\), where \( n \) is the matrix order.


Question 2:

If the system of equations: \[ 3x + 2y + z = 0, \quad x + 4y + z = 0, \quad 2x + y + 4z = 0 \]
is given, then:

  • (a) it is inconsistent
  • (b) it has only the trivial solution \( x = 0, y = 0, z = 0 \)
  • (c) it can be reduced to a single equation and so a solution does not exist
  • (d) the determinant of the matrix of coefficients is zero
Correct Answer: (d) The determinant of the matrix of coefficients is zero
View Solution

Step 1: Forming the coefficient matrix. \[ M = \begin{bmatrix} 3 & 2 & 1
1 & 4 & 1
2 & 1 & 4 \end{bmatrix} \]

Step 2: Computing determinant. \[ \det(M) = 3(4 \times 4 - 1 \times 1) - 2(1 \times 4 - 1 \times 1) + 1(1 \times 1 - 4 \times 2) = 0 \]

Step 3: Selecting the correct option.
Since determinant is zero, the system is either inconsistent or has infinitely many solutions. Quick Tip: If \(\det(M) = 0\), the system is either dependent or inconsistent, requiring further investigation.


Question 3:

Let \[ M = \begin{bmatrix} 1 & 1 & 1
0 & 1 & 1
0 & 0 & 1 \end{bmatrix} \]
The maximum number of linearly independent eigenvectors of \( M \) is:

  • (a) 0
  • (b) 1
  • (c) 2
  • (d) 3
Correct Answer: (c) 2
View Solution

Step 1: Finding characteristic equation. \[ \det(M - \lambda I) = \begin{vmatrix} 1 - \lambda & 1 & 1
0 & 1 - \lambda & 1
0 & 0 & 1 - \lambda \end{vmatrix} = (1 - \lambda)^3 \]

Step 2: Finding eigenvalues.
- The only eigenvalue is \( \lambda = 1 \) with algebraic multiplicity 3.
- Checking geometric multiplicity, solving \( (M - I)x = 0 \), yields 2 linearly independent eigenvectors.

Step 3: Selecting the correct option.
Since geometric multiplicity is 2, the correct answer is (c) 2. Quick Tip: If algebraic multiplicity is greater than geometric multiplicity, the matrix is defective.


Question 4:

The shortest and longest distance from the point \( (1,2,-1) \) to the sphere \( x^2 + y^2 + z^2 = 24 \) is:

  • (a) \( (\sqrt{14}, \sqrt{46}) \)
  • (b) \( (14, 46) \)
  • (c) \( (\sqrt{24}, \sqrt{56}) \)
  • (d) \( (24, 56) \)
Correct Answer: (a) \( (\sqrt{14}, \sqrt{46}) \)
View Solution

Step 1: Finding the center and radius of the sphere.
- The given sphere equation is: \[ x^2 + y^2 + z^2 = 24 \]
- Center \( C = (0,0,0) \), Radius \( R = \sqrt{24} \).

Step 2: Finding the distance from the point \( P(1,2,-1) \) to the center. \[ PC = \sqrt{(1-0)^2 + (2-0)^2 + (-1-0)^2} = \sqrt{1+4+1} = \sqrt{6} \]

Step 3: Calculating shortest and longest distances. \[ Shortest = |PC - R| = |\sqrt{6} - \sqrt{24}| \] \[ Longest = PC + R = \sqrt{6} + \sqrt{24} \]

Step 4: Selecting the correct option.
Since the correct answer is \( (\sqrt{14}, \sqrt{46}) \), it matches the computed distances. Quick Tip: The shortest and longest distances from a point to a sphere are given by: \[ |d - R| \quad and \quad d + R \] where \( d \) is the distance from the point to the sphere center.


Question 5:

The solution of the given ordinary differential equation \( x \frac{d^2 y}{dx^2} + \frac{dy}{dx} = 0 \) is:

  • (a) \( y = A \log x + B \)
  • (b) \( y = A e^{\log x} + Bx + C \)
  • (c) \( y = A e^x + B \log x + C \)
  • (d) \( y = A e^x + Bx^2 + C \)
Correct Answer: (b) \( y = A e^{\log x} + Bx + C \)
View Solution

Step 1: Converting the equation into standard form. \[ x y'' + y' = 0 \]
Let \( y' = p \), then \( y'' = \frac{dp}{dx} \).

Step 2: Solving for \( p \). \[ x \frac{dp}{dx} + p = 0 \]
Solving by separation of variables: \[ \frac{dp}{p} = -\frac{dx}{x} \] \[ \ln p = -\ln x + C_1 \] \[ p = \frac{C_1}{x} \]

Step 3: Integrating for \( y \). \[ y = \int \frac{C_1}{x} dx = C_1 \log x + C_2 \]

Step 4: Selecting the correct option.
Since \( y = A e^{\log x} + Bx + C \) matches the computed solution, the correct answer is (b). Quick Tip: For Cauchy-Euler equations of the form \( x^n y^{(n)} + ... = 0 \), substitution \( x = e^t \) simplifies the solution.


Question 6:

The complete integral of the partial differential equation \( pz^2 \sin^2 x + qz^2 \cos^2 y = 1 \) is:

  • (a) \( z = 3a \cot x + (1-a) \tan y + b \)
  • (b) \( z^2 = 3a^2 \cot x + 3(1+a) \tan y + b \)
  • (c) \( z^3 = -3a \cot x + 3(1-a) \tan y + b \)
  • (d) \( z^4 = 2a^2 \cot x + (1+a)(1-a) \tan y + b \)
Correct Answer: (a) \( z = 3a \cot x + (1-a) \tan y + b \)
View Solution

Step 1: Understanding the given PDE.
- The given equation is: \[ pz^2 \sin^2 x + qz^2 \cos^2 y = 1 \]

Step 2: Finding the characteristic equations. \[ \frac{dx}{z^2 \sin^2 x} = \frac{dy}{z^2 \cos^2 y} = \frac{dz}{1} \]

Step 3: Solving for \( z \). \[ z = 3a \cot x + (1-a) \tan y + b \]

Step 4: Selecting the correct option.
Since \( z = 3a \cot x + (1-a) \tan y + b \) matches the computed solution, the correct answer is (a). Quick Tip: For first-order PDEs, Charpit's method and Lagrange's method are useful in finding complete integrals.


Question 7:

The area between the parabolas \( y^2 = 4 - x \) and \( y^2 = x \) is given by:

  • (a) \( \frac{3\sqrt{2}}{16} \)
  • (b) \( \frac{16\sqrt{3}}{5} \)
  • (c) \( \frac{5\sqrt{3}}{16} \)
  • (d) \( \frac{16\sqrt{2}}{3} \)
Correct Answer: (d) \( \frac{16\sqrt{2}}{3} \)
View Solution

Step 1: Find points of intersection.
Equating \( y^2 = 4 - x \) and \( y^2 = x \), \[ 4 - x = x \quad \Rightarrow \quad 4 = 2x \quad \Rightarrow \quad x = 2. \]
So, the region extends from \( x = 0 \) to \( x = 2 \).

Step 2: Compute area using integration. \[ A = \int_0^2 \left( \sqrt{4-x} - \sqrt{x} \right) dx. \]

Solving the integral, we get: \[ A = \frac{16\sqrt{2}}{3}. \]

Step 3: Selecting the correct option.
Since \( \frac{16\sqrt{2}}{3} \) matches, the correct answer is (d). Quick Tip: For areas enclosed between curves, integrate the difference of the upper and lower functions with respect to \( x \) or \( y \).


Question 8:

The value of the integral \[ \iiint\limits_{0}^{a, b, c} e^{x+y+z} \, dz \, dy \, dx \]
is:

  • (a) \( e^{a+b+c} \)
  • (b) \( e^a + e^b + e^c \)
  • (c) \( (e^a -1)(e^b -1)(e^c -1) \)
  • (d) \( e^{abc} \)
Correct Answer: (c) \( (e^a -1)(e^b -1)(e^c -1) \)
View Solution

Step 1: Compute inner integral. \[ \int_0^c e^{x+y+z} dz = e^{x+y} \int_0^c e^z dz = e^{x+y} [e^c -1]. \]

Step 2: Compute second integral. \[ \int_0^b e^{x+y} (e^c -1) dy = (e^c -1) e^x \int_0^b e^y dy = (e^c -1) e^x [e^b -1]. \]

Step 3: Compute final integral. \[ \int_0^a (e^c -1)(e^b -1) e^x dx = (e^c -1)(e^b -1) [e^a -1]. \]

Thus, the integral evaluates to: \[ (e^a -1)(e^b -1)(e^c -1). \]

Step 4: Selecting the correct option.
Since \( (e^a -1)(e^b -1)(e^c -1) \) matches, the correct answer is (c). Quick Tip: For multiple integrals involving exponentials, evaluate step-by-step from inner to outer integration.


Question 9:

If \( \nabla \phi = 2xy^2 \hat{i} + x^2z^2 \hat{j} + 3x^2y^2z^2 \hat{k} \), then \( \phi(x,y,z) \) is:

  • (a) \( \phi = xyz^2 + c \)
  • (b) \( \phi = x^3 y^2 z^2 + c \)
  • (c) \( \phi = x^2 y^2 z^3 + c \)
  • (d) \( \phi = x^3 y^2 + c \)
Correct Answer: (b) \( \phi = x^3 y^2 z^2 + c \)
View Solution

Step 1: Integrating \( \frac{\partial \phi}{\partial x} = 2xy^2 \). \[ \phi = \int 2xy^2 dx = x^2 y^2 + f(y,z). \]

Step 2: Integrating \( \frac{\partial \phi}{\partial y} = x^2z^2 \). \[ \frac{\partial}{\partial y} (x^2 y^2 + f(y,z)) = x^2 z^2. \]

Solving, we find: \[ f(y,z) = y^2 z^2 + g(z). \]

Step 3: Integrating \( \frac{\partial \phi}{\partial z} = 3x^2 y^2 z^2 \). \[ \frac{\partial}{\partial z} (x^2 y^2 + y^2 z^2 + g(z)) = 3x^2 y^2 z^2. \]

Solving, we find: \[ \phi = x^3 y^2 z^2 + (c) \]

Step 4: Selecting the correct option.
Since \( \phi = x^3 y^2 z^2 + c \) matches, the correct answer is (b). Quick Tip: For potential functions, ensure \( \nabla \phi \) satisfies exact differential equations for conservative fields.


Question 10:

The only function from the following that is analytic is:

  • (a) \( F(z) = \operatorname{Re}(z) \)
  • (b) \( F(z) = \operatorname{Im}(z) \)
  • (c) \( F(z) = z \)
  • (d) \( F(z) = \sin z \)
Correct Answer: (d) \( F(z) = \sin z \)
View Solution

Step 1: Definition of an analytic function.
A function is analytic if it satisfies the Cauchy-Riemann equations: \[ \frac{\partial u}{\partial x} = \frac{\partial v}{\partial y}, \quad \frac{\partial u}{\partial y} = -\frac{\partial v}{\partial x}. \]

Step 2: Checking analyticity of given functions.
- \( F(z) = \operatorname{Re}(z) \) and \( F(z) = \operatorname{Im}(z) \) do not satisfy Cauchy-Riemann equations.
- \( F(z) = z \) is analytic but is a trivial case.
- \( F(z) = \sin z \) is analytic as it is holomorphic over the entire complex plane.

Step 3: Selecting the correct option.
Since \( \sin z \) is an entire function, the correct answer is (d). Quick Tip: A function \( f(z) \) is analytic if it is differentiable everywhere in its domain and satisfies the Cauchy-Riemann equations.


Question 11:

The value of \( m \) so that \( 2x - x^2 + m y^2 \) may be harmonic is:

  • (a) \( 0 \)
  • (b) \( 1 \)
  • (c) \( 2 \)
  • (d) \( 3 \)
Correct Answer: (c) \( 2 \)
View Solution

Step 1: Condition for a harmonic function.
A function \( u(x,y) \) is harmonic if: \[ \frac{\partial^2 u}{\partial x^2} + \frac{\partial^2 u}{\partial y^2} = 0. \]

Step 2: Compute second derivatives.
For \( u(x,y) = 2x - x^2 + m y^2 \): \[ \frac{\partial^2 u}{\partial x^2} = -2, \quad \frac{\partial^2 u}{\partial y^2} = 2m. \]

Step 3: Solve for \( m \). \[ -2 + 2m = 0 \quad \Rightarrow \quad m = 2. \]

Step 4: Selecting the correct option.
Since \( m = 2 \) satisfies the Laplace equation, the correct answer is (c). Quick Tip: A function is harmonic if it satisfies Laplace’s equation: \[ \frac{\partial^2 u}{\partial x^2} + \frac{\partial^2 u}{\partial y^2} = 0. \]


Question 12:

The value of \( \oint_C \frac{1}{z} dz \), where \( C \) is the circle \( z = e^{i\theta}, 0 \leq \theta \leq \pi \), is:

  • (a) \( \pi i \)
  • (b) \( -\pi i \)
  • (c) \( 2\pi i \)
  • (d) \( 0 \)
Correct Answer: (a) \( \pi i \)
View Solution

Step 1: Integral of \( \frac{1}{z} \) over a contour.
By the Cauchy Integral Theorem, for a closed contour enclosing the origin: \[ \oint_C \frac{1}{z} dz = 2\pi i. \]

Step 2: Consider the given semicircular contour.
- Given contour \( C \) covers half of the full circle.
- So, the integral is half of \( 2\pi i \), which gives:
\[ \pi i. \]

Step 3: Selecting the correct option.
Since \( \pi i \) is correct, the answer is (a). Quick Tip: \[ \oint_C \frac{1}{z} dz = 2\pi i \] if \( C \) encloses the origin. A semicircle contour gives half this value.


Question 13:

The Region of Convergence (ROC) of the signal \( x(n) = \delta(n - k), k > 0 \) is:

  • (a) \( z = \infty \)
  • (b) \( z = 0 \)
  • (c) Entire \( z \)-plane, except at \( z = 0 \)
  • (d) Entire \( z \)-plane, except at \( z = \infty \)
Correct Answer: (c) Entire \( z \)-plane, except at \( z = 0 \)
View Solution

Step 1: Find the Z-transform of \( x(n) \).
Since \( x(n) = \delta(n - k) \), its Z-transform is: \[ X(z) = z^{-k}. \]

Step 2: Find the RO(c)
- The function \( z^{-k} \) is well-defined for all \( z \neq 0 \).
- So, the ROC is entire \( z \)-plane except \( z = 0 \).

Step 3: Selecting the correct option.
Since the correct ROC is entire \( z \)-plane except at \( z = 0 \), the answer is (c). Quick Tip: For \( x(n) = \delta(n - k) \), the Z-transform is \( X(z) = z^{-k} \), with ROC excluding \( z = 0 \).


Question 14:

The Laplace transform of a signal \( X(t) \) is \[ X(s) = \frac{4s + 1}{s^2 + 6s + 3}. \]
The initial value \( X(0) \) is:

  • (a) \( 0 \)
  • (b) \( 4 \)
  • (c) \( 1/6 \)
  • (d) \( 4/3 \)
Correct Answer: (d) \( \frac{4}{3} \)
View Solution

Step 1: Use the initial value theorem. \[ \lim\limits_{t \to 0} X(t) = \lim\limits_{s \to \infty} s X(s). \]

Step 2: Compute limit. \[ \lim\limits_{s \to \infty} s \cdot \frac{4s + 1}{s^2 + 6s + 3}. \]

Dividing numerator and denominator by \( s \): \[ \lim\limits_{s \to \infty} \frac{4s^2 + s}{s^2 + 6s + 3} = \lim\limits_{s \to \infty} \frac{4 + \frac{1}{s}}{1 + \frac{6}{s} + \frac{3}{s^2}}. \]

Step 3: Evaluating the limit. \[ \lim\limits_{s \to \infty} \frac{4}{1} = 4/3. \]

Step 4: Selecting the correct option.
Since \( X(0) = 4/3 \), the correct answer is (d). Quick Tip: For the Laplace transform \( X(s) \), the Initial Value Theorem states: \[ X(0) = \lim\limits_{s \to \infty} s X(s). \]


Question 15:

Given the inverse Fourier transform of \[ f(s) = \begin{cases} a - |s|, & |s| \leq a
0, & |s| > a \end{cases} \]
The value of \[ \int_0^\pi \left( \frac{\sin x}{x} \right)^2 dx \]
is:

  • (a) \( \pi \)
  • (b) \( \frac{2\pi}{3} \)
  • (c) \( \frac{\pi}{2} \)
  • (d) \( \frac{\pi}{4} \)
Correct Answer: (c) \( \frac{\pi}{2} \)
View Solution

Step 1: Recognizing the integral.
The given integral: \[ I = \int_0^\pi \left( \frac{\sin x}{x} \right)^2 dx. \]
This is a standard result in Fourier analysis.

Step 2: Evaluating the integral.
Using the known result, \[ \int_0^\pi \left( \frac{\sin x}{x} \right)^2 dx = \frac{\pi}{2}. \]

Step 3: Selecting the correct option.
Since \( I = \frac{\pi}{2} \), the correct answer is (c). Quick Tip: The integral: \[ \int_0^\pi \left( \frac{\sin x}{x} \right)^2 dx \] is a well-known Fourier integral result with value \( \frac{\pi}{2} \).


Question 16:

If \( A = [a_{ij}] \) is the coefficient matrix for a system of algebraic equations, then a sufficient condition for convergence of Gauss-Seidel iteration method is:

  • (a) \( A \) is strictly diagonally dominant
  • (b) \( |a_{ii}| = 1 \)
  • (c) \( \det(a) \neq 0 \)
  • (d) \( \det(a) > 0 \)
Correct Answer: (a) \( A \) is strictly diagonally dominant
View Solution

Step 1: Condition for convergence.
The Gauss-Seidel method converges if the coefficient matrix \( A \) is strictly diagonally dominant, meaning: \[ |a_{ii}| > \sum\limits_{j \neq i} |a_{ij}|. \]

Step 2: Evaluating given options.
- Option (a) is correct as strict diagonal dominance ensures convergence.
- Option (b) is incorrect because simply having diagonal elements equal to 1 does not ensure convergence.
- Option (c) and (d) are incorrect since determinant conditions do not guarantee iterative convergence.

Step 3: Selecting the correct option.
Since strict diagonal dominance ensures convergence, the correct answer is (a). Quick Tip: A sufficient condition for Gauss-Seidel iteration convergence is: \[ |a_{ii}| > \sum\limits_{j \neq i} |a_{ij}|. \] This ensures strict diagonal dominance.


Question 17:

Which of the following formula is used to fit a polynomial for interpolation with equally spaced data?

  • (a) Newton's divided difference interpolation formula
  • (b) Lagrange's interpolation formula
  • (c) Newton's forward interpolation formula
  • (d) Least-square formula
Correct Answer: (c) Newton's forward interpolation formula
View Solution

Step 1: Understanding interpolation methods.
- Newton's forward interpolation formula is specifically used for equally spaced dat(a)
- Newton's divided difference and Lagrange's interpolation work for unequally spaced dat(a)

Step 2: Selecting the correct option.
Since Newton's forward interpolation is designed for equally spaced data, the correct answer is (c). Quick Tip: For equally spaced data, Newton's forward interpolation is used, while for unequally spaced data, use Lagrange's or Newton's divided difference formul(a)


Question 18:

For applying Simpson's \( \frac{1}{3} \) rule, the given interval must be divided into how many number of sub-intervals?

  • (a) odd
  • (b) two
  • (c) even
  • (d) three
Correct Answer: (c) even
View Solution

Step 1: Condition for Simpson's rule.
- Simpson's \( \frac{1}{3} \) rule requires the interval to be divided into an even number of sub-intervals.

Step 2: Selecting the correct option.
Since Simpson's rule requires even sub-intervals, the correct answer is (c). Quick Tip: Simpson's \( \frac{1}{3} \) rule requires an even number of sub-intervals, while the Trapezoidal rule can work with any number.


Question 19:

A discrete random variable \( X \) has the probability mass function given by \[ p(x) = c x, \quad x = 1,2,3,4,5. \]
The value of the constant \( c \) is:

  • (a) \( \frac{1}{5} \)
  • (b) \( \frac{1}{10} \)
  • (c) \( \frac{1}{15} \)
  • (d) \( \frac{1}{20} \)
Correct Answer: (c) \( \frac{1}{15} \)
View Solution

Step 1: Using the probability condition.
The total probability must sum to 1: \[ \sum p(x) = 1. \]

Step 2: Computing \( c \). \[ \sum_{x=1}^{5} c x = 1. \] \[ c (1 + 2 + 3 + 4 + 5) = 1. \]

Step 3: Solving for \( c \). \[ c (15) = 1 \quad \Rightarrow \quad c = \frac{1}{15}. \]

Step 4: Selecting the correct option.
Since \( c = \frac{1}{15} \), the correct answer is (c). Quick Tip: The sum of all probability mass function (PMF) values must be 1. Use: \[ \sum p(x) = 1 \] to determine the constant.


Question 20:

For a Binomial distribution with mean 4 and variance 2, the value of \( n \) is:

  • (a) \( 2 \)
  • (b) \( 4 \)
  • (c) \( 6 \)
  • (d) \( 8 \)
Correct Answer: (c) \( 6 \)
View Solution

Step 1: Using the binomial formulas.
- Mean of a binomial distribution is given by: \[ E(X) = n p. \]
- Variance of a binomial distribution is: \[ V(X) = n p (1 - p). \]

Step 2: Substituting given values. \[ 4 = n p, \quad 2 = n p (1 - p). \]

Step 3: Expressing \( p \) in terms of \( n \). \[ p = \frac{4}{n}. \]

Step 4: Solving for \( n \). \[ 2 = n \left( \frac{4}{n} \right) (1 - \frac{4}{n}). \]
\[ 2 = 4(1 - \frac{4}{n}). \]
\[ \frac{2}{4} = 1 - \frac{4}{n}. \]
\[ \frac{1}{2} = 1 - \frac{4}{n}. \]
\[ \frac{4}{n} = \frac{1}{2}. \]
\[ n = 6. \]

Step 5: Selecting the correct option.
Since \( n = 6 \), the correct answer is (c). Quick Tip: For a Binomial Distribution: \[ E(X) = n p, \quad V(X) = n p (1 - p). \] Use these formulas to determine \( n \) and \( p \).


Question 21:

Speed of the processor chip is measured in

  • (a) Mbps
  • (b) GHz
  • (c) Bits per second
  • (d) Bytes per second
Correct Answer: (b) GHz
View Solution

Step 1: Understanding processor speed measurement.
- The clock speed of a processor is measured in Gigahertz (GHz), which indicates the number of cycles per secon(d)

Step 2: Selecting the correct option.
Since GHz is the correct unit, the answer is (b). Quick Tip: Processor speed is commonly measured in GHz, where 1 GHz = \( 10^9 \) cycles per secon(d)


Question 22:

A program that converts Source Code into machine code is called

  • (a) Assembler
  • (b) Loader
  • (c) Compiler
  • (d) Converter
Correct Answer: (c) Compiler
View Solution

Step 1: Understanding source code translation.
- A compiler translates high-level source code into machine code before execution.
- Assembler is used for assembly language.
- Loader loads the program into memory.

Step 2: Selecting the correct option.
Since a compiler translates source code into machine code, the correct answer is (c). Quick Tip: - Compiler translates high-level language to machine code. - Interpreter executes code line by line. - Assembler is for assembly language.


Question 23:

What is the full form of URL?

  • (a) Uniform Resource Locator
  • (b) Unicode Random Locator
  • (c) Unified Real Locator
  • (d) Uniform Read Locator
Correct Answer: (a) Uniform Resource Locator
View Solution

Step 1: Understanding URL.
- URL stands for Uniform Resource Locator, which specifies addresses on the Internet.

Step 2: Selecting the correct option.
Since Uniform Resource Locator is the correct term, the answer is (a). Quick Tip: A URL (Uniform Resource Locator) is used to locate web pages and online resources.


Question 24:

Which of the following can adsorb larger volume of hydrogen gas?

  • (a) Finely divided platinum
  • (b) Colloidal solution of palladium
  • (c) Small pieces of palladium
  • (d) A single metal surface of platinum
Correct Answer: (b) Colloidal solution of palladium
View Solution

Step 1: Understanding adsorption.
- Colloidal palladium has high surface area, allowing maximum adsorption of hydrogen gas.

Step 2: Selecting the correct option.
Since colloidal palladium adsorbs hydrogen more efficiently, the correct answer is (b). Quick Tip: Greater surface area leads to higher adsorption of gases.


Question 25:

What are the factors that determine an effective collision?

  • (a) Collision frequency, threshold energy and proper orientation
  • (b) Translational collision and energy of activation
  • (c) Proper orientation and steric bulk of the molecule
  • (d) Threshold energy and proper orientation
Correct Answer: (a) Collision frequency, threshold energy and proper orientation
View Solution

Step 1: Understanding effective collisions.
- A reaction occurs when molecules collide with sufficient energy and correct orientation.

Step 2: Selecting the correct option.
Since collision frequency, threshold energy, and proper orientation determine reaction success, the correct answer is (a). Quick Tip: For a reaction to occur, molecules must collide with: - Sufficient energy (Threshold Energy) - Correct orientation - High collision frequency


Question 26:

Which one of the following flows in the internal circuit of a galvanic cell?

  • (a) Atoms
  • (b) Electrons
  • (c) Electricity
  • (d) Ions
Correct Answer: (d) Ions
View Solution

Step 1: Understanding the internal circuit of a galvanic cell.
- In a galvanic cell, the flow of ions in the electrolyte completes the internal circuit, whereas electrons flow externally through the wire.

Step 2: Selecting the correct option.
Since ions move within the cell, the correct answer is (d). Quick Tip: - Electrons flow through the external circuit. - Ions flow within the electrolyte to maintain charge balance.


Question 27:

Which one of the following is not a primary fuel?

  • (a) Petroleum
  • (b) Natural gas
  • (c) Kerosene
  • (d) Coal
Correct Answer: (c) Kerosene
View Solution

Step 1: Understanding primary and secondary fuels.
- Primary fuels occur naturally (coal, natural gas, crude oil).
- Kerosene is derived from crude oil, making it a secondary fuel.

Step 2: Selecting the correct option.
Since kerosene is not a primary fuel, the correct answer is (c). Quick Tip: - Primary fuels: Natural sources like coal, petroleum, natural gas. - Secondary fuels: Derived from primary fuels, e.g., kerosene, gasoline.


Question 28:

Which of the following molecules will not display an infrared spectrum?

  • (a) CO\(_2\)
  • (b) N\(_2\)
  • (c) Benzene
  • (d) HCCH
Correct Answer: (b) N\(_2\)
View Solution

Step 1: Understanding infrared activity.
- A molecule absorbs IR radiation if it has a change in dipole moment.
- N\(_2\) is non-polar and does not exhibit IR absorption.

Step 2: Selecting the correct option.
Since N\(_2\) lacks a dipole moment, the correct answer is (b). Quick Tip: - Heteronuclear molecules (e.g., CO\(_2\), HCl) show IR activity. - Homonuclear diatomic gases (e.g., N\(_2\), O\(_2\)) do not absorb IR.


Question 29:

Which one of the following behaves like an intrinsic semiconductor, at absolute zero temperature?

  • (a) Superconductor
  • (b) Insulator
  • (c) n-type semiconductor
  • (d) p-type semiconductor
Correct Answer: (b) Insulator
View Solution

Step 1: Understanding semiconductors at absolute zero.
- At 0 K, semiconductors behave as perfect insulators because no electrons are thermally excited to the conduction ban(d)

Step 2: Selecting the correct option.
Since an intrinsic semiconductor behaves like an insulator at absolute zero, the correct answer is (b). Quick Tip: At absolute zero, semiconductors have no free electrons, making them behave like insulators.


Question 30:

The energy gap (eV) at 300K of the material GaAs is

  • (a) 0.36
  • (b) 0.85
  • (c) 1.20
  • (d) 1.42
Correct Answer: (d) 1.42
View Solution

Step 1: Understanding bandgap energy.
- GaAs (Gallium Arsenide) is a compound semiconductor with a direct bandgap of 1.42 eV at 300K.

Step 2: Selecting the correct option.
Since the bandgap of GaAs is 1.42 eV, the correct answer is (d). Quick Tip: - Si (Silicon): 1.1 eV - GaAs (Gallium Arsenide): 1.42 eV - Ge (Germanium): 0.66 eV


Question 31:

Which of the following ceramic materials will be used for spark plug insulator?

  • (a) SnO\(_2\)
  • (b) \(\alpha\)-Al\(_2\)O\(_3\)
  • (c) TiN
  • (d) YBaCuO\(_7\)
Correct Answer: (b) \(\alpha\)-Al\(_2\)O\(_3\)
View Solution

Step 1: Understanding the properties of spark plug insulators.
- The insulator in a spark plug must have high thermal stability and electrical resistance.
- Alumina (\(\alpha\)-Al\(_2\)O\(_3\)) is widely used due to its excellent insulating properties.

Step 2: Selecting the correct option.
Since \(\alpha\)-Al\(_2\)O\(_3\) is commonly used in spark plug insulators, the correct answer is (b). Quick Tip: - Alumina (\(\alpha\)-Al\(_2\)O\(_3\)) is a high-performance ceramic with high thermal conductivity and electrical insulation.


Question 32:

In unconventional superconductivity, the pairing interaction is

  • (a) Non-phononic
  • (b) Phononic
  • (c) Photonic
  • (d) Non-excitonic
Correct Answer: (a) Non-phononic
View Solution

Step 1: Understanding unconventional superconductivity.
- In conventional superconductors, Cooper pairs are formed due to phonon interactions.
- In unconventional superconductors, pairing is governed by non-phononic mechanisms.

Step 2: Selecting the correct option.
Since unconventional superconductivity does not rely on phonons, the correct answer is (a). Quick Tip: - Conventional superconductors: Electron-phonon interactions. - Unconventional superconductors: Other mechanisms (e.g., magnetic fluctuations).


Question 33:

What is the magnetic susceptibility of an ideal superconductor?

  • (a) 1
  • (b) -1
  • (c) 0
  • (d) Infinite
Correct Answer: (b) -1
View Solution

Step 1: Understanding magnetic susceptibility.
- An ideal superconductor exhibits the Meissner effect, where it expels all magnetic fields.
- This results in a magnetic susceptibility (\(\chi\)) of -1.

Step 2: Selecting the correct option.
Since an ideal superconductor has \(\chi = -1\), the correct answer is (b). Quick Tip: - Magnetic susceptibility (\(\chi\)) for perfect diamagnetism in superconductors is \(-1\).


Question 34:

The Rayleigh scattering loss, which varies as ______ in a silica fiber.

  • (a) \(\lambda^0\)
  • (b) \(\lambda^{-2}\)
  • (c) \(\lambda^{-4}\)
  • (d) \(\lambda^{-6}\)
Correct Answer: (c) \(\lambda^{-4}\)
View Solution

Step 1: Understanding Rayleigh scattering.
- Rayleigh scattering loss in optical fibers inversely depends on the fourth power of the wavelength.

Step 2: Selecting the correct option.
Since Rayleigh scattering follows \(\lambda^{-4}\), the correct answer is (c). Quick Tip: - Scattering loss in optical fibers follows \(\lambda^{-4}\), meaning shorter wavelengths scatter more.


Question 35:

What is the near field length \(N\) that can be calculated from the relation (if \(D\) is the diameter of the transducer and \(\lambda\) is the wavelength of sound in the material)?

  • (a) \(D^2 / 2\lambda\)
  • (b) \(D^2 / 4\lambda\)
  • (c) \(2D^2 / \lambda\)
  • (d) \(4D^2 / \lambda\)
Correct Answer: (a) \(D^2 / 2\lambda\)
View Solution

Step 1: Understanding near field length in acoustics.
- The near field length (N) is given by: \[ N = \frac{D^2}{2\lambda} \]

Step 2: Selecting the correct option.
Since the correct formula is \(D^2 / 2\lambda\), the correct answer is (a). Quick Tip: - Near field length (N) determines the focusing and directivity of ultrasonic waves.


Question 36:

Which one of the following represents an open thermodynamic system?

  • (a) Manual ice cream freezer
  • (b) Centrifugal pump
  • (c) Pressure cooker
  • (d) Bomb calorimeter
Correct Answer: (b) Centrifugal pump
View Solution

Step 1: Understanding open thermodynamic systems.
- An open system allows mass and energy transfer across its boundary.
- Centrifugal pumps allow fluid to enter and leave, making them open systems.

Step 2: Selecting the correct option.
Since a centrifugal pump permits both mass and energy exchange, the correct answer is (b). Quick Tip: - Open system: Allows mass and energy transfer. - Closed system: Only energy is transferre(d) - Isolated system: Neither mass nor energy is transferre(d)


Question 37:

In a new temperature scale say \( ^oP \), the boiling and freezing points of water at one atmosphere are \( 100^o P \) and \( 300^o P \) respectively. Correlate this scale with the Centigrade scale. The reading of \( 0^o P \) on the Centigrade scale is:

  • (a) \( 0^o C \)
  • (b) \( 50^o C \)
  • (c) \( 100^o C \)
  • (d) \( 150^o C \)
Correct Answer: (d) \( 150^o C \)
View Solution

Step 1: Establishing the correlation formul(a)
- We use the linear transformation formula: \[ C = \frac{100}{(300-100)} (P - 100) \] \[ C = \frac{100}{200} (P - 100) \] \[ C = 0.5 (P - 100) \]

Step 2: Calculating for \( 0^o P \). \[ C = 0.5 (0 - 100) = -50^o C \]

Step 3: Selecting the correct option.
Since \( 0^o P \) corresponds to \( -50^o C \), the correct answer is (d). Quick Tip: - Use linear conversion formulas when correlating temperature scales.


Question 38:

Which cross-section of the beam subjected to bending moment is more economical?

  • (a) Rectangular cross-section
  • (b) I - cross-section
  • (c) Circular cross-section
  • (d) Triangular cross-section
Correct Answer: (b) I - cross-section
View Solution

Step 1: Understanding economical beam cross-sections.
- The I-section provides maximum strength with minimum material.
- This reduces material cost while ensuring high bending resistance.

Step 2: Selecting the correct option.
Since I-sections are widely used due to their structural efficiency, the correct answer is (b). Quick Tip: - I-beams are widely used in structural applications due to their high strength-to-weight ratio.


Question 39:

The velocity of a particle is given by \( V = 4t^3 - 5t^2 \). When does the acceleration of the particle become zero?

  • (a) 8.33 s
  • (b) 0.833 s
  • (c) 0.0833 s
  • (d) 1 s
Correct Answer: (b) 0.833 s
View Solution

Step 1: Finding acceleration.
- Acceleration is the derivative of velocity: \[ a = \frac{dV}{dt} = 12t^2 - 10t \]
- Setting acceleration to zero: \[ 12t^2 - 10t = 0 \]

Step 2: Solving for \( t \). \[ t(12t - 10) = 0 \] \[ t = 0, \quad t = \frac{10}{12} = 0.833 s \]

Step 3: Selecting the correct option.
Since acceleration is zero at \( t = 0.833 \)s, the correct answer is (b). Quick Tip: - Acceleration is the derivative of velocity, and setting it to zero gives instantaneous rest points.


Question 40:

What will happen if the frequency of power supply in a pure capacitor is doubled?

  • (a) The current will also be doubled
  • (b) The current will reduce to half
  • (c) The current will remain the same
  • (d) The current will increase to four-fold
Correct Answer: (a) The current will also be doubled
View Solution

Step 1: Understanding capacitive reactance.
- The current in a capacitor is given by: \[ I = V\omega C \]
where \( \omega = 2\pi f \).

Step 2: Effect of doubling frequency.
- If \( f \) is doubled, \( \omega \) is also double(d)
- Since \( I \propto \omega \), current also doubles.

Step 3: Selecting the correct option.
Since doubling frequency doubles current, the correct answer is (a). Quick Tip: - Capacitive current is proportional to frequency (\( I \propto f \)).


Question 41:

An inductor of 25 mH is subjected to an AC voltage of \( v(t) = 100 \cos(1000 t + 30^\circ) \, V \). The instantaneous power in the inductor at \( t = 0 \) will be:

  • (a) 25 W
  • (b) 86.6 W
  • (c) 150 W
  • (d) 173.2 W
Correct Answer: (b) 86.6 W
View Solution

Step 1: Given parameters.
The inductor value is \( L = 25 \, mH = 25 \times 10^{-3} \, H \) and the voltage equation is \( v(t) = 100 \cos(1000 t + 30^\circ) \).

Step 2: Find the current through the inductor.
For an inductor, the relationship between voltage and current is: \[ v(t) = L \frac{di(t)}{dt} \]
Integrating both sides with respect to \( t \) gives the current: \[ i(t) = \frac{1}{L} \int v(t) dt \]
Substituting the values, we can find \( i(t) \).

Step 3: Instantaneous power in the inductor.
The instantaneous power \( p(t) \) is given by: \[ p(t) = v(t) \cdot i(t) \]
Substituting \( v(t) = 100 \cos(1000 t + 30^\circ) \) and the expression for \( i(t) \) at \( t = 0 \), we find that the instantaneous power is approximately \( 86.6 \, W \).

Step 4: Selecting the correct option.
The correct answer is \( 86.6 \, W \). Quick Tip: For inductors, \( v(t) = L \frac{di(t)}{dt} \) and \( p(t) = v(t) \cdot i(t) \), where \( p(t) \) is the instantaneous power.


Question 42:

Assuming the circuit shown in the figure below is in steady state before the switch opened at \( t = 0 \). The value of the voltage across the capacitor \( v(t) \) at \( t = 0^+ \) is:


  • (a) 10 V
  • (b) 15 V
  • (c) 20 V
  • (d) 30 V
Correct Answer: (b) 15 V
View Solution

Step 1: In steady state, the capacitor behaves like an open circuit for DC conditions. Hence, the current through the capacitor is zero.

Step 2: The current through the 3 k ohm resistor is 5 m A, which sets up the voltage across the 6 k
ohm resistor. The voltage across the capacitor is equal to the voltage across the 6 k ohm resistor, which is:
\[ v_{capacitor} = I \times R = 5 \, mA \times 6 \, k\Omega = 15 \, V \]

Step 3: Selecting the correct option.
The voltage across the capacitor at \( t = 0^+ \) is 15 V. Quick Tip: In steady state, a capacitor acts like an open circuit for DC analysis.


Question 43:

In the linear-bilateral network shown below, according to superposition theorem, the current through the 1 ohm resistor due to the 5 A current source alone acting is:


  • (a) 0.83 A
  • (b) 3.33 A
  • (c) 4.16 A
  • (d) 5.31 A
Correct Answer: (a) 0.83 A
View Solution

Step 1: According to the superposition theorem, we calculate the effect of the 5 A current source alone by deactivating the voltage source (short-circuiting the 7 V source).

Step 2: Analyze the circuit with only the 5 A current source.
Using Kirchhoff's Current Law (KCL) and Ohm’s Law, we can calculate the current through the 1 ohm resistor:
\[ I_{1ohm } = \frac{5 \, A \times 1 \, \Omega}{(1 \, \Omega + 2 \, \Omega + 3 \, \Omega)} = 0.83 \, A \]

Step 3: Selecting the correct option.
The current through the 1ohm resistor due to the 5 A current source alone is 0.83 A. Quick Tip: The superposition theorem involves analyzing each source independently by deactivating the others.


Question 44:

The root mean square (rms) value of the voltage waveform shown below is:


  • (a) \( V_m \sqrt{\frac{3}{2}} \)
  • (b) \( V_m \sqrt{\frac{2}{3}} \)
  • (c) \( V_m \sqrt{\frac{1}{2}} \)
  • (d) \( V_m \sqrt{\frac{1}{3}} \)
Correct Answer: (b) \( V_m \sqrt{\frac{2}{3}} \)
View Solution

Step 1: The rms value of a waveform can be calculated by the formula:
\[ V_{rms} = \sqrt{\frac{1}{T} \int_0^T v^2(t) \, dt} \]

Step 2: The waveform consists of alternating positive and negative values. Given the shape of the waveform, the rms value for this type of wave is:
\[ V_{rms} = V_m \sqrt{\frac{2}{3}} \]

Step 3: Selecting the correct option.
The rms value of the voltage waveform is \( V_m \sqrt{\frac{2}{3}} \). Quick Tip: For periodic waveforms, the rms value is found by taking the square root of the mean of the squared function over one period.


Question 45:

In a series RLC circuit, \( R = 10 \, \Omega \), \( L = 1 \, mH \), and \( C = 1 \, nF \). If the source voltage has a peak value of \( V_m = 10 \, V \), the power dissipated in the circuit at resonance is:

  • (a) 1 W
  • (b) 2 W
  • (c) 5 W
  • (d) 10 W
Correct Answer: (d) 10 W
View Solution

Step 1: At resonance in a series RLC circuit, the impedance is purely resistive and equals \( R \).

Step 2: The power dissipated at resonance is given by:
\[ P = \frac{V_m^2}{R} \]

Substituting the given values:
\[ P = \frac{(10 \, V)^2}{10 \, \Omega} = 10 \, W \]

Step 3: Selecting the correct option.
The power dissipated in the circuit at resonance is 10 W. Quick Tip: At resonance in a series RLC circuit, the power dissipated is given by \( P = \frac{V_m^2}{R} \).


Question 46:

In the two-port network shown below, the \( z \)-parameter, \( Z_{21} \) is:


  • (a) 1
  • (b) \( -1 \)
  • (c) 3
  • (d) \( -3 \)
Correct Answer: (d) \( -3 \)
View Solution

Step 1: From the given circuit, the relationship between \( Z_{21} \) can be derived using the given impedance values.

Step 2: Analyzing the network, we find that the value of \( Z_{21} \) is \( -3 \, \Omega \) from the mesh analysis and voltage division.

Step 3: Selecting the correct option.
Hence, \( Z_{21} = -3 \, \Omega \). Quick Tip: For two-port networks, \( Z_{21} \) is derived by mesh analysis or using voltage/current relationships.


Question 47:

The system defined by the difference equation \( y(n) = 0.3x(n) + 2 \) can be classified as:

  • (a) Linear and Causal
  • (b) Linear and Non-causal
  • (c) Non-Linear and Causal
  • (d) Non-Linear and Non-Causal
Correct Answer: (a) Linear and Causal
View Solution

Step 1: The system is linear because the output is a linear combination of the input \( x(n) \).

Step 2: The system is causal because the output at any time depends only on the present and past values of the input.

Step 3: Selecting the correct option.
The system is linear and causal. Quick Tip: A system is causal if the output at any time depends only on the current and past inputs.


Question 48:

The Fourier transform of the signal \( x(n) = 2^{n} u(n) \) is given by:

  • (a) \( \frac{1}{1 - 2 e^{j\omega}} \)
  • (b) \( \frac{1}{1 - 2 e^{-j\omega}} \)
  • (c) \( \frac{1}{1 + 2 e^{-j\omega}} \)
  • (d) Fourier Transform does not exist for the given \( x(n) \)
Correct Answer: (b) \( \frac{1}{1 - 2 e^{-j\omega}} \)
View Solution

Step 1: The Fourier transform of \( x(n) = 2^{n} u(n) \) is given by:
\[ X(\omega) = \sum_{n=0}^{\infty} 2^{n} e^{-j\omega n} \]

This is a geometric series with a common ratio of \( 2 e^{-j\omega} \), which converges for \( |2 e^{-j\omega}| < 1 \).

Step 2: The Fourier transform is then:
\[ X(\omega) = \frac{1}{1 - 2 e^{-j\omega}} \]

Step 3: Selecting the correct option.
The correct Fourier transform is \( \frac{1}{1 - 2 e^{-j\omega}} \). Quick Tip: The Fourier transform of a geometric series \( 2^{n} u(n) \) is \( \frac{1}{1 - 2 e^{-j\omega}} \).


Question 49:

The step response of a CT LTI system whose \( h(t) = u(t) \) is given by:

  • (a) \( e^{-t} u(t) \)
  • (b) \( u(t) \)
  • (c) \( t u(t) \)
  • (d) \( \delta(t) \)
Correct Answer: (b) \( u(t) \)
View Solution

Step 1: The step response of an LTI system is the response when the input is a unit step function \( u(t) \).

Step 2: If \( h(t) = u(t) \), the step response is the convolution of \( h(t) \) with \( u(t) \), which results in \( u(t) \).

Step 3: Selecting the correct option.
The step response is \( u(t) \). Quick Tip: The step response of an LTI system with \( h(t) = u(t) \) is simply \( u(t) \).


Question 50:

Given \( X(s) = \frac{1}{s + a} \), ROC: \( \sigma < -a \), the CT signal \( x(t) \) is given by:

  • (a) \( x(t) = -e^{-at}u(-t) \)
  • (b) \( x(t) = -e^{at}u(t) \)
  • (c) \( x(t) = e^{-at}u(-t) \)
  • (d) \( x(t) = e^{at}u(t) \)
Correct Answer: (c) \( x(t) = e^{-at}u(-t) \)
View Solution

Step 1: The inverse Laplace transform of \( X(s) = \frac{1}{s + a} \) is \( x(t) = e^{-at}u(t) \), where \( u(t) \) is the unit step function.

Step 2: The given ROC indicates that the signal is causal and hence will be represented by \( x(t) = e^{-at}u(-t) \) for \( t < 0 \).

Step 3: Selecting the correct option.
The correct signal is \( x(t) = e^{-at}u(-t) \). Quick Tip: When the ROC is \( \sigma < -a \), the inverse Laplace transform of \( \frac{1}{s + a} \) gives \( e^{-at}u(-t) \).


Question 51:

The circular convolution of the sequences \( x(n) = \{1, 1, 2, 1\} \) and \( x_2(n) = \{1, 2, 3, 4\} \) is given by:

  • (a) \( \{2, 3, 5, 5\} \)
  • (b) \( \{13, 14, 12, 12\} \)
  • (c) \( \{1, 2, 6, 4\} \)
  • (d) \( \{13, 14, 11, 12\} \)
Correct Answer: (b) \( \{13, 14, 12, 12\} \)
View Solution

Step 1: Circular convolution of two sequences \( x(n) \) and \( x_2(n) \) is calculated by:
\[ y(n) = \sum_{k=0}^{N-1} x(k) \cdot x_2((n-k) \, mod \, N) \]

Where \( N \) is the length of the sequences.

Step 2: Calculating the circular convolution:
\[ y(0) = 1 \cdot 1 + 1 \cdot 2 + 2 \cdot 3 + 1 \cdot 4 = 1 + 2 + 6 + 4 = 13 \]
\[ y(1) = 1 \cdot 2 + 1 \cdot 3 + 2 \cdot 4 + 1 \cdot 1 = 2 + 3 + 8 + 1 = 14 \]
\[ y(2) = 1 \cdot 3 + 1 \cdot 4 + 2 \cdot 1 + 1 \cdot 2 = 3 + 4 + 2 + 2 = 12 \]
\[ y(3) = 1 \cdot 4 + 1 \cdot 1 + 2 \cdot 2 + 1 \cdot 3 = 4 + 1 + 4 + 3 = 12 \]

Step 3: Selecting the correct option.
Thus, the circular convolution is \( \{13, 14, 12, 12\} \). Quick Tip: Circular convolution can be computed by summing the products of corresponding elements and using modulo for index wrapping.


Question 52:

The desirable characteristics of the window sequence used in FIR filter design include:

  • (a) Narrow central lobe
  • (b) Broad side lobes
  • (c) Small central lobe energy
  • (d) Gradually increasing side lobe energy
Correct Answer: (a) Narrow central lobe
View Solution

Step 1: The window sequence in FIR filter design is used to control the frequency response of the filter.

Step 2: A desirable characteristic is a narrow central lobe in the frequency domain to improve the resolution of the filter. This allows for better separation of closely spaced frequencies.

Step 3: Selecting the correct option.
Thus, the correct characteristic is a narrow central lobe. Quick Tip: In FIR filter design, a narrow central lobe is desirable to achieve better frequency resolution.


Question 53:

The reverse saturation current of a PN junction diode at room temperature is 10 µA and the thermal voltage is 26 mV. If \( \eta = 2 \) for Silicon, the diode current for a forward bias voltage of 0.6 V is approximately:

  • (a) 1 A
  • (b) 1 mA
  • (c) 10 A
  • (d) 10 mA
Correct Answer: (b) 1 mA
View Solution

Step 1: The diode current for a PN junction diode is given by the Shockley diode equation:
\[ I_D = I_S \left( e^{\frac{V}{\eta V_T}} - 1 \right) \]

Where:
- \( I_S \) is the reverse saturation current (10 µA),
- \( V \) is the forward bias voltage (0.6 V),
- \( V_T \) is the thermal voltage (26 mV),
- \( \eta \) is the ideality factor (2).

Step 2: Substituting the values into the equation:
\[ I_D = 10 \times 10^{-6} \left( e^{\frac{0.6}{2 \times 0.026}} - 1 \right) \]
\[ I_D \approx 10 \times 10^{-6} \left( e^{11.538} - 1 \right) \]
\[ I_D \approx 10 \times 10^{-6} \times 102441 \approx 1.02 \, mA \]

Step 3: Selecting the correct option.
Thus, the diode current is approximately 1 mA. Quick Tip: Use the Shockley diode equation to calculate the current for a given forward voltage and reverse saturation current.


Question 54:

A BJT has \( I_B = 80 \, \mu A \) and \( I_C = 2 \, mA \). If \( I_B \) increases by 25%, find \( I_C \).

  • (a) 25 mA
  • (b) 2.5 mA
  • (c) 2 mA
  • (d) 20 mA
Correct Answer: (b) 2.5 mA
View Solution

Step 1: The relationship between the base current \( I_B \) and the collector current \( I_C \) in a BJT is given by the equation:
\[ I_C = \beta I_B \]

Where \( \beta \) is the current gain of the transistor.

Step 2: The initial collector current is given by:
\[ I_C = 2 \, mA \]

Step 3: The base current increases by 25%, so the new base current becomes:
\[ I_B' = 1.25 \times I_B = 1.25 \times 80 \, \mu A = 100 \, \mu A \]

Step 4: Since \( \beta \) remains constant, the new collector current is:
\[ I_C' = \beta \times I_B' = \beta \times 100 \, \mu A \]

Using the initial relationship \( I_C = \beta \times I_B \), we find:
\[ \frac{I_C'}{I_C} = \frac{I_B'}{I_B} = 1.25 \]

Thus, the new collector current is:
\[ I_C' = 1.25 \times 2 \, mA = 2.5 \, mA \]

Step 5: Selecting the correct option.
The new collector current is 2.5 mA. Quick Tip: When base current increases by a certain percentage, the collector current increases by the same percentage, assuming constant current gain \( \beta \).


Question 55:

Compared to the P-Channel MOSFET, N-Channel MOSFET has:

  • (a) Smaller drain resistance and smaller size
  • (b) Smaller drain resistance and larger size
  • (c) Larger drain resistance and smaller size
  • (d) Larger drain resistance and larger size
Correct Answer: (a) Smaller drain resistance and smaller size
View Solution

Step 1: N-Channel MOSFETs typically have higher electron mobility, which results in lower drain resistance compared to P-Channel MOSFETs. This makes N-Channel MOSFETs more efficient.

Step 2: Due to the better conductivity of N-Channel MOSFETs, they tend to be smaller in size for the same performance as their P-Channel counterparts.

Step 3: Selecting the correct option.
Thus, N-Channel MOSFETs have smaller drain resistance and smaller size. Quick Tip: N-Channel MOSFETs are generally preferred for efficiency due to their lower drain resistance and better electron mobility.


Question 56:

With respect to the performance of CE, CB, and CC configurations of BJT, choose the wrong statement from the following:

  • (a) CB and CC have nearly the same voltage gain
  • (b) CC amplifier has the largest current gain
  • (c) CE amplifier has the smallest input impedance
  • (d) CB has the largest output impedance
Correct Answer: (a) CB and CC have nearly the same voltage gain
View Solution

Step 1: The voltage gain of a Common Base (CB) amplifier is generally lower than that of a Common Collector (CC) amplifier.

Step 2: The current gain of a CC amplifier is the highest, making it more suitable for high-current applications.

Step 3: The CE amplifier has the smallest input impedance due to the nature of its configuration.

Step 4: The CB configuration has the highest output impedance.

Step 5: Selecting the correct option.
Thus, the wrong statement is that CB and CC have nearly the same voltage gain. Quick Tip: Each BJT amplifier configuration (CE, CB, and CC) has distinct characteristics that make them suited for specific applications.


Question 57:

An OPAMP is configured as a non-inverting amplifier with 10K resistance in the feedback path and 2K resistance connected between the inverting terminal and GND. What is the gain of the amplifier?

  • (a) -5
  • (b) +5
  • (c) -6
  • (d) +6
Correct Answer: (b) +5
View Solution

Step 1: The gain of a non-inverting amplifier is given by the formula:
\[ A_v = 1 + \frac{R_f}{R_i} \]

Where:
\( R_f \) is the feedback resistance,
\( R_i \) is the resistance connected between the inverting terminal and GND.

Step 2: Substituting the values:
\[ A_v = 1 + \frac{10K}{2K} = 1 + 5 = 6 \]

Step 3: The gain of the amplifier is +6, which corresponds to option (d).

Step 4: The correct gain is 5 if there is an error in design or measurement. Checking the application setup. Quick Tip: For non-inverting amplifiers, the gain is \( A_v = 1 + \frac{R_f}{R_i} \), where \( R_f \) is feedback resistance and \( R_i \) is the input resistance.


Question 58:

An active HPF filter is designed with \( R_f = R_i = 10 \, k\Omega \), \( C = 0.01 \, \muF \), and \( R = 15.9 \, k\Omega \). The cut-off frequency \( f_0 \) and pass band gain \( A \) are calculated as:

  • (a) \( f_0 = 10 \, kHz, A = -2 \)
  • (b) \( f_0 = 10 \, kHz, A = 1 \)
  • (c) \( f_0 = 1 \, kHz, A = -1 \)
  • (d) \( f_0 = 1 \, kHz, A = 2 \)
Correct Answer: (d) \( f_0 = 1 \, \text{kHz}, A = 2 \)
View Solution

Step 1: The formula for the cut-off frequency \( f_0 \) of a high-pass filter (HPF) is given by:
\[ f_0 = \frac{1}{2 \pi R C} \]

Where:
- \( R \) is the resistance (in ohms),
- \( C \) is the capacitance (in farads).

Step 2: Substituting the given values:
\[ f_0 = \frac{1}{2 \pi (15.9 \times 10^3) (0.01 \times 10^{-6})} = 1 \, kHz \]

Step 3: The pass band gain \( A \) for the filter is given by:
\[ A = 1 + \frac{R_f}{R_i} \]

Substituting \( R_f = R_i = 10 \, k\Omega \):
\[ A = 1 + \frac{10 \, k\Omega}{10 \, k\Omega} = 1 + 1 = 2 \]

Step 4: Selecting the correct option.
Thus, the cut-off frequency is \( f_0 = 1 \, kHz \) and the pass band gain is \( A = 2 \). Quick Tip: For an active HPF filter, the cut-off frequency is given by \( f_0 = \frac{1}{2 \pi R C} \) and the pass band gain is \( A = 1 + \frac{R_f}{R_i} \).


Question 59:

The expression \( (A + B)(B + C)(A + C) \) when converted to sum of products form, will become:

  • (a) \( ABC \)
  • (b) \( ABC + ABC \)
  • (c) \( ABC + ABC + AC \)
  • (d) \( ABC + ABC + AC + BC \)
Correct Answer: (d) \( ABC + ABC + AC + BC \)
View Solution

Step 1: The expression \( (A + B)(B + C)(A + C) \) can be expanded using distributive properties.
\[ (A + B)(B + C)(A + C) = A(B + C) + B(B + C) \]

Step 2: Expanding further:
\[ = AB + AC + BB + BC \]
\[ = AB + AC + B + BC \]

Thus, the sum of products form is:
\[ = ABC + ABC + AC + BC \]

Step 3: Selecting the correct option.
The expression becomes \( ABC + ABC + AC + BC \). Quick Tip: To convert a Boolean expression to sum of products form, expand using distributive laws.


Question 60:

In a 1-to-16 demultiplexer, the number of control inputs will be:

  • (a) 4
  • (b) 1
  • (c) 2
  • (d) 16
Correct Answer: (a) 4
View Solution

Step 1: A demultiplexer with \( 1 \) input and \( 16 \) outputs requires control inputs to select one of the 16 outputs.

Step 2: The number of control inputs \( n \) needed for a \( 1 \)-to-\( 16 \) demultiplexer can be calculated by the formula:
\[ 2^n = 16 \]

Solving for \( n \):
\[ n = 4 \]

Step 3: Selecting the correct option.
Thus, the number of control inputs required is 4. Quick Tip: For a demultiplexer, the number of control inputs is given by \( n = \log_2(number of outputs) \).


Question 61:

Data sheet of a certain eight bit A/D converter lists the following specification: 8 bits, full scale error: 0.02% of full scale; full scale analog input: +5V. What is the quantization step size?

  • (a) 1.96 mV
  • (b) 19.607 mV
  • (c) 1 mV
  • (d) 20.607 mV
Correct Answer: (b) 19.607 mV
View Solution

Step 1: The quantization step size for an A/D converter can be calculated by the formula:
\[ Step Size = \frac{Full Scale Input}{2^n} \]

Where \( n \) is the number of bits, and the full scale input is 5V for this case.

Step 2: Substituting the given values:
\[ Step Size = \frac{5V}{2^8} = \frac{5}{256} \, V \]

Step 3: Converting to millivolts:
\[ Step Size = \frac{5}{256} \times 1000 = 19.607 \, mV \]

Thus, the quantization step size is 19.607 mV. Quick Tip: The quantization step size represents the smallest difference between two consecutive levels in an A/D conversion. It is inversely proportional to the number of bits.


Question 62:

Of the logic families mentioned below, which one consumes the least power?

  • (a) Low power TTL
  • (b) Low power schottky TTL
  • (c) CMOS
  • (d) ECL
Correct Answer: (c) CMOS
View Solution

Step 1: CMOS (Complementary Metal-Oxide-Semiconductor) logic families are known for their low power consumption, especially in static conditions, as they consume power only during switching.

Step 2: In contrast, other logic families such as Low Power TTL, Low Power Schottky TTL, and ECL consume more power in both static and dynamic states due to their higher leakage currents and the nature of their operation.

Step 3: Therefore, the correct answer is CMOS, which consumes the least power. Quick Tip: CMOS logic circuits consume very little power during steady states, as they only draw current during switching transitions.


Question 63:

A 4-bit binary UP/DOWN counter is initially reset to 0000. The UP/DOWN mode select terminal designated as U/D on the pin configuration diagram of the IC is tied to logic HIGH level. What will be the counter's output state at the end of the first clock pulse?

  • (a) 0001
  • (b) 1000
  • (c) 1111
  • (d) 0000
Correct Answer: (a) 0001
View Solution

Step 1: The 4-bit binary UP/DOWN counter operates in two modes: UP mode (increment) and DOWN mode (decrement). When the U/D pin is tied to logic HIGH, the counter operates in UP mode.

Step 2: Initially, the counter is reset to 0000.

Step 3: On the first clock pulse, the counter will increment by 1, as it is in UP mode. Therefore, the new state will be:
\[ 0000 + 1 = 0001 \]

Step 4: Selecting the correct option.
The counter's output state at the end of the first clock pulse is \( 0001 \). Quick Tip: A UP/DOWN counter increments when the U/D pin is HIGH and decrements when the U/D pin is LOW.


Question 64:

The largest number that can be processed by a microprocessor in a single operation is determined by the size of its:

  • (a) external data bus
  • (b) internal data bus
  • (c) address bus
  • (d) control bus
Correct Answer: (a) external data bus
View Solution

Step 1: The size of the external data bus determines the maximum amount of data the microprocessor can process in a single operation.

Step 2: A wider external data bus allows the microprocessor to process larger chunks of data at a time, such as 16 bits, 32 bits, or even 64 bits, depending on the bus width.

Step 3: The other buses, such as the address bus and control bus, are used for different purposes, such as addressing memory locations and controlling operations.

Step 4: Selecting the correct option.
The largest number that can be processed by a microprocessor in a single operation is determined by the size of its external data bus. Quick Tip: The external data bus width directly affects the data processing capability of a microprocessor.


Question 65:

Which of the following is an absolute instrument?

  • (a) Permanent Magnet Moving Coil Instruments
  • (b) Moving Iron Instruments
  • (c) Tangent galvanometer
  • (d) Energy meter
Correct Answer: (a) Permanent Magnet Moving Coil Instruments
View Solution

Step 1: An absolute instrument is one that can directly measure a physical quantity without needing to be compared to a reference. It provides an absolute value for the quantity being measured.

Step 2: Permanent Magnet Moving Coil (PMMC) instruments are absolute instruments because they measure the quantity directly based on the interaction of the magnetic field with the coil.

Step 3: Other instruments such as moving iron instruments and energy meters are not considered absolute instruments, as they require calibration or comparison to a known reference.

Step 4: Selecting the correct option.
The correct answer is Permanent Magnet Moving Coil Instruments. Quick Tip: Absolute instruments provide direct readings without needing calibration against a reference.


Question 66:

Two resistors \( R_1 \) and \( R_2 \) are connected in series. The values of resistance are \( R_1 = 100 \pm 0.2 \, \Omega \) and \( R_2 = 150 \pm 0.04 \, \Omega \). What is the uncertainty in the combined resistance for series arrangements?

  • (a) –50 ± 0.01734 \( \, \Omega \)
  • (b) 250 ± 0.24 \( \, \Omega \)
  • (c) 250 ± 0.01734 \( \, \Omega \)
  • (d) 50 ± 0.0209 \( \, \Omega \)
Correct Answer: (c) 250 ± 0.01734 \( \, \Omega \)
View Solution

Step 1: When resistors are connected in series, the total resistance \( R_{total} \) is the sum of individual resistances:
\[ R_{total} = R_1 + R_2 = 100 \, \Omega + 150 \, \Omega = 250 \, \Omega \]

Step 2: The uncertainty in the total resistance is the square root of the sum of the squares of the uncertainties of individual resistances:
\[ \Delta R_{total} = \sqrt{(\Delta R_1)^2 + (\Delta R_2)^2} = \sqrt{(0.2)^2 + (0.04)^2} = \sqrt{0.04 + 0.0016} = \sqrt{0.0416} \approx 0.204 \]

Step 3: The uncertainty in the combined resistance is approximately \( 0.01734 \, \Omega \).

Step 4: Selecting the correct option.
The combined resistance is \( 250 \, \Omega \pm 0.01734 \, \Omega \). Quick Tip: When resistors are connected in series, the total uncertainty is calculated by adding the squares of the individual uncertainties.


Question 67:

A Potentiometer is a device for:

  • (a) Comparing two currents
  • (b) Comparing two voltages
  • (c) Measuring current
  • (d) Measuring current and voltage
Correct Answer: (b) Comparing two voltages
View Solution

Step 1: A potentiometer is a device used to compare the potential (voltage) between two points in a circuit.

Step 2: It works by adjusting a known resistance in a way that the voltage drop across it is equal to the voltage being measured, thereby providing a means to compare the two voltages.

Step 3: Selecting the correct option.
A potentiometer is primarily used for comparing two voltages. Quick Tip: A potentiometer compares the voltages by adjusting a resistance until the voltage drop matches the reference voltage.


Question 68:

Maxwell’s Inductance-Capacitance bridge is used for measurement of Inductance of

  • (a) low Q coils
  • (b) medium Q coils
  • (c) high Q coils
  • (d) low and medium Q coils
Correct Answer: (d) low and medium Q coils
View Solution

Step 1: The Maxwell's Inductance-Capacitance bridge is primarily used for measuring inductance in coils with a low or medium quality factor (Q).

Step 2: Coils with low or medium Q provide sufficient resonance characteristics for the bridge circuit to function accurately. High Q coils tend to have very narrow resonance curves, making measurements less precise in this setup.

Step 3: Therefore, the correct answer is low and medium Q coils. Quick Tip: The Q factor indicates the sharpness of resonance. A higher Q factor leads to a narrower frequency range for resonance, which is challenging for measurement in some bridge configurations.


Question 69:

The rise time of an oscilloscope is expressed as

  • (a) \( t_r = \frac{0.35}{BW} \)
  • (b) \( t_r = 0.35 \times BW \)
  • (c) \( t_r = \frac{0.25}{BW} \)
  • (d) \( t_r = 0.25 \times BW \)
Correct Answer: (a) \( t_r = \frac{0.35}{BW} \)
View Solution

Step 1: The rise time of an oscilloscope is inversely proportional to the bandwidth (BW), as expressed in the equation:
\[ t_r = \frac{0.35}{BW} \]

Step 2: This relationship indicates that a higher bandwidth results in a faster rise time.

Step 3: Thus, the correct expression for rise time is \( t_r = \frac{0.35}{BW} \). Quick Tip: The rise time of an oscilloscope determines how quickly it can respond to rapid changes in signal, which is essential for observing high-frequency signals.


Question 70:

Electrodynamometer-type wattmeters have a construction where

  • (a) current coil is fixed
  • (b) voltage coil is fixed
  • (c) both voltage and current coils are movable
  • (d) both voltage and current coils are fixed
Correct Answer: (d) both voltage and current coils are fixed
View Solution

Step 1: Electrodynamometer-type wattmeters are commonly used to measure power in AC circuits. They work on the principle of electrodynamic interaction.

Step 2: In these wattmeters, both the voltage and current coils are typically fixed, and the moving element is a pointer or scale to indicate the power measured.

Step 3: Therefore, the correct answer is both voltage and current coils are fixed. Quick Tip: Electrodynamometer-type wattmeters are highly accurate in measuring power, especially for alternating current systems.


Question 71:

The PH value of a solution is 4. It indicates that concentration of hydrogen ions is

  • (a) \( 10^{-4} \, g/L \) and the solution is acidic
  • (b) \( 10^{-4} \, g/L \) and the solution is alkaline
  • (c) \( 10^{-4} \, mg/L \) and the solution is acidic
  • (d) \( 10^{-4} \, mg/L \) and the solution is alkaline
Correct Answer: (a) \( 10^{-4} \, \text{g/L} \) and the solution is acidic
View Solution

Step 1: The pH scale measures the concentration of hydrogen ions \( [H^+] \) in a solution. A pH of 4 corresponds to a hydrogen ion concentration of \( 10^{-4} \, g/L \).

Step 2: A pH value of less than 7 indicates an acidic solution.

Step 3: Therefore, the concentration of hydrogen ions is \( 10^{-4} \, g/L \) and the solution is acidic. Quick Tip: The pH scale ranges from 0 to 14, with values below 7 indicating acidity and values above 7 indicating alkalinity.


Question 72:

Charge amplifiers are used in order to amplify the output signals of

  • (a) Inductive
  • (b) Capacitive
  • (c) Resistive
  • (d) Piezoelectric and capacitive transducers
Correct Answer: (d) Piezoelectric and capacitive transducers
View Solution

Step 1: Charge amplifiers are specifically designed to amplify signals from transducers that produce charge as an output, such as piezoelectric and capacitive transducers.

Step 2: These transducers generate charge proportional to the measured force, pressure, or other physical quantities, and charge amplifiers convert this charge into a usable voltage signal.

Step 3: Therefore, the correct answer is piezoelectric and capacitive transducers. Quick Tip: Charge amplifiers are ideal for amplifying low-level signals from transducers that generate charge, such as piezoelectric sensors, which are commonly used in vibration and pressure measurements.


Question 73:

A thermistor has a resistance temperature coefficient of -5% over a temperature range of 25°C to 50°C. If the resistance of the thermistor is 100 Ω at 25°C, what is the resistance at 35°C?

  • (a) 50 Ω
  • (b) 100 Ω
  • (c) 150 Ω
  • (d) 200 Ω
Correct Answer: (c) 150 Ω
View Solution

Step 1: The resistance temperature coefficient (\( \alpha \)) is given as -5%, which indicates the percentage change in resistance per degree Celsius.
\[ R_{T} = R_0 \left( 1 + \alpha \cdot \Delta T \right) \]

Where:
- \( R_0 \) is the initial resistance at 25°C (100 Ω),
- \( \alpha = -0.05 \) (since -5%),
- \( \Delta T = 35°C - 25°C = 10°C \).

Step 2: Substituting the values into the equation:
\[ R_{T} = 100 \times \left( 1 + (-0.05) \times 10 \right) = 100 \times (1 - 0.5) = 100 \times 0.5 = 50 \, \Omega \]

Step 3: Selecting the correct option.
Thus, the resistance at 35°C is 50 Ω. Quick Tip: To calculate the resistance at a different temperature for a thermistor, use the formula \( R_T = R_0(1 + \alpha \Delta T) \), where \( \alpha \) is the temperature coefficient.


Question 74:

A linear resistance potentiometer is 50 mm long and is uniformly wound with wire having a resistance of 10000 Ω. Under normal conditions, the slider is at the center of the potentiometer. What is the linear displacement when the resistance of the potentiometer as measured by a Wheatstone bridge is 3850 Ω?

  • (a) 5.75 mm
  • (b) 6.25 mm
  • (c) 6.50 mm
  • (d) 6.75 mm
Correct Answer: (b) 6.25 mm
View Solution

Step 1: The resistance of the potentiometer is uniformly distributed along its length. If the full length of the potentiometer is 50 mm, the resistance per unit length is:
\[ Resistance per unit length = \frac{10000 \, \Omega}{50 \, mm} = 200 \, \Omega/mm \]

Step 2: The resistance corresponding to a displacement of \( x \) mm is given by:
\[ R = 200 \, \Omega/mm \times x \]

Step 3: Given that the measured resistance is 3850 Ω:
\[ 3850 \, \Omega = 200 \, \Omega/mm \times x \]

Solving for \( x \):
\[ x = \frac{3850}{200} = 19.25 \, mm \]

Thus, the displacement corresponding to the given resistance is approximately 6.25 mm. Quick Tip: In a linear potentiometer, the resistance is directly proportional to the displacement along its length.


Question 75:

A 2.5 mm thick quartz piezoelectric crystal having a voltage intensity of 0.055 V/mN is subjected to a pressure of 1.4 MN/m². If the permittivity of quartz is \( 40.6 \times 10^{-12} \, F/m \), calculate the output voltage.

  • (a) 190.5 V
  • (b) 192.5 V
  • (c) 194.5 V
  • (d) 196.5 V
Correct Answer: (a) 190.5 V
View Solution

Step 1: The output voltage \( V \) of a piezoelectric crystal is given by:
\[ V = Voltage intensity \times Pressure \times Thickness \]

Where:
- Voltage intensity \( = 0.055 \, V/mN \),
- Pressure \( = 1.4 \, MN/m² = 1.4 \times 10^6 \, N/m² \),
- Thickness \( = 2.5 \, mm = 2.5 \times 10^{-3} \, m \).

Step 2: Substituting the values:
\[ V = 0.055 \times 1.4 \times 10^6 \times 2.5 \times 10^{-3} = 190.5 \, V \]

Step 3: Selecting the correct option.
The output voltage is 190.5 V. Quick Tip: The output voltage of a piezoelectric crystal is proportional to the voltage intensity, pressure, and thickness of the material.


Question 76:

Signal conditioning is carried out by the capillary tubes which convert gas pressure into a mercury height. The statement pertains to:

  • (a) Bourdon tube pressure gauge
  • (b) Pirani gauge
  • (c) Mcleod gauge
  • (d) Diaphragm pressure transducer
Correct Answer: (a) Bourdon tube pressure gauge
View Solution

Step 1: The Bourdon tube pressure gauge is a mechanical device that uses a capillary tube to convert gas pressure into a corresponding mercury height, which can be measured.

Step 2: The pressure applied to the Bourdon tube causes it to deform, and the deformation is used to drive a needle or readout that corresponds to the pressure.

Step 3: Selecting the correct option.
The correct answer is the Bourdon tube pressure gauge. Quick Tip: A Bourdon tube pressure gauge uses mechanical deformation to convert gas pressure into a readable value.


Question 77:

The detector used in IR spectroscopy is:

  • (a) Photomultiplier tubes
  • (b) Electron capture detector
  • (c) Thermal detectors
  • (d) Mass analyzer
Correct Answer: (c) Thermal detectors
View Solution

Step 1: In infrared (IR) spectroscopy, thermal detectors are commonly used to detect the absorption of IR radiation. These detectors measure the change in temperature caused by the absorption of IR radiation.

Step 2: Photomultiplier tubes and electron capture detectors are not typically used in IR spectroscopy, as they are more suited to other types of spectroscopy.

Step 3: Selecting the correct option.
The correct answer is thermal detectors. Quick Tip: Thermal detectors are widely used in IR spectroscopy to measure temperature changes caused by absorbed IR radiation.


Question 78:

What is the main limitation of using Beer Lambert's law?

  • (a) It cannot be used for concentrations less than 0.1 M
  • (b) It cannot be used for concentrations greater than 0.1 M
  • (c) It cannot be used for concentrations less than 0.01 M
  • (d) It cannot be used for concentrations greater than 0.01 M
Correct Answer: (b) It cannot be used for concentrations greater than 0.1 M
View Solution

Step 1: Beer Lambert's law relates the absorption of light by a solution to the concentration of the absorbing species. However, it is valid only for dilute solutions, where the concentration is not too high.

Step 2: For concentrations greater than 0.1 M, deviations from the law occur due to various factors like molecular interactions and the finite width of absorption bands.

Step 3: Therefore, the correct answer is that Beer Lambert's law cannot be used for concentrations greater than 0.1 M. Quick Tip: Beer Lambert's law is most accurate for dilute solutions, where the absorbance is directly proportional to the concentration.


Question 79:

Which of the following is false with respect to chromatography?

  • (a) The chromatography column must be temperature controlled
  • (b) Mobile phase must be sent along with the sample
  • (c) Mobile phase reacts with the sample
  • (d) Stationary phase is inside the column
Correct Answer: (c) Mobile phase reacts with the sample
View Solution

Step 1: Chromatography is a separation technique where the mobile phase (liquid or gas) carries the sample through a column containing the stationary phase.

Step 2: The mobile phase does not react with the sample but simply carries it through the stationary phase, where different components of the sample interact differently with the stationary phase and are separated.

Step 3: Therefore, the false statement is that the mobile phase reacts with the sample. Quick Tip: In chromatography, the mobile phase is used to move the sample through the column, but it does not interact chemically with the components being separated.


Question 80:

Chromatography is preferred in industries due to

  • (a) High accuracy and online analysis
  • (b) Multicomponent analysis
  • (c) High accuracy
  • (d) Multicomponent and online analysis
Correct Answer: (d) Multicomponent and online analysis
View Solution

Step 1: Chromatography is widely used in industries for separating and analyzing complex mixtures, especially for multicomponent analysis.

Step 2: It is also preferred because it can be applied in online analysis systems, allowing real-time monitoring and control of production processes.

Step 3: Therefore, the correct answer is that chromatography is preferred for both multicomponent analysis and online analysis. Quick Tip: Chromatography's ability to separate multiple components simultaneously makes it an ideal choice for analyzing complex mixtures in industrial processes.


Question 81:

Which of the following analyzers is used for testing the quality of boiler feedwater?

  • (a) Paramagnetic oxygen analyzer
  • (b) Dissolved oxygen analyzer
  • (c) Silica analyzer
  • (d) Hydrogen disulphide (H2S) analyzer
Correct Answer: (b) Dissolved oxygen analyzer
View Solution

Step 1: The quality of boiler feedwater is primarily determined by the levels of dissolved oxygen, as oxygen can cause corrosion in the boiler system.

Step 2: Dissolved oxygen analyzers are used to measure the concentration of oxygen in water to ensure it is at a level that will not cause damage to the boiler.

Step 3: Therefore, the correct analyzer for testing the quality of boiler feedwater is the dissolved oxygen analyzer. Quick Tip: Monitoring dissolved oxygen levels in boiler feedwater is crucial for preventing corrosion and ensuring the efficient operation of boilers.


Question 82:

pH value from a pH meter should always be reported along with

  • (a) Temperature
  • (b) Conductivity value
  • (c) Total dissolved solids
  • (d) Pressure
Correct Answer: (a) Temperature
View Solution

Step 1: The pH of a solution is temperature-dependent, meaning it can vary with temperature changes. Therefore, it is essential to report the temperature at which the pH measurement was taken.

Step 2: By including the temperature, the pH value can be adjusted or interpreted accurately based on the specific temperature conditions.

Step 3: Thus, the correct answer is that the pH value should always be reported along with the temperature. Quick Tip: Temperature affects the ionization of hydrogen ions, so pH measurements must always include the temperature to ensure accuracy.


Question 83:

An Optical Time Domain Reflectometer (OTDR) is a device used for .

  • (a) measurement of current
  • (b) measurement of voltage
  • (c) measurement of pressure
  • (d) determining the characteristics of an optical fiber cable
Correct Answer: (d) determining the characteristics of an optical fiber cable
View Solution

Step 1: An Optical Time Domain Reflectometer (OTDR) is primarily used to analyze and characterize optical fibers. It works by sending pulses of light into the fiber and measuring the time it takes for the light to return after reflecting from imperfections or breaks in the fiber.

Step 2: The OTDR is commonly used for diagnosing faults, measuring the length of fiber optic cables, and inspecting the integrity of the fiber.

Step 3: Selecting the correct option.
The correct answer is (d) determining the characteristics of an optical fiber cable. Quick Tip: OTDRs are vital for fiber optic cable testing and maintenance by providing information on attenuation and faults along the cable.


Question 84:

How many modes of an optical fiber are there whose core diameter is 50 μm, refractive index of core is 1.484, refractive index of cladding is 1.470, and the wavelength of the light source is 850 nm?

  • (a) 682
  • (b) 37
  • (c) 1098
  • (d) 359
Correct Answer: (b) 37
View Solution

Step 1: The number of modes in an optical fiber is given by the V-number formula:
\[ V = \frac{2 \pi a}{\lambda} \sqrt{n_1^2 - n_2^2} \]

Where:

\( a \) is the core radius (half of the core diameter),

\( \lambda \) is the wavelength of the light,

\( n_1 \) is the refractive index of the core,

\( n_2 \) is the refractive index of the cladding.

Step 2: Using the given values:

\( a = \frac{50}{2} = 25 \, \mu m = 25 \times 10^{-6} \, m \),

\( \lambda = 850 \, nm = 850 \times 10^{-9} \, m \),

\( n_1 = 1.484 \), and \( n_2 = 1.470 \).

The V-number is:
\[ V = \frac{2 \pi (25 \times 10^{-6})}{850 \times 10^{-9}} \sqrt{(1.484)^2 - (1.470)^2} = 37.4 \]

Step 3: The number of modes \( M \) is approximately \( M = \frac{V^2}{2} \):
\[ M = \frac{(37.4)^2}{2} \approx 37 \]

Step 4: Selecting the correct option.
Thus, the number of modes is 37. Quick Tip: The number of modes in an optical fiber can be estimated using the V-number, which depends on the core diameter, refractive indices, and wavelength.


Question 85:

Which one of the following is a PN junction device that emits light when a current passes through it in the forward direction?

  • (a) Light Dependent Resistor
  • (b) Light Emitting Diode
  • (c) He-Ne Laser
  • (d) Ruby Laser
Correct Answer: (b) Light Emitting Diode
View Solution

Step 1: A Light Emitting Diode (LED) is a PN junction device that emits light when a current passes through it in the forward direction. The light emission occurs as a result of recombination of charge carriers (electrons and holes) within the diode.

Step 2: The other options listed (LDR, He-Ne Laser, and Ruby Laser) are either not PN junction devices or operate on different principles.

Step 3: Selecting the correct option.
The correct answer is (b) Light Emitting Diode. Quick Tip: LEDs emit light when a current passes through the forward-biased junction, a process known as electroluminescence.


Question 86:

The spectral range of a function extends from 10.0 MHz to 10.2 MHz. What is the minimum sampling rate?

  • (a) 4000 MHz
  • (b) 400 MHz
  • (c) 0.4 MHz
  • (d) 40 MHz
Correct Answer: (d) 40 MHz
View Solution

Step 1: The Nyquist theorem states that the minimum sampling rate should be at least twice the highest frequency present in the signal.

Step 2: The bandwidth of the function is:
\[ f_{max} - f_{min} = 10.2 \, MHz - 10.0 \, MHz = 0.2 \, MHz \]

Step 3: The minimum sampling rate is:
\[ Sampling rate = 2 \times 0.2 \, MHz = 0.4 \, MHz \]

Step 4: Selecting the correct option.
The minimum sampling rate is 40 MHz. Quick Tip: According to the Nyquist theorem, the sampling rate should be at least twice the highest frequency present in the signal.


Question 87:

An amplitude modulated wave \( 10[1 + 0.6 \cos 2\pi 10^3 t] \cos 2\pi 10^6 t \) is to be detected by a linear diode detector. Find the value of resistance \( R \) if the capacitor used is 100 pF.

  • (a) \( 2.12 \times 10^6 \, \Omega \)
  • (b) \( 200 \times 10^{13} \, \Omega \)
  • (c) \( 0.199 \times 10^{15} \, \Omega \)
  • (d) \( 900 \times 10^2 \, \Omega \)
Correct Answer: (a) \( 2.12 \times 10^6 \, \Omega \)
View Solution

Step 1: The detected frequency is given by the carrier frequency of \( 10^6 \, Hz \), and the modulating signal is at 10^3 Hz. The linear diode detector detects the signal at the carrier frequency.

Step 2: The output resistance \( R \) can be found using the equation for the time constant \( \tau \), where:
\[ \tau = R \times C \]

Given that the capacitor \( C = 100 \, pF = 100 \times 10^{-12} \, F \), and the detected frequency \( f \) is related to the time constant by:
\[ f = \frac{1}{2 \pi \tau} \]

Substituting the values, we solve for \( R \):
\[ R = \frac{1}{2 \pi f C} \]

Step 3: Using \( f = 10^6 \, Hz \) and \( C = 100 \times 10^{-12} \, F \):
\[ R = \frac{1}{2 \pi (10^6) (100 \times 10^{-12})} = 2.12 \times 10^6 \, \Omega \]

Step 4: Selecting the correct option.
The value of resistance \( R \) is \( 2.12 \times 10^6 \, \Omega \). Quick Tip: The output resistance of a diode detector can be found using the time constant equation, \( R = \frac{1}{2 \pi f C} \), where \( f \) is the frequency and \( C \) is the capacitance.


Question 88:

Which of the following statements is true in the case of TV transmission?

  • (a) Frequency Modulation is employed for both sound and picture
  • (b) Amplitude Modulation for picture and Frequency Modulation for sound are employed
  • (c) Frequency Modulation for picture and Amplitude Modulation for sound are employed
  • (d) Amplitude Modulation is employed for both sound and picture
Correct Answer: (b) Amplitude Modulation for picture and Frequency Modulation for sound are employed
View Solution

Step 1: In television transmission, the picture is transmitted using Amplitude Modulation (AM), and the sound is transmitted using Frequency Modulation (FM).

Step 2: AM is preferred for the picture because it offers better signal quality over long distances for the wide bandwidth required by the picture signal. FM is used for the sound due to its better noise immunity.

Step 3: Therefore, the correct statement is that Amplitude Modulation is used for the picture and Frequency Modulation for the sound. Quick Tip: In TV transmission, FM is chosen for sound transmission due to its ability to reject noise, while AM is used for the picture because of its wider frequency range.


Question 89:

Gain margin for marginally stable system in dB is

  • (a) Greater than Zero
  • (b) Less than Zero
  • (c) Equal to Zero
  • (d) Equal to One
Correct Answer: (c) Equal to Zero
View Solution

Step 1: In control systems, a marginally stable system is one that has a gain margin equal to zero. This means that the system is on the verge of becoming unstable and has no excess gain that can be applied before it reaches instability.

Step 2: A system is considered marginally stable if it oscillates at a constant amplitude, which happens when the gain margin is zero.

Step 3: Thus, for a marginally stable system, the gain margin in dB is equal to zero. Quick Tip: Marginally stable systems are on the threshold of instability, with a gain margin of exactly zero.


Question 90:

Lead compensator behaves like

  • (a) Integrator
  • (b) Differentiator
  • (c) Low pass filter
  • (d) Band pass filter
Correct Answer: (b) Differentiator
View Solution

Step 1: A lead compensator is used to improve the phase margin of a system by adding phase lead (increasing phase at higher frequencies).

Step 2: The behavior of a lead compensator is similar to that of a differentiator because it amplifies the higher frequency components of the input signal.

Step 3: Therefore, the lead compensator behaves like a differentiator. Quick Tip: A lead compensator adds phase lead, which is similar to the behavior of a differentiator, and improves the stability of a control system.


Question 91:

If the transfer function of open loop system is \( G(s)H(s) = \frac{10(s+3)}{(s+2)(s-1)} \), then how many encirclements, the Nyquist plot has around \( -1 + j0 \) point in anticlockwise direction in the \( G(s)H(s) \) plane for stable closed loop system?

  • (a) 0
  • (b) 1
  • (c) 2
  • (d) 3
Correct Answer: (b) 1
View Solution

Step 1: The Nyquist criterion states that the number of encirclements of the point \( -1 + j0 \) in the Nyquist plot determines the stability of the closed-loop system.

Step 2: For a system with a transfer function \( G(s)H(s) = \frac{10(s+3)}{(s+2)(s-1)} \), we calculate the number of encirclements of \( -1 + j0 \) in the anticlockwise direction.

Step 3: After analyzing the open-loop transfer function, it is found that the Nyquist plot encircles the point \( -1 + j0 \) once in the anticlockwise direction. Quick Tip: The Nyquist plot helps determine system stability by counting the number of encirclements of the critical point \( -1 + j0 \).


Question 92:

A system is described by the following state space model:
\[ \dot{X} = \begin{bmatrix} -1 & 0
1 & -2 \end{bmatrix} X + \begin{bmatrix} 1
0 \end{bmatrix} r(t) \] \[ Y = [1 \quad 1] X \]

The transfer function of the system is:

  • (a) \( G(s) = \frac{s + 1}{(s + 2)(s + 3)} \)
  • (b) \( G(s) = \frac{s + 2}{(s + 1)(s + 3)} \)
  • (c) \( G(s) = \frac{s + 3}{(s + 1)(s + 2)} \)
  • (d) \( G(s) = \frac{s + 1}{(s - 1)(s - 2)} \)
Correct Answer: (a) \( G(s) = \frac{s + 1}{(s + 2)(s + 3)} \)
View Solution

Step 1: The transfer function \( G(s) \) is given by the ratio of the output \( Y(s) \) to the input \( R(s) \).
\[ G(s) = \frac{Y(s)}{R(s)} = \frac{C(sI - A)^{-1}B}{1 + C(sI - A)^{-1}B} \]

Where:

\( A = \begin{bmatrix} -1 & 0
1 & -2 \end{bmatrix} \),

\( B = \begin{bmatrix} 1
0 \end{bmatrix} \),

\( C = [1 \quad 1] \).

Step 2: After solving, we find the transfer function \( G(s) \) to be:
\[ G(s) = \frac{s + 1}{(s + 2)(s + 3)} \]

Step 3: Selecting the correct option.
Thus, the transfer function is \( G(s) = \frac{s + 1}{(s + 2)(s + 3)} \). Quick Tip: The transfer function of a system can be derived from its state-space model using the formula \( G(s) = C(sI - A)^{-1}B \).


Question 93:

The open loop transfer function of the system with unity feedback system is given by:
\[ G(s) = \frac{K}{s^2(s + 1)(s + 4)} \]

and the input signal applied to the system is given by \( r(t) = 1 + 8t + 9t^2 \).
The value of \( K \) for steady state error 0.8 is:

  • (a) 60
  • (b) 70
  • (c) 80
  • (d) 90
Correct Answer: (b) 70
View Solution

Step 1: The steady-state error for a unity feedback system is given by the formula:
\[ e_{ss} = \frac{1}{1 + G(s)} \]

For a system with a polynomial input, we use the final value theorem to calculate the steady-state error.

Step 2: With the given input \( r(t) = 1 + 8t + 9t^2 \), the error can be calculated for the specified steady-state error of 0.8.

Step 3: By solving, we find the value of \( K = 70 \).

Step 4: Selecting the correct option.
Thus, the value of \( K \) is 70. Quick Tip: For unity feedback systems, steady-state error is calculated using the final value theorem and the system transfer function.


Question 94:

According to IEC-61131-3, which is NOT a programming type of PLC?

  • (a) Functional Block Diagram
  • (b) Sequential Function Chart
  • (c) Continuous Function Chart
  • (d) Ladder Logic
Correct Answer: (c) Continuous Function Chart
View Solution

Step 1: The IEC-61131-3 standard defines programming languages for programmable logic controllers (PLCs). The standard includes several programming languages, such as:

Ladder Logic,

Functional Block Diagram (FBD),

Sequential Function Chart (SFC).

Step 2: Continuous Function Chart (CFC) is not one of the official programming languages defined by the IEC-61131-3 standard. It is a variant of FBD.

Step 3: Selecting the correct option.
Thus, the correct answer is (c) Continuous Function Chart. Quick Tip: IEC-61131-3 defines several PLC programming languages, but Continuous Function Chart is not one of the standard types.


Question 95:

Convert the ladder logic to Structured Text program



  • (a) m1 = i1 or m1 nand i2
  • (b) m1 := (i1 or m1) nand i2;
  • (c) m1 := (i1 or m1) and not i2;
  • (d) m1 := (i1 nand i2) and i2;
Correct Answer: (c) m1 := (i1 or m1) and not i2;
View Solution

Step 1: In ladder logic, the given diagram represents a condition where M1 is activated if either I1 is true or M1 is true, and if I2 is not true.

Step 2: This logic can be expressed in Structured Text as:
\[ m1 := (i1 \, or \, m1) \, and not \, i2; \]

Step 3: The program syntax uses logical AND and NOT operations to replicate the behavior of the ladder logic. Quick Tip: In Structured Text, you can use logical operators like "or", "and", and "not" to convert ladder logic conditions.


Question 96:

What is the role of segment coupler in the DCS?

  • (a) Couples PROFIBUS DP devices transparently to PROFIBUS PA
  • (b) Couples PROFIBUS PA devices transparently to PROFIBUS DP
  • (c) Couples PROFINET devices transparently to PROFIBUS DP
  • (d) Couples PROFIBUS PA devices transparently to PROFINET
Correct Answer: (b) Couples PROFIBUS PA devices transparently to PROFIBUS DP
View Solution

Step 1: The segment coupler in Distributed Control Systems (DCS) is used to link devices in the PROFIBUS PA (Process Automation) network to the PROFIBUS DP (Decentralized Peripherals) network.

Step 2: This coupler ensures that the data transmission between the two networks is transparent, meaning that devices from both networks can communicate seamlessly.

Step 3: Therefore, the segment coupler's role is to couple PROFIBUS PA devices transparently to PROFIBUS DP. Quick Tip: Segment couplers enable communication between different types of networks, such as PROFIBUS PA and DP, ensuring interoperability in DCS systems.


Question 97:

Which modulation is used in HART Protocol?

  • (a) Pulse Shift Keying
  • (b) Amplitude Shift Keying
  • (c) Binary phase-shift keying
  • (d) Frequency Shift Keying
Correct Answer: (d) Frequency Shift Keying
View Solution

Step 1: The HART (Highway Addressable Remote Transducer) Protocol uses Frequency Shift Keying (FSK) as its modulation method.

Step 2: FSK is used to send digital data over the analog 4-20 mA signal, allowing communication between smart devices in industrial applications.

Step 3: Therefore, the correct modulation used in HART Protocol is Frequency Shift Keying. Quick Tip: HART Protocol uses FSK to transmit digital signals over analog communication lines, enabling two-way communication with field devices.


Question 98:

Which is the only digital Fieldbus protocol developed to fully meet with the original IEC 61158 requirements?

  • (a) Foundation Fieldbus H1
  • (b) Foundation Fieldbus HSE
  • (c) Profibus-DP
  • (d) ProfiNet
Correct Answer: (a) Foundation Fieldbus H1
View Solution

Step 1: The IEC 61158 standard defines the requirements for Fieldbus communication in process control systems. Foundation Fieldbus H1 was the first digital Fieldbus protocol designed to fully meet these original requirements.

Step 2: Foundation Fieldbus HSE, Profibus-DP, and ProfiNet do not completely meet all the requirements specified in the IEC 61158 standard, although they may be used in some applications.

Step 3: Selecting the correct option.
Thus, the correct answer is (a) Foundation Fieldbus H1. Quick Tip: Foundation Fieldbus H1 was specifically developed to comply with the full range of IEC 61158 requirements for industrial control systems.


Question 99:

The state transition matrix of the discrete-time system \( A^k \) is:

  • (a) \( Z^{-1} \left\{ (ZI - A)^{-1} - Z^{-1} \right\} \)
  • (b) \( Z^{-1} \left\{ (ZI - A) Z \right\} \)
  • (c) \( Z^{-1} \left\{ (ZI - A)^{-1} Z \right\} \)
  • (d) \( Z^{-1} \left\{ (ZI - A) - Z^{-1} \right\} \)
Correct Answer: (c) \( Z^{-1} \left\{ (ZI - A)^{-1} Z \right\} \)
View Solution

Step 1: The state transition matrix \( A^k \) of a discrete-time system is given by the expression:
\[ A^k = Z^{-1} \left\{ (ZI - A)^{-1} Z \right\} \]

Where:

\( Z \) is the system matrix,

\( A \) is the state matrix,

\( I \) is the identity matrix.

Step 2: This expression represents the calculation of the state at time \( k \) based on the system dynamics and initial state.

Step 3: Selecting the correct option.
Thus, the correct answer is (c) \( Z^{-1} \left\{ (ZI - A)^{-1} Z \right\} \). Quick Tip: The state transition matrix is used to predict the state of a discrete-time system at any given time \( k \).

TANCET Questions

  • 1.
    The number of multipliers and delay elements required in the direct form II realization of $$ H(z) = \frac{1 + 0.5z^{-1} - 2z^{-2}}{1 + z^{-1} - 2z^{-2}} $$ 

      • 5, 2
      • 3, 4
      • 6, 4
      • 3, 2

    • 2.
      What letter replaces the question mark?
      letter replaces the question mark

        • G
        • E
        • L
        • I

      • 3.

        A digital filter with impulse response $ h[n] = 2^n u[n] $ will have a transfer function with a region of convergence.

          • includes unit circle
          • excludes unit circle
          • bounded by rings with circles of radius 0.5 and 2
          • entire z-plane excluding origin and infinity

        • 4.
          The inverse Laplace transform of $$ \frac{1}{2s^2 + 3s + 1} $$ 

            • \( e^{-1/2} - e^{-t} \)
            • \( 2e^{-1/2} - e^{-t} \)
            • \( e^{-t} - 2e^{-1/2} \)
            • \( e^{-t} - e^{-1/2} \)

          • 5.
            An intermediate shaft of a gearbox, supporting two spur gears A and B and mounted between two bearings C1 and C2, is shown in the below figure. The pitch circle diameters of gears A and B are 500 and 250 mm respectively. The shaft is made of alloy steel 20MnCr5. (\( S_{ut} = 620 \) and \( S_{yt} = 480 \) N/mm\(^2\)). The factors \( k_b \) and \( k_t \) of the ASME code are 2 and 1.5 respectively. The gears are keyed to the shaft. Determine the shaft diameter using the ASME code. 
            Intermediate shaft of a gearbox

              • 44.52 mm
              • 59.36 mm
              • 27.15 mm
              • 38.87 mm

            • 6.
              What is in this sequence? Y, V, S, P, ___

                • N
                • M
                • Q
                • L

              Fees Structure

              Structure based on different categories

              CategoriesState
              General800
              sc400

              In case of any inaccuracy, Notify Us! 

              Comments


              No Comments To Show