Your FREE FE Exam (Fundamentals of Engineering) Practice Test 2026 – 250+ Q&A
Prepare with realistic, NCEES FE-style questions — take a full FE Exam practice test or drill one topic area at a time.
Your exam readiness — tap to see where you stand.Master questions to boost your scoreMaster questions to raise your exam readiness score
How ready are you?
FE Exam Test Prep
To find us again, just search Find us again. Search “Career Employer FE Exam”
Lock each answer to reveal the explanation instantly as you go.
To find us again, just search Find us again. Search “Career Employer FE Exam”
Practice by domain
More ways to study FE Exam
Study GuideFE Exam Study GuideThe most essential FE Exam topics to master before exam day — with interactive chapter quizzes and flashcards built in.FlashcardsFE Exam FlashcardsHundreds of FE Exam flashcards in multiple study modes — flip, match, type, and quiz.
FE Exam Practice Questions
A population grows according to dP/dt=0.2P. If the population is 500 at t=0, what expression gives the population at any later time t in years?
P=500e0.2t
P=500+0.2t
P=500e−0.2t
P=0.2e500t
Correct answer: P=500e0.2t
The expression 500e0.2t is correct. The equation dP/dt=0.2P describes a rate proportional to the current amount, whose solution is P=P0ekt; substituting P0=500 and k=0.2 gives 500e0.2t, exponential growth because the rate constant is positive. A linear term ignores the proportional-rate structure, a negative exponent would model decay, and swapping the constants misplaces the initial value and rate.
An engineer must classify the ordinary differential equation y'' + 3y' + 2y = sin(x). How is this equation correctly described?
First-order and homogeneous
Second-order and homogeneous
Second-order, linear, and nonhomogeneous
Nonlinear and first-order
Correct answer: Second-order, linear, and nonhomogeneous
Second-order, linear, and nonhomogeneous is correct. The highest derivative present is the second derivative, making it second-order; the dependent variable and its derivatives appear only to the first power with no products, making it linear; and the nonzero forcing term sin(x) on the right side makes it nonhomogeneous. Calling it first-order ignores y'', calling it homogeneous ignores the sin(x) forcing term, and it is not nonlinear.
The characteristic equation of a second-order differential equation is r2−2r+5=0, giving complex roots r=1±2i. What is the general form of the real-valued solution?
y=C1ex+C2e2x
y=e2x[C1cos(x)+C2sin(x)]
y=C1cos(2x)+C2sin(2x)
y=ex[C1cos(2x)+C2sin(2x)]
Correct answer: y=ex[C1cos(2x)+C2sin(2x)]
The form ex[C1cos(2x)+C2sin(2x)] is correct. Complex roots written as a±bi produce a solution that combines an exponential envelope eax with sine and cosine terms of angular frequency b; here a=1 sets the ex envelope and b=2 sets the cos(2x) and sin(2x) oscillation. Pure real exponentials apply to real roots, swapping the roles of 1 and 2 misplaces the envelope and frequency, and omitting the ex factor drops the real part entirely.
An RC circuit is modeled by the separable equation dq/dt = -q/5 with q(0) = 10. What is the value of q at t = 5 seconds, given that 1/e is about 0.368?
About 6.07
About 3.68
About 10.0
About 13.6
Correct answer: About 3.68
About 3.68 is correct. Solving the separable equation dq/dt=−q/5 gives q=10e−t/5; at t=5 the exponent is -1, so q=10⋅e−1=10⋅0.368, which is about 3.68. Using a positive exponent would give growth, leaving q near its initial 10 ignores the decay, and the other values misapply the exponent.
An engineer solves the linear system 2x + y = 8 and x - y = 1 using matrices. What is the value of x in the solution?
1
2
3
4
Correct answer: 3
The value x = 3 is correct. Adding the two equations 2x + y = 8 and x - y = 1 eliminates y to give 3x = 9, so x = 3; back-substitution then gives y = 2. The other values do not satisfy both equations simultaneously, as can be checked by substituting them back into the original system.
What is the inverse of the 2x2 matrix with first row [2, 0] and second row [0, 4]?
First row [4, 0], second row [0, 2]
First row [-2, 0], second row [0, -4]
First row [2, 0], second row [0, 4]
First row [0.5, 0], second row [0, 0.25]
Correct answer: First row [0.5, 0], second row [0, 0.25]
The matrix with diagonal entries 0.5 and 0.25 is correct. For a diagonal matrix, the inverse is found by taking the reciprocal of each diagonal entry, so 2 becomes 1/2 = 0.5 and 4 becomes 1/4 = 0.25, while the off-diagonal zeros remain zero. Swapping the entries, negating them, or repeating the original matrix does not produce a matrix that multiplies with the original to give the identity.
A vector in three dimensions is given as [3, -1, 2] and another as [1, 4, 0]. What is the dot product of these two vectors?
-1
7
5
0
Correct answer: -1
The value -1 is correct. The dot product multiplies corresponding components and sums them: (3 times 1) + (-1 times 4) + (2 times 0) = 3 - 4 + 0 = -1. Dropping the negative sign on the middle term, omitting a component, or assuming the vectors are orthogonal produces the other values.
An engineer checks the trace of a 2x2 matrix with rows [6, 2] and [1, 3], which equals the sum of its eigenvalues. What is the trace of this matrix?
12
9
3
16
Correct answer: 9
The trace 9 is correct. The trace of a square matrix is the sum of the entries on its main diagonal, here 6 + 3 = 9, which also equals the sum of the eigenvalues. Adding the off-diagonal entries, subtracting the diagonal entries, or summing all four entries does not give the trace.
An engineer approximates the area under a curve using the trapezoidal rule. Compared to using fewer subintervals, what generally happens to the accuracy as the number of subintervals increases?
Accuracy decreases as subintervals increase
Accuracy is unaffected by the number of subintervals
Accuracy improves as subintervals increase
The method fails when more than two subintervals are used
Correct answer: Accuracy improves as subintervals increase
Accuracy improves as subintervals increase is correct. The trapezoidal rule approximates a curve with straight chords across each subinterval, and using narrower, more numerous subintervals lets the chords hug the curve more closely, reducing the approximation error. Adding subintervals does not worsen accuracy, leave it unchanged, or break the method.
Newton's method is applied to f(x)=x3−x−2. At a certain iteration the current estimate gives f(xn)=0.000003. What does this small residual value most directly indicate?
The derivative has become zero
The estimate is very close to a root
The method has diverged
The function has no real root
Correct answer: The estimate is very close to a root
Very close to a root is correct. A root of f(x) = 0 is a value where the function evaluates to zero, so a function residual as small as 0.000003 means the current estimate nearly satisfies that condition and the iteration has essentially converged. A small residual does not imply the derivative is zero, that the method diverged, or that no real root exists; in fact it signals the opposite of divergence.
The secant method for root finding is sometimes preferred over Newton's method. What practical advantage does the secant method offer?
It guarantees convergence from any starting values
It always converges faster than Newton's method
It needs only a single starting estimate
It does not require an explicit derivative of the function
Correct answer: It does not require an explicit derivative of the function
Not requiring an explicit derivative is correct. The secant method approximates the slope using two recent function values, a finite-difference stand-in for the derivative, which is useful when the derivative is hard or expensive to compute. It is not guaranteed to converge from arbitrary starting values, its convergence is generally a bit slower than Newton's, and it requires two starting estimates rather than one.
An engineer evaluates the limit of (x2−9)/(x−3) as x approaches 3. What is the value of this limit?
6
0
3
Undefined
Correct answer: 6
The value 6 is correct. Although direct substitution gives the indeterminate form 0/0, factoring the numerator as (x−3)(x+3) cancels the (x−3) term, leaving x+3; evaluating x+3 at x=3 gives 6. The limit exists and is finite, so it is neither 0, nor 3, nor undefined.
A particle's acceleration is a(t)=6t. If its velocity is 4 at t=0, what is the velocity function v(t)?
v(t)=6
v(t)=3t2+4
v(t)=6t+4
v(t)=3t2
Correct answer: v(t)=3t2+4
The function v(t)=3t2+4 is correct. Velocity is the antiderivative of acceleration, so integrating a(t)=6t gives 3t2 plus a constant; the initial condition v(0)=4 fixes that constant at 4, yielding 3t2+4. Differentiating instead of integrating gives 6, and omitting the constant of integration drops the initial velocity of 4.
An engineer differentiates the quotient f(x)=(x+1)/(x−1). Using the quotient rule, what is f′(x)?
1
2/(x−1)2
−2/(x−1)2
(x−1)/(x+1)2
Correct answer: −2/(x−1)2
The derivative −2/(x−1)2 is correct. The quotient rule gives [(denominator)(derivative of numerator) minus (numerator)(derivative of denominator)] over the denominator squared: [(x−1)(1)−(x+1)(1)]/(x−1)2=(x−1−x−1)/(x−1)2=−2/(x−1)2. A sign error in the numerator gives the positive version, and the other choices misapply the rule.
What is the Maclaurin series approximation of ex truncated after the first three terms (through the x2 term)?
1+x+x2
1+x+x2/2
x+x2/2+x3/6
1+x2+x4
Correct answer: 1+x+x2/2
The series 1+x+x2/2 is correct. The Maclaurin series for ex is the sum of xn divided by n factorial, giving 1+x+x2/2!+x3/3! and so on; the first three terms are 1, x, and x2 divided by 2 factorial, which is 2. Dropping the factorial denominator gives 1+x+x2, starting at x omits the constant term, and skipping odd powers misrepresents the expansion.
An engineer needs the value of cos(60 degrees) for a vector decomposition. What is this value?
0.5
0.866
1.0
0.707
Correct answer: 0.5
The value 0.5 is correct. The cosine of 60 degrees equals one-half, a standard reference-angle value derived from the 30-60-90 triangle where the side adjacent to the 60-degree angle is half the hypotenuse. The value 0.866 is the cosine of 30 degrees (or sine of 60), 0.707 is the cosine of 45 degrees, and 1.0 is the cosine of 0 degrees.
A straight line passes through the points (0, 2) and (4, 10). What is the equation of this line in slope-intercept form?
Y = 4x + 2
Y = 2x + 4
Y = 2x + 2
Y = x + 2
Correct answer: Y = 2x + 2
The equation y = 2x + 2 is correct. The slope is the change in y over the change in x, (10 - 2)/(4 - 0) = 8/4 = 2, and the line crosses the y-axis at the given point (0, 2), so the intercept is 2, giving y = 2x + 2. The other equations use an incorrect slope or intercept and fail to pass through both points.
An engineer applies the law of cosines to find the third side c of a triangle with sides a = 5, b = 7, and an included angle C = 60 degrees, where cos(60 degrees) = 0.5. What is the length of side c?
About 4.36
About 8.60
About 12.0
About 6.24
Correct answer: About 6.24
About 6.24 is correct. The law of cosines gives c2=a2+b2−2abcos(C)=25+49−2(5)(7)(0.5)=74−35=39, and 39 is about 6.24. Omitting the cosine term inflates the result, and the other values come from sign or arithmetic errors in applying the formula.
Converting the polar coordinates (r = 4, theta = 90 degrees) to rectangular form, what are the resulting (x, y) coordinates?
(4, 0)
(0, 4)
(4, 4)
(0, -4)
Correct answer: (0, 4)
The coordinates (0, 4) are correct. Polar-to-rectangular conversion uses x = r cos(theta) and y = r sin(theta); with r = 4 and theta = 90 degrees, cos(90) = 0 gives x = 0 and sin(90) = 1 gives y = 4. Swapping the sine and cosine, or using the wrong sign, produces the other points.
An engineer integrates by reversing the power rule to find the antiderivative of f(x)=1/x for x>0. What is the result?
−1/x2+C
x0+C
1/(2x2)+C
ln(x)+C
Correct answer: ln(x)+C
The antiderivative ln(x)+C is correct. The power rule for integration fails when the exponent is -1 because dividing by the new exponent of zero is undefined, so the antiderivative of 1/x is instead the natural logarithm ln(x) plus a constant. The choice −1/x2 differentiates 1/x rather than integrating it, and the remaining options misapply the power rule that does not hold here.
A homogeneous second-order differential equation has the characteristic equation r2−r−6=0. What are the roots, and what does their being real and distinct imply about the solution form?
Roots 2 and -3, giving an oscillatory sine-cosine solution
Roots 1 and 6, giving a repeated-root solution
Roots 3 and -2, giving a sum of two distinct exponentials
Roots 3 and -2, giving an oscillatory sine-cosine solution
Correct answer: Roots 3 and -2, giving a sum of two distinct exponentials
Roots 3 and -2 giving a sum of two distinct exponentials is correct. Factoring r2−r−6=0 as (r−3)(r+2)=0 yields the distinct real roots 3 and -2, and distinct real roots produce a solution of the form C1e3x+C2e−2x. Sine and cosine terms arise only from complex roots, a repeated-root form requires equal roots, and the pair 1 and 6 does not satisfy the equation.
Engineering strain in an axially loaded member is most directly defined as which of the following?
The change in length divided by the original length
The applied force divided by the cross-sectional area
The original length divided by the change in length
The stress divided by the cross-sectional area
Correct answer: The change in length divided by the original length
Engineering strain is the change in length divided by the original (undeformed) length of the member. This is correct because strain is a dimensionless measure of relative deformation, comparing how much the member stretches or shortens against its starting length, which distinguishes it from stress, a force-per-area quantity.
A wire of original length 2.5 m stretches by 1.0 mm under an axial load. What is the engineering strain in the wire?
0.0004
0.0010
0.0025
0.00025
Correct answer: 0.0004
The strain is 0.0004. Engineering strain equals the change in length divided by the original length, so 0.001 m divided by 2.5 m gives 0.0004, a dimensionless ratio describing the fractional stretch of the wire.
A copper bar with modulus of elasticity 110 GPa carries an axial stress of 55 MPa within its elastic range. Using Hooke's law, what is the resulting strain?
0.0010
0.002
0.00025
0.0005
Correct answer: 0.0005
The strain is 0.0005. Hooke's law gives strain as stress divided by modulus of elasticity, so 55,000,000 Pa divided by 110,000,000,000 Pa equals 0.0005, the elastic strain produced by the applied stress.
Two axial bars share the same total load equally and have the same length and material, but bar A has twice the cross-sectional area of bar B. How does the elongation of bar A compare with that of bar B?
Bar A elongates twice as much as bar B
Bar A elongates four times as much as bar B
Bar A elongates half as much as bar B
Both bars elongate by the same amount
Correct answer: Bar A elongates half as much as bar B
Bar A elongates half as much as bar B. With equal load, length, and material, axial elongation is inversely proportional to cross-sectional area, so doubling the area of bar A halves its stress and therefore halves its elongation compared with the smaller bar.
A simply supported beam carries a uniformly distributed load over its full span. At the location of maximum bending moment, what is the value of the internal shear force?
It equals the support reaction
It is at its maximum value
It is zero
It equals the total applied load
Correct answer: It is zero
The internal shear force is zero at the location of maximum bending moment. This is correct because the shear force is the slope of the moment diagram, so the bending moment reaches a local maximum exactly where its slope, the shear, passes through zero.
On a beam carrying a uniformly distributed load, the shear force diagram and the bending moment diagram have which respective shapes over the loaded region?
The shear is parabolic and the moment is linear
Both the shear and moment are constant
Both the shear and moment are linear
The shear is linear and the moment is parabolic
Correct answer: The shear is linear and the moment is parabolic
Under a uniform distributed load the shear diagram is linear and the moment diagram is parabolic. This is correct because a constant load intensity produces a constantly changing (linear) shear, and integrating that linear shear yields a second-degree (parabolic) bending moment curve.
A simply supported beam of length 5 m carries two equal downward point loads of 600 N located 1 m from each support. What is the maximum bending moment, which is constant in the central region between the loads?
600 N-m
300 N-m
900 N-m
1,200 N-m
Correct answer: 600 N-m
The maximum bending moment is 600 N-m. By symmetry each support reaction is 600 N, and the moment at a load point is the reaction times its 1 m distance from the support, 600 N times 1 m = 600 N-m, which stays constant between the two loads because shear is zero there.
On a shear force diagram for a beam, a downward concentrated load applied at a point produces what feature in the diagram at that point?
A gradual linear change in shear
A parabolic dip in shear
No change in the shear value
A sudden vertical jump (discontinuity) in shear
Correct answer: A sudden vertical jump (discontinuity) in shear
A concentrated load causes a sudden vertical jump, or discontinuity, in the shear diagram at the point of application. This is correct because a point load is applied over essentially zero length, so it changes the internal shear abruptly by an amount equal to the load rather than gradually.
An element is subjected to a normal stress of 70 MPa in the x-direction, 10 MPa in the y-direction, and a shear stress of 0 MPa on those faces. Using Mohr's circle, what is the center of the circle on the normal-stress axis?
30 MPa
40 MPa
60 MPa
80 MPa
Correct answer: 40 MPa
The center of Mohr's circle is at 40 MPa. The circle is always centered at the average of the two normal stresses on the normal-stress axis, so (70 plus 10) divided by 2 equals 40 MPa, regardless of the orientation of the chosen planes.
An element in plane stress has a normal stress of 50 MPa in the x-direction, a normal stress of 50 MPa in the y-direction, and a shear stress of 25 MPa on those faces. What is the maximum in-plane shear stress?
25 MPa
0 MPa
50 MPa
75 MPa
Correct answer: 25 MPa
The maximum in-plane shear stress is 25 MPa. Because the two normal stresses are equal, the Mohr's circle radius reduces to the magnitude of the shear stress on the given faces, so the radius, and therefore the maximum in-plane shear stress, equals 25 MPa.
An element carries a normal stress of 120 MPa in the x-direction, 40 MPa in the y-direction, and a shear stress of 30 MPa on those faces. What is the smaller (minimum) principal stress?
About 30 MPa
About 40 MPa
About 50 MPa
About 130 MPa
Correct answer: About 30 MPa
The smaller principal stress is about 30 MPa. The principal stresses equal the average normal stress, (120+40)/2=80 MPa, ± the Mohr's circle radius, ((120−40)/2)2+302=1600+900=50 MPa, so the minimum is 80−50=30 MPa.
At a free surface of a loaded component where no external pressure or shear is applied, what is one of the three principal stresses at that surface point?
Equal to the yield strength
Equal to the largest in-plane normal stress
Zero
Equal to the modulus of elasticity
Correct answer: Zero
One principal stress at an unloaded free surface is zero. This is correct because a free surface carries no traction perpendicular or tangent to it, so the out-of-plane normal and shear stresses vanish, making the surface-normal direction a principal direction with zero principal stress.
A point in plane stress has a single normal stress of 200 MPa in one direction and no other in-plane stresses. According to the distortion-energy (von Mises) theory, the von Mises stress for this uniaxial state equals which value?
100 MPa
173 MPa
200 MPa
346 MPa
Correct answer: 200 MPa
The von Mises stress is 200 MPa. For a purely uniaxial stress state the von Mises equivalent stress collapses to the single applied normal stress, so it equals 200 MPa, which is why the criterion is calibrated directly against the uniaxial tension test.
A ductile shaft is in pure shear with a shear stress of 100 MPa and no normal stresses. Using the distortion-energy (von Mises) criterion, the equivalent stress is the shear stress multiplied by approximately which factor?
1.0
1.73
2.0
0.5
Correct answer: 1.73
The von Mises equivalent stress in pure shear equals the shear stress times about 1.73, 3. This is correct because substituting a pure-shear state into the von Mises expression yields 3 times the shear stress, so yielding in shear occurs when shear reaches roughly 0.577 of the tensile yield strength.
For a pinned-pinned slender column, the Euler critical buckling load is directly proportional to which cross-sectional property?
The cross-sectional area
The section modulus
The radius of gyration only
The moment of inertia about the axis of buckling
Correct answer: The moment of inertia about the axis of buckling
The Euler critical load is directly proportional to the moment of inertia about the axis about which the column bends when it buckles. This is correct because the buckling load depends on bending stiffness, the product of modulus and moment of inertia, so a larger moment of inertia raises the load the column can carry before buckling.
A pinned-pinned column 3 m long has a moment of inertia of 8×10−7m4 and a modulus of elasticity of 200 GPa. What is the Euler critical buckling load, rounded to the nearest kN?
About 88 kN
About 44 kN
About 350 kN
About 175 kN
Correct answer: About 175 kN
The Euler critical buckling load is about 175 kN. The pinned-pinned formula divides pi squared times modulus times moment of inertia by the length squared: (9.87×200,000,000,000×8×10−7)/32 equals roughly 1,579,000/9, which is about 175,000 N or 175 kN.
A tie rod must carry a 60,000 N tensile load with a factor of safety of 4 against an ultimate strength of 480 MPa. What minimum cross-sectional area is required?
125 square millimeters
250 square millimeters
500 square millimeters
1,000 square millimeters
Correct answer: 500 square millimeters
The required area is 500 square millimeters. The allowable stress is the ultimate strength divided by the factor of safety, 480 MPa / 4 = 120 MPa, and dividing the load by that allowable stress gives 60,000 N / 120 MPa = 500 square millimeters.
A designer increases the factor of safety on a tension member from 2 to 4 while the material and load stay the same. What is the effect on the required cross-sectional area?
It is unchanged
It doubles
It is halved
It is quartered
Correct answer: It doubles
Doubling the factor of safety from 2 to 4 doubles the required cross-sectional area. This is correct because a higher factor of safety lowers the allowable stress proportionally, and for a fixed load the required area is inversely proportional to the allowable stress, so halving the allowable stress doubles the area.
Adding a small fillet radius at a sharp re-entrant corner of a loaded part affects the stress concentration factor in which way?
It raises the stress concentration factor
It has no effect on the stress concentration factor
It converts the stress concentration into a shear stress
It lowers the stress concentration factor
Correct answer: It lowers the stress concentration factor
Adding a fillet radius at a sharp corner lowers the stress concentration factor. This is correct because a smoother, more gradual change in geometry lets the internal load path turn the corner without crowding, reducing the localized peak stress relative to a sharp notch that forces an abrupt stress rise.
On a typical S-N (stress versus number of cycles) diagram, the number of cycles to failure changes in what way as the applied stress amplitude is reduced?
The number of cycles to failure decreases
The number of cycles to failure stays constant
Failure occurs only on the first cycle
The number of cycles to failure increases
Correct answer: The number of cycles to failure increases
Reducing the stress amplitude increases the number of cycles a component survives before fatigue failure. This is correct because the S-N curve slopes downward to the right, so lower cyclic stresses accumulate damage more slowly, allowing many more load cycles before a fatigue crack grows to failure.
A surface scratch or machining mark on a cyclically loaded steel part influences its fatigue performance in which way?
It improves fatigue life by relieving stress
It has no effect on fatigue life
It lowers fatigue life by acting as a crack initiation site
It only matters for static loading
Correct answer: It lowers fatigue life by acting as a crack initiation site
Surface scratches and rough machining marks lower fatigue life by acting as crack initiation sites. This is correct because such surface defects raise the local stress and provide a ready starting point for a fatigue crack, which is why polished or shot-peened surfaces resist fatigue better than rough ones.
A rectangular bar carries an axial tensile load, and the engineer wants the shear stress on a plane inclined at 45 degrees to the axis. Compared with the maximum normal stress on the cross section, the maximum shear stress in axial loading is which of the following?
Equal to the maximum normal stress
Twice the maximum normal stress
Half the maximum normal stress
Zero
Correct answer: Half the maximum normal stress
In axial loading the maximum shear stress equals half the maximum normal stress and occurs on planes inclined at 45 degrees to the axis. This is correct because resolving the axial stress onto an inclined plane shows the shear component peaks at 45 degrees with a value of one-half the axial normal stress.
A rivet joint transfers load through a single rivet of diameter 12 mm loaded in single shear by a force of 9,000 N. What is the average shear stress in the rivet, rounded to the nearest MPa?
About 40 MPa
About 80 MPa
About 160 MPa
About 320 MPa
Correct answer: About 80 MPa
The average shear stress is about 80 MPa. The rivet cross-sectional area is pi times the radius squared, 3.1416 times 6 mm squared = about 113 square millimeters, so dividing the 9,000 N load by that single shear area gives roughly 80 N per square millimeter, or 80 MPa.
In materials science, a phase diagram is best described as a map that shows which of the following?
The fatigue life of a metal as a function of applied cyclic stress
The stable phases of a material as a function of temperature and composition
The electrical resistivity of a conductor as a function of applied voltage
The deflection of a beam as a function of its span length
Correct answer: The stable phases of a material as a function of temperature and composition
A phase diagram maps the phases of a material that are thermodynamically stable at equilibrium for given combinations of temperature and composition. This is correct because the axes of a binary phase diagram are temperature and composition, and the bounded regions identify which solid, liquid, or two-phase mixtures exist under those conditions, guiding heat treatment and alloy design.
On a binary alloy phase diagram, the line that marks the temperatures above which the alloy is entirely liquid is called which of the following?
The solidus line
The eutectic line
The solvus line
The liquidus line
Correct answer: The liquidus line
The liquidus line is the boundary above which the alloy exists as a single liquid phase for any given composition. This is correct because, on cooling, the first solid crystals begin to form exactly when the temperature drops to the liquidus, while complete solidification is not reached until the lower solidus temperature.
At a specific temperature and overall composition, a binary alloy lies in a two-phase region of its phase diagram. Which rule is used to determine the relative amounts of the two phases present?
The lever rule
Ohm's law
Bernoulli's equation
The parallel axis theorem
Correct answer: The lever rule
The lever rule is applied within a two-phase region of a phase diagram to find the mass fractions of the two coexisting phases. This is correct because it balances the overall composition against the compositions of the two phase boundaries at that temperature, much like a mechanical lever, so the fraction of each phase is proportional to the opposite tie-line segment.
A binary alloy at a given temperature lies in a two-phase region where the tie line runs from 20 percent solute (solid phase) to 70 percent solute (liquid phase). If the overall alloy composition is 40 percent solute, what fraction of the alloy is solid?
0.20
0.40
0.60
0.80
Correct answer: 0.60
The solid fraction is 0.60. By the lever rule, the fraction of solid equals the tie-line segment on the opposite (liquid) side divided by the full tie line, which is (70 minus 40) divided by (70 minus 20) = 30/50 = 0.60, so 60 percent of the alloy is solid at that temperature.
In a phase diagram, an invariant point at which a single liquid transforms on cooling directly into two distinct solid phases at one fixed temperature is called which of the following?
A peritectic point
A glass transition point
A recrystallization point
A eutectic point
Correct answer: A eutectic point
The eutectic point is the composition and temperature at which a liquid solidifies into two solid phases simultaneously at a single fixed temperature. This is correct because at the eutectic the alloy has the lowest melting temperature of the system and undergoes the reaction liquid to solid-alpha plus solid-beta, producing a characteristic fine two-phase microstructure.
Gibbs phase rule for a system at constant pressure is often written F = C minus P plus 1, where F is the degrees of freedom. For a binary alloy (C = 2) at a temperature where two phases coexist, how many degrees of freedom are there?
0
1
2
3
Correct answer: 1
There is 1 degree of freedom. Substituting two components and two phases into F = C minus P plus 1 gives F = 2 minus 2 plus 1 = 1, meaning that within the two-phase field one variable, such as temperature, can be changed independently while the compositions of the two phases adjust along their boundary lines.
On an iron-carbon alloy phase diagram, the hard, brittle iron-carbide phase formed at high carbon contents is commonly identified as which of the following?
Austenite
Ferrite
Cementite
Pearlite
Correct answer: Cementite
Cementite is the iron-carbide compound (Fe3C) that appears on the iron-carbon phase diagram and is hard and brittle. This is correct because cementite is a distinct intermetallic phase with fixed stoichiometry, in contrast to ferrite and austenite, which are solid solutions of carbon in iron, and pearlite, which is a layered mixture of ferrite and cementite.
On the iron-carbon phase diagram, pearlite is best described as which of the following?
A single-phase solid solution of carbon dissolved in face-centered-cubic iron
A lamellar two-phase mixture of ferrite and cementite formed from austenite
A pure liquid phase existing above the liquidus line
A gaseous phase released during melting
Correct answer: A lamellar two-phase mixture of ferrite and cementite formed from austenite
Pearlite is a layered (lamellar) microstructure consisting of alternating ferrite and cementite that forms when austenite cools through the eutectoid reaction. This is correct because at the eutectoid composition solid austenite decomposes into the two solid phases at a fixed temperature, producing the characteristic banded structure rather than a single phase.
An engineer choosing a material for an aircraft component wants to minimize weight while maintaining stiffness. The most appropriate material-selection criterion is to maximize which of the following?
The density of the material
The ratio of elastic modulus to density (specific stiffness)
The electrical conductivity of the material
The coefficient of thermal expansion
Correct answer: The ratio of elastic modulus to density (specific stiffness)
Maximizing the ratio of elastic modulus to density, known as specific stiffness, is the correct material-selection criterion for a lightweight yet stiff component. This is correct because for a stiffness-limited design at minimum weight, the best material provides the most stiffness per unit mass, which is exactly what a high modulus-to-density ratio captures.
During material selection for a corrosive marine environment, which material property is the most directly relevant to ensuring long service life?
The corrosion resistance of the material
The electrical resistivity of the material
The acoustic damping of the material
The optical transparency of the material
Correct answer: The corrosion resistance of the material
Corrosion resistance is the most directly relevant property when selecting a material for a corrosive marine environment. This is correct because saltwater exposure attacks materials electrochemically, so choosing an alloy or coating with high resistance to that attack governs whether the component survives its intended service life, ahead of unrelated properties.
The ability of a material to undergo significant permanent deformation before fracture, such as being drawn into a wire, is described by which mechanical property?
Hardness
Ductility
Brittleness
Density
Correct answer: Ductility
Ductility is the material property describing the amount of permanent (plastic) deformation a material can sustain before it fractures, as when a metal is drawn into a wire. This is correct because ductility is commonly quantified by percent elongation or reduction in area in a tension test, distinguishing tough, formable metals from brittle materials that fracture with little deformation.
On an engineering stress-strain curve from a tension test, the slope of the initial straight-line elastic region represents which material property?
The ultimate tensile strength
The percent elongation at fracture
The modulus of elasticity (Young's modulus)
The Brinell hardness number
Correct answer: The modulus of elasticity (Young's modulus)
The slope of the initial linear elastic portion of the stress-strain curve is the modulus of elasticity, or Young's modulus. This is correct because in the elastic region stress is proportional to strain by Hooke's law, so the constant of proportionality, given by the slope, is the stiffness property that measures resistance to elastic deformation.
Two materials have identical strength, but material A absorbs much more energy before fracturing than material B. Material A is best described as having greater which property?
Toughness
Density
Thermal conductivity
Magnetic permeability
Correct answer: Toughness
The material that absorbs more energy before fracturing has greater toughness. This is correct because toughness is the total energy per unit volume a material can absorb up to fracture, represented by the area under the entire stress-strain curve, so a material combining adequate strength with substantial ductility is tougher even when peak strengths are equal.
A material is reported to have a high hardness value from an indentation test. Which behavior would an engineer most reasonably expect as a consequence of that high hardness?
Greater resistance to surface scratching and wear
Lower density than a softer material of the same type
Increased electrical conductivity
A higher coefficient of thermal expansion
Correct answer: Greater resistance to surface scratching and wear
High hardness most reasonably implies greater resistance to surface scratching, indentation, and wear. This is correct because hardness measures a material's resistance to localized plastic deformation under an indenter, and that same resistance to localized deformation translates into better performance against abrasion and wear, whereas density, conductivity, and thermal expansion are governed by other factors.
The Reynolds number for flow in a pipe is a dimensionless ratio that characterizes the flow regime. Which physical quantities does it compare?
Pressure forces to gravitational forces
Surface tension forces to inertial forces
Inertial forces to viscous forces
Elastic forces to viscous forces
Correct answer: Inertial forces to viscous forces
The Reynolds number expresses the ratio of inertial forces to viscous forces in a flow. It is computed as the product of fluid density, mean velocity, and characteristic length divided by dynamic viscosity, and a high value means inertial effects dominate while a low value means viscous effects dominate. Pressure-to-gravity and surface-tension comparisons describe other dimensionless groups, and elastic-to-viscous is not the Reynolds definition.
Water flows through a 0.05 m diameter pipe at a mean velocity of 2 m/s. The water has a density of 1000 kg/m3 and a dynamic viscosity of 0.001 Pa-s. What is the approximate Reynolds number of the flow?
5,000
2,000
100,000
25,000
Correct answer: 100,000
The Reynolds number equals density times velocity times diameter divided by dynamic viscosity. Substituting 1000 times 2 times 0.05 divided by 0.001 gives 100,000. The other values come from dropping a factor or misplacing the diameter, but the correct evaluation yields 100,000, which is well into the turbulent range.
For flow in a circular pipe, what is the commonly used upper Reynolds number limit below which the flow is generally considered laminar?
About 40,000
About 500
About 2,000 to 2,300
About 100,000
Correct answer: About 2,000 to 2,300
Pipe flow is generally treated as laminar below a Reynolds number of roughly 2,000 to 2,300, becomes transitional above that, and is fully turbulent above about 4,000. A value near 500 is laminar but is not the threshold, while 40,000 and 100,000 are turbulent values, so the laminar limit is around 2,000 to 2,300.
Which statement best distinguishes laminar flow from turbulent flow in a pipe?
Laminar flow always occurs at high velocity, while turbulent flow occurs only at low velocity
Laminar flow moves in smooth, orderly layers, while turbulent flow has chaotic mixing and eddies
Laminar flow has a flat velocity profile, while turbulent flow has a perfectly parabolic profile
Laminar flow only occurs in gases, while turbulent flow only occurs in liquids
Correct answer: Laminar flow moves in smooth, orderly layers, while turbulent flow has chaotic mixing and eddies
Laminar flow consists of smooth, orderly fluid layers that slide past one another, whereas turbulent flow is dominated by chaotic mixing and eddies. Laminar flow occurs at low velocity and Reynolds number, not high, and it is the laminar profile that is parabolic while the turbulent profile is flatter; the regime distinction does not depend on the fluid being a gas or liquid.
The Bernoulli equation for steady, incompressible, frictionless flow along a streamline expresses the conservation of which quantity?
Mass flow rate across the streamline
Mechanical energy per unit volume, summed as pressure, kinetic, and potential terms
Angular momentum about the pipe axis
Entropy generated along the streamline
Correct answer: Mechanical energy per unit volume, summed as pressure, kinetic, and potential terms
The Bernoulli equation states that the sum of the static pressure, the dynamic pressure (one-half density times velocity squared), and the hydrostatic pressure term (density times gravity times elevation) is constant along a streamline for ideal flow. This is a statement of conserved mechanical energy per unit volume. Mass conservation is the continuity equation, and angular momentum and entropy are governed by separate principles.
Water flows steadily and without friction through a horizontal pipe that narrows from a wide section to a narrow section. According to the Bernoulli equation, what happens to the static pressure as the water moves into the narrow section?
The pressure increases because the velocity increases
The pressure stays constant because the pipe is horizontal
The pressure decreases because the velocity increases
The pressure decreases because the velocity decreases
Correct answer: The pressure decreases because the velocity increases
Continuity requires the velocity to increase where the pipe narrows, and the Bernoulli equation then requires the static pressure to drop so that the total mechanical energy stays constant on a horizontal streamline. Velocity does not decrease in a contraction, and pressure cannot increase while velocity rises, so the pressure must fall as the flow speeds up.
Water exits from a small hole in the side of a large open tank at a depth of 5 m below the free surface. Using the Bernoulli (Torricelli) result and g=9.81m/s2, what is the approximate ideal exit velocity?
About 49 m/s
About 9.9 m/s
About 5 m/s
About 3.1 m/s
Correct answer: About 9.9 m/s
Applying Bernoulli between the free surface and the orifice gives the exit velocity as 2gh, two times gravity times the depth. 2×9.81×5 is 98.1 about, which is approximately 9.9 m/s. The value 49 omits the square root, and the smaller values use the depth directly rather than through the Torricelli relation.
Hydrostatic pressure at a point in a static fluid is most directly defined by which relationship, where rho is density, g is gravitational acceleration, and h is depth below the free surface?
Pressure equals rho times g divided by h
Gauge pressure equals rho times g times h
Pressure equals one-half rho times g times h squared
Pressure equals rho times h divided by g
Correct answer: Gauge pressure equals rho times g times h
In a static fluid the gauge pressure increases linearly with depth as the product of density, gravitational acceleration, and depth. The expression with one-half and depth squared gives the resultant force per unit width on a vertical wall, not the point pressure, and the other forms are dimensionally incorrect for pressure.
A diver is 10 m below the surface of fresh water with density 1000 kg/m3. Using g=9.81m/s2, what is the approximate gauge pressure due to the water column at that depth?
About 98 kPa
About 9.8 kPa
About 980 kPa
About 49 kPa
Correct answer: About 98 kPa
Hydrostatic gauge pressure is density times gravity times depth, or 1000 times 9.81 times 10, which equals 98,100 Pa, about 98 kPa. The 9.8 kPa value corresponds to only 1 m of depth, 980 kPa is off by a factor of ten, and 49 kPa would require half the depth, so 98 kPa is correct.
In fluid statics, why does the hydrostatic pressure at a given depth in a connected body of static liquid not depend on the shape or surface area of the container?
Pressure depends mainly on the total volume of liquid held in the container
Pressure depends on the horizontal cross-sectional area at the free surface
Pressure depends on the weight of the container walls supporting the liquid
Pressure in a static fluid depends only on the vertical depth, fluid density, and gravity, not on the container geometry
Correct answer: Pressure in a static fluid depends only on the vertical depth, fluid density, and gravity, not on the container geometry
This is the hydrostatic paradox: pressure at a depth is set solely by the vertical height of fluid above the point, the fluid density, and gravity. Two containers of very different shape but equal liquid depth show identical pressure at that depth. Volume, surface area, and wall weight do not enter the point-pressure relation.
A pitot-static tube measures fluid velocity by sensing two pressures. Which pressure difference does it use to determine the flow speed?
The difference between two static pressures at different elevations
The difference between stagnation (total) pressure and static pressure
The difference between absolute pressure and vapor pressure
The difference between upstream and downstream hydrostatic pressures
Correct answer: The difference between stagnation (total) pressure and static pressure
A pitot-static tube senses the stagnation (total) pressure at its forward-facing opening and the static pressure at side ports; their difference is the dynamic pressure, from which velocity is found. It does not rely on elevation static differences, vapor pressure, or a pair of hydrostatic readings, so the stagnation-minus-static difference is the operating principle.
A pitot tube in an air stream registers a dynamic pressure of 200 Pa. If the air density is 1.0 kg/m3, what is the approximate flow velocity?
About 200 m/s
About 14 m/s
About 400 m/s
About 20 m/s
Correct answer: About 20 m/s
From the pitot relation, velocity equals 2q/ρ, twice the dynamic pressure divided by density, or 2×200/1.0, which is 400, equal to 20 m/s. The value 14 omits the factor of two, and 200 and 400 fail to take the square root, so 20 m/s is correct.
A venturi meter is installed in a horizontal pipe to measure flow rate. On what principle does it determine the volumetric flow rate?
It measures the temperature rise across the throat caused by friction
It counts the rotations of an impeller placed in the throat
It uses the pressure drop between the wide inlet and the narrow throat together with continuity
It senses the electrical conductivity change of the fluid at the throat
Correct answer: It uses the pressure drop between the wide inlet and the narrow throat together with continuity
A venturi meter relies on Bernoulli and continuity: the flow accelerates in the constricted throat, lowering its static pressure, and the measured pressure difference between the inlet and throat is related to the velocity and thus the volumetric flow rate. It does not depend on temperature rise, an impeller count, or conductivity, which describe other meter types.
Compared with an orifice plate, what is a primary advantage of a venturi meter for measuring pipe flow?
It requires no pressure measurement to determine flow rate
It works only for compressible gas flows and not liquids
It has a lower permanent (unrecoverable) pressure loss because of its gradual diverging section
It increases the permanent pressure loss to improve accuracy
Correct answer: It has a lower permanent (unrecoverable) pressure loss because of its gradual diverging section
A venturi meter's gradual converging-then-diverging shape recovers much of the pressure that an abrupt orifice plate loses, so its permanent pressure loss is comparatively low. It still requires a pressure-difference measurement, works for both liquids and gases, and lowering rather than raising permanent loss is the benefit.
The Darcy-Weisbach equation is used to compute which quantity in pipe flow?
The buoyant force on a submerged object
The Reynolds number of the flow directly
The hydrostatic pressure at the pipe centerline
The head loss due to friction along a length of pipe
Correct answer: The head loss due to friction along a length of pipe
The Darcy-Weisbach equation gives the frictional head loss as the friction factor times the length-to-diameter ratio times the velocity head (velocity squared over two times gravity). It does not compute buoyancy, the Reynolds number, or hydrostatic pressure, which are governed by separate relations.
In the Darcy-Weisbach equation, how does the friction head loss in a pipe change if the mean flow velocity is doubled while all other quantities stay the same?
It increases by a factor of two
It increases by a factor of four
It stays the same
It decreases by a factor of two
Correct answer: It increases by a factor of four
The Darcy-Weisbach head loss is proportional to the square of the velocity through the velocity-head term. Doubling the velocity multiplies the velocity squared by four, so the friction head loss increases roughly fourfold (treating the friction factor as constant). It does not merely double, stay constant, or decrease.
For laminar flow in a circular pipe, how is the Darcy friction factor related to the Reynolds number?
The friction factor equals 64 divided by the Reynolds number
The friction factor equals the Reynolds number divided by 64
The friction factor is independent of the Reynolds number
The friction factor equals 0.316 times the Reynolds number
Correct answer: The friction factor equals 64 divided by the Reynolds number
In fully developed laminar pipe flow the Darcy friction factor is exactly 64 divided by the Reynolds number, so friction factor falls as flow speeds up. The inverse ratio and a direct proportionality are both wrong, and a constant value or the 0.316 Blasius form applies only to turbulent flow, not laminar.
Manning's equation is most commonly applied to which type of flow?
Open-channel flow, such as in rivers, canals, and partially full pipes
Fully pressurized flow in a closed, completely full pipe
Supersonic compressible flow in a nozzle
Static pressure distribution in a sealed tank
Correct answer: Open-channel flow, such as in rivers, canals, and partially full pipes
Manning's equation is an empirical relation for the mean velocity of uniform open-channel flow, using the channel slope, hydraulic radius, and a roughness coefficient. It is intended for free-surface flows like rivers, canals, and partially full conduits, not for fully pressurized pipe flow, compressible nozzle flow, or static pressure problems.
In Manning's equation for open-channel flow, the mean velocity is proportional to the channel slope raised to which power?
One-half power
First power
Two-thirds power
Second power
Correct answer: One-half power
Manning's equation makes the mean velocity proportional to the square root (one-half power) of the channel bed slope and to the two-thirds power of the hydraulic radius. The two-thirds power applies to the hydraulic radius, not the slope, and first- or second-power dependence on slope is incorrect.
The Froude number is a dimensionless parameter used in open-channel flow. Which ratio does it represent?
Inertial forces to gravitational forces
Inertial forces to viscous forces
Pressure forces to elastic forces
Viscous forces to surface tension forces
Correct answer: Inertial forces to gravitational forces
The Froude number is the ratio of inertial to gravitational forces and is typically written as velocity divided by gL, gravity times a characteristic depth under a radical. The inertial-to-viscous ratio is the Reynolds number, and the other pairings describe still different dimensionless groups, so inertial-to-gravity is the Froude definition.
In open-channel flow, a Froude number greater than one indicates which flow condition?
Subcritical flow, where velocity is less than the wave speed
Critical flow, where velocity exactly equals zero
Laminar flow, independent of velocity
Supercritical flow, where velocity exceeds the wave speed
Correct answer: Supercritical flow, where velocity exceeds the wave speed
A Froude number above one means the flow velocity exceeds the speed of a surface gravity wave, defining supercritical (rapid, shallow) flow. A value below one is subcritical, a value of exactly one is critical (and does not mean zero velocity), and the Froude number does not by itself define laminar versus turbulent behavior.
The Mach number of a flow is defined as which ratio?
The flow velocity divided by the local speed of light
The inertial force divided by the surface tension force
The static pressure divided by the stagnation pressure
The flow velocity divided by the local speed of sound
Correct answer: The flow velocity divided by the local speed of sound
The Mach number is the ratio of the flow velocity to the local speed of sound in the fluid, and it measures the importance of compressibility. The speed of light, the surface-tension ratio (Weber number), and a pressure ratio do not define the Mach number, so velocity divided by the speed of sound is correct.
Air flows at 170 m/s where the local speed of sound is about 340 m/s. What is the approximate Mach number, and what flow regime does it indicate?
About 0.5, indicating subsonic flow
About 2.0, indicating supersonic flow
About 1.0, indicating sonic flow
About 0.05, indicating incompressible flow only
Correct answer: About 0.5, indicating subsonic flow
The Mach number is the velocity divided by the speed of sound, or 170 divided by 340, which equals 0.5. A Mach number below one means subsonic flow. The value 2.0 inverts the ratio, 1.0 would require equal speeds, and 0.05 is off by a factor of ten, so 0.5 (subsonic) is correct.
In turbomachinery, what is the fundamental energy-transfer difference between a pump and a turbine?
A pump extracts energy from the fluid, while a turbine adds energy to the fluid
A pump adds energy to the fluid, while a turbine extracts energy from the fluid
Both a pump and a turbine only redirect flow without changing its energy
A pump operates only on gases, while a turbine operates only on liquids
Correct answer: A pump adds energy to the fluid, while a turbine extracts energy from the fluid
A pump uses shaft work to add mechanical energy to a fluid, raising its pressure or head, whereas a turbine extracts energy from a moving fluid to produce shaft work. The roles are not reversed, both devices change the fluid's energy rather than merely redirecting it, and each can handle liquids or gases depending on design.
A pump delivers a volumetric flow rate of 0.02 m3/s against a total head of 30 m, pumping water with density 1000 kg/m3 (g=9.81m/s2). What is the approximate hydraulic (fluid) power delivered to the water?
About 5,890 W
About 600 W
About 58,900 W
About 300 W
Correct answer: About 5,890 W
The hydraulic power delivered to the fluid equals density times gravity times flow rate times head, or 1000 times 9.81 times 0.02 times 30, which is about 5,886 W, roughly 5,890 W. The other choices drop the gravity term, misplace a factor of ten, or omit the head, so about 5,890 W is correct.
A solid object is fully submerged and held at rest in water. The buoyant force on it, according to Archimedes' principle, is equal to which of the following?
The weight of the object itself
The atmospheric pressure times the object's top surface area
The product of the object's density and its volume
The weight of the water displaced by the object
Correct answer: The weight of the water displaced by the object
Archimedes' principle states that the buoyant force on a submerged or floating body equals the weight of the fluid that the body displaces. It does not generally equal the object's own weight unless the object is floating in equilibrium, and it is not set by atmospheric pressure on the top face or by the object's mass alone, so the displaced-fluid weight is correct.
A 12 V battery moves 50 coulombs of charge through a circuit. Using the basic relationship between voltage, charge, and energy, how much work is done by the battery on the charge?
600 J
62 J
4.2 J
0.24 J
Correct answer: 600 J
600 J is correct because voltage is defined as energy (work) per unit charge, so the work equals voltage times charge, 12 V times 50 C, which is 600 joules. Adding the values gives 62, dividing charge by voltage gives about 4.2, and dividing voltage by charge gives 0.24, none of which represent energy.
A capacitor of 200 microfarads is charged to 100 V. How much energy is stored in the electric field of the capacitor?
1 J
0.02 J
20 J
10 J
Correct answer: 1 J
1 J is correct because the energy stored in a capacitor equals one half times capacitance times voltage squared, so 0.5 times 200e-6 F times 100 squared equals 0.5 times 200e-6 times 10000, which is 1 joule. Omitting the one half factor gives 2 J territory, multiplying capacitance by voltage gives 0.02, and the other values mishandle the powers of ten.
A 4 H inductor carries a steady direct current of 3 A. How much energy is stored in the magnetic field of the inductor?
12 J
18 J
6 J
36 J
Correct answer: 18 J
18 J is correct because the energy stored in an inductor equals one half times inductance times current squared, so 0.5 times 4 H times 3 squared equals 0.5 times 4 times 9, which is 18 joules. Multiplying inductance by current gives 12, omitting the one half factor gives 36, and 6 drops the squaring of the current.
In a DC circuit, a capacitor has reached steady state long after the switch was closed. In this steady-state condition, how does an ideal capacitor behave toward direct current?
As a short circuit passing maximum current
As an open circuit passing no current
As a fixed resistor equal to its reactance
As a current source of constant value
Correct answer: As an open circuit passing no current
Behaving as an open circuit passing no current is correct because once a capacitor is fully charged in steady-state DC, no further charge flows, so it blocks direct current like an open circuit. It acts as a short only at the first instant of switching, it has no resistive reactance in steady DC, and it does not act as a source.
A series circuit with a resistor and an inductor is connected to a DC source through a switch. What is the time constant of this RL circuit in terms of the resistance R and inductance L?
L divided by R
R times L
R divided by L
One over R times L
Correct answer: L divided by R
L divided by R is correct because the time constant of a series RL circuit equals the inductance divided by the resistance, which sets how quickly the current rises toward its final value. The product R times L has the wrong units, R divided by L inverts the ratio, and one over the product describes a resonant frequency relationship, not the RL time constant.
A series RC circuit has a resistance of 2000 ohms and a capacitance of 50 microfarads. After the switch closes, approximately how long does it take for the capacitor voltage to reach about 63 percent of the source voltage?
0.04 s
0.1 s
10 s
0.4 s
Correct answer: 0.1 s
0.1 s is correct because the capacitor reaches about 63 percent of its final value after one time constant, which equals resistance times capacitance, so 2000 ohms times 50e-6 F equals 0.1 second. Dividing the values gives much smaller or larger numbers, and the other choices misplace the decimal in the product.
An ideal transformer has 200 turns on the primary winding and 50 turns on the secondary winding. If 240 V AC is applied to the primary, what is the secondary voltage?
960 V
120 V
60 V
48 V
Correct answer: 60 V
60 V is correct because in an ideal transformer the voltage ratio equals the turns ratio, so the secondary voltage equals the primary voltage times the secondary turns over the primary turns, 240 V times 50 over 200, which is 60 V. Inverting the ratio gives 960 V, and the other values use incorrect turn fractions.
An ideal transformer steps voltage down from 480 V to 120 V. If the load draws 8 A on the secondary side, what current flows in the primary winding, assuming no losses?
32 A
8 A
2 A
4 A
Correct answer: 2 A
2 A is correct because an ideal transformer conserves power, so primary voltage times primary current equals secondary voltage times secondary current, giving primary current equal to 120 V times 8 A divided by 480 V, which is 2 A. The current ratio is the inverse of the voltage ratio, so the higher-voltage primary carries less current; 32 A inverts the relationship and the others misapply it.
A sinusoidal current has an RMS value of 10 A flowing through a 5 ohm resistor. What is the average real power dissipated in the resistor?
50 W
250 W
707 W
500 W
Correct answer: 500 W
500 W is correct because average power in a resistor equals the RMS current squared times the resistance, so 10 amperes RMS squared is 100, multiplied by 5 ohms gives 500 watts. Multiplying current by resistance without squaring gives 50, halving gives 250, and 707 comes from misusing the peak-to-RMS factor.
An engineer needs to find the equivalent resistance seen by a source. A 6 ohm resistor is in series with a parallel combination of two 8 ohm resistors. What is the total equivalent resistance?
22 ohms
14 ohms
4 ohms
10 ohms
Correct answer: 10 ohms
10 ohms is correct because the two 8 ohm resistors in parallel combine to 4 ohms, and adding the series 6 ohm resistor gives 6 plus 4, which equals 10 ohms. Adding all three in series gives 22, the value 14 adds 6 to a single 8 ohm resistor, and 4 ohms omits the series resistor entirely.
A complex AC power has a real power of 8 kW and an apparent power of 10 kVA. What is the reactive power of this load?
2 kVAR
6 kVAR
18 kVAR
12.8 kVAR
Correct answer: 6 kVAR
6 kVAR is correct because the power triangle relates apparent, real, and reactive power as a right triangle, so reactive power equals S2−P2, apparent squared minus real squared, 100−64, which is 36, equal to 6 kVAR. Subtracting the values gives 2, adding gives 18, and 12.8 has no valid basis.
A three-wire balanced wye-connected source has a line-to-line voltage of 208 V. What is the line-to-neutral (phase) voltage of this wye source?
360 V
208 V
104 V
120 V
Correct answer: 120 V
120 V is correct because in a balanced wye connection the line-to-line voltage equals 3 times the phase voltage, so the phase voltage equals 208 V divided by about 1.732, which is roughly 120 V. Multiplying instead gives about 360 V, leaving it unchanged gives 208 V, and simply halving gives 104 V.
Kirchhoff's current law is a direct consequence of which fundamental conservation principle in electrical circuits?
Conservation of charge
Conservation of energy
Conservation of magnetic flux
Conservation of momentum
Correct answer: Conservation of charge
Conservation of charge is correct because Kirchhoff's current law states that charge cannot accumulate at a node, so the total current entering must equal the total current leaving, which is exactly charge conservation. Conservation of energy underlies the voltage law, while magnetic flux and momentum are not the basis of the current law.
At a single node, current of 12 A enters from one branch while two other branches carry 7 A and 2 A out of the node. A fourth branch is connected to the same node. By Kirchhoff's current law, what is the current in the fourth branch and its direction?
21 A entering the node
3 A entering the node
9 A leaving the node
3 A leaving the node
Correct answer: 3 A leaving the node
3 A leaving the node is correct because Kirchhoff's current law requires entering current to equal leaving current, so the 12 A in must equal 7 A plus 2 A plus the fourth branch out, leaving 12 minus 9, which is 3 A flowing out. Summing everything as entering gives 21 A, reversing the direction gives 3 A entering, and 9 A leaving ignores one of the known branches.
A heat engine operates between a hot reservoir at 800 K and a cold reservoir at 320 K. What is the maximum possible (Carnot) thermal efficiency of this engine?
60 percent
40 percent
75 percent
32 percent
Correct answer: 60 percent
The maximum efficiency is 60 percent. The Carnot efficiency depends only on the absolute reservoir temperatures and equals one minus the ratio of the cold to the hot temperature: 1 minus (320 divided by 800) equals 0.60, or 60 percent. This is the ceiling that the second law of thermodynamics places on any engine working between these two temperatures.
Which of the following is a valid statement of the second law of thermodynamics?
Energy can be neither created nor destroyed in any process
It is impossible for any cyclic device to transfer heat from a colder body to a hotter body with no other effect
The internal energy of an ideal gas depends only on its temperature
The pressure of a gas is inversely proportional to its volume at fixed temperature
Correct answer: It is impossible for any cyclic device to transfer heat from a colder body to a hotter body with no other effect
The Clausius statement of the second law says no cyclic device can move heat from a colder to a hotter body without some other effect such as work input. Conservation of energy is the first law, the temperature dependence of ideal-gas internal energy is a property relation, and the inverse pressure-volume relation is Boyle's law, none of which express the second law.
A real adiabatic turbine expands a gas and produces less work than an ideal isentropic turbine operating between the same inlet state and exit pressure. Comparing the two, what happens to the entropy of the gas across the real turbine?
It stays exactly constant, the same as the isentropic case
It decreases because work is extracted
It increases because of irreversibilities such as friction
It first increases and then returns to its inlet value
Correct answer: It increases because of irreversibilities such as friction
The entropy increases because real irreversibilities such as friction and turbulence generate entropy within the adiabatic turbine. An ideal isentropic turbine holds entropy constant, so any departure that lowers the work output reflects entropy generation. Entropy cannot decrease in an adiabatic device, which rules out the decreasing option.
For an ideal gas, the difference between the specific heat at constant pressure and the specific heat at constant volume is equal to which quantity?
Zero, because the two specific heats are always equal
The ratio of the specific heats, often written as gamma
The universal gas constant divided by absolute temperature
The specific gas constant R
Correct answer: The specific gas constant R
For an ideal gas the constant-pressure specific heat minus the constant-volume specific heat equals the specific gas constant R, a relation known as Mayer's relation. The two specific heats are not equal; their ratio defines gamma, a separate quantity. R is a fixed property of the gas and is not divided by temperature here.
A fixed mass of an ideal gas is held at constant temperature while its volume is reduced from 4.0 cubic meters to 1.0 cubic meter. If the initial absolute pressure is 100 kPa, what is the final absolute pressure?
25 kPa
100 kPa
400 kPa
200 kPa
Correct answer: 400 kPa
The final pressure is 400 kPa. At constant temperature an ideal gas obeys Boyle's law, so the product of pressure and volume is constant: 100 kPa times 4.0 cubic meters equals the final pressure times 1.0 cubic meter, giving 400 kPa. Reducing the volume to one quarter raises the pressure fourfold, so 25 kPa would correspond to expansion instead.
In a steady-flow open system, the energy equation written in terms of enthalpy is preferred over one written in terms of internal energy because enthalpy automatically accounts for which effect?
The kinetic energy of the bulk flow
The flow work required to push mass across the control-volume boundaries
The entropy generated by friction inside the device
The heat lost to the surroundings through the walls
Correct answer: The flow work required to push mass across the control-volume boundaries
Enthalpy is favored in steady-flow analysis because, being internal energy plus the pressure-volume product, it folds the flow work needed to push mass in and out of the control volume into a single property. Kinetic energy and heat loss are written as separate terms in the energy equation, and entropy generation is handled by the second law, not by the enthalpy grouping.
Saturated liquid water at a given pressure has a specific enthalpy of 500 kJ/kg, and the enthalpy of vaporization at that pressure is 2000 kJ/kg. What is the specific enthalpy of the saturated vapor at the same pressure?
1500 kJ/kg
2000 kJ/kg
2500 kJ/kg
4000 kJ/kg
Correct answer: 2500 kJ/kg
The saturated-vapor enthalpy is 2500 kJ/kg. The enthalpy of saturated vapor equals the saturated-liquid enthalpy plus the enthalpy of vaporization: 500 kJ/kg plus 2000 kJ/kg equals 2500 kJ/kg. Subtracting the two values would give 1500 kJ/kg, which incorrectly treats vaporization as removing energy from the liquid.
The first law of thermodynamics applied to a complete thermodynamic cycle requires which of the following?
The net work output of the cycle equals the net heat added during the cycle
The net heat added during the cycle is always zero
The entropy of the working fluid returns to a higher value than it started
The work output equals the heat rejected to the cold reservoir
Correct answer: The net work output of the cycle equals the net heat added during the cycle
Over a complete cycle the working fluid returns to its initial state, so its internal energy change is zero; the first law then forces the net work output to equal the net heat added. The net heat added is not zero for a power cycle, the entropy returns to its original value since the state repeats, and the work equals the difference between heat added and heat rejected, not the heat rejected itself.
A closed rigid tank is heated, receiving 250 kJ of heat. Because the tank is rigid, the gas inside does no boundary work. According to the first law of thermodynamics, what is the change in the internal energy of the gas?
Zero, because no work is done
A decrease of 250 kJ
An increase of 125 kJ
An increase of 250 kJ
Correct answer: An increase of 250 kJ
The internal energy increases by 250 kJ. The first law gives the change in internal energy as heat added minus work done by the system; with rigid walls the boundary work is zero, so the full 250 kJ of heat goes into raising the internal energy. No work means the internal energy change cannot be zero in this heated case.
An ideal gas is taken through a reversible adiabatic (isentropic) expansion. Which statement correctly describes how the gas pressure and volume are related during this process?
Pressure times volume remains constant, as in an isothermal process
Pressure divided by volume remains constant throughout
Pressure remains constant while volume increases
Pressure times volume raised to the specific-heat ratio remains constant
Correct answer: Pressure times volume raised to the specific-heat ratio remains constant
For a reversible adiabatic process in an ideal gas, pressure times volume raised to the specific-heat ratio gamma stays constant. Keeping only pressure times volume constant describes an isothermal process, and constant pressure describes an isobaric process; both differ from the isentropic relation that involves the exponent gamma.
Why does the temperature of a gas drop when it expands rapidly through an insulated nozzle that allows essentially no heat exchange?
Because heat flows out to the surroundings during the expansion
Because the gas does work as it expands, drawing on its internal energy while no heat enters
Because entropy must remain constant, which forces the temperature to fall
Because the pressure stays constant while the volume increases
Correct answer: Because the gas does work as it expands, drawing on its internal energy while no heat enters
The temperature falls because, with the nozzle insulated and heat transfer essentially zero, the gas must supply the energy for its expansion work out of its own internal energy, lowering its temperature. No heat flows out through the insulated walls, and the result holds whether or not the process is perfectly isentropic, so constant entropy is not the driving cause.
During the reversible isothermal compression of an ideal gas, 300 J of work is done on the gas by the surroundings. How much heat is transferred, and in which direction?
300 J of heat is rejected from the gas to the surroundings
300 J of heat is added to the gas from the surroundings
No heat is transferred because the temperature is constant
150 J of heat is rejected from the gas to the surroundings
Correct answer: 300 J of heat is rejected from the gas to the surroundings
The gas rejects 300 J of heat. Because internal energy is constant during an isothermal ideal-gas process, the first law requires the heat transfer to balance the work; with 300 J of work done on the gas, 300 J of heat must leave the gas to keep its temperature steady. Heat is rejected, not added, during isothermal compression.
On a temperature-versus-entropy diagram for an ideal gas, how does a reversible isothermal process appear?
As a vertical line of constant entropy
As a curve that slopes steeply upward to the right
As a closed loop returning to its start
As a horizontal line of constant temperature
Correct answer: As a horizontal line of constant temperature
A reversible isothermal process appears as a horizontal line on a temperature-entropy diagram because the temperature is held constant while entropy changes as heat is exchanged. A vertical line of constant entropy would represent a reversible adiabatic (isentropic) process instead, and a closed loop would represent a complete cycle.
A composite wall is made of two layers in series, each carrying the same steady conductive heat flow. The first layer has twice the thermal resistance of the second. How does the temperature drop across the first layer compare with the drop across the second?
The drop across the first layer is twice the drop across the second
The drop across the first layer is half the drop across the second
The drops are equal because the heat flow is the same
The drop across the first layer is four times the drop across the second
Correct answer: The drop across the first layer is twice the drop across the second
The temperature drop across the first layer is twice that across the second. For layers in series carrying the same heat flow, the temperature drop across each is proportional to its thermal resistance, just as voltage divides in proportion to resistance in a series circuit. Equal heat flow does not mean equal temperature drops when the resistances differ.
The net radiant heat exchanged between a small surface and its surroundings is governed by the Stefan-Boltzmann relationship. The radiated power depends on absolute temperature in what way?
It is directly proportional to the absolute temperature
It is proportional to the square of the absolute temperature
It is proportional to the fourth power of the absolute temperature
It is inversely proportional to the absolute temperature
Correct answer: It is proportional to the fourth power of the absolute temperature
Radiant emission is proportional to the fourth power of the absolute temperature, as expressed by the Stefan-Boltzmann law. This strong dependence means radiation grows rapidly as a surface heats up, far faster than a linear or squared relationship would predict, which is why radiation dominates heat transfer at high temperatures.
A plane wall conducts heat steadily. If the wall thickness is doubled while the thermal conductivity, area, and surface temperatures are unchanged, what happens to the conductive heat transfer rate?
It doubles
It is cut in half
It stays the same
It is reduced to one quarter
Correct answer: It is cut in half
The heat transfer rate is cut in half. By Fourier's law for a plane wall, the conductive rate is inversely proportional to thickness when conductivity, area, and the temperature difference are held fixed, so doubling the thickness halves the heat flow. The rate cannot stay the same because the conduction path has lengthened.
For a sample of moist air, the humidity ratio (also called specific humidity) is defined as which of the following?
The mass of water vapor per unit mass of dry air in the sample
The actual vapor pressure divided by the saturation vapor pressure
The volume of water vapor divided by the total volume of air
The dry-bulb temperature minus the wet-bulb temperature
Correct answer: The mass of water vapor per unit mass of dry air in the sample
The humidity ratio is the mass of water vapor carried per unit mass of dry air. It differs from relative humidity, which is the ratio of actual to saturation vapor pressure, and from the temperature-difference and volume-ratio expressions, neither of which defines the moisture content per mass of dry air.
Moist air is cooled at constant pressure without removing any moisture. What is the dew-point temperature of this air?
The temperature at which the air becomes saturated and water vapor first begins to condense
The temperature read by an ordinary dry thermometer in the air stream
The lowest temperature an evaporating wet wick can reach in the air
The temperature at which the relative humidity drops to zero
Correct answer: The temperature at which the air becomes saturated and water vapor first begins to condense
The dew-point temperature is the temperature to which moist air must be cooled, at constant pressure and moisture content, for it to reach saturation and begin condensing water vapor. The plain air temperature is the dry-bulb value, and the lowest temperature an evaporating wick reaches is the wet-bulb value; neither marks the onset of condensation.
An air sample at a fixed dry-bulb temperature has its water-vapor content increased while the temperature is held constant. What happens to its relative humidity and its wet-bulb temperature?
Both the relative humidity and the wet-bulb temperature decrease
The relative humidity increases but the wet-bulb temperature stays unchanged
The relative humidity stays constant while only the wet-bulb temperature rises
The relative humidity increases and the wet-bulb temperature increases toward the dry-bulb value
Correct answer: The relative humidity increases and the wet-bulb temperature increases toward the dry-bulb value
Adding moisture at a fixed dry-bulb temperature raises the relative humidity because the actual vapor pressure climbs toward the saturation value, and it raises the wet-bulb temperature because less evaporative cooling is possible, drawing the wet-bulb reading nearer the dry-bulb reading. The two move together, not in opposite directions.
Two air samples have the same water-vapor content (the same partial pressure of water vapor), but sample A is warmer than sample B. Which sample has the higher relative humidity, and why?
Sample A, because warmer air holds more energy
Sample B, because the saturation vapor pressure is lower at the cooler temperature
Both have equal relative humidity because the vapor content is the same
Sample A, because relative humidity rises with temperature at fixed vapor content
Correct answer: Sample B, because the saturation vapor pressure is lower at the cooler temperature
The cooler sample B has the higher relative humidity. Relative humidity is the actual vapor pressure divided by the saturation vapor pressure, and saturation vapor pressure falls as temperature drops; with the same actual vapor pressure, the cooler air is closer to saturation. Warming air at fixed vapor content lowers relative humidity rather than raising it.
In the complete combustion of methane in air, the nitrogen present in the combustion air is generally treated in what way for a first-order product analysis?
It reacts fully with carbon to form cyanide compounds
It is consumed entirely to form the primary products
It condenses out as liquid nitrogen in the flue gas
It is treated as inert and passes through largely unreacted, appearing in the products
Correct answer: It is treated as inert and passes through largely unreacted, appearing in the products
For a first-order combustion-products analysis, the nitrogen in combustion air is treated as inert and carried through to the products essentially unreacted. Only small amounts form nitrogen oxides at high flame temperatures, so it is not a primary reactant; it does not form cyanide compounds and does not condense as liquid at flue-gas conditions.
Nitrogen oxides formed during the combustion of fuels in air are produced primarily under which condition?
At low flame temperatures when excess fuel is present
Only when the fuel itself contains no nitrogen and burns cleanly
At high flame temperatures, where nitrogen and oxygen combine
During incomplete combustion that also produces soot and carbon monoxide
Correct answer: At high flame temperatures, where nitrogen and oxygen combine
Nitrogen oxides form chiefly at high flame temperatures, where atmospheric nitrogen and oxygen react, a pathway commonly called thermal nitrogen-oxide formation. They are not a low-temperature product, and while incomplete combustion produces carbon monoxide and soot, those arise from oxygen starvation rather than the high-temperature nitrogen-oxidation that drives nitrogen-oxide formation.
A refrigeration cycle removes 600 W of heat from a cold space while consuming 200 W of compressor power. What is its coefficient of performance?
0.33
3.0
4.0
800
Correct answer: 3.0
The coefficient of performance is 3.0. For a refrigerator the coefficient of performance is the rate of heat removed from the cold space divided by the power input: 600 W divided by 200 W equals 3.0. Inverting the ratio would give 0.33, and adding the two figures has no physical meaning for this performance measure.
A 95 percent confidence interval for a process mean is reported as 48.2 to 51.8 grams. Which statement correctly interprets this interval?
Exactly 95 percent of individual measurements fall between 48.2 and 51.8 grams
There is a 95 percent probability the next single measurement lies in this interval
95 percent of the sample data values were used to build the interval
The method used produces intervals that capture the true mean in about 95 percent of repeated samples
Correct answer: The method used produces intervals that capture the true mean in about 95 percent of repeated samples
The statement about the method capturing the true mean in about 95 percent of repeated samples is correct. A confidence level describes the long-run reliability of the interval-building procedure, not a probability about one fixed interval or about individual data points. The claim that 95 percent of measurements fall in the range describes a data-spread interval, the claim about the next single measurement describes a prediction interval, and the claim about 95 percent of values being used misreads how the interval is constructed.
An engineer computes the sample correlation coefficient between curing temperature and concrete strength and obtains r = -0.85. What does this value indicate?
A weak positive linear relationship
A strong negative linear relationship
No linear relationship at all
A perfect nonlinear relationship
Correct answer: A strong negative linear relationship
A strong negative linear relationship is correct. The correlation coefficient ranges from -1 to +1, where the sign gives the direction and the magnitude gives the strength of the linear association; a value of -0.85 is close to -1, so as one variable rises the other tends to fall in a strongly linear pattern. A weak positive relationship would be a small positive number, no relationship would be near zero, and correlation measures linear (not nonlinear) association.
A discrete random variable X takes the value 10 with probability 0.2, the value 20 with probability 0.5, and the value 40 with probability 0.3. What is the expected value of X?
24
23.3
70
20
Correct answer: 24
The expected value of 24 is correct. The expected value of a discrete random variable is the sum of each outcome multiplied by its probability: (10)(0.2) plus (20)(0.5) plus (40)(0.3) equals 2 plus 10 plus 12, which is 24. The value 23.3 wrongly takes a simple average of the three outcomes, 70 sums the outcomes without weighting, and 20 picks only the most likely single outcome.
A coefficient of determination of R-squared = 0.81 is reported for a linear regression of pump flow on motor speed. What does this number mean?
The slope of the regression line equals 0.81
81 percent of the data points lie exactly on the regression line
The correlation coefficient between the two variables is 0.81
81 percent of the variation in pump flow is explained by the regression on motor speed
Correct answer: 81 percent of the variation in pump flow is explained by the regression on motor speed
The statement that 81 percent of the variation in pump flow is explained is correct. The coefficient of determination R-squared gives the proportion of total variation in the response that the model accounts for. It is not the slope, it does not mean 81 percent of points sit exactly on the line, and the correlation coefficient would be 0.81 (about 0.9), not 0.81 itself.
In a two-sided hypothesis test conducted at a significance level of 0.05, what does this significance level represent?
The probability of failing to reject a false null hypothesis
The probability of rejecting a true null hypothesis
The probability that the null hypothesis is true
The power of the statistical test
Correct answer: The probability of rejecting a true null hypothesis
The probability of rejecting a true null hypothesis is correct. The significance level alpha is the maximum allowable probability of a Type I error, which is rejecting the null hypothesis when it is actually true. Failing to reject a false null describes a Type II error (beta), the probability that the null is true is not what alpha measures, and the power of the test is one minus beta, a separate quantity.
A population has a standard deviation of 12. If random samples of size 36 are drawn, what is the standard error of the sample mean?
12
0.33
2
6
Correct answer: 2
The standard error of 2 is correct. The standard error of the sample mean equals the population standard deviation divided by n, the sample size under a radical: 12 divided by 36 (which is 6) gives 2. Using 12 ignores the sample-size effect, 0.33 inverts the relationship by dividing by the standard deviation, and 6 forgets to divide the standard deviation by n.
A fair six-sided die is rolled once. What is the probability of rolling a number greater than 4?
1/2
1/3
2/3
1/6
Correct answer: 1/3
The probability of 1/3 is correct. The outcomes greater than 4 are 5 and 6, giving 2 favorable outcomes out of 6 equally likely results, which simplifies to 2/6 = 1/3. The value 1/2 would count three faces, 2/3 counts four faces, and 1/6 counts only a single face.
A binomial process has 8 independent trials, each with a success probability of 0.25. What is the expected number of successes?
0.25
8
2
4
Correct answer: 2
The expected value of 2 is correct. For a binomial distribution the mean number of successes equals the number of trials times the probability of success: 8 times 0.25 = 2. The value 0.25 is the per-trial probability alone, 8 is the number of trials alone, and 4 doubles the correct product without justification.
When a 99 percent confidence interval and a 90 percent confidence interval are both constructed from the same sample data for the same population mean, how do the interval widths compare?
The 99 percent interval is wider than the 90 percent interval
The 90 percent interval is wider than the 99 percent interval
Both intervals have exactly the same width
The 99 percent interval is always exactly twice as wide
Correct answer: The 99 percent interval is wider than the 90 percent interval
The 99 percent interval being wider is correct. Demanding higher confidence requires a larger critical multiplier to capture more of the distribution, which widens the interval when the data are held fixed. The 90 percent interval is therefore narrower, the two widths are not equal, and the ratio of widths depends on the critical values rather than being a fixed factor of two.
The probability that a pump operates without failure during a shift is 0.9, and the probability that an independent backup valve operates without failure is 0.8. What is the probability that both operate without failure during the shift?
0.72
0.98
1.7
0.10
Correct answer: 0.72
The probability of 0.72 is correct. For two independent events both occurring, the joint probability is the product of their individual probabilities: 0.9 times 0.8 = 0.72. The value 0.98 is the probability that at least one operates, 1.7 incorrectly adds the probabilities, and 0.10 is the failure probability of the pump alone.
A least-squares regression line is fit to a data set. By definition, what quantity does this line minimize?
The sum of the absolute horizontal distances to the line
The maximum single deviation from the line
The number of data points lying above the line
The sum of the squared vertical deviations between the data points and the line
Correct answer: The sum of the squared vertical deviations between the data points and the line
Minimizing the sum of squared vertical deviations is correct. Ordinary least-squares regression chooses the slope and intercept that make the sum of the squared residuals (the vertical distances from each observed point to the fitted line) as small as possible. It does not minimize horizontal distances, does not target only the single largest deviation, and does not balance the count of points above and below the line.
An engineer evaluates two design options. Option A yields a 600 thousand dollar profit with probability 0.4 and a 100 thousand dollar profit with probability 0.6. What is the expected monetary value of Option A?
300 thousand dollars
350 thousand dollars
700 thousand dollars
240 thousand dollars
Correct answer: 300 thousand dollars
The expected value of 300 thousand dollars is correct. The expected monetary value weights each outcome by its probability and sums them: (600)(0.4) plus (100)(0.6) equals 240 plus 60, which is 300 thousand dollars. The value 350 averages the two outcomes equally, 700 adds the outcomes without weighting, and 240 includes only the high-profit term.
A right-skewed data set of repair times has a long tail toward larger values. How are the mean and median of this distribution typically related?
The mean is less than the median
The mean equals the median
The mean is greater than the median
The median is undefined for skewed data
Correct answer: The mean is greater than the median
The mean being greater than the median is correct. In a right-skewed distribution the long upper tail pulls the arithmetic mean toward the larger values, so the mean sits to the right of the median. The mean is not less than the median in right skew (that describes left skew), the two are equal only for symmetric distributions, and the median is always well defined for any ordered data set.
A 90 percent confidence interval for the difference between two process means is calculated as -1.5 to 4.2. Based only on this interval, what conclusion is most appropriate about whether the two means differ?
The means are definitely different because the interval is wide
There is no statistically significant difference at this level because the interval includes zero
The first mean is definitely larger than the second
The interval proves the two means are exactly equal
Correct answer: There is no statistically significant difference at this level because the interval includes zero
Concluding no statistically significant difference because the interval includes zero is correct. When a confidence interval for a difference of means contains zero, the data are consistent with the two means being equal at that confidence level, so the difference is not significant. The interval width alone does not prove a difference, the inclusion of zero rules out a definite ordering, and a confidence interval can never prove exact equality.
The number of customer requests arriving at a help desk follows a Poisson distribution with a mean of 4 per hour. What is the variance of the number of requests per hour?
16
2
4
0.25
Correct answer: 4
The variance of 4 is correct. A defining property of the Poisson distribution is that its variance equals its mean, so a mean rate of 4 requests per hour gives a variance of 4. The value 16 squares the mean, 2 is the standard deviation (variance), and 0.25 inverts the rate.
An analyst increases the sample size used to estimate a population mean from 25 to 100 while the population standard deviation stays the same. What happens to the standard error of the mean?
It stays unchanged
It is cut in half
It is reduced to one quarter
It doubles
Correct answer: It is cut in half
Being cut in half is correct. The standard error equals the standard deviation divided by n, so it scales with 1/n; increasing the sample size from 25 to 100 multiplies the square-root term by 2, which halves the standard error. The standard error does not stay unchanged when n grows, dividing by four would require a sixteen-fold increase in n, and the standard error decreases rather than doubles.
Stoichiometry in chemistry is most precisely described as the study of which of the following?
The rate at which reactant molecules collide and form products
The energy released or absorbed when chemical bonds break and form
The quantitative relationships between the amounts of reactants and products in a chemical reaction
The arrangement of electrons within the orbitals of an atom
Correct answer: The quantitative relationships between the amounts of reactants and products in a chemical reaction
Stoichiometry is the quantitative relationships between the amounts of reactants and products in a chemical reaction. It uses the mole ratios fixed by a balanced equation to convert between masses, moles, and numbers of particles. Reaction rate is the subject of kinetics, bond energy belongs to thermochemistry, and electron arrangement is atomic structure, so those choices describe different topics.
When the equation for the combustion-style reaction CX3HX8+OX2COX2+HX2O is balanced with the smallest whole-number coefficients, how many molecules of oxygen (OX2) are required per molecule of propane (CX3HX8)?
5
3
4
7
Correct answer: 5
The balanced equation requires 5 molecules of OX2 per molecule of propane: CX3HX8+5OX23COX2+4HX2O. Carbon balance fixes 3 COX2 and hydrogen balance fixes 4 HX2O, which together demand 6 + 4 = 10 oxygen atoms on the product side, equal to 5 OX2 molecules. The other values leave the oxygen atoms unbalanced.
How many moles of water are produced when 2.0 mol of hydrogen gas reacts completely with excess oxygen according to 2HX2+OX22HX2O?
4.0 mol
1.0 mol
0.5 mol
2.0 mol
Correct answer: 2.0 mol
The reaction produces 2.0 mol of water. The balanced equation shows a 2:2 (that is, 1:1) mole ratio between hydrogen gas and water, so 2.0 mol of H2 reacting completely yields 2.0 mol of H2O. Because oxygen is in excess, hydrogen is the limiting reactant and sets the product amount directly.
If 6.0 g of carbon (molar mass 12 g/mol) reacts completely with oxygen to form carbon dioxide, what mass of CO2 (molar mass 44 g/mol) is produced according to C+OX2COX2?
12 g
22 g
44 g
6 g
Correct answer: 22 g
The reaction produces 22 g of carbon dioxide. The 6.0 g of carbon equals 0.50 mol, and the 1:1 carbon-to-CO2 mole ratio gives 0.50 mol of CO2, which at 44 g/mol equals 22 g. Reporting 44 g would assume a full mole of carbon, while 12 g and 6 g ignore the conversion through moles.
An oxidation-reduction (redox) reaction is defined by which fundamental process?
A transfer of electrons from one species to another
A transfer of protons from an acid to a base
The formation of an insoluble precipitate from two solutions
The absorption of heat that raises the system temperature
Correct answer: A transfer of electrons from one species to another
A redox reaction is defined by a transfer of electrons from one species to another. The species that loses electrons is oxidized and the species that gains them is reduced, and the two always occur together. Proton transfer describes acid-base chemistry, precipitate formation is a different reaction class, and heat absorption is a thermal effect rather than the defining feature.
In the reaction Zn+CuX2+ZnX2++Cu, which species is oxidized and what is its role in the electron transfer?
Cu2+ is oxidized because it loses electrons
Cu is oxidized because it gains electrons
Zn2+ is oxidized because it gains electrons from copper
Zn is oxidized because it loses electrons and acts as the reducing agent
Correct answer: Zn is oxidized because it loses electrons and acts as the reducing agent
Zinc is oxidized because it loses electrons and acts as the reducing agent. Zn goes from oxidation state 0 to +2, giving up two electrons that reduce Cu2+ to metallic copper. Because the substance that is oxidized supplies the electrons, zinc is correctly called the reducing agent, while the copper ion is the species being reduced.
A solution at 25 degrees C has a hydrogen-ion concentration of 1.0×10−3 mol/L. What is its pH, and is the solution acidic or basic?
pH 11, basic
pH 7, neutral
pH 3, acidic
pH 3, basic
Correct answer: pH 3, acidic
The solution has a pH of 3 and is acidic. pH equals the negative base-10 logarithm of the hydrogen-ion concentration, and -log(1.0×10−3) = 3. Because this pH is below 7 at 25 degrees C, the solution is acidic, ruling out the neutral and basic labels.
A buffer solution resists changes in pH when small amounts of acid or base are added. Which composition best produces a buffer?
A weak acid together with a salt of its conjugate base
A strong acid mixed with a strong base in equal moles
Pure water with a trace of dissolved oxygen
A single strong acid at high concentration
Correct answer: A weak acid together with a salt of its conjugate base
A buffer is best produced by a weak acid together with a salt of its conjugate base. The weak acid neutralizes added base while the conjugate base neutralizes added acid, so the pH stays nearly constant. Mixing equal strong acid and strong base simply gives a neutral salt solution, pure water has no buffering capacity, and a lone strong acid cannot absorb added acid.
At 25 degrees C the product of the hydrogen-ion and hydroxide-ion concentrations in water is 1.0×10−14. If a solution has a hydroxide-ion concentration of 1.0×10−5 mol/L, what is its pH?
pH 5
pH 14
pH 7
pH 9
Correct answer: pH 9
The solution has a pH of 9. From the ion product, the hydrogen-ion concentration is (1.0×10−14)/(1.0×10−5) = 1.0×10−9 mol/L, and -log(1.0×10−9) = 9. A value of 5 would be the pOH, not the pH, and the slightly basic result correctly exceeds 7.
For a reversible reaction at equilibrium, which statement about the forward and reverse processes is correct?
The forward reaction has stopped while the reverse reaction continues
The concentrations of all reactants and products are always equal
The forward and reverse reaction rates are equal so concentrations stay constant
The reaction has consumed all of the reactants
Correct answer: The forward and reverse reaction rates are equal so concentrations stay constant
At equilibrium the forward and reverse reaction rates are equal, so the concentrations stay constant. Equilibrium is dynamic, meaning both reactions continue at the same speed rather than stopping. The concentrations of reactants and products are constant but generally not equal to one another, and reactants are not fully consumed.
For the exothermic equilibrium NX2+3HX22NHX3, applying Le Chatelier's principle, what happens to the amount of ammonia when the temperature is increased?
The ammonia yield increases because heat speeds the forward reaction
The ammonia yield decreases because the equilibrium shifts toward the reactants
The ammonia yield is unaffected by temperature
The ammonia yield increases because more heat is added as a reactant
Correct answer: The ammonia yield decreases because the equilibrium shifts toward the reactants
The ammonia yield decreases because the equilibrium shifts toward the reactants. For an exothermic reaction, heat behaves like a product, so adding heat by raising the temperature pushes the equilibrium backward to relieve the stress. Although a higher temperature speeds both rates, Le Chatelier's principle governs the position of equilibrium, which moves away from ammonia.
For the gas-phase equilibrium A(g)2B(g), increasing the total pressure by decreasing the container volume will shift the equilibrium in which direction?
Toward the products because higher pressure favors more molecules
No shift occurs because pressure has no effect on equilibrium
Toward whichever side is exothermic regardless of mole count
Toward the side with fewer moles of gas, which is the reactant A
Correct answer: Toward the side with fewer moles of gas, which is the reactant A
The equilibrium shifts toward the side with fewer moles of gas, which is the reactant A. Raising pressure by reducing volume drives the system toward fewer gas molecules to relieve the stress, and the reactant side has 1 mole versus 2 on the product side. Pressure changes do affect gas equilibria, and temperature, not pressure, governs the exothermic direction.
Galvanic (electrochemical) corrosion of a metal structure is fundamentally an electrochemical process. Which description best characterizes it?
An anodic oxidation of metal coupled with a cathodic reduction reaction
A purely mechanical wearing away of metal by abrasion
A thermal decomposition of the metal at elevated temperature
A reversible physical adsorption of oxygen onto the metal surface
Correct answer: An anodic oxidation of metal coupled with a cathodic reduction reaction
Corrosion is best characterized as an anodic oxidation of metal coupled with a cathodic reduction reaction. At the anode the metal loses electrons and dissolves, while at the cathode a species such as oxygen or water is reduced, completing the electrochemical cell. Abrasion is mechanical wear, and corrosion is neither simple thermal decomposition nor a reversible adsorption.
A buried steel pipeline is protected by attaching blocks of magnesium that corrode preferentially instead of the steel. This corrosion-control technique is best identified as which of the following?
Passivation by forming an oxide layer
Cathodic protection using a sacrificial anode
Inhibitor injection into the soil
Galvanic acceleration of the steel
Correct answer: Cathodic protection using a sacrificial anode
This technique is cathodic protection using a sacrificial anode. The more active magnesium becomes the anode and oxidizes in place of the steel, forcing the steel to behave as a protected cathode. Passivation relies on a protective oxide film rather than an attached metal, inhibitors are chemical additives, and the method slows rather than accelerates steel corrosion.
In a digital data acquisition system, what is the name of the error that occurs when a signal containing frequencies higher than half the sampling rate is sampled, causing those high frequencies to appear as false lower frequencies in the recorded data?
Quantization rounding
Hysteresis
Thermal drift
Aliasing
Correct answer: Aliasing
The correct term is aliasing. When a signal contains frequency components above half the sampling rate, those components fold back and masquerade as lower frequencies in the sampled record, which is why an anti-aliasing filter is applied before sampling. Quantization rounding is the small error from mapping a continuous amplitude onto discrete levels, hysteresis is a sensor's dependence on the direction of input change, and thermal drift is a slow shift in output caused by temperature, none of which describe frequency folding.
A 12-bit analog-to-digital converter spans an input range of 0 to 5 V. How many discrete output levels can it produce, and what is the approximate voltage of one least significant bit?
4096 levels, about 1.22 mV per level
1024 levels, about 4.88 mV per level
12 levels, about 417 mV per level
2048 levels, about 2.44 mV per level
Correct answer: 4096 levels, about 1.22 mV per level
The correct answer is 4096 levels with about 1.22 mV per least significant bit. A 12-bit converter produces 2 to the 12th power, or 4096, discrete levels, and dividing the 5 V range by 4096 gives roughly 0.00122 V, or 1.22 mV, per step. The 1024-level answer corresponds to 10 bits, the 12-level answer wrongly equates the bit count with the number of levels, and the 2048-level answer corresponds to 11 bits.
A control engineer must convert the discrete numeric output of a microcontroller into a smoothly varying voltage that drives an analog valve actuator. Which device performs this conversion?
An anti-aliasing filter
A digital-to-analog converter
A comparator
A sample-and-hold amplifier
Correct answer: A digital-to-analog converter
The correct device is a digital-to-analog converter. It takes the discrete numeric codes produced by the microcontroller and reconstructs a corresponding continuous voltage suitable for driving an analog actuator. An anti-aliasing filter only limits bandwidth ahead of sampling, a comparator outputs a binary high or low based on which of two inputs is larger, and a sample-and-hold amplifier merely freezes an analog value momentarily rather than building a voltage from digital codes.
A vibration signal contains meaningful content up to 2 kHz. To satisfy the Nyquist criterion and avoid aliasing, what is the minimum sampling rate the data acquisition system must exceed?
1 kHz
2 kHz
4 kHz
20 kHz
Correct answer: 4 kHz
The correct minimum is 4 kHz. The Nyquist criterion requires sampling at a rate greater than twice the highest frequency of interest, and twice 2 kHz is 4 kHz, so the sampling rate must exceed that value. Sampling at 1 kHz or 2 kHz is at or below the highest frequency and guarantees aliasing, while 20 kHz is a comfortable oversampling choice but is far above the minimum the criterion defines.
On a logic diagram, which gate produces a logic 1 output only when its two inputs have different logic values, that is, one input is high and the other is low?
An AND gate
An exclusive-OR gate
A NOR gate
A buffer
Correct answer: An exclusive-OR gate
The correct gate is the exclusive-OR gate. An exclusive-OR gate outputs logic 1 only when its inputs differ, and outputs logic 0 when both inputs are the same. An AND gate requires both inputs high to output 1, a NOR gate outputs 1 only when both inputs are low, and a buffer simply repeats its single input, so none of these match the difference-detecting behavior.
A logic diagram contains a single-input symbol drawn as a triangle with a small circle on its output. What logic function does this symbol represent?
A NOT gate, or inverter
A two-input AND gate
An OR gate
An exclusive-NOR gate
Correct answer: A NOT gate, or inverter
The correct function is a NOT gate, also called an inverter. A triangle buffer shape with a bubble on the output inverts the single input, producing a logic 1 when the input is 0 and a logic 0 when the input is 1. A two-input AND gate and an OR gate both require two inputs and distinct shapes, and an exclusive-NOR gate is a two-input comparison gate rather than a single-input inverter.
A safety interlock is drawn on a logic diagram so that an alarm sounds whenever EITHER of two independent gas detectors reads above its threshold. Analyzing the diagram, which single gate correctly combines the two detector signals to drive the alarm?
A NAND gate, so the alarm is normally on
An AND gate, so both detectors must trip
An exclusive-OR gate, so only one detector at a time can trip
An OR gate, so either detector can trip the alarm
Correct answer: An OR gate, so either detector can trip the alarm
The correct gate is an OR gate. An OR gate outputs logic 1 when at least one input is high, which matches the requirement that either detector exceeding its threshold must sound the alarm. An AND gate would dangerously require both detectors to trip simultaneously, a NAND gate would keep the alarm on under normal conditions, and an exclusive-OR gate would silence the alarm when both detectors trip at once, defeating the safety purpose.
A platinum resistance temperature detector is commonly designated as a Pt100. What does the value 100 in this designation specify?
Its maximum operating temperature is 100 degrees Celsius
Its nominal resistance is 100 ohms at 0 degrees Celsius
Its measurement current is 100 milliamps
Its response time is 100 milliseconds
Correct answer: Its nominal resistance is 100 ohms at 0 degrees Celsius
The correct meaning is that the element has a nominal resistance of 100 ohms at 0 degrees Celsius. The Pt100 designation tells the user the sensing element is platinum and reads 100 ohms at the ice point, and its resistance then rises in a known way as temperature increases. The number does not indicate a maximum temperature, an excitation current, or a response time, which are separate specifications listed elsewhere on a datasheet.
A strain-gauge pressure transducer is rated as 4 to 20 mA over a span of 0 to 500 kPa. A technician reads a steady 12 mA from the loop. What pressure does this current correspond to?
150 kPa
200 kPa
250 kPa
300 kPa
Correct answer: 250 kPa
The correct pressure is 250 kPa. In a 4 to 20 mA loop the 16 mA span maps linearly onto the 0 to 500 kPa range, so the fraction is (12 minus 4) divided by 16, which is 0.5, and half of 500 kPa is 250 kPa. The 150 kPa and 200 kPa values ignore the 4 mA live-zero offset, while 300 kPa overstates the fraction of span represented by 12 mA.
A pH sensor used in a process control loop is fundamentally what type of measuring element?
A device that generates a small voltage related to hydrogen-ion activity
A device whose resistance changes with applied mechanical strain
A device that produces a frequency proportional to flow rate
A device whose capacitance changes with diaphragm deflection
Correct answer: A device that generates a small voltage related to hydrogen-ion activity
The correct description is a device that generates a small voltage related to hydrogen-ion activity. A pH electrode develops a millivolt potential across a glass membrane that depends on the hydrogen-ion concentration of the solution, and that voltage is converted to a pH reading. A resistance change with strain describes a strain gauge, a frequency proportional to flow describes a turbine or vortex flow meter, and a capacitance change with diaphragm deflection describes a capacitive pressure sensor.
An engineer is approached by a client who asks the engineer to perform a design service and to also serve as the independent third-party reviewer who certifies that same design as adequate. Under engineering codes of ethics, the engineer should recognize this dual role as objectionable mainly because it:
Creates a conflict between the engineer's design interest and the required impartial review
Would require the engineer to charge two separate fees
Is only permitted for engineers licensed in more than one state
Correct answer: Creates a conflict between the engineer's design interest and the required impartial review
Creating a conflict between the design interest and the impartial review is correct because an engineer who designs a project cannot also serve as the truly independent reviewer of that same work without their judgment being compromised. Codes of ethics require engineers to avoid situations where personal or professional interest impairs objectivity, and self-review of one's own design destroys the independence a third-party check is meant to provide. Charging two fees, education records, and multi-state licensure are not the ethical defect in this dual role.
An engineer signs a non-disclosure agreement with a client. Later the engineer discovers, within the confidential project, a defect that poses an imminent danger to the public. Under engineering codes of ethics, how does the duty of confidentiality interact with the danger?
Confidentiality permanently bars the engineer from ever disclosing project information
The engineer may disclose only after the client gives written permission
The engineer must resign quietly and say nothing to anyone
The duty to protect the public can require disclosure to the appropriate authority despite confidentiality
Correct answer: The duty to protect the public can require disclosure to the appropriate authority despite confidentiality
The duty to protect the public requiring disclosure despite confidentiality is correct because the paramount obligation to public safety overrides ordinary confidentiality when the public faces imminent danger. Codes of ethics treat confidentiality as important but not absolute, and they direct engineers to notify a proper authority when public welfare is at risk. Treating confidentiality as permanent, waiting for client permission, or resigning silently would leave the public exposed to a known imminent hazard.
An engineer is told by a contractor that 'everyone in this region routinely skips a particular inspection step to save time, and no one has ever been harmed.' The engineer is asked to follow the same local custom. Under engineering codes of ethics, the engineer should conclude that:
Following common local practice automatically satisfies ethical duties
A widespread practice is acceptable as long as no harm has occurred yet
Conformance to required standards and the duty to the public govern, not popularity of a shortcut
Customary shortcuts are permitted if the contractor accepts the liability
Correct answer: Conformance to required standards and the duty to the public govern, not popularity of a shortcut
Conformance to required standards and the duty to the public is correct because the ethical and professional benchmark is compliance with applicable standards and protection of public welfare, not how many others cut a corner. Codes of ethics do not excuse violations simply because a shortcut is common or has not yet caused harm. The absence of past harm, local custom, and a contractor's willingness to accept liability do not relieve the engineer of the obligation to meet required practice.
Two engineering firms agree privately to take turns submitting deliberately high bids so a predetermined firm wins each public contract while the others appear to compete. Under engineering codes of ethics, this arrangement is best identified as:
A legitimate teaming agreement between firms
An acceptable way to share limited workload
A standard value-engineering practice
Bid rigging, which is dishonest and unfair competition the codes forbid
Correct answer: Bid rigging, which is dishonest and unfair competition the codes forbid
Bid rigging as dishonest and unfair competition is correct because secretly coordinating bids to predetermine a winner deceives the client and the public who rely on genuine competition. Codes of ethics require engineers to compete honestly and prohibit deceptive or fraudulent business practices. A legitimate teaming agreement is openly disclosed, sharing workload does not justify deceiving a client, and value engineering is an honest cost-improvement method, none of which describe collusive bidding.
An engineer is uncertain how to act in a genuinely ambiguous ethical situation that the code does not address with a specific rule. When applying engineering codes of ethics to such a dilemma, the engineer's soundest approach is to:
Choose whichever option is least expensive for the client
Apply the codes' fundamental canons, prioritizing public safety, health, and welfare
Do nothing until a regulator issues a direct order
Select the option that most benefits the engineer personally
Correct answer: Apply the codes' fundamental canons, prioritizing public safety, health, and welfare
Applying the fundamental canons and prioritizing public welfare is correct because when no specific rule fits, the overarching canons of the code, led by the paramount duty to public safety, health, and welfare, provide the guiding framework for resolving dilemmas. The codes are built on these principles precisely to handle situations rules cannot anticipate. Choosing the cheapest option, waiting for an order, or favoring oneself ignores the principle-based reasoning the codes require.
An engineer signs and seals a set of drawings as a personal favor for a colleague who actually prepared the design, even though the signing engineer never reviewed or supervised the work. This act, sometimes called plan stamping, is prohibited because the professional seal is meant to certify that the sealing engineer:
Personally prepared or directly supervised the sealed work
Was the lowest-cost option available to the client
Belongs to the same firm as the actual designer
Holds a license that has never been disciplined
Correct answer: Personally prepared or directly supervised the sealed work
Certifying that the engineer personally prepared or directly supervised the work is correct because a professional seal represents responsible charge over the engineering documents, which protects the public by tying accountability to a qualified licensee. Sealing work one neither prepared nor supervised, sometimes called plan stamping, misrepresents responsibility and is prohibited by licensing rules and ethics codes. Cost, shared firm membership, and an unblemished record do not authorize sealing work outside responsible charge.
A person who is not licensed advertises services to the public using the title 'Professional Engineer' and the abbreviation 'PE' even though they have never been licensed by any board. Under engineering licensure laws, this conduct is best described as:
Permissible because titles are not legally protected
Acceptable as long as the person has an engineering degree
Unlawful use of a protected professional title that boards act to stop
Allowed if the person works only on small projects
Correct answer: Unlawful use of a protected professional title that boards act to stop
Unlawful use of a protected professional title is correct because state licensing laws restrict the title 'Professional Engineer' and the 'PE' designation to those the board has licensed, and boards enforce against unlicensed use to protect the public. Holding a degree, limiting work to small projects, or assuming titles are unregulated does not authorize representing oneself as a licensed PE. Title protection ensures the public can trust that anyone using the designation has met licensure requirements.
When a state professional engineering board adopts rules of professional conduct and disciplines licensees who violate them, the legal authority for the board to do so comes primarily from:
A voluntary engineering society's bylaws
State statutes (the engineering practice act) that create and empower the board
The terms of each engineer's private employment contract
International engineering treaties
Correct answer: State statutes (the engineering practice act) that create and empower the board
State statutes in the engineering practice act are correct because licensing boards are created by state law, which grants them the power to license engineers, set rules of conduct, and impose discipline in order to protect the public. The board's authority is governmental and statutory. A society's bylaws bind only its voluntary members, private employment contracts govern only those parties, and international treaties do not establish a state board's disciplinary power.
A licensing board reviews two cases: one engineer made an honest, reasonable error of professional judgment that any competent engineer might have made, and another repeatedly ignored known code requirements. In distinguishing ordinary mistakes from sanctionable conduct, boards typically reserve discipline for:
Any error of any kind, regardless of intent or reasonableness
Negligence, incompetence, or misconduct that falls below accepted professional standards
Only errors that happen to become public
Only mistakes made by engineers early in their careers
Correct answer: Negligence, incompetence, or misconduct that falls below accepted professional standards
Reserving discipline for negligence, incompetence, or misconduct below accepted standards is correct because boards exist to protect the public from practice that fails to meet the standard of care, not to punish every honest, reasonable judgment call. Discipline targets conduct such as gross negligence, repeated code violations, or dishonesty. Sanctioning all errors regardless of reasonableness, only public ones, or only those by newer engineers would not match the standard-of-care basis boards actually apply.
A water-supply engineer must choose between a cheaper design that draws down an aquifer faster than it recharges and a costlier design that keeps withdrawals within the aquifer's natural recharge rate. From a sustainability standpoint, keeping use within the recharge rate is preferred because it reflects:
Using a renewable resource no faster than it can be replenished
Maximizing extraction while the resource lasts
Eliminating the need for any water treatment
Reducing the project's required factor of safety
Correct answer: Using a renewable resource no faster than it can be replenished
Using a renewable resource no faster than it can be replenished is correct because sustainability requires that renewable resources such as groundwater be drawn at or below their regeneration rate so the resource remains available for the future. Designing within the aquifer's recharge rate preserves long-term supply. Maximizing extraction depletes the resource, treatment needs are a separate matter, and a factor of safety is a structural concept unrelated to resource renewal rates.
An engineer compares two product designs using a life-cycle analysis and finds that Design X has lower greenhouse gas emissions but Design Y consumes far less water, with neither clearly better on every measure. This situation illustrates that life-cycle analysis often requires the engineer to:
Pick the option with the lowest purchase price by default
Ignore water impacts because only carbon matters
Conclude that the two designs are environmentally identical
Evaluate trade-offs across multiple impact categories rather than a single number
Correct answer: Evaluate trade-offs across multiple impact categories rather than a single number
Evaluating trade-offs across multiple impact categories is correct because life-cycle analysis assesses several environmental impacts, such as greenhouse gases, water use, and resource depletion, and a design rarely wins on all of them at once. The engineer must weigh these competing categories rather than rely on one metric. Defaulting to lowest price, ignoring water impacts, or declaring the designs identical all disregard the multi-criteria comparison that LCA is designed to support.
A manufacturing engineer redesigns a process so that the byproduct of one operation becomes the feedstock for another operation, sharply reducing waste sent off-site. This approach of looping outputs back as inputs to keep materials in use is a core idea of:
The linear take-make-dispose model
A circular economy approach to materials
Planned obsolescence
Maximizing single-use packaging
Correct answer: A circular economy approach to materials
A circular economy approach is correct because using one process's output as another's input keeps materials in productive use and minimizes waste, which is the defining principle of circularity in sustainable engineering. It contrasts directly with the linear take-make-dispose model that ends in waste. Planned obsolescence and maximizing single-use packaging both increase waste and oppose circular, resource-conserving design.
An engineer designing infrastructure for a coastal community considers how the project will perform under future sea-level rise and more intense storms so it can continue functioning after disruptions. This focus on the system's ability to withstand and recover from stresses over its life reflects designing for:
Minimum initial cost only
The shortest possible construction schedule
Resilience to future and changing conditions
A single past worst-case event, ignoring future change
Correct answer: Resilience to future and changing conditions
Designing for resilience to future and changing conditions is correct because resilience is the capacity of a system to withstand, adapt to, and recover from disturbances, and sustainable engineering accounts for evolving conditions such as sea-level rise over a project's life. Planning for these future stresses protects long-term societal welfare. Minimizing only initial cost, rushing the schedule, or designing solely to a past event without considering future change all undercut the project's long-term performance.
Comparing two power-plant options, an engineer notes that one technology emits far more carbon dioxide and particulate matter than the other but does not appear in either project's listed construction budget. These uncounted health and environmental costs borne by society rather than the project are best described as:
Negative externalities of the project
The project's internal rate of return
The contractor's overhead and profit
The factor of safety applied to the equipment
Correct answer: Negative externalities of the project
Negative externalities are correct because they are costs, such as pollution-related health and environmental harm, imposed on society that are not captured in a project's direct budget or price. Recognizing externalities is central to evaluating the true societal impact of engineering choices and to sustainable decision-making. An internal rate of return and contractor overhead are financial figures within the project, and a factor of safety is a structural design ratio, none of which describe uncounted social costs.
A maintenance technician receives a chemical container labeled with a flame pictogram and the signal word Danger. Under the OSHA Hazard Communication Standard, what document must the employer keep readily accessible to provide detailed handling, first-aid, and exposure information for that chemical?
The safety data sheet for the chemical
The annual injury and illness log
The facility emergency evacuation map
The equipment maintenance schedule
Correct answer: The safety data sheet for the chemical
The safety data sheet is correct. Under the OSHA Hazard Communication Standard, manufacturers must supply a safety data sheet for each hazardous chemical, and employers must keep it readily accessible to workers; it details hazards, handling, first aid, and exposure controls. The injury log records incidents rather than chemical hazards, the evacuation map shows egress routes, and a maintenance schedule tracks equipment servicing, none of which conveys chemical safety information.
The globally harmonized safety data sheet (SDS) is organized into 16 standardized sections. Which section number contains the first-aid measures that a responder should follow immediately after a chemical exposure?
Section 16
Section 4
Section 9
Section 14
Correct answer: Section 4
Section 4 is correct. The 16-section GHS-aligned safety data sheet places First-Aid Measures in Section 4, so a responder turns there for immediate exposure response. Section 9 lists physical and chemical properties, Section 14 covers transport information, and Section 16 holds other information such as the revision date, none of which provides first-aid guidance.
On a chemical label compliant with the Hazard Communication Standard, two standardized signal words are used to indicate the relative severity of a hazard. Which signal word indicates the more severe hazard category?
Caution
Notice
Warning
Danger
Correct answer: Danger
Danger is correct. The Hazard Communication Standard permits only two signal words, and Danger denotes the more severe hazard categories while Warning denotes the less severe ones. Caution and Notice are not approved GHS signal words for hazard labels, so they do not appear in this hazard-severity system.
A safety data sheet lists the GHS pictogram showing a skull and crossbones for a solvent. What primary hazard does this pictogram communicate to workers?
Acute toxicity that can cause death or serious harm
Mild skin or eye irritation only
Environmental hazard to aquatic life
Compressed gas under pressure
Correct answer: Acute toxicity that can cause death or serious harm
Acute toxicity is correct. Under the GHS used by the Hazard Communication Standard, the skull-and-crossbones pictogram signals acute toxicity that may be fatal or cause serious harm at low doses. The exclamation-mark pictogram covers mild irritation, the dead-tree-and-fish pictogram covers aquatic environmental hazards, and the gas-cylinder pictogram covers compressed gases, so none of those matches the skull and crossbones.
An industrial hygiene survey reports that a radioactive isotope used in a gauge has a half-life of 8 days. If the gauge starts with 80 units of activity, approximately how much activity remains after 24 days?
40 units
20 units
10 units
0 units
Correct answer: 10 units
Ten units is correct. Each half-life reduces the activity by half, and 24 days equals three half-lives of 8 days each, so the activity drops from 80 to 40 to 20 to 10 units. Forty units reflects only one half-life, twenty units only two, and zero units would require many half-lives rather than three.
In industrial hygiene toxicology, the term LD50 is used to characterize the acute toxicity of a substance. What does the LD50 value represent?
The dose that produces no observable effect in any subject
The maximum dose that can be safely handled without gloves
The concentration at which 50 percent of a gas ignites
The dose that is lethal to 50 percent of a test population
Correct answer: The dose that is lethal to 50 percent of a test population
The lethal-to-half interpretation is correct. LD50 is the median lethal dose, the amount of a substance expected to kill 50 percent of an exposed test population, and a lower LD50 indicates a more toxic chemical. It is not a no-effect level, not a handling threshold, and not an ignition concentration, which are unrelated measures.
A worker is exposed to ionizing radiation during a non-destructive testing operation. In industrial hygiene practice, which three protective strategies are emphasized to minimize the radiation dose received?
Ventilation, filtration, and humidification
Time, distance, and shielding
Grounding, bonding, and insulation
Lighting, signage, and training
Correct answer: Time, distance, and shielding
Time, distance, and shielding is correct. The standard industrial hygiene approach to limiting ionizing radiation dose is to minimize the time of exposure, maximize the distance from the source, and place shielding material between the worker and the source. Ventilation and filtration address airborne contaminants, grounding and bonding address static or electrical hazards, and lighting and signage are general controls, none of which is the radiation-dose triad.
A radioactive source decays through 4 half-lives. What fraction of the original radioactive material remains after these four half-lives have elapsed?
1/4
1/8
1/16
1/2
Correct answer: 1/16
One-sixteenth is correct. After each half-life the remaining fraction is multiplied by one-half, so after four half-lives the fraction is (1/2) raised to the fourth power, which equals 1/16. One-half corresponds to a single half-life, one-quarter to two, and one-eighth to three, not four.
An occupational exposure limit for a solvent vapor is published as an 8-hour time-weighted average (TWA). What does this TWA exposure limit represent?
The instantaneous peak concentration that must never be exceeded
The average airborne concentration a worker may be exposed to over a normal 8-hour workday
The concentration that is immediately dangerous to life and health
The minimum concentration required for the vapor to be detectable by smell
Correct answer: The average airborne concentration a worker may be exposed to over a normal 8-hour workday
The 8-hour average interpretation is correct. A time-weighted average exposure limit is the average airborne concentration to which a worker may be exposed over a normal 8-hour workday and 40-hour week without adverse effect. A never-exceed peak is a ceiling limit, the immediately-dangerous level is a separate IDLH value, and the odor threshold is unrelated to a regulatory exposure limit.
Three airborne-exposure metrics are used to control worker exposure: the time-weighted average, the short-term exposure limit, and the ceiling limit. Which limit represents a concentration that must not be exceeded at any instant during the work shift?
The ceiling limit
The 8-hour time-weighted average
The short-term exposure limit
The action level
Correct answer: The ceiling limit
The ceiling limit is correct. The ceiling is the concentration that must not be exceeded at any moment during the working exposure. The time-weighted average is an 8-hour mean, the short-term exposure limit is a 15-minute average that may be exceeded only briefly, and the action level is an administrative trigger for monitoring rather than an instantaneous maximum.
A worker's airborne lead exposure is measured at 60 micrograms per cubic meter against a permissible exposure limit of 50 micrograms per cubic meter. Based on a comparison to the exposure limit, what is the appropriate conclusion?
The exposure is acceptable because it is close to the limit
The exposure exceeds the permissible limit and controls are required
The exposure limit does not apply because lead is a solid
The measurement should be ignored as within normal variation
Correct answer: The exposure exceeds the permissible limit and controls are required
Exceeding the limit is correct. The measured concentration of 60 micrograms per cubic meter is greater than the 50-microgram permissible exposure limit, so the exposure is out of compliance and the employer must implement controls to reduce it. Being near the limit does not make an over-limit exposure acceptable, the airborne lead concentration is regulated regardless of the bulk form, and an over-limit reading cannot be dismissed as normal variation.
A large underground vault with a single access hatch and no continuous ventilation is entered only occasionally for maintenance. Under safety practice, this space is classified as a permit-required confined space primarily because of which characteristic?
It has unlimited room for workers to move freely
It is brightly lit and easy to exit quickly
It has limited or restricted means of entry and exit and is not designed for continuous occupancy
It is located above ground level
Correct answer: It has limited or restricted means of entry and exit and is not designed for continuous occupancy
The restricted access and non-continuous occupancy criterion is correct. A confined space is defined by being large enough to enter, having limited or restricted means of entry and exit, and not being designed for continuous occupancy, which is what makes the underground vault qualify. Ample movement room, good lighting, and above-ground location do not define a confined space and are not the basis for the classification.
Before workers enter a confined space such as a storage tank, mechanical ventilation is used to supply fresh air. What is the primary purpose of providing this ventilation prior to and during entry?
To dilute and remove hazardous atmospheres and maintain adequate oxygen
To increase the air pressure so the tank does not collapse
To raise the temperature for worker comfort
To dry out any residual liquid in the tank
Correct answer: To dilute and remove hazardous atmospheres and maintain adequate oxygen
Diluting hazards and maintaining oxygen is correct. Ventilation of a confined space exchanges the internal air to dilute and remove toxic or flammable vapors and to keep the oxygen concentration in a safe range for entrants. Preventing collapse is a structural concern, comfort heating is incidental, and drying residual liquid is not the safety purpose of confined-space ventilation.
Atmospheric testing of a confined space before entry must be performed in a specific order to protect the entrant. What is the correct sequence in which the atmosphere should be tested?
Toxic gases first, then oxygen, then flammable gases
Oxygen first, then flammable gases, then toxic gases
Flammable gases first, then toxic gases, then oxygen
Temperature first, then oxygen, then toxic gases
Correct answer: Oxygen first, then flammable gases, then toxic gases
Oxygen first, then flammable, then toxic is correct. Confined-space atmospheric testing follows this order because many combustible-gas and toxic-gas sensors depend on adequate oxygen to read accurately, so oxygen is verified first, flammability second, and toxicity last. Beginning with toxic or flammable gases, or with temperature, would risk inaccurate readings and is not the established testing sequence.
A confined-space gas monitor alarms on hydrogen sulfide (H2S). Which property of hydrogen sulfide makes relying on the sense of smell an unsafe way to gauge exposure at high concentrations?
It is odorless at all concentrations
It smells sweet and pleasant, masking the danger
It rapidly deadens the sense of smell, so the odor fades at dangerous levels
It can only be detected by its bright color
Correct answer: It rapidly deadens the sense of smell, so the odor fades at dangerous levels
Olfactory fatigue is correct. Hydrogen sulfide has a rotten-egg odor at low concentrations, but at higher, dangerous levels it rapidly paralyzes the sense of smell, so a worker may wrongly believe the gas has dissipated; this is why instrument monitoring is required. It is not odorless at low levels, it does not smell sweet, and as a colorless gas it cannot be judged by color.
A gas detector in a parking structure alarms for carbon monoxide (CO). Why is carbon monoxide considered especially hazardous to workers in enclosed areas?
It is a colorless, odorless gas that binds to hemoglobin and reduces oxygen delivery
It has a strong pungent odor that causes immediate evacuation
It is heavier than air and pools harmlessly at floor level
It is only dangerous when combined with water vapor
Correct answer: It is a colorless, odorless gas that binds to hemoglobin and reduces oxygen delivery
The colorless, odorless, hemoglobin-binding description is correct. Carbon monoxide gives no sensory warning and binds to hemoglobin far more strongly than oxygen, forming carboxyhemoglobin and starving tissues of oxygen, which makes it a leading cause of poisoning in enclosed spaces. It has no pungent odor, its density does not make it harmless, and its toxicity does not depend on water vapor.
In engineering economics, the principle of the time value of money states which of the following?
Money loses value only when inflation is present in the economy
All cash flows occurring in different years can be added directly without adjustment
A dollar available today is worth more than the same dollar received in the future
The value of money is fixed and independent of when it is received
Correct answer: A dollar available today is worth more than the same dollar received in the future
The principle that a dollar available today is worth more than the same dollar received in the future is the core idea of the time value of money. A dollar today can be invested to earn interest, so it grows over time, which is why cash flows occurring at different points in time cannot be compared or added directly until they are moved to a common point using interest factors. Inflation reinforces this but is not the defining cause; the earning potential of money is.
An engineer expects to receive a single payment of $10,000 five years from now. Using an annual interest rate of 8% compounded annually, what is the approximate present worth of that payment today?
$6,810
$7,350
$9,260
$14,690
Correct answer: $6,810
The present worth of about $6,810 is found by discounting the future amount with the single-payment present-worth factor, P=F/(1+i)n=10,000/(1.08)5. Since (1.08)5 is roughly 1.469, dividing 10,000 by 1.469 gives approximately $6,810. The value must be less than the $10,000 future payment because money received later is worth less today, which rules out the larger figures.
In a rate-of-return analysis, the internal rate of return (IRR) of a project is best defined as which of the following?
The interest rate charged by a bank to finance the project
The interest rate that makes the net present worth of all project cash flows equal to zero
The ratio of total revenue to total cost over the project life
The minimum acceptable return set by company management
Correct answer: The interest rate that makes the net present worth of all project cash flows equal to zero
The internal rate of return is the interest rate that makes the net present worth of all project cash flows equal to zero. At this rate, the discounted benefits exactly offset the discounted costs. It is an intrinsic property of the project's cash flow stream, not a bank's financing rate. The minimum acceptable return set by management is instead the MARR, against which the IRR is compared to decide whether to accept the project.
A machine costs $50,000, has a salvage value of $5,000, and a useful life of 9 years. Using straight-line depreciation, what is the annual depreciation charge?
$5,556
$5,000
$4,500
$5,000 in early years declining each year
Correct answer: $5,000
The annual depreciation charge of $5,000 comes from the straight-line method, which spreads the depreciable basis evenly across the asset's life: (cost minus salvage) divided by life, or (50,000 - 5,000) / 9 = 45,000 / 9 = $5,000 per year. The salvage value must be subtracted first because it is not depreciated. Straight-line gives a constant charge each year, so a declining charge would describe an accelerated method instead.
A project requires an initial investment of $20,000 today and is expected to return $8,000 at the end of each of the next 3 years. At a 10% discount rate, what is the approximate net present value (NPV) of the project?
$4,000
-$104
$24,000
$1,895
Correct answer: -$104
The NPV of approximately -$104 results from discounting the three annual returns of $8,000 at 10% and subtracting the initial $20,000 outlay. The uniform-series present-worth factor for 10% over 3 years is about 2.4869, so 8,000 x 2.4869 is roughly $19,896, and subtracting the $20,000 investment leaves about -$104. Because the discounted cash flows fall just short of the initial cost, the NPV is slightly negative, signaling the project does not quite meet the 10% return requirement.
A small manufacturer has fixed costs of $60,000 per year. Each unit sells for $40 and has a variable cost of $25. How many units must be sold per year to break even?
1,500 units
2,400 units
4,000 units
6,000 units
Correct answer: 4,000 units
The break-even quantity of 4,000 units is found by dividing fixed costs by the contribution margin per unit, which is the selling price minus the variable cost: 60,000 / (40 - 25) = 60,000 / 15 = 4,000 units. At this volume total revenue equals total cost and profit is zero. Using the full selling price or the variable cost alone instead of the $15 contribution margin produces the incorrect smaller or larger figures.
For a public project to be considered economically justified using benefit-cost analysis, the benefit-cost (B/C) ratio must satisfy which condition?
The B/C ratio must be greater than or equal to 1.0
The B/C ratio must be less than 1.0
The B/C ratio must equal exactly zero
The B/C ratio must be greater than the interest rate
Correct answer: The B/C ratio must be greater than or equal to 1.0
A project is economically justified when the benefit-cost ratio is greater than or equal to 1.0, meaning the equivalent worth of benefits at least equals the equivalent worth of costs. A ratio below 1.0 indicates costs exceed benefits and the project should be rejected. The ratio is dimensionless and is not compared against the interest rate, since the interest rate is already embedded in converting both benefits and costs to a common equivalent worth.
Compared with straight-line depreciation, an accelerated depreciation method such as a declining-balance method has which primary effect on the depreciation schedule?
It produces equal depreciation charges in every year of the asset's life
It depreciates the asset below its salvage value in the first year
It eliminates the need to estimate the asset's useful life
It records larger depreciation charges in the early years and smaller charges later
Correct answer: It records larger depreciation charges in the early years and smaller charges later
An accelerated method such as declining-balance records larger depreciation charges in the early years and smaller charges later, front-loading the write-off relative to the constant annual charge of straight-line depreciation. This timing can defer taxes by reducing taxable income sooner. It still requires a useful-life estimate, and proper application stops depreciation once book value reaches salvage value, so it does not drive book value below salvage.
An engineer deposits $4,000 today into an account earning 6% interest compounded annually. What is the approximate future worth of this deposit after 10 years?
$7,163
$6,400
$4,600
$5,200
Correct answer: $7,163
The future worth of approximately $7,163 comes from the single-payment compound-amount relation F=P(1+i)n=4,000×(1.06)10. Since (1.06)10 is about 1.791, multiplying 4,000 by 1.791 gives roughly $7,163. The amount must exceed the original $4,000 because compounding adds interest on both principal and accumulated interest, so the smaller results that reflect only simple growth are incorrect.
Two alternatives are evaluated at the company's minimum attractive rate of return (MARR) using discounted cash flow. Alternative A has a positive net present value and Alternative B has a negative net present value. Which conclusion is correct?
Both alternatives should be accepted because they were evaluated at the MARR
Neither alternative is acceptable because NPV cannot be used for comparison
Alternative A is economically acceptable while Alternative B is not
Alternative B is preferred because a negative NPV indicates lower cost
Correct answer: Alternative A is economically acceptable while Alternative B is not
Alternative A is economically acceptable while Alternative B is not, because a positive net present value at the MARR means the project earns more than the required return, while a negative NPV means it earns less. The discount rate used is the MARR, so the sign of the NPV directly indicates whether each alternative clears the hurdle. A negative NPV signals an unacceptable return, not lower cost, so it cannot make an alternative preferred.
A project has an internal rate of return of 12%, and the company's minimum attractive rate of return is 15%. Based on rate-of-return analysis, what is the correct decision?
Accept the project because its IRR is positive
Reject the project because its IRR is below the MARR
Accept the project because the IRR and MARR are both single rates
Reject the project only if inflation exceeds 15%
Correct answer: Reject the project because its IRR is below the MARR
The project should be rejected because its IRR of 12% is below the minimum attractive rate of return of 15%. In rate-of-return analysis a project is acceptable only when its internal rate of return meets or exceeds the MARR, which represents the lowest return the company is willing to accept. A positive IRR alone is not sufficient; it must clear the MARR hurdle, and the comparison is made directly between the two rates without involving inflation thresholds.
An engineer wants to know the present worth of receiving $2,000 at the end of each year for 5 years at an interest rate of 7%. The uniform-series present-worth factor (P/A, 7%, 5) is approximately 4.1002. What is the present worth?
$10,000
$1,427
$14,026
$8,200
Correct answer: $8,200
The present worth of approximately $8,200 is obtained by multiplying the annual amount by the uniform-series present-worth factor: 2,000 x 4.1002 = $8,200. This factor converts a series of equal annual payments into a single equivalent value today. The result is less than the $10,000 undiscounted sum of the five payments because future receipts are worth less in present terms, which rules out the $10,000 and larger figures.
A company performing break-even analysis finds that its variable cost per unit increases while the selling price and fixed costs stay the same. What happens to the break-even quantity?
The break-even quantity decreases
The break-even quantity stays the same
The break-even quantity becomes zero
The break-even quantity increases
Correct answer: The break-even quantity increases
The break-even quantity increases when variable cost per unit rises while price and fixed costs are unchanged. Break-even quantity equals fixed cost divided by the contribution margin (price minus variable cost), so a higher variable cost shrinks the contribution margin in the denominator, and dividing the same fixed cost by a smaller number yields a larger break-even quantity. More units must therefore be sold to cover costs, so the quantity does not stay the same or fall.
A loan carries a nominal annual interest rate of 12% compounded monthly. What is the approximate effective annual interest rate?
12.00%
12.36%
12.68%
13.00%
Correct answer: 12.68%
The effective annual interest rate of about 12.68% is calculated from the nominal rate and compounding frequency as (1+r/m)m−1, where r is 0.12 and m is 12 compounding periods per year. Computing (1+0.12/12)12−1 gives (1.01)12−1, which is approximately 0.1268, or 12.68%. The effective rate exceeds the 12% nominal rate because interest compounds within the year, so the nominal rate itself understates the true annual cost.
In a free body diagram of a rigid object, which set of items must be shown acting on the body?
Only the externally applied loads, with internal stresses excluded
All external forces, applied moments, and support reaction forces
Only the weight of the body and any friction forces
Internal member forces along with the body's acceleration vector
Correct answer: All external forces, applied moments, and support reaction forces
A correct free body diagram isolates the body and shows all external forces, applied moments or couples, and the reaction forces from every support. Showing all external loads and reactions is what makes the diagram complete because equilibrium equations are written from exactly those quantities; internal stresses and accelerations are not part of a static free body diagram of a single rigid body.
A free body diagram is being drawn for a beam resting on a frictionless roller support. How should the reaction at that support be represented?
As two perpendicular force components plus a reaction moment
As a single force perpendicular to the surface the roller rests on
As a force directed along the length of the beam
As a couple moment with no force component
Correct answer: As a single force perpendicular to the surface the roller rests on
A frictionless roller is represented in the free body diagram by a single reaction force normal to the supporting surface. Drawing one perpendicular force is correct because a roller can neither resist motion along the surface nor apply a moment, so it provides exactly one reaction component normal to the contact surface.
A simply supported horizontal beam carries a single downward point load of 600 N located 2 m from the left pin support, with the right roller support 6 m from the left support. What is the vertical reaction at the left support?
200 N
300 N
400 N
600 N
Correct answer: 400 N
The left reaction is 400 N. Taking moments about the right support, the left reaction times 6 m must balance the 600 N load acting at its 4 m distance from the right support, giving R_left = 600(4)/6 = 400 N, which satisfies both moment and vertical force equilibrium.
For a rigid body in two-dimensional static equilibrium, how many independent scalar equilibrium equations are available?
One
Two
Three
Six
Correct answer: Three
A two-dimensional rigid body has three independent scalar equilibrium equations. The correct count is three because equilibrium requires the sum of forces in two perpendicular directions to be zero and the sum of moments about any point to be zero, which limits a planar problem to three unknown reactions that can be solved by statics alone.
A fixed (built-in) support at the end of a cantilever beam in a two-dimensional analysis provides how many reaction components?
One: a single normal force
Two: two perpendicular force components only
Two: one force and one moment, but no horizontal force
Three: two force components and one moment
Correct answer: Three: two force components and one moment
A fixed support in two dimensions supplies three reaction components: a horizontal force, a vertical force, and a resisting moment. Three components is correct because a fixed support prevents translation in both directions and rotation, so it must be able to develop a reaction against each of those three possible motions.
The centroid of a composite plane area is most directly defined as which of the following?
The area-weighted average position of all the elemental areas
The point where the area's perimeter is shortest
The geometric center of the smallest enclosing rectangle
The point of maximum bending stress in the section
Correct answer: The area-weighted average position of all the elemental areas
The centroid is the area-weighted average location of all elemental areas making up the shape. Defining it as an area-weighted average of positions is correct because each centroidal coordinate equals the first moment of area about an axis divided by the total area, which is exactly a weighting of position by area.
A composite area consists of two rectangles: one of 20 cm-squared with its centroid at x = 2 cm and one of 30 cm-squared with its centroid at x = 7 cm. What is the x-coordinate of the composite centroid?
3.5 cm
4.5 cm
5.0 cm
6.0 cm
Correct answer: 5.0 cm
The composite centroid is at x = 5.0 cm. Using the area-weighted average, x-bar = (20*2 + 30*7)/(20+30) = (40 + 210)/50 = 250/50 = 5.0 cm, which correctly weights each part's centroid by its area.
For a right triangle of base b and height h, the centroid measured from the right-angle vertex along the base lies at what distance?
B/4
B/3
B/2
2b/3
Correct answer: B/3
The centroid of a triangle lies at one-third of the base from the right-angle vertex, at b/3. This is correct because the centroid of any triangle is located one-third of the distance from each side toward the opposite vertex, placing it at b/3 along the base and h/3 up the height.
The area moment of inertia of a plane section about a given axis is a measure of which property?
The total area enclosed by the section
The location of the section's centroid
The distribution of the area relative to that axis
The mass per unit volume of the section material
Correct answer: The distribution of the area relative to that axis
Area moment of inertia quantifies how the section's area is distributed about an axis. This is correct because it is computed as the integral of distance-squared times area, so area placed farther from the axis contributes much more, describing the spatial distribution rather than total area or mass.
For a rectangular cross section of width b and height h, the centroidal area moment of inertia about the horizontal axis through the centroid is given by which expression?
bh3/3
bh3/12
bh2/6
hb3/12
Correct answer: bh3/12
The centroidal moment of inertia of a rectangle about its horizontal axis is bh3/12. This expression is correct because the height h, measured perpendicular to the bending axis, is cubed, reflecting that area farther from the centroidal axis dominates the second moment of area.
A rectangle has a width of 4 cm and a height of 6 cm. What is its area moment of inertia about the centroidal axis parallel to the width?
36cm4
48cm4
72cm4
144cm4
Correct answer: 72cm4
The moment of inertia is 72cm4. Using bh3/12 with b=4 cm and h=6 cm gives 4⋅(63)/12=4⋅216/12=864/12=72cm4, the correct second moment of area about the centroidal axis.
The parallel axis theorem is used to compute which of the following?
The centroid location of an irregular composite area
The moment of inertia about an axis parallel to and offset from the centroidal axis
The shear stress distribution across a beam section
The polar moment of inertia from the radius of gyration alone
Correct answer: The moment of inertia about an axis parallel to and offset from the centroidal axis
The parallel axis theorem gives the moment of inertia about an axis parallel to the centroidal axis but offset from it. It is the correct tool here because it adds the term A*d-squared, where d is the perpendicular distance between the two parallel axes, to the centroidal moment of inertia.
A plane area of 10 cm2 has a centroidal moment of inertia of 50cm4. Using the parallel axis theorem, what is its moment of inertia about a parallel axis offset 3 cm from the centroid?
50cm4
90cm4
95cm4
140cm4
Correct answer: 140cm4
The moment of inertia about the offset axis is 140cm4. Applying I=Icentroid+Ad2 gives 50+10⋅(32)=50+90=140cm4, correctly adding the transfer term for the 3 cm offset.
When applying the parallel axis theorem, the transfer distance d in the term A*d-squared must be measured how?
As the perpendicular distance between the centroidal axis and the new parallel axis
As the distance from the new axis to the farthest fiber of the section
As the distance from the origin to the centroid
As the diagonal length across the cross section
Correct answer: As the perpendicular distance between the centroidal axis and the new parallel axis
The distance d is the perpendicular separation between the centroidal axis and the parallel axis of interest. This is correct because the parallel axis theorem is only valid when the reference axis passes through the centroid and d measures the straight-line gap between that axis and the new parallel one.
The radius of gyration of an area about an axis is defined by which relationship, where I is the moment of inertia and A is the area?
k=I/A
k=I⋅A
k=A/I
k=I/A
Correct answer: k=I/A
The radius of gyration is k=I/A. This relationship is correct because it represents the distance from the axis at which the entire area could be concentrated and still produce the same moment of inertia, since I=Ak2 by definition.
A cross section has a moment of inertia of 800cm4 about an axis and a cross-sectional area of 50 cm2. What is its radius of gyration about that axis?
2 cm
4 cm
8 cm
16 cm
Correct answer: 4 cm
The radius of gyration is 4 cm. Using k=I/A=800/50=16=4 cm, which correctly reduces the moment of inertia and area to an equivalent distance from the axis.
In the method of joints for truss analysis, how many independent equilibrium equations are available at each joint in a planar truss?
Three equations including a moment equation
One force equation along the member
Two force equations
Four equations
Correct answer: Two force equations
Each joint in a planar truss provides two independent force equilibrium equations. Two equations is correct because the forces at a joint are concurrent, so the sum of moments is automatically satisfied, leaving only the sum of forces in two perpendicular directions to solve.
When the method of joints is applied to a loaded truss, which assumption about the members is standard?
Members carry significant bending moments at the joints
Joints are rigid welds that transmit moments
Members carry distributed transverse loads along their length
Members are two-force members carrying only axial tension or compression
Correct answer: Members are two-force members carrying only axial tension or compression
Truss members are treated as two-force members carrying only axial tension or compression. This assumption is correct because ideal truss joints are pinned and loads are applied at joints, so each member has forces only at its two ends and must be purely axial to remain in equilibrium.
At a truss joint, two members meet: a horizontal member and a member at 30 degrees above horizontal. If equilibrium requires the vertical components to balance a 50 N downward applied load, what axial force must the inclined member carry?
25 N
50 N
87 N
100 N
Correct answer: 100 N
The inclined member must carry 100 N. Vertical equilibrium at the joint requires F*sin(30 degrees) = 50 N, and since sin(30 degrees) = 0.5, F = 50/0.5 = 100 N, the axial force needed to supply the balancing vertical component.
A block rests on a horizontal surface with a coefficient of static friction of 0.30 and a normal force of 200 N. What is the maximum static friction force that can resist sliding?
60 N
30 N
200 N
600 N
Correct answer: 60 N
The maximum static friction force is 60 N. It equals the coefficient of static friction times the normal force, 0.30 * 200 = 60 N, which is the largest friction force available before sliding begins.
For a block resting on an inclined plane, impending sliding by gravity alone occurs when the incline angle equals which quantity, where mu_s is the coefficient of static friction?
The arctangent of mu_s
The arcsine of mu_s
The arccosine of mu_s
Mu_s multiplied by 90 degrees
Correct answer: The arctangent of mu_s
Sliding impends when the incline angle equals the arctangent of the coefficient of static friction. This is correct because at the angle of repose the tangent of the incline angle equals mu_s, so the friction force at impending motion exactly balances the gravity component along the surface.
A 100 N block sits on a horizontal surface with a coefficient of static friction of 0.40. A horizontal force of 30 N is applied but the block does not move. What is the actual friction force acting on the block?
12 N
30 N
40 N
70 N
Correct answer: 30 N
The actual friction force is 30 N. Because the block is not moving, static friction takes whatever value is needed to maintain equilibrium, so it equals the 30 N applied force, which is below the 40 N maximum (0.40 * 100) available.
A couple acting on a rigid body in a plane produces which of the following effects?
A net force but no moment about the centroid
A moment that depends on the point about which it is calculated
A translation of the body without any rotation tendency
A pure moment with zero net force, independent of the reference point
Correct answer: A pure moment with zero net force, independent of the reference point
A couple produces a pure moment with zero resultant force, and that moment is the same about every point. This is correct because a couple consists of two equal, opposite, parallel forces whose net force cancels while their turning effect remains constant regardless of the reference point chosen.
In particle kinematics, which statement correctly distinguishes velocity from speed?
Velocity is a vector with direction while speed is the scalar magnitude of velocity
Speed is always larger than the magnitude of velocity
Velocity and speed are identical quantities with the same units and direction
Speed is a vector while velocity is a scalar
Correct answer: Velocity is a vector with direction while speed is the scalar magnitude of velocity
Velocity is a vector that has both magnitude and direction, while speed is the scalar magnitude of that velocity. This distinction is correct because kinematics treats velocity as the time derivative of the position vector, which carries direction, whereas speed reports only how fast the particle moves regardless of which way it travels.
A car accelerates uniformly from rest at 3 m/s-squared. What is its velocity after 4 seconds?
0.75 m/s
7 m/s
12 m/s
24 m/s
Correct answer: 12 m/s
The velocity is 12 m/s. With constant acceleration and an initial velocity of zero, v = a*t = 3 m/s-squared times 4 s = 12 m/s, which applies the basic kinematic relation between acceleration, time, and the resulting velocity.
A particle starts from rest and accelerates uniformly at 2 m/s-squared. How far does it travel in 5 seconds?
10 m
20 m
50 m
25 m
Correct answer: 25 m
The distance traveled is 25 m. Using s = v0*t + (1/2)*a*t-squared with v0 = 0 gives (1/2)(2)(5-squared) = (1/2)(2)(25) = 25 m, the displacement under constant acceleration from rest.
A ball is thrown straight up with an initial speed of 20 m/s. Using g = 9.81 m/s-squared and neglecting air resistance, approximately how high does it rise before momentarily stopping?
20.4 m
10.2 m
40.8 m
2.0 m
Correct answer: 20.4 m
The ball rises about 20.4 m. At the peak the velocity is zero, so v-squared = v0-squared minus 2*g*h gives h = v0-squared/(2g) = 400/(2*9.81), which is approximately 20.4 m, the maximum height under gravity alone.
In projectile motion with negligible air resistance, which statement about the horizontal and vertical motions is correct?
Both the horizontal and vertical velocity components remain constant
The horizontal velocity changes due to gravity while the vertical velocity stays constant
The horizontal velocity stays constant while the vertical velocity changes due to gravity
Both components accelerate equally in their own directions
Correct answer: The horizontal velocity stays constant while the vertical velocity changes due to gravity
In projectile motion the horizontal velocity stays constant while the vertical velocity changes because of gravity. This is correct because gravity acts only vertically, so it produces no horizontal acceleration, leaving the horizontal component unchanged while continuously altering the vertical component.
The work-energy theorem for a particle states which of the following?
The net work done on a particle equals the change in its kinetic energy
The net work done on a particle equals the change in its momentum
The net force on a particle equals the change in its potential energy
The total energy of a particle is always zero when work is done
Correct answer: The net work done on a particle equals the change in its kinetic energy
The work-energy theorem states that the net work done on a particle equals the change in its kinetic energy. This is correct because integrating Newton's second law over displacement yields the net work, which exactly accounts for the difference between the final and initial kinetic energies of the particle.
A 2 kg object moving at 3 m/s speeds up to 5 m/s. Using the work-energy theorem, what is the net work done on it?
4 J
8 J
16 J
25 J
Correct answer: 16 J
The net work done is 16 J. The work-energy theorem gives W = (1/2)*m*(v_final-squared minus v_initial-squared) = (1/2)(2)(25 minus 9) = (1)(16) = 16 J, the change in kinetic energy of the object.
A constant horizontal force of 50 N pushes a crate 4 m across a floor in the direction of the force. How much work does the force do on the crate?
12.5 J
54 J
100 J
200 J
Correct answer: 200 J
The work done is 200 J. For a constant force parallel to the displacement, work equals force times distance, 50 N times 4 m = 200 J, since the force and motion are in the same direction with no angle reduction.
A 1,000 kg car traveling at 20 m/s is brought to a complete stop by braking. How much work must the braking forces do on the car?
-100,000 J
-200,000 J
-20,000 J
-400,000 J
Correct answer: -200,000 J
The braking work is -200,000 J. By the work-energy theorem the work equals the change in kinetic energy, 0 minus (1/2)(1000)(20-squared) = -(1/2)(1000)(400) = -200,000 J, with the negative sign showing energy is removed from the car.
Power in a mechanical system is most directly defined as which of the following?
The product of force and displacement
The total energy stored in a moving body
The change in momentum per unit time
The rate at which work is done with respect to time
Correct answer: The rate at which work is done with respect to time
Power is the rate at which work is done with respect to time. This is correct because power equals work divided by the time interval over which it is performed, or equivalently force times velocity, distinguishing it from work itself and from momentum-based quantities.
A motor lifts a 100 kg load vertically at a steady speed of 2 m/s. Using g = 9.81 m/s-squared, what is the power output of the motor?
200 W
981 W
1,962 W
49 W
Correct answer: 1,962 W
The power output is about 1,962 W. At steady speed the lifting force equals the weight, m*g = 100*9.81 = 981 N, and power equals force times velocity, 981 N times 2 m/s = 1,962 W.
The linear momentum of a particle is defined as which of the following?
The product of the particle's mass and its velocity
One half the product of mass and velocity squared
The product of force and the time of contact
The product of mass and acceleration
Correct answer: The product of the particle's mass and its velocity
Linear momentum is the product of a particle's mass and its velocity. This is correct because momentum is a vector quantity defined as p = m*v, which differs from kinetic energy, impulse, and force even though those quantities are related to it.
The impulse-momentum principle states that the impulse of the net force on a particle equals which quantity?
The change in the particle's kinetic energy
The change in the particle's linear momentum
The work done by the net force
The change in the particle's position
Correct answer: The change in the particle's linear momentum
The impulse-momentum principle states that impulse equals the change in linear momentum. This is correct because integrating force over time yields the impulse, which by Newton's second law equals the resulting change in the particle's momentum rather than its energy or position.
A constant force of 10 N acts on a body for 3 seconds. What is the magnitude of the impulse delivered?
3.3 N-s
13 N-s
90 N-s
30 N-s
Correct answer: 30 N-s
The impulse is 30 N-s. Impulse equals force times the time of application for a constant force, 10 N times 3 s = 30 N-s, which represents the accumulated effect of the force over the interval.
A 0.5 kg ball moving at 4 m/s strikes a wall and rebounds straight back at 4 m/s. What is the magnitude of the change in its momentum?
0 kg-m/s
2 kg-m/s
4 kg-m/s
8 kg-m/s
Correct answer: 4 kg-m/s
The change in momentum has magnitude 4 kg-m/s. Taking one direction as positive, the momentum goes from +0.5*4 = 2 kg-m/s to -0.5*4 = -2 kg-m/s, so the magnitude of the change is 2 minus (-2) = 4 kg-m/s.
Two objects collide and stick together. Which type of collision does this describe, and what is conserved?
A perfectly elastic collision in which kinetic energy is conserved
An elastic collision in which momentum is lost
A collision in which neither momentum nor energy is conserved
A perfectly inelastic collision in which momentum is conserved but kinetic energy is not
Correct answer: A perfectly inelastic collision in which momentum is conserved but kinetic energy is not
Objects that stick together undergo a perfectly inelastic collision in which momentum is conserved but kinetic energy is not. This is correct because total linear momentum is always conserved when no external impulse acts, while the deformation and merging of the bodies dissipates kinetic energy as heat and sound.
A 3 kg cart moving at 4 m/s collides and couples with a stationary 1 kg cart. What is their common velocity immediately after the perfectly inelastic collision?
1.0 m/s
3.0 m/s
4.0 m/s
12.0 m/s
Correct answer: 3.0 m/s
The common velocity is 3.0 m/s. Conservation of momentum gives (3)(4) + (1)(0) = (3 + 1)*v, so 12 = 4*v and v = 3.0 m/s, the velocity of the combined mass after coupling.
The mass moment of inertia of a rigid body about an axis is a measure of which of the following?
The body's resistance to angular acceleration about that axis
The body's total weight acting through its center of mass
The linear momentum the body carries during rotation
The body's resistance to a change in its temperature
Correct answer: The body's resistance to angular acceleration about that axis
The mass moment of inertia measures a body's resistance to angular acceleration about an axis. This is correct because it is the rotational analog of mass, defined as the integral of mass elements times the square of their distance from the axis, governing how torque produces angular acceleration.
For a uniform solid disk of mass m and radius r rotating about its central axis, the mass moment of inertia is given by which expression?
M*r-squared
(1/2)*m*r-squared
(1/4)*m*r-squared
(2/5)*m*r-squared
Correct answer: (1/2)*m*r-squared
The mass moment of inertia of a uniform solid disk about its central axis is (1/2)*m*r-squared. This expression is correct because integrating the mass distribution of a disk about its center yields the one-half coefficient, distinguishing it from a thin ring, which has m*r-squared, and a solid sphere.
A solid disk of mass 4 kg and radius 0.5 m rotates about its central axis. What is its mass moment of inertia?
0.25 kg-m-squared
1.0 kg-m-squared
2.0 kg-m-squared
0.5 kg-m-squared
Correct answer: 0.5 kg-m-squared
The mass moment of inertia is 0.5 kg-m-squared. Using I = (1/2)*m*r-squared = (1/2)(4)(0.5-squared) = (1/2)(4)(0.25) = 0.5 kg-m-squared for a solid disk about its central axis.
For rotation of a rigid body about a fixed axis, the equation relating net torque to angular acceleration is which of the following?
Net torque equals mass moment of inertia times angular acceleration
Net torque equals mass times angular acceleration
Net torque equals mass moment of inertia divided by angular velocity
Net torque equals linear momentum times radius
Correct answer: Net torque equals mass moment of inertia times angular acceleration
For fixed-axis rotation, net torque equals the mass moment of inertia times the angular acceleration. This relation is the rotational form of Newton's second law, in which the mass moment of inertia plays the role of mass and angular acceleration plays the role of linear acceleration.
A net torque of 20 N-m is applied to a flywheel having a mass moment of inertia of 5 kg-m-squared. What is the resulting angular acceleration?
0.25 rad/s-squared
4 rad/s-squared
25 rad/s-squared
100 rad/s-squared
Correct answer: 4 rad/s-squared
The angular acceleration is 4 rad/s-squared. Rearranging torque equals inertia times angular acceleration gives alpha = torque divided by inertia = 20 N-m / 5 kg-m-squared = 4 rad/s-squared.
For an undamped single-degree-of-freedom mass-spring system, the natural frequency in radians per second is given by which expression, where k is stiffness and m is mass?
m/k
k/m
k⋅m
k/m
Correct answer: k/m
The natural frequency of an undamped mass-spring system is k/m. This is correct because solving the equation of motion for free vibration yields ωn=k/m, so a stiffer spring raises the frequency while a larger mass lowers it.
To find us again, just search “Career Employer FE Exam”
A simply supported horizontal beam carries a single downward point load of 600 N located 2 m from the left pin support, with the right roller support 6 m from the left support. What is the vertical reaction at the left support?
Pick an answer to see the explanation
Click Start Test above to launch a full-length FE Exam practice test weighted like the real exam, or drill a single topic — Mathematics, Statics, Dynamics, Fluid Mechanics, Engineering Economics, and more. Every question includes a clear explanation so you learn the reasoning, not just the answer.
The FE (Fundamentals of Engineering) exam is the first of two exams on the path to becoming a licensed Professional Engineer in the United States, taken by graduates of accredited engineering programs.
It is administered by NCEES (the National Council of Examiners for Engineering and Surveying) and delivered by computer year-round at Pearson VUE test centers.[1] The FE measures broad engineering fundamentals across many topic areas.
These practice questions follow the published NCEES FE exam specifications, mirroring the content and pacing of the real exam so you can build readiness across every topic.[3] To build readiness across every area, pair these with our free study guide, flashcards.
Fees, schedules, and policies change — always verify the current details at ncees.org before applying.
FE Exam at a Glance
FE Exam at a glance
Detail
FE Exam
Questions
110 multiple-choice questions
Question type
Multiple choice and alternative item types (computer-based)
Time limit
6-hour appointment: 5 hours 20 minutes testing, plus an 8-minute tutorial, a 2-minute agreement, and one 25-minute break
Result
Pass/Fail only; no fixed passing percentage (scaled cut score set by NCEES)
Computer-based, year-round at NCEES-approved Pearson VUE test centers
Administered by
NCEES (National Council of Examiners for Engineering and Surveying)
Cost
$225 fee payable to NCEES (verify at ncees.org)
What Is on the FE Exam?
The general (Other Disciplines) FE exam covers 110 questions spread across 14 broad engineering topic areas — from Mathematics and Engineering Economics to Statics, Dynamics, Fluid Mechanics, and Thermodynamics.[3]
These topics come from the NCEES FE exam specifications, with the mechanics and fluids areas carrying the most weight. Our full practice test mirrors these proportions:
FE Exam weighting by topic
Fluid Mechanics12% · 13 Qs
Statics9% · 10 Qs
Dynamics9% · 10 Qs
Strength of Materials9% · 10 Qs
Thermodynamics & Heat Transfer9% · 10 Qs
Mathematics8% · 9 Qs
Probability & Statistics6% · 7 Qs
Safety, Health & Environment6% · 7 Qs
Chemistry5% · 6 Qs
Engineering Ethics & Societal Impacts5% · 6 Qs
Engineering Economics5% · 6 Qs
Materials5% · 6 Qs
Basic Electrical Engineering5% · 6 Qs
Instrumentation & Controls4% · 4 Qs
Practice Questions by Topic
Use Start Test for a full weighted FE Exam simulation, or open the hub and pick a single topic to drill your weak area. After each full exam, your results show a per-topic breakdown so you know exactly where to focus — most examinees need the most reps on the mechanics areas and Fluid Mechanics.
The 7 FE Discipline Exams
NCEES offers the FE as seven freestanding, discipline-specific exams, each with 110 questions: Chemical, Civil, Electrical and Computer, Environmental, Industrial and Systems, Mechanical, and Other Disciplines.[1]
You choose the version that best matches your degree and intended PE path. Most examinees take the exam aligned with their major, while the Other Disciplines version serves interdisciplinary and general-engineering candidates.
This practice test focuses on the broad, common engineering fundamentals shared across the FE — the core that the Other Disciplines exam covers and that every discipline builds on, so it is useful preparation regardless of which version you ultimately sit.[3]
How Do You Register for the FE Exam?
You register for the FE through your NCEES account, pay the $225 exam fee directly to NCEES, and then schedule your exam at an NCEES-approved Pearson VUE test center.[1]
Verify the current fee at ncees.org before applying, as fees change. Your NCEES account is the single hub for registration, scheduling, and score reporting.
Because the FE is offered year-round, you choose the date and location that suit you once you are approved to test. Schedule early to secure your preferred seat, since popular centers and dates fill up.[5]
The name on your registration must exactly match the government-issued photo ID you bring to the test center, or you may be turned away.
How Is the FE Exam Scored?
The FE is reported as pass or fail only — there is no published passing percentage.[2]
NCEES converts your raw score to a scaled score that adjusts for small differences in difficulty between exam forms, then compares that scaled score to a minimum ability level set by subject-matter experts through psychometric statistical methods.
NCEES scores each exam with no predetermined percentage of examinees set to pass or fail, so the standard is an absolute ability bar rather than a curve against other candidates.[2]
If you do not pass, NCEES provides a diagnostic report showing your performance on each major topic, so you know exactly where to focus before a retake.[1]
How Hard Is the FE Exam?
The FE is demanding mainly for its breadth and pacing — 110 questions across many distinct engineering topics in 5 hours and 20 minutes of testing — rather than any single hard subject.[1] The practical challenge is sustaining focus and managing time across very different problem types.
The mechanics areas — Statics, Dynamics, Strength of Materials — and Fluid Mechanics carry the most weight, so fluency there moves your score the most. Thermodynamics and Mathematics are also heavily represented.
Everything is open to the searchable NCEES FE Reference Handbook, so success depends less on memorizing formulas and more on knowing where to find them fast and applying them quickly under time pressure.
Pass/Fail
Result type
no fixed %
110
Questions total
across 14 topics
5h 20m
Testing time
of a 6-hour slot
The takeaway: drill until you’re consistently passing full-length, topic-weighted practice exams under realistic time — especially the mechanics and fluids areas — using only the Reference Handbook, before you book your exam date.
What to Expect on Exam Day
Arrive at your Pearson VUE test center early to check in — bring a valid, unexpired government-issued photo ID whose name matches your NCEES registration.[4] You’ll store phones and personal items in a locker; no outside notes are allowed.
After a 2-minute nondisclosure agreement and an 8-minute tutorial, you work through 110 questions in 5 hours and 20 minutes of testing, with one 25-minute scheduled break that you may take partway through.
The on-screen, searchable NCEES FE Reference Handbook is your only reference — there is no paper allowed — so practice navigating it well before exam day. Simulating the full timing with practice tests makes that long clock feel routine.
How to Use This FE Exam Practice Test
Recreate exam conditions. Take the full test timed, using only the NCEES Reference Handbook.[4]
Diagnose, then drill. Use a full FE simulation to find weak topics, then drill them.
Prioritize mechanics + fluids. They’re the biggest score-movers.
Learn the why. Read every explanation — understanding beats memorizing.
Answer everything. There’s no guessing penalty, so never leave a question blank.
Why the FE Exam Matters
Passing the FE is the gateway to engineering licensure — it earns the Engineer Intern (EI) or Engineer-in-Training (EIT) designation and is the required first step toward becoming a licensed Professional Engineer.[1] A PE license expands the roles you can hold, the work you can sign off on, and your earning potential across nearly every engineering field. These free FE Exam practice tests are the most efficient way to get there.
Conclusion
Performing well on the FE comes down to broad command of engineering fundamentals — math, mechanics, fluids, thermodynamics, and more — and the stamina to sustain it across a long exam. Use this free FE Exam practice test to find your weak topics, drill them to mastery, and pair it with our free study guide, flashcards to walk in confident on test day.
FE Exam Practice Test FAQ
The FE (Fundamentals of Engineering) exam is the first of two exams required to become a licensed Professional Engineer (PE) in the United States, administered by NCEES (the National Council of Examiners for Engineering and Surveying). It is designed for recent graduates and students close to finishing an ABET-accredited engineering program, and passing it earns the Engineer Intern (EI) or Engineer-in-Training (EIT) designation.
The FE exam has 110 multiple-choice questions and a 6-hour appointment. That appointment includes a 2-minute nondisclosure agreement, an 8-minute tutorial, 5 hours and 20 minutes of actual testing time, and one 25-minute scheduled break.
There is no fixed passing percentage. NCEES converts your raw score to a scaled score that adjusts for small differences in difficulty between exam forms, then compares it to a minimum ability level set by subject-matter experts through psychometric analysis. Results are reported only as pass or fail, with no predetermined percentage of examinees set to pass or fail, so there is no published cut score to memorize.
NCEES offers seven discipline-specific FE exams: Chemical, Civil, Electrical and Computer, Environmental, Industrial and Systems, Mechanical, and Other Disciplines. Choose the version that best matches your degree and intended PE path — most examinees take the exam aligned with their major. If your field is not listed or is interdisciplinary, the Other Disciplines version covers the broad, general engineering fundamentals that this practice test focuses on.
The FE exam fee is $225, payable directly to NCEES (verify the current amount at ncees.org, since fees change). You register through your NCEES account, then schedule your exam at an NCEES-approved Pearson VUE test center. The exam is offered year-round, so you book the date and location that works for you once you are approved to test.
The FE is a computer-based exam offered year-round at Pearson VUE test centers. NCEES limits examinees to three attempts in any 12-month period and one attempt per testing window, so plan your retakes accordingly. Because it is offered continuously rather than on fixed dates, you can schedule a retake fairly quickly if needed.
The general (Other Disciplines) FE exam covers broad engineering fundamentals: Mathematics, Probability and Statistics, Chemistry, Instrumentation and Controls, Engineering Ethics and Societal Impacts, Safety/Health/Environment, Engineering Economics, Statics, Dynamics, Strength of Materials, Materials, Fluid Mechanics, Basic Electrical Engineering, and Thermodynamics and Heat Transfer. This practice test mirrors those topic areas and their relative weights.
Because the FE tests broad fundamentals under tight time pressure, the most effective preparation is repeated full-length, topic-weighted practice tests using only the searchable NCEES FE Reference Handbook, exactly as you will on exam day. Read every rationale to learn the reasoning, drill your weakest topics, and reinforce gaps between sessions with a study guide, flashcards, and a cheat sheet.
Career Employer is the ultimate resource to help you get started working the job of your dreams. We cover topics from general career information, career searching, exam preparation with free study materials, career interviewing, and becoming successful in your career of choice.
Here at Career Employer, we focus a lot on providing factually accurate information that is always up to date. We strive to provide correct information using strict editorial processes, article editing, and fact-checking for all of the information found on our website. We only utilize trustworthy and relevant resources. To find out more, make sure to read our full editorial process page here.