UoG Mock Exam
UoG Mock Exam
UoG Mock Exam
QUESTION 1
Correct
For a 20KVA transformer the iron copper losses at full load are 300W and250W, respectively. What is the transformer efficiency of under the full load
at unity power factor?
a. 48.66%
b. 98.76%
c. 98.52%
d. 97,32%
QUESTION 2
Correct
a. A conductor or coil's induced EMF is directly proportional to the rate at which electric flux linkages are changing with torque
b. A conductor or coil's induced EMF is directly proportional to the rate at which magnetic flux linkages are changing with time
c. A conductor or coil's induced EMF is directly proportional to the rate at which electric flux linkages are changing with speed
d. None of the above
The correct answer is: A conductor or coil's induced EMF is directly proportional to the rate at which electric flux linkages are changing with speed
10.139.8.110:120/mod/quiz/review.php?attempt=6406&cmid=312&showall=1 1/38
5/30/24, 3:47 PM Model Exam 2016 - One: Attempt review
QUESTION 3
Correct
QUESTION 4
Correct
When the Sending end voltage does equal to the receiving end voltage?
QUESTION 5
Incorrect
The correct answer is: The output will follow the input on the leading edge of the clock
10.139.8.110:120/mod/quiz/review.php?attempt=6406&cmid=312&showall=1 2/38
5/30/24, 3:47 PM Model Exam 2016 - One: Attempt review
QUESTION 6
Correct
a. Laplace transforms
b. z-transform
c. Both a and b
d. None of the above
QUESTION 7
Correct
a. (76)10
b. (204)10
c. (–76)10
d. (1212)10
QUESTION 8
Incorrect
10.139.8.110:120/mod/quiz/review.php?attempt=6406&cmid=312&showall=1 3/38
5/30/24, 3:47 PM Model Exam 2016 - One: Attempt review
QUESTION 9
Correct
Marginally stable systems have closed loop transfer functions with only imaginary axis poles of multiplicity:
a. 1
b. 2
c. 3
d. 4
QUESTION 10
Incorrect
The correct answer is: insensitive to the parameter variations but sensitive to the input commands
QUESTION 11
Correct
10.139.8.110:120/mod/quiz/review.php?attempt=6406&cmid=312&showall=1 4/38
5/30/24, 3:47 PM Model Exam 2016 - One: Attempt review
QUESTION 12
Incorrect
QUESTION 13
Correct
What does the first term ‘a0‘in the below stated expression of a line spectrum indicate?
a. DC component
b. Fundamental component
c. Second harmonic component
d. All of the above
QUESTION 14
Incorrect
a. A voltage source is connected between the reference node and non-reference node.
b. A voltage source is connected between two non-reference nodes.
c. A super node has no voltage of its own.
d. A super node requires the application KCL for node voltages and KVL for mesh currents.
The correct answer is: A super node requires the application KCL for node voltages and KVL for mesh currents.
10.139.8.110:120/mod/quiz/review.php?attempt=6406&cmid=312&showall=1 5/38
5/30/24, 3:47 PM Model Exam 2016 - One: Attempt review
QUESTION 15
Incorrect
How many bits are needed to address a byte addressable 64Mbyte of memory?
a. 26
b. 64
c. 32
d. 16
QUESTION 16
Incorrect
An amplifier has the following critical frequencies: 1.2 kHz, 950 Hz, 8 kHz, and 8.5 kHz. The bandwidth is
a. 7550 Hz
b. 7300 Hz
c. 6800 Hz
d. 7050 Hz
QUESTION 17
Correct
The primary and secondary of a transformer are ________ coupled but _______ connected.
10.139.8.110:120/mod/quiz/review.php?attempt=6406&cmid=312&showall=1 6/38
5/30/24, 3:47 PM Model Exam 2016 - One: Attempt review
QUESTION 18
Correct
QUESTION 19
Correct
The correct answer is: C++ technique to avoid multiple copies of the base class into children/derived class
QUESTION 20
Incorrect
Slow response of an over-damped system can be made faster with the help of --------- controller.
a. Proportional-Derivative
b. Proportional
c. Proportional-Integral
d. Integral
10.139.8.110:120/mod/quiz/review.php?attempt=6406&cmid=312&showall=1 7/38
5/30/24, 3:47 PM Model Exam 2016 - One: Attempt review
QUESTION 21
Incorrect
a. FDM
b. WDM
c. TDM
d. None of the above
QUESTION 22
Incorrect
A lead compensator
The correct answer is: Increases the stability margin and speeds up the transient-response
QUESTION 23
Incorrect
What is C++?
The correct answer is: C++ supports both procedural & object-oriented programming language
10.139.8.110:120/mod/quiz/review.php?attempt=6406&cmid=312&showall=1 8/38
5/30/24, 3:47 PM Model Exam 2016 - One: Attempt review
QUESTION 24
Incorrect
Which of the following is true about Direct Memory Access I/O Operation?
The correct answer is: DMA controller deals with the transfer
QUESTION 25
Incorrect
Which of the following is the correct syntax of including a user defined header file in C++?
a. #include [userdefined]
b. #include "userdefined"
c. #include
d. #include
QUESTION 26
Correct
a. Flat fading
b. Doppler spread
c. Shadowing
d. Frequency selective fading
10.139.8.110:120/mod/quiz/review.php?attempt=6406&cmid=312&showall=1 9/38
5/30/24, 3:47 PM Model Exam 2016 - One: Attempt review
QUESTION 27
Incorrect
QUESTION 28
Incorrect
QUESTION 29
Incorrect
For the following circuit element, one is not capable of generating energy.
10.139.8.110:120/mod/quiz/review.php?attempt=6406&cmid=312&showall=1 10/38
5/30/24, 3:47 PM Model Exam 2016 - One: Attempt review
QUESTION 30
Correct
QUESTION 31
Correct
The Laplace transform for the time-domain signal equation e-at cos (ωt) u (t) is…
A.
B.
C.
D.
QUESTION 32
Incorrect
Addition of transfer function in forward path or feedback path for the purpose of improving the transient and steady state performance of control
system is called
a. A actuation
b. attenuation
c. compensation
d. amplification
10.139.8.110:120/mod/quiz/review.php?attempt=6406&cmid=312&showall=1 11/38
5/30/24, 3:47 PM Model Exam 2016 - One: Attempt review
QUESTION 33
Incorrect
static int i = 1;
{
System.out.println(i+",");
m(i);
System.out.println(i);
}
{
i += 2;
a. 1, 3
b. 3, 1
c. 1, 1
d. 1, 0
QUESTION 34
Incorrect
The correct answer is: Maximum memory capacity is depended on the width of address field
10.139.8.110:120/mod/quiz/review.php?attempt=6406&cmid=312&showall=1 12/38
5/30/24, 3:47 PM Model Exam 2016 - One: Attempt review
QUESTION 35
Incorrect
Which of the following is not true about the ABCD constant of the transmission line
a. A is unit less
b. B is always impedance
c. C is admittance
d. None
QUESTION 36
Correct
To forward-bias a diode,
a. An external voltage is applied that is positive at the anode and negative at the cathode.
b. An external voltage is applied that is negative at the anode and positive at the cathode
c. An external voltage is applied that is positive at the p region and negative at the n region
d. (A) and (C) are answers
QUESTION 37
Incorrect
a. Rise Time
b. Fall Time
c. Gain
d. Error
10.139.8.110:120/mod/quiz/review.php?attempt=6406&cmid=312&showall=1 13/38
5/30/24, 3:47 PM Model Exam 2016 - One: Attempt review
QUESTION 38
Correct
a. Unilateral Z-transform
b. Bilateral Z-transform
c. Trilateral Z-transform
d. None of the above
QUESTION 39
Incorrect
a. Zero
b. Infinite
c. Negligible
d. Equal with the line current
QUESTION 40
Incorrect
a. 0.01Ω
b. 0.1Ω
c. 1Ω
d. 10Ω
10.139.8.110:120/mod/quiz/review.php?attempt=6406&cmid=312&showall=1 14/38
5/30/24, 3:47 PM Model Exam 2016 - One: Attempt review
QUESTION 41
Correct
a. Germanium
b. Carbon
c. Copper
d. Silicon
QUESTION 42
Correct
a. Balanced Modulator
b. Square-law modulator
c. Armstrong phase detector
d. Envelope detector
QUESTION 43
Correct
10.139.8.110:120/mod/quiz/review.php?attempt=6406&cmid=312&showall=1 15/38
5/30/24, 3:47 PM Model Exam 2016 - One: Attempt review
QUESTION 44
Incorrect
QUESTION 45
Correct
QUESTION 46
Incorrect
A coupling magnetic field inside a rotating machine or static machine like transformers must involve with _________
a. Only I is true
b. Only II is true
c. I and II are true
d. I and II are false
10.139.8.110:120/mod/quiz/review.php?attempt=6406&cmid=312&showall=1 16/38
5/30/24, 3:47 PM Model Exam 2016 - One: Attempt review
QUESTION 47
Correct
QUESTION 48
Correct
The correct answer is: Algebraic sum of voltages in closed loop is zero
QUESTION 49
Incorrect
a. 0
b. 1
c. -1
d. Null
10.139.8.110:120/mod/quiz/review.php?attempt=6406&cmid=312&showall=1 17/38
5/30/24, 3:47 PM Model Exam 2016 - One: Attempt review
QUESTION 50
Correct
QUESTION 51
Incorrect
The correct answer is: DC currents do not waste energy in the form of heat
QUESTION 52
Correct
a. 1
b. 2
c. 3
d. 4
10.139.8.110:120/mod/quiz/review.php?attempt=6406&cmid=312&showall=1 18/38
5/30/24, 3:47 PM Model Exam 2016 - One: Attempt review
QUESTION 53
Incorrect
The correct answer is: One class inheriting from more super classes
QUESTION 54
Correct
a. Default constructor
b. Parameterized constructor
c. Copy constructor
d. Friend constructor
QUESTION 55
Incorrect
a. 20KV to 300KV
b. 20KV to 200KV
c. 20KV to 100KV
d. 20KV to 400KV
10.139.8.110:120/mod/quiz/review.php?attempt=6406&cmid=312&showall=1 19/38
5/30/24, 3:47 PM Model Exam 2016 - One: Attempt review
QUESTION 56
Incorrect
a. Data buffering
b. Error detection
c. Data transfer to/from the environment
d. Data transfer to/from the processor
QUESTION 57
Incorrect
a. Y12= Y21
b. Y22= Y11
c. Y12= Y22
d. Y11= Y21
QUESTION 58
Incorrect
10.139.8.110:120/mod/quiz/review.php?attempt=6406&cmid=312&showall=1 20/38
5/30/24, 3:47 PM Model Exam 2016 - One: Attempt review
QUESTION 59
Incorrect
The breakdown of air insulation occurred at a temperature 250C and the atmospheric pressure is 76cmHg by the potential gradient.
a. 30KV/m
b. 21.2V/cm.
c. 30V/cm
d. 21.2KV/cm.
QUESTION 60
Correct
A basic S-R flip-flop can be constructed by cross-coupling of which basic logic gates?
a. AND or OR gates
b. XOR or XNOR gates
c. NOR or NAND gates
d. AND or NOR gates
QUESTION 61
Incorrect
10.139.8.110:120/mod/quiz/review.php?attempt=6406&cmid=312&showall=1 21/38
5/30/24, 3:47 PM Model Exam 2016 - One: Attempt review
QUESTION 62
Incorrect
{
public static void main(string args[])
int i = 0
i = i++ + i;
system.out.println("I=" +i);
}
}
a. I=0
b. I=1
c. I = 2
d. Compiler-time Error
QUESTION 63
Incorrect
A.
B.
C.
D.
10.139.8.110:120/mod/quiz/review.php?attempt=6406&cmid=312&showall=1 22/38
5/30/24, 3:47 PM Model Exam 2016 - One: Attempt review
QUESTION 64
Correct
The format used to present the logic output for the various combinations of logic inputs is called.
a. Boolean constant
b. Boolean variable
c. Logical function
d. Truth table
QUESTION 65
Incorrect
Which of the following are not the main components of the computer system?
a. Main Memory
b. Hard Disk
c. I/O modules
d. Central Processing Unit
QUESTION 66
Correct
The discrete time signal is derived from the continuous-time signal by ____________process.
a. Addition
b. Multiplication
c. Sampling
d. Addition and multiplication
10.139.8.110:120/mod/quiz/review.php?attempt=6406&cmid=312&showall=1 23/38
5/30/24, 3:47 PM Model Exam 2016 - One: Attempt review
QUESTION 67
Incorrect
The sign of first columns for a Routh array are as follows; +ve, +ve ,-ve ,-ve. How many roots does the function have on the right half of the s- plane?
a. 1
b. 2
c. 3
d. 4
QUESTION 68
Incorrect
QUESTION 69
Incorrect
Which one the following is not used to measure the reliability of digital communication system?
10.139.8.110:120/mod/quiz/review.php?attempt=6406&cmid=312&showall=1 24/38
5/30/24, 3:47 PM Model Exam 2016 - One: Attempt review
QUESTION 70
Correct
a. Discrete-time
b. Continuous-time
c. Both Discrete-time and Continuous-time
d. None of the above
QUESTION 71
Incorrect
QUESTION 72
Incorrect
The ABCD matrix constant representation of the short length transmission line is
A.
B.
C.
D.
10.139.8.110:120/mod/quiz/review.php?attempt=6406&cmid=312&showall=1 25/38
5/30/24, 3:47 PM Model Exam 2016 - One: Attempt review
QUESTION 73
Incorrect
A.
B.
C.
D.
QUESTION 74
Incorrect
The total input energy in an electromechanical energy conversion device is equal to the ____.
a. Sum of three components (Energy dissipated or lost, Energy stored, Useful output, energy)
b. Product of three components (Energy dissipated or lost, Energy stored, Useful output, energy)
c. Difference of three components (Energy dissipated or lost, Energy stored, Useful output, energy)
d. All are answers
The correct answer is: Sum of three components (Energy dissipated or lost, Energy stored, Useful output, energy)
10.139.8.110:120/mod/quiz/review.php?attempt=6406&cmid=312&showall=1 26/38
5/30/24, 3:47 PM Model Exam 2016 - One: Attempt review
QUESTION 75
Correct
A.
B.
C.
D.
QUESTION 76
Correct
Calculate the modulation percentage if the modulating signal is 8V and carrier is of 12V.
a. 50
b. 150
c. 67
d. 33
QUESTION 77
Incorrect
a. static
b. abstract
c. const
d. final
10.139.8.110:120/mod/quiz/review.php?attempt=6406&cmid=312&showall=1 27/38
5/30/24, 3:47 PM Model Exam 2016 - One: Attempt review
QUESTION 78
Correct
a. Z-parameter
b. Y-parameter
c. ABCD parameter
d. h-parameter
QUESTION 79
Correct
For the following branch shown below. What type of source branch does it?
QUESTION 80
Correct
10.139.8.110:120/mod/quiz/review.php?attempt=6406&cmid=312&showall=1 28/38
5/30/24, 3:47 PM Model Exam 2016 - One: Attempt review
QUESTION 81
Incorrect
a. The output changes state only when any of the input is triggered
b. The output changes state only when the input is reversed
c. The output changes state only when the input follows it
d. The output changes state only when the clock input is triggered
The correct answer is: The output changes state only when the clock input is triggered
QUESTION 82
Correct
Calculate the frequency of a constant- k, T-section low-pass filter having a cut-off frequency of 1000 Hz at which it has an attenuation of 10dB.
a. 2000Hz
b. 1200Hz
c. 1170 Hz
d. 4500H
QUESTION 83
Correct
a. Fourier series
b. Fourier Transform
c. Z- Transform
d. all of the above
10.139.8.110:120/mod/quiz/review.php?attempt=6406&cmid=312&showall=1 29/38
5/30/24, 3:47 PM Model Exam 2016 - One: Attempt review
QUESTION 84
Correct
a. An electromechanical energy conversion device is a device that converts electrical energy into mechanical energy but not vice versa
b. An electromechanical energy conversion device is a device that converts mechanical energy into electrical energy but not vice versa
c. An electromechanical energy conversion device is a device that converts electrical energy into mechanical energy and vice versa
d. None of the above
The correct answer is: An electromechanical energy conversion device is a device that converts electrical energy into mechanical energy and vice
versa
QUESTION 85
Correct
a. VAR_1234
b. $var_name
c. 7VARNAME
d. 7var_name
QUESTION 86
Incorrect
a. Static
b. Protected
c. Private
d. None of the above
10.139.8.110:120/mod/quiz/review.php?attempt=6406&cmid=312&showall=1 30/38
5/30/24, 3:47 PM Model Exam 2016 - One: Attempt review
QUESTION 87
Correct
a. manipulated variable
b. process variable
c. set variable
d. error
QUESTION 88
Incorrect
In TV transmission
The correct answer is: AM for picture and FM for sound are employed
10.139.8.110:120/mod/quiz/review.php?attempt=6406&cmid=312&showall=1 31/38
5/30/24, 3:47 PM Model Exam 2016 - One: Attempt review
QUESTION 89
Correct
A.
B.
C.
D.
QUESTION 90
Incorrect
The correct answer is: A private member of a class can’t be accessed by the methods of the same class.
10.139.8.110:120/mod/quiz/review.php?attempt=6406&cmid=312&showall=1 32/38
5/30/24, 3:47 PM Model Exam 2016 - One: Attempt review
QUESTION 91
Incorrect
A diode that has a negative resistance characteristic and is capable of both amplification and Oscillation
a. Schottky diode
b. tunnel diode
c. laser diode
d. hot-carrier diode
e. Zener Diode
QUESTION 92
Correct
Which property of periodic signal in DTFS are completely clarified / identified by the equation, X (n – n0)?
a. Conjugation
b. Time Shifting
c. Frequency Shifting
d. Time Reversal
QUESTION 93
Incorrect
a. hg
b. cpp
c. h
d. hf
10.139.8.110:120/mod/quiz/review.php?attempt=6406&cmid=312&showall=1 33/38
5/30/24, 3:47 PM Model Exam 2016 - One: Attempt review
QUESTION 94
Incorrect
QUESTION 95
Incorrect
The correct answer is: An abstract class can’t have non-abstract methods
QUESTION 96
Correct
10.139.8.110:120/mod/quiz/review.php?attempt=6406&cmid=312&showall=1 34/38
5/30/24, 3:47 PM Model Exam 2016 - One: Attempt review
QUESTION 97
Incorrect
In modulation system, if the modulating frequency is doubled, the modulation index also becomes double, the system is
a. FM
b. PM
c. AM
d. None of the above
QUESTION 98
Incorrect
The correct answer is: Bearings are utilized in direct current machines to prevent frictional losses
QUESTION 99
Incorrect
a. Left-right
b. Right-left
c. Bottom-up
d. Top-down
10.139.8.110:120/mod/quiz/review.php?attempt=6406&cmid=312&showall=1 35/38
5/30/24, 3:47 PM Model Exam 2016 - One: Attempt review
QUESTION 100
Correct
The correct answer is: To convert coded information into a non-coded form.
QUESTION 101
Correct
a. /*comment*/
b. //comment*/
c. //comment
d. //comment or /*comment*/
10.139.8.110:120/mod/quiz/review.php?attempt=6406&cmid=312&showall=1 36/38
5/30/24, 3:47 PM Model Exam 2016 - One: Attempt review
QUESTION 102
Correct
A.
B.
C.
D.
QUESTION 103
Correct
a. Increased throughput
b. Reduced overall processing speed
c. Reduced instruction latency
d. Increased hardware complexity
10.139.8.110:120/mod/quiz/review.php?attempt=6406&cmid=312&showall=1 37/38
5/30/24, 3:47 PM Model Exam 2016 - One: Attempt review
QUESTION 104
Correct
a. 010100
b. 111100
c. 000111
d. 101110
10.139.8.110:120/mod/quiz/review.php?attempt=6406&cmid=312&showall=1 38/38