Topic module

Software Engineering

Software questions test algorithms, Big O, sorting, searching, arrays, trees, recursion, testing, control flow, requirements, and documentation.

Long-form learning
Concept to Risk to Memory to Check-up

How to study for the FE Electrical and Computer exam

Use the NCEES specification as your map: build math, circuits, digital systems, and professional-practice fluency, then rotate through electronics, power, controls, communications, networks, computer systems, and software.

Core concepts

Concept 1

Software Engineering questions reward the answer that follows the official source, the professional role, and the stated facts.

Exam cue: Identify the candidate role, client or public risk, source rule, calculation, or process step being tested.

Concept 2

The strongest answer identifies the rule, safety concern, ethical duty, calculation, client factor, or process step before acting.

Exam cue: Check whether the fact pattern is using a national standard, jurisdiction rule, handbook policy, or scenario-specific instruction.

Concept 3

Eliminate answers that ignore requirements, skip documentation, overreach the role, or treat convenience as the standard.

Exam cue: Choose the compliant and professionally scoped answer before the convenient or familiar answer.

Risk pitfalls and guardrails

Treating related standards as interchangeable without checking the source.

Guardrail: Avoid answers that rely only on habit, ignore the stated source, skip safety or compliance steps, or choose convenience over the professional standard.

Skipping screening, documentation, authorization, sanitation, recordkeeping, or other required procedure.

Guardrail: Avoid answers that rely only on habit, ignore the stated source, skip safety or compliance steps, or choose convenience over the professional standard.

Choosing an answer that protects convenience instead of client safety, public protection, or the stated professional duty.

Guardrail: Avoid answers that rely only on habit, ignore the stated source, skip safety or compliance steps, or choose convenience over the professional standard.

Memory anchors

Algorithm

An algorithm is a finite procedure for solving a problem or performing a computation.

Big O

Big O notation describes asymptotic growth of time or space use.

Sorting

Sorting arranges data according to an ordering rule.

Searching

Searching locates target data within a collection or structure.

Array

An array stores indexed elements in a contiguous logical sequence.

Tree

A tree is a hierarchical data structure with parent-child relationships.

Recursion

Recursion solves a problem by calling the same procedure on smaller cases with a base case.

Testing

Testing gathers evidence that software behavior matches requirements and handles expected cases.

Control Flow

Control flow determines the order in which program statements execute.

Binary Search

Binary search is O(log n) because each comparison discards roughly half of a sorted search interval.

Stack and Queue

A stack is last-in-first-out, while a queue is first-in-first-out.

Regression Test

After a controlled defect fix, regression tests check that existing behavior was not unintentionally broken.

Checkpoint rule

Do the check-up only after you can summarize each concept in one sentence and identify one dangerous pitfall from memory.

Knowledge Check (after reading)

Short check-up to confirm understanding of this module.

Check-up Questions

1-2 question checkpoint

Accessing element A[i] in an array by index has typical time complexity

Searching an unsorted array of n elements for an arbitrary target has worst-case time

Answer all questions to submit.

Next step personalized recommendations

Continue learning

Move forward only after this module is stable.

What is Pass Harbor?

Completely free exam prep for 317 U.S. exams.

  • Practice questions
  • Flashcards
  • Study guides
  • Mock exams
  • No registration
  • No paywall
  • Start instantly
No more expensive exam prep. Quality study tools should be accessible to everyone.