FE Exam Calculator: Permitted Calculators & Rules
Your essential guide to understanding which calculators are allowed on the Fundamentals of Engineering exam.
FE Exam Calculator Compliance Checker
What Calculator Can I Use on the FE Exam?
Navigating the requirements for the Fundamentals of Engineering (FE) exam can be stressful, and one of the most common questions prospective examinees have is: “What calculator can I use on the FE exam?” The NCEES (National Council of Examiners for Engineering and Surveying) has very specific rules about approved calculators to ensure a fair testing environment for all. Using a non-approved calculator can lead to serious consequences, including being dismissed from the exam. This guide provides a comprehensive overview of the NCEES calculator policy and helps you determine if your calculator is compliant.
Understanding the NCEES Calculator Policy
The NCEES FE exam calculator policy is designed to prevent candidates from gaining an unfair advantage through advanced computational capabilities. The core principle is that calculators must be basic in nature, focusing on standard mathematical functions rather than complex programming, graphing, or data storage/communication. This means most standard scientific calculators are acceptable, while advanced graphing calculators or those with specialized functions are typically prohibited.
Who Needs to Know This Policy?
- All FE Exam Candidates: Regardless of your engineering discipline, you must adhere to the calculator policy.
- Students Preparing for the FE Exam: It’s crucial to know this policy well in advance of your exam date to purchase or familiarize yourself with an approved model.
- Educators and Academic Advisors: Providing accurate information about the FE exam process is vital for student success.
Common Misconceptions about FE Exam Calculators
- “All scientific calculators are allowed.” This is false. While many are, specific features like graphing, programming, or CAS are strictly forbidden.
- “If it’s not explicitly banned, it’s allowed.” The NCEES policy outlines what *is* allowed and what features are prohibited. Relying on the absence of a ban is risky; it’s best to check against the prohibited features.
- “My calculator was allowed on my university’s engineering exam, so it’s allowed on the FE.” University policies can differ significantly from NCEES standards. Always defer to the official NCEES rules for the actual exam.
FE Exam Calculator Rules: Formula and Mathematical Explanation
The NCEES calculator policy isn’t a complex mathematical formula, but rather a set of clear, binary criteria (Yes/No) applied to specific calculator features. To determine compliance, we evaluate each feature against the NCEES prohibitions. If any prohibited feature is present, the calculator is non-compliant. If none of the prohibited features are present, and it’s not a prohibited model, it is generally considered compliant.
Compliance Logic:
A calculator is compliant IF AND ONLY IF:
- It is NOT a graphing calculator.
- It is NOT programmable.
- It does NOT have a QWERTY keyboard.
- It does NOT have a Computer Algebra System (CAS).
- It does NOT have wireless or other communication features.
- It is NOT on the NCEES explicitly banned list (though this is rare if the above criteria are met).
The core calculation logic in our checker reflects this:
var isCompliant = true;
var reasons = [];
if (isGraphing === 'yes') {
isCompliant = false;
reasons.push("is a graphing calculator");
}
if (isProgrammable === 'yes') {
isCompliant = false;
reasons.push("is programmable");
}
if (hasQWERTY === 'yes') {
isCompliant = false;
reasons.push("has a QWERTY keyboard");
}
if (hasCAS === 'yes') {
isCompliant = false;
reasons.push("has Computer Algebra System (CAS)");
}
if (hasCommunication === 'yes') {
isCompliant = false;
reasons.push("has communication features");
}
var finalStatus = isCompliant ? "Likely Compliant" : "Non-Compliant";
var complianceReasoning = "";
if (isCompliant) {
complianceReasoning = "Based on your inputs, the calculator meets NCEES criteria for non-prohibited features.";
} else {
complianceReasoning = "The calculator is non-compliant because it " + reasons.join(', ') + ".";
}
Variables Table:
| Variable | Meaning | Unit | Typical Range |
|---|---|---|---|
| isGraphing | Indicates if the calculator can plot functions. | Yes/No | Yes, No |
| isProgrammable | Indicates if the calculator allows users to write and store custom programs. | Yes/No | Yes, No |
| hasQWERTY | Indicates if the calculator has a full standard keyboard layout. | Yes/No | Yes, No |
| hasCAS | Indicates if the calculator has a system that can perform symbolic mathematics (e.g., simplifying algebraic expressions automatically). | Yes/No | Yes, No |
| hasCommunication | Indicates if the calculator has features for wireless data transfer (e.g., Bluetooth, Wi-Fi) or other communication interfaces. | Yes/No | Yes, No |
Practical Examples of FE Exam Calculator Compliance
Let’s look at a few common scenarios to illustrate how the compliance checker works and what it means for your exam preparation.
Example 1: A Standard Scientific Calculator
Scenario: An examinee is considering using a Texas Instruments TI-30X IIS calculator.
Inputs:
- Calculator Model/Name: TI-30X IIS
- Is it a Graphing Calculator?: No
- Is it Programmable?: No
- Does it have a QWERTY Keyboard?: No
- Does it have Computer Algebra System (CAS)?: No
- Does it have Wireless/Communication Features?: No
Calculator Output:
- Compliance Status: Likely Compliant
- Reasoning: Based on your inputs, the calculator meets NCEES criteria for non-prohibited features.
- Compliant Models Link: View Approved Calculators
- NCEES Policy Link: Read Official Policy
Financial/Decision Interpretation: This is a very common and widely accepted calculator for the FE exam. Candidates can feel confident using it, though verifying it’s not a variant with extra features is always wise. Owning a compliant calculator like this avoids the cost and stress of needing to rent one or dealing with exam day issues.
Example 2: A Prohibited Graphing Calculator
Scenario: An examinee wants to use a Texas Instruments TI-84 Plus CE.
Inputs:
- Calculator Model/Name: TI-84 Plus CE
- Is it a Graphing Calculator?: Yes
- Is it Programmable?: Yes
- Does it have a QWERTY Keyboard?: No
- Does it have Computer Algebra System (CAS)?: No
- Does it have Wireless/Communication Features?: Yes
Calculator Output:
- Compliance Status: Non-Compliant
- Reasoning: The calculator is non-compliant because it is a graphing calculator, is programmable, has communication features.
- Compliant Models Link: View Approved Calculators
- NCEES Policy Link: Read Official Policy
Financial/Decision Interpretation: This calculator is explicitly prohibited. Attempting to use it would result in denial of entry or dismissal from the exam. The candidate must acquire an approved model. The cost associated with purchasing a new, compliant calculator is a necessary expense for exam eligibility. Relying on this calculator would lead to significant financial loss (exam fees) and time delays.
Example 3: A Calculator with CAS
Scenario: An examinee asks about a Casio fx-CG50.
Inputs:
- Calculator Model/Name: Casio fx-CG50
- Is it a Graphing Calculator?: Yes
- Is it Programmable?: Yes
- Does it have a QWERTY Keyboard?: No
- Does it have Computer Algebra System (CAS)?: Yes
- Does it have Wireless/Communication Features?: Yes
Calculator Output:
- Compliance Status: Non-Compliant
- Reasoning: The calculator is non-compliant because it is a graphing calculator, is programmable, has Computer Algebra System (CAS), has communication features.
- Compliant Models Link: View Approved Calculators
- NCEES Policy Link: Read Official Policy
Financial/Decision Interpretation: This calculator, like the TI-84, is unsuitable for the FE exam due to multiple prohibited features, including its graphing and CAS capabilities. The candidate must invest in a calculator that meets the NCEES standards to avoid forfeiture of exam fees and rescheduling costs.
How to Use This FE Exam Calculator Checker
Our FE Exam Calculator Compliance Checker is designed for simplicity and accuracy. Follow these steps to determine if your calculator meets the NCEES requirements.
Step-by-Step Instructions:
- Enter Calculator Model: Type the exact name or model number of your calculator into the “Calculator Model/Name” field.
- Answer Feature Questions: For each subsequent question (“Is it a Graphing Calculator?”, “Is it Programmable?”, etc.), select the most accurate answer (Yes or No) based on your calculator’s specifications. If you’re unsure about a feature, consult your calculator’s manual or the manufacturer’s website.
- Click “Check Calculator”: Press the “Check Calculator” button.
- Review Results: The checker will immediately display a “Compliance Status” (Likely Compliant or Non-Compliant), provide specific reasoning for the status, and offer links to the official NCEES lists of approved and prohibited calculators.
How to Read the Results:
- “Likely Compliant”: This status indicates that, based on the features you entered, your calculator *should* be acceptable. However, NCEES maintains the final authority. Always cross-reference with the official NCEES Approved Calculator List.
- “Non-Compliant”: This status clearly indicates that your calculator has features that are prohibited by NCEES. You must obtain a different calculator that meets the policy requirements.
- Reasoning: This section details *which* specific feature(s) made your calculator non-compliant, helping you understand the policy better.
- NCEES Links: Use these links to view the official list of acceptable calculators and read the full NCEES calculator policy for absolute certainty.
Decision-Making Guidance:
If your calculator is deemed “Likely Compliant,” proceed with familiarizing yourself thoroughly with its functions relevant to the FE exam topics. If it’s “Non-Compliant,” your priority should be to purchase or borrow an approved calculator. Investing in a calculator from the NCEES approved list is a crucial step in your FE exam preparation. Don’t wait until the last minute; confirm your calculator’s status early to avoid last-minute stress and potential exam day complications.
Key Factors That Affect FE Exam Calculator Compliance
Several key characteristics of a calculator determine whether it meets the NCEES standards for the FE exam. Understanding these factors is crucial for making an informed decision.
- Graphing Capability: This is perhaps the most significant disqualifier. Calculators that can plot mathematical functions (e.g., y = f(x)) are strictly prohibited. The FE exam tests your fundamental understanding and application of engineering principles, not your ability to interpret complex graphs generated by a device.
- Programmability: Calculators that allow users to write, store, and execute custom programs are not permitted. This includes programs for solving specific engineering equations or performing complex iterative calculations beyond standard functions. The exam aims to test your ability to apply formulas and algorithms manually, not to run pre-written code.
- QWERTY Keyboard: Calculators featuring a full standard alphanumeric keyboard (like a computer keyboard) are banned. This feature often overlaps with programmability and data storage, making them too advanced for the exam’s scope.
- Computer Algebra System (CAS): Calculators with CAS functionality can perform symbolic mathematics, such as simplifying algebraic expressions, finding derivatives or integrals symbolically, and solving equations algebraically. This level of advanced mathematical processing is not allowed. The focus is on numerical computation and applying engineering principles.
- Wireless or Communication Features: Any calculator with the ability to transmit or receive data wirelessly (e.g., Bluetooth, Wi-Fi, infrared) or connect to other devices is strictly forbidden. This is a security measure to prevent unauthorized communication or data access during the exam.
- Memory and Data Storage: While not always explicitly listed as a separate point, calculators with extensive memory for storing notes, formulas, or large datasets are generally not allowed. Approved calculators typically have limited memory, sufficient only for calculations and basic function storage. The exam relies on your knowledge, not stored data.
- Power Source (Implicit): While not a feature, NCEES requires calculators to be battery-powered. Calculators requiring external power sources are not suitable. NCEES also recommends that candidates bring spare batteries.
- NCEES Explicitly Banned List: NCEES maintains a list of specific models that are banned. While most bans stem from the features listed above, it’s always prudent to check this list. However, if your calculator lacks all prohibited features, it’s unlikely to be on this list.
FE Exam Calculator FAQ
What is the main goal of the NCEES calculator policy?
Can I use a calculator that has some, but not all, prohibited features?
Where can I find the official list of approved calculators?
What happens if I bring a non-approved calculator to the exam?
Are financial calculators allowed on the FE exam?
My calculator has a “solver” function. Is that considered programmable or CAS?
What should I do if my calculator model isn’t on the NCEES list?
Can I bring multiple calculators to the FE exam?
What about calculators for specific disciplines, like civil or electrical engineering?
Related Tools and Internal Resources
-
FE Exam Prep Time Calculator
– Estimate the time needed to study for your FE exam based on your target score and available hours. -
NCEES FE Exam Calculator Policy Deep Dive
– An in-depth analysis of the NCEES calculator rules, including historical changes and interpretations. -
FE Exam Score Predictor
– A tool to help estimate your potential score based on practice exam results. -
Best Calculators for the FE Exam
– A curated list and reviews of calculators that are confirmed to be compliant and recommended by successful candidates. -
FE Exam Study Plan Template
– Downloadable templates to help structure your FE exam preparation schedule. -
Comprehensive FE Exam Review Course
– Enroll in our top-rated review course designed to cover all essential topics and exam strategies.