Practice Questions and Detailed Solutions Latest Update
2026/2027 | Documentation, Technical Reports, Verified Answers
- 180 Questions
This exam assesses advanced competencies in STEM communication, including technical documentation,
audience analysis, visual data presentation, ethics, and collaborative writing. It emphasizes the application of
contemporary standards and best practices in professional STEM contexts. It contains 180 multiple-choice
questions, each with four distractors and a fully worked rationale that explains why the keyed answer is correct.
Questions are organized into clearly labelled sections that mirror the major content areas of the course. Targeted
learning outcomes include: Analyze and adapt communication strategies for diverse STEM audiences.; Design
and evaluate technical documents and visualizations for clarity and impact.; Apply ethical frameworks to data
representation and technical communication.; Synthesize complex technical information into accessible,
decision-ready formats.. Every item has been reviewed for clinical accuracy, current guidelines, and clarity so
that students can study with confidence and self-correct as they work through the bank. Use it as a high-yield
review immediately before the exam, or as a structured practice tool during the unit - the rationales double as
concise teaching notes. The recommended writing time is 3 hours, with a passing score of 75%. Aligned with
Aligned with ABET accreditation standards for STEM programs and the IEEE Professional Communication
Society guidelines. standards and reflects the question style commonly seen on accredited program examinations.
Students consistently achieving above the cut score on this bank have historically gone on to earn A+ on the
Section 1: General (Questions 1-180)
1 In a high-stakes engineering design review, an engineer must
present simulation data to both the executive team and the design
team. Which approach best balances the need for strategic clarity
and technical depth?
A) Present the same detailed technical report to both audiences to
ensure consistency.
B) Create an executive summary with key performance indicators for
the executives and a separate, detailed technical appendix for the
design team.
C) Deliver a single oral presentation that focuses on the most critical
simulation results, avoiding all technical details.
D) Provide raw simulation output files and let each audience extract
relevant information independently.
Answer: B
Rationale: Audience analysis dictates that different stakeholders
require different levels of detail. An executive summary highlights
,strategic implications, while a technical appendix provides the depth
needed by the design team. Option A fails to address differing needs,
C omits necessary technical substance, and D shifts the burden to the
audience, likely causing misinterpretation.
2 When documenting a software API, which practice best supports
both human developers and automated documentation generators?
A) Writing verbose comments for every function, regardless of
complexity.
B) Using standardized docstring formats (e.g., JSDoc, Sphinx) with
type hints and examples.
C) Relying solely on code comments without any external
documentation.
D) Generating documentation exclusively from code, with no
manual curation.
Answer: B
Rationale: Standardized docstrings with type hints and examples are
machine-readable and human-friendly, enabling tools to generate
consistent, up-to-date documentation. Verbose comments (A) may be
redundant, code-only comments (C) lack overview, and fully
auto-generated docs (D) often miss design rationale and high-level
guidance.
3 A research team has collected data from a sensor network. The lead
scientist wants to present the data in a way that reveals both the
overall trend and the uncertainty of measurements. Which
visualization is most appropriate?
A) Pie chart showing the proportion of readings above a threshold.
B) Line chart with shaded confidence intervals.
C) Bar chart of mean values with error bars.
D) Scatter plot with a fitted regression line and R-squared value.
Answer: B
Rationale: A line chart with shaded confidence intervals
,simultaneously displays the trend over time and the uncertainty
(variability) of the measurements. Bar charts with error bars (C) are
less effective for continuous trends, scatter plots (D) show raw data
but not trend/uncertainty as clearly, and pie charts (A) are
inappropriate for temporal trends.
4 In a technical report, you must present a histogram of a dataset that
includes a few extreme outliers. What is the most ethical and
transparent approach?
A) Remove the outliers to make the histogram more readable, and
note this in a footnote.
B) Use a log scale to compress the outliers, and clearly label the axis
transformation.
C) Keep the original histogram without any transformation, even if
the outliers obscure the main distribution.
D) Truncate the x-axis at a reasonable range and mention that
outliers exist beyond the displayed range.
Answer: B
Rationale: Using a log scale preserves all data points while improving
readability, and clearly labeling the transformation maintains
transparency. Removing outliers (A) can bias the presentation,
truncating the axis (D) can mislead, and an untransformed histogram
(C) may fail to communicate the underlying distribution effectively.
5 During a collaborative writing project, a team member consistently
misses deadlines, causing delays. Which communication strategy is
most effective for addressing the issue while maintaining a
professional relationship?
A) Publicly call out the team member during a meeting to ensure
accountability.
B) Send a private message asking if there are any obstacles and
offering support.
, C) Quietly reassign the team member's tasks to others to avoid
conflict.
D) Escalate the issue to the supervisor immediately without
discussing it with the team member.
Answer: B
Rationale: Private, supportive communication opens a dialogue to
identify underlying issues and fosters a collaborative atmosphere.
Public confrontation (A) damages trust, quietly reassigning (C) avoids
the root cause, and immediate escalation (D) bypasses conflict
resolution and can harm the relationship.
6 In a technical presentation, you need to convey the results of a
complex simulation to a non-specialist audience. Which approach
best ensures comprehension while maintaining accuracy?
A) Use analogies and visual metaphors to explain key concepts, and
provide a one-page handout with technical details.
B) Present all equations and raw data to demonstrate rigor.
C) Simplify the results to a single 'success/failure' message, omitting
caveats.
D) Use dense technical jargon but speak slowly to help the audience
keep up.
Answer: A
Rationale: Analogies and visuals bridge the gap between complex
technical content and lay audiences, while a handout with details
preserves accuracy and allows deeper exploration. Presenting all
equations (B) overwhelms, oversimplification (C) misrepresents, and
jargon (D) fails to communicate effectively.
7 Which of the following best describes the role of plain language in
technical documentation for the public?
A) It is a legal requirement in all STEM fields.
B) It involves using simple words, clear structure, and examples to
make information accessible to non-experts.