Font size
WorksheetsFE Quiz
Total questions: 25
Worksheet time: 24mins
What does active network elements in the circuit do?
a) transfer power to other elements
b) store power
c) absorb and transfer power to other elements
d) absorb power
Independent voltage source is
a) independent of current
b) independent of voltage
c) independent of electrons
d) Both A and B
Which of the following according to the fundamentals of electrical energy is not correct about alternating current?
a) Frequency is zero
b) Magnitude changes with time
c) Can be transported to larger distances with less loss in power
d) Flows in both directions
Which of the following will happen in a transformer when the number of secondary turns is greater than the number of primary turns?
a) The voltage gets stepped up
b) The voltage gets stepped down
c) The power gets stepped up
d) The power gets stepped down
Which of the following according to the fundamentals of electrical engineering is correct about the induced emf in the primary of the transformer?
a) It is the ratio of primary turns to emf induced per turn
b) It is the product of primary turns and emf induced per turn
c) It is the ratio of secondary turns to emf induced per turn
d) It is the product of secondary turns and emf induced per turn
What happens to the capacitor when the capacitor voltage is equal to the source voltage?
a) Oscillations take place
b) The discharging phase of the capacitor is over
c) The capacitor is switched off
d) The capacitor is switched on
In an RLC circuit, the power factor is always
a) Positive
b) Negative
c) Depends on the circuit
d) Zero
When is tanϕ negative?
a) When inductive reactance is less than capacitive reactance
b) When inductive reactance is greater than capacitive reactance
c) When inductive reactance is equal to capacitive reactance
d) When inductive reactance is zero
The general solution of (D2−m2)y=0 𝑖𝑠
a) y=(c1+c2x)emx
b) y=c1sin mx+c2cos mx
c) y=c1emx+c2e−mx
d) y=(c1+c2x) e−mx
sinhx =34 then cosh x =
35
+ 35
37
No solution
If x=cos 14π + isin 14π and y =cos 149π + isin 14 9πthen x5.y15 =
ei.5π
ei.15π
ei.10π
None of these
f(x, y, z) = (x2 +y2 −2z2)(y2+z2) then ∂x∂f at x =2, y= 1 and z=3 is
(a)
The de-Broglie hypothesis is associated with:
wave nature of electrons only
wave nature of α-particle only
wave nature of radiations
wave nature of all material particles
A p-n junction acts as a:
Controlled switch
Bidirectional switch
Unidirectional switch
None of the above
In Youngs experiment, when the distance between slit and screen is doubled, while separation of slit is halved, then fringe width will be:
4 times
1/4
doubled
unchanged
What is Gibbs phase rule for general system?
P = C – 1 – F
P = C + 1 – F
P + F = C – 2
P + F = C + 2
Two equal forces are acting at a point with an angle of 60° between them. If the resultant force is equal to 60√3, what is the magnitude of each force?
30
50
40
60
A 1 kg block is resting on a surface with coefficient of friction 0.1. A force of 0.8 N is applied to the block as shown in figure. The friction force is
0
0.8
0.98
1.2
Which operator has the lowest priority?
_
%
+
||
Identify the correct sequence of steps to run a program
link, load, code, compile and execute
code, compile, link, execute and load
code, compile, link, load and execute
compile, code, link, load and execute
What will be the output of the following code segment?
int x=24, y=39, z=45
z=x+y;
y=z-y;
x=z-y;
printf("\n%d%d%d",x,y,z);
24 39 63
39 24 63
24 39 45
39 24 45
What is the valid range of numbers for int type of data?
0 to 255
-32768 to +32767
-65536 to +65536
No specific range
The size of a String variable is
1 byte
8 bytes
16 bytes
None of these
What is the value of ∫0∞e−x2dx
π
2π
2π
2π
∫02∫0x e x.ey =
21(e − 1)
21(e2 − 1)2
21(e2 − e)
21(e − 21)2
