wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

COMP 312 - Midterm Exam

Total questions: 40

Worksheet time: 27mins

Name
Class
Date
1.

Which Excel function is used to find the highest value in a data range?

a)

MIN

b)

MAX

c)

AVERAGE

d)

COUNT

2.

What is the purpose of using the IF function in Excel?

a)

To find the total number of cells

b)

To calculate totals

c)

To perform a logical test and return a value based on TRUE or FALSE

d)

To sort data alphabetically

3.

A Mechanical Engineer uses Excel to calculate stress (σ = F/A) for multiple samples. Which Excel formula is correct if Force is in column B and Area in column C?

a)

=C2/B2

b)

=B2*C2

c)

=B2/C2

d)

=A2/B2

4.

Which function can be used to compute the average temperature reading from cell range B2:B20?

a)

=MEAN(B2:B20)

b)

=AVERAGE(B2:B20)

c)

=AVG(B2:B20)

d)

=TOTAL(B2:B20)/COUNT(B2:B20)

5.

Which of the following software is commonly used in Mechanical Engineering for 3D modeling and simulation?

a)

Microsoft Excel

b)

AutoCAD

c)

SolidWorks

d)

MathLab

6.

Why is Microsoft Excel important in Mechanical Engineering?

a)

It replaces design software

b)

It helps in complex numerical calculations, data analysis, and reporting

c)

It is used only for making presentations

d)

It is not applicable in engineering

7.

Which Excel feature is best for summarizing large data like material test results by categories (e.g., metal type, thickness)?

a)

Charts

b)

Pivot Tables

c)

Conditional Formatting

d)

Data Validation

8.

What Excel function is used to add values in cells D2:D10 only if corresponding C2:C10 equals “Steel”?

a)

=SUM(D2:D10)

b)

=SUMIF(C2:C10, "Steel", D2:D10)

c)

=IF(C2:C10="Steel", D2:D10)

d)

=AVERAGEIF(C2:C10, "Steel", D2:D10)

9.

In Excel, what is the intersection of a row and a column called?

a)

Range

b)

Worksheet

c)

Cell

d)

Table

10.

What is a range in Excel?

a)

A single value

b)

A group of adjacent cells

c)

A column header

d)

A worksheet name

11.

What is the shortcut to save a workbook?

a)

Ctrl + N

b)

Ctrl + S

c)

Ctrl + P

d)

Ctrl + Shift + S

12.

What is the maximum number of columns in modern Excel versions (Excel 2016 or later)?

a)

65,536

b)

1,048,576

c)

16,384

d)

256

13.

Which shortcut allows you to move to the beginning of a worksheet (cell A1)?

a)

Ctrl + A

b)

Ctrl + Home

c)

Ctrl + End

d)

Alt + Home

14.

Which part of Excel allows you to enter or edit data or formulas in a cell?

a)

Ribbon

b)

Formula Bar

c)

Status Bar

d)

Title Bar

15.

Which formula correctly computes the Stress (MPa) for each specimen?

a)

=C2*D2

b)

=D2/C2

c)

=C2/D2

d)

=SUM(C2:D2)

16.

Which function can be used to find the maximum stress among all specimens?

a)

=MAX(E2:E11)

b)

=D2/C2=AVERAGE(E2:E11)

c)

=C2/D2=MIN(E2:E11)

d)

=IF(E2:E11>400)

17.

What is the formula to return the average elongation (%) of all specimens?

(a)  

18.

What is the formula that identifies the minimum force applied among the specimens?

(a)  

19.

If you want to find the total force applied to all Aluminum specimens, which formula is correct?

a)

=SUMIF(B2:B11,"Aluminum",C2:C11)

b)

=AVERAGEIF(B2:B11,"Aluminum",C2:C11)

c)

=SUMIFS(C2:C11,B2:B11,"Aluminum")

d)

=SUM(B2:B11,"Aluminum",C2:C11)

20.

Which function computes the average stress of Steel specimens only?

a)

=AVERAGE(E2:E11)

b)

=SUMIFS(E2:E11,B2:B11,"Steel")

c)

=AVERAGEIF(B2:B11,"Steel",E2:E11)

d)

=IF(B2="Steel",AVERAGE(E2:E11))

21.

Which Excel feature would you use to summarize average stress per material type?

a)

Sort

b)

Pivot Table

c)


Filter

d)

Chart

22.

In a Pivot Table showing Technician vs. Average Stress, the field “Technician” should be placed in which area?

a)

Values

b)

Columns

c)

Rows

d)

Filters

23.

Which function can determine how many tests were conducted by “John”?

a)

=COUNTIF(H2:H11,"John")

b)

=IF(H2:H11="John")

c)


=SUMIF(H2:H11,"John")

d)

=COUNT(H2:H11,"John")

24.

If you want to determine whether the Stress value exceeds 450 MPa, which formula is correct?

a)

=IF(E2>450,"High","Normal")

b)

=IF(E2=450,"High","Normal")

c)

=IF(E2<450,"High","Normal")

d)


=IF(E2>=450,"Normal","High")

25.

Which formula will compute the average flow rate of all pumps?

a)

=SUM(C2:C11)/10

b)

=AVERAGE(C2:C11)

c)

=MAX(C2:C11)

d)

=COUNT(C2:C11)

26.

Which function gives the maximum pressure recorded among all pumps?

a)

=MIN(D2:D11)

b)

=AVERAGE(D2:D11)

c)

=MAX(D2:D11)

d)

=COUNT(D2:D11)

27.

Which function correctly finds the average efficiency of Plant D?

a)

=AVERAGE(F2:F11)

b)

=AVERAGEIF(B2:B11,"Plant D",F2:F11)

c)

=SUMIF(B2:B11,"Plant D",F2:F11)

d)

=COUNTIF(B2:B11,"Plant D")

28.

Which formula will return “High Efficiency” if the value in F2 is greater than or equal to 85, otherwise “Normal”?

a)

=IF(F2>=85,"High Efficiency","Normal")

b)

=IF(F2<85,"High Efficiency","Normal")

c)

=IF(F2=85,"Normal","High Efficiency")

d)

=IF(F2>85,"Normal","High Efficiency")

29.

To find the average Power Input (kW) of all pumps, use the function (a)   .

30.

To determine the highest efficiency (%), use the formula (a)   .

31.

In Excel, to get the total Maintenance Cost across all plants, the function used is (a)   .

32.

Based on the given dataset, What is the output of =SUM(D2:D21)?

(a)  

33.

Based on the given dataset, What is the output of =MAX(D2:D21)?

(a)  

34.

Based on the given dataset, What is the highest maintenance cost?

(a)  

35.

Based on the given dataset, What is the total Power Input in Plant A?

(a)  

36.

What is the total Budget allocated for all flood control projects?

(a)  

37.

What is the total Actual Cost for projects handled by AquaBuild Construction?

(a)  

38.

How many projects were completed "On Schedule"?

(a)  

39.

What is the highest project budget among all entries?

(a)  

40.

What is the total budget of projects managed by RiverSafe Engineering?

(a)