「組み込み開発」の英単語一覧
nyangailabに収録されている「組み込み開発」分野の英単語は全70語です。代表的な単語を紹介します。
- V字モデル(要件定義からテストまでを対応付けて進める開発プロセス)は英語でV-model(名詞)。 例文: Our development process follows the V-model, from requirements down to system test.
- MILS(モデルインザループシミュレーション:制御モデルをPC上で検証する手法)は英語でMILS(名詞)。 例文: We validate the control logic in MILS before any code is generated.
- SILS(ソフトウェアインザループシミュレーション:生成後のコードをPC上で検証する手法)は英語でSILS(名詞)。 例文: The generated code passed all the SILS test cases yesterday.
- HILS(ハードウェアインザループシミュレーション:実ECUを模擬環境で検証する手法)は英語でHILS(名詞)。 例文: Can we run this on the HILS bench before we test it in the actual vehicle?
- PILS(プロセッサインザループシミュレーション:実プロセッサ上でコードを検証する手法)は英語でPILS(名詞)。 例文: PILS testing showed a timing difference that never appeared in SILS.
- 要求トレーサビリティ(要求から設計・テストまでの対応関係を追跡できること)は英語でrequirement traceability(名詞)。 例文: The safety auditor asked us to demonstrate requirement traceability from the hazard analysis to the test cases.
- 単体テストレベルは英語でunit test level(名詞)。 例文: This bug should have been caught at the unit test level.
- 結合テストレベルは英語でintegration test level(名詞)。 例文: The two modules worked fine alone but failed at the integration test level.
- システムテストレベルは英語でsystem test level(名詞)。 例文: We're seeing intermittent failures only at the system test level.
- 受け入れテストは英語でacceptance test(名詞)。 例文: The customer will run their own acceptance test before sign-off.
- バックトゥバックテスト(モデルと実装、または旧版と新版の出力を突き合わせて検証する手法)は英語でback-to-back testing(名詞)。 例文: We found the root cause during back-to-back testing between the model and the generated code.
- フォールト注入テスト(意図的に故障を発生させて安全機構を検証する手法)は英語でfault injection testing(名詞)。 例文: Fault injection testing confirmed the ECU enters a safe state when the sensor signal is lost.
- 機能安全は英語でfunctional safety(名詞)。 例文: The functional safety team reviewed our design before we started coding.
- フェールセーフ(故障時に安全な状態へ移行する設計)は英語でfail-safe(形容詞)。 例文: Is this a fail-safe or fail-operational requirement?
- フェールオペレーショナル(故障時も機能を継続できる設計)は英語でfail-operational(形容詞)。 例文: A fail-operational system needs redundant actuators, not just a safe shutdown.
- 安全目標(ハザード分析から導かれる最上位の安全要求)は英語でsafety goal(名詞)。 例文: The safety goal states that unintended acceleration shall not occur.
- ハザード分析(危険事象を洗い出し、リスクを評価する活動)は英語でhazard analysis(名詞)。 例文: We reran the hazard analysis after the new sensor was added to the design.
- FMEA(故障モード影響解析:起こりうる故障とその影響を体系的に洗い出す手法)は英語でFMEA(名詞)。 例文: The FMEA flagged the connector as a single point of failure.
- 冗長性(同じ機能を複数系統で持たせること)は英語でredundancy(名詞)。 例文: We added redundancy on the sensor line to meet the ASIL D requirement.
- ウォッチドッグタイマー(ソフトウェアの異常を検知してリセットする監視回路)は英語でwatchdog timer(名詞)。 例文: The watchdog timer reset the ECU unexpectedly during the overnight soak test.
- 安全状態(故障発生時に遷移する、リスクを最小化した状態)は英語でsafe state(名詞)。 例文: When communication is lost, the actuator moves to its safe state.
- RTOS(リアルタイムオペレーティングシステム)は英語でRTOS(名詞)。 例文: The RTOS guarantees this task runs within a fixed time budget.
- タスクスケジューリング(複数の処理をどの順序・タイミングで実行するかの制御)は英語でtask scheduling(名詞)。 例文: Poor task scheduling caused the higher-priority interrupt to be delayed.
- 割り込みレイテンシ(割り込み発生からハンドラ実行開始までの遅延)は英語でinterrupt latency(名詞)。 例文: The interrupt latency spiked whenever the logging task was running.
- メモリフットプリント(プログラムが消費するメモリ量)は英語でmemory footprint(名詞)。 例文: Adding that library nearly doubled our memory footprint.
- ボードサポートパッケージ(特定のハードウェア向けの基本ドライバ・起動コード一式)は英語でboard support package(名詞)。 例文: The supplier delivered a board support package along with the evaluation board.
- クロスコンパイル(開発PC上で、別のターゲット向けの実行コードを生成すること)は英語でcross-compilation(名詞)。 例文: We use cross-compilation to build code on Windows that runs on the ARM target.
- ターゲットハードウェア(実際にソフトウェアを動かす実機)は英語でtarget hardware(名詞)。 例文: It works fine on the simulator but hasn't been verified on the target hardware yet.
- ベンチテスト(車両に搭載せず、机上の治具・実機構成で行う試験)は英語でbench test(名詞)。 例文: Let's do a bench test first before we install this on the mule vehicle.
- OTAアップデート(無線通信を通じてソフトウェアを更新すること)は英語でover-the-air update(名詞)。 例文: The infotainment bug was fixed with an over-the-air update, no dealer visit required.
- OTA(over-the-air updateの略)は英語でOTA(名詞)。 例文: This ECU isn't OTA-capable yet, so it still needs a cable at the dealer.
- センサー信号は英語でsensor signal(名詞)。 例文: The ECU enters a safe state whenever the sensor signal drops out.
- 閉ループ制御(出力を測定してフィードバックし、目標値との差を補正する制御方式)は英語でclosed-loop control(名詞)。 例文: The throttle position is regulated with closed-loop control.
- 開ループ制御(フィードバックを用いず、あらかじめ決めた指令のみで動かす制御方式)は英語でopen-loop control(名詞)。 例文: During the cold start, the fuel injection briefly runs in open-loop control.
- 干渉からの独立性(異なる安全レベルの機能が互いに影響しないことの保証)は英語でfreedom from interference(名詞)。 例文: We had to prove freedom from interference between the ASIL D and QM partitions.
- 共通原因故障(単一の原因で複数の要素が同時に故障すること)は英語でcommon cause failure(名詞)。 例文: A single power supply fault caused a common cause failure across both redundant channels.
- 診断カバレッジ(安全機構が検出できる故障の割合)は英語でdiagnostic coverage(名詞)。 例文: The safety mechanism needs at least 90 percent diagnostic coverage for this ASIL level.
- MC/DCカバレッジ(条件・判定の組み合わせを網羅する高水準の構造カバレッジ基準)は英語でMC/DC coverage(名詞)。 例文: The safety-critical module requires MC/DC coverage before it can be released.
- ビットバンギング(専用ハードウェアを使わずソフトウェアでI/Oピンを直接制御して通信する手法)は英語でbit-banging(名詞)。 例文: We're bit-banging the protocol on a spare GPIO pin since there's no dedicated peripheral.
- ヒステリシス(しきい値付近でのチャタリングを防ぐための制御上の遅れ幅)は英語でhysteresis(名詞)。 例文: We added hysteresis to the threshold so the fan doesn't cycle on and off rapidly.
他30語はアプリ内でフラッシュカード・音声つきで学べます。
→ 用語集トップ(他の分野を見る)