「組み込み(エレキ)」の英単語一覧
nyangailabに収録されている「組み込み(エレキ)」分野の英単語は全51語です。代表的な単語を紹介します。
- 半導体部品やICについて、電気的特性・ピン配置・タイミング仕様・パッケージ情報などをメーカーが公式にまとめた技術資料。データシート。は英語でdatasheet(名詞)。 例文: Before soldering the chip onto the board, always check the pin assignments in the datasheet.
- ICやコネクタの各ピン(端子)にどの信号が割り当てられているかを示した図や一覧。ピン配置図・ピン配列。は英語でpinout(名詞)。 例文: Refer to the pinout diagram to identify which pin is VCC and which is ground.
- 半導体部品が破壊されずに耐えられる、電圧・電流・温度などの絶対的な限界値を示した規定。瞬間的でも超えると素子が損傷する可能性がある値であり、通常動作を保証する値ではない。絶対最大定格。は英語でabsolute maximum ratings(名詞)。 例文: Exceeding the absolute maximum ratings for even a few nanoseconds can permanently damage the device.
- データシート中で、電源電圧・入出力電流・しきい値電圧などのICの電気的な性能値を、条件ごとの最小・標準・最大値として一覧にした表。電気的特性(表)。は英語でelectrical characteristics(名詞)。 例文: According to the electrical characteristics table, the typical input leakage current is only 1 μA.
- メーカーが、規定された性能や信頼性を発揮できると保証する、電源電圧・動作温度などの推奨される使用範囲。推奨動作条件。は英語でrecommended operating conditions(名詞)。 例文: The recommended operating conditions specify an ambient temperature range of -40°C to +85°C.
- ICの内部構成を、実際の回路図ではなくCPUコアやレジスタ、周辺回路などを機能単位のブロックとその接続関係で簡略に示した図。機能ブロック図。は英語でfunctional block diagram(名詞)。 例文: The functional block diagram shows how the ADC, timer, and communication peripherals share the internal bus.
- 論理回路やロジックICについて、入力信号のすべての組み合わせに対する出力を一覧にした表。真理値表。は英語でtruth table(名詞)。 例文: According to the truth table, the output goes high only when both inputs A and B are low.
- データシート中で、そのICを実際に使う際の標準的な周辺回路(電源のパスコンや発振子、プルアップ抵抗など)を示した参考回路図。標準応用回路・代表的応用回路。は英語でtypical application circuit(名詞)。 例文: The typical application circuit shows a 0.1 μF decoupling capacitor placed close to each power pin.
- 信号の立ち上がり・立ち下がりのタイミングや、複数信号間の時間的な関係(セットアップ時間・ホールド時間など)を波形図で示した図。タイミング図・タイミングチャート。は英語でtiming diagram(名詞)。 例文: The timing diagram shows that data must be stable for at least 10 ns before the clock edge.
- フリップフロップやレジスタにデータを正しく取り込むために、クロックの有効エッジが来る前にデータ信号が安定していなければならない最小時間。セットアップ時間。は英語でsetup time(名詞)。 例文: If the setup time is violated, the flip-flop may output a metastable, unpredictable value.
- フリップフロップやレジスタがデータを正しく取り込むために、クロックの有効エッジの後もデータ信号が安定した状態を保っていなければならない最小時間。ホールド時間。は英語でhold time(名詞)。 例文: The hold time requirement means the input data must not change until 2 ns after the clock edge.
- 論理回路やICにおいて、入力信号が変化してから、それに対応して出力信号が変化するまでに生じる遅延時間。伝搬遅延(時間)。は英語でpropagation delay(名詞)。 例文: The propagation delay from input to output is typically 12 ns at room temperature.
- 信号がLowからHighへ遷移する際に、規定された下限(例えば最終値の10%)から上限(例えば90%)まで変化するのに要する時間。立ち上がり時間。は英語でrise time(名詞)。 例文: A slower rise time reduces electromagnetic interference but can violate setup-time margins at high clock speeds.
- 信号がHighからLowへ遷移する際に、規定された上限(例えば最終値の90%)から下限(例えば10%)まで変化するのに要する時間。立ち下がり時間。は英語でfall time(名詞)。 例文: Rise time and fall time are usually measured between the 10% and 90% points of the output swing.
- 同じクロック信号が、配線の長さや負荷の違いなどにより、回路内の異なる箇所へわずかに異なるタイミングで到達してしまうずれ。クロックスキュー。は英語でclock skew(名詞)。 例文: Excessive clock skew between two flip-flops can effectively eat into the available setup time margin.
- クロック信号などの周期的な信号において、本来あるべきタイミングからのわずかな周期的・非周期的なばらつき・揺らぎ。ジッター。は英語でjitter(名詞)。 例文: Excessive clock jitter can cause bit errors in high-speed serial communication links.
- フリップフロップにおいて、セットアップ時間やホールド時間の規定に違反した入力を受けたとき、出力がHighともLowとも定まらない中間的な電圧レベルにとどまり、その後どちらかの状態に落ち着くまでに不定な時間を要する現象。メタステーブル状態・準安定状態。は英語でmetastability(名詞)。 例文: Metastability typically arises when an asynchronous signal is sampled without proper synchronization.
- デジタル信号がLowからHighへ切り替わる瞬間。多くの同期回路はこの瞬間を基準にデータを取り込む。立ち上がりエッジ。は英語でrising edge(名詞)。 例文: This flip-flop captures the D input on the rising edge of the clock.
- デジタル信号がHighからLowへ切り替わる瞬間。立ち下がりエッジ。は英語でfalling edge(名詞)。 例文: Some devices sample data on the falling edge of the clock instead of the rising edge.
- CPUとメモリや周辺回路との間で、実際のデータ(命令やデータ値)をやり取りするための、複数の信号線をまとめた伝送路。データバス。は英語でdata bus(名詞)。 例文: This microcontroller has an 8-bit data bus, so it transfers one byte per read or write cycle.
- CPUがメモリや周辺回路上のどの番地(アドレス)にアクセスするかを指定するための、複数の信号線をまとめた伝送路。アドレスバス。は英語でaddress bus(名詞)。 例文: A 16-bit address bus can directly address up to 65,536 memory locations.
- データバスやアドレスバスと組み合わせて、読み出し・書き込み・割り込みなどの制御信号をやり取りするための伝送路。制御バス。は英語でcontrol bus(名詞)。 例文: The control bus carries signals such as read/write and chip-select that coordinate data transfers.
- MOSFET出力段において、Highレベルを能動的に出力する回路を持たずLowへの引き込みのみを行い、Highにするには外部のプルアップ抵抗が必要な出力方式。オープンドレイン(出力)。は英語でopen-drain(形容詞)。 例文: I2C bus lines are typically driven by open-drain outputs and pulled high with external resistors.
- バイポーラトランジスタ出力段において、Highレベルを能動的に出力する回路を持たずLowへの引き込みのみを行い、Highにするには外部のプルアップ抵抗が必要な出力方式。オープンコレクタ(出力)。は英語でopen-collector(形容詞)。 例文: The open-collector output can sink up to 20 mA when pulled low.
- デジタル出力において、通常のHigh・Lowに加えて、出力段を電気的に切り離した高インピーダンス状態(Hi-Z)を持たせることができる出力形式。3ステート・トライステート(出力)。は英語でtri-state(形容詞)。 例文: When the output-enable pin is high, the tri-state buffer places the bus in a high-impedance state.
- 信号のピンや制御線について、電圧がLow(0V付近)のときにその機能が有効になる方式。データシートではピン名の上に上線(オーバーバー)を付けたり、末尾に「N」や「B」を付けたりして示されることが多い。アクティブロー(負論理)。は英語でactive-low(形容詞)。 例文: The RESET pin is active-low, so the chip is held in reset while that pin is at 0 V.
- 信号線に接続し、何も駆動されていない(浮いている)ときの電位を既定でLowレベルに保つための抵抗。プルダウン抵抗。は英語でpull-down resistor(名詞)。 例文: A pull-down resistor ensures the input pin reads low when the button is not pressed.
- 回路基板上で、複数の回路ブロックへ共通の電圧を供給する電源ラインの通称。例えば3.3Vや1.2Vなど、特定の電圧値ごとに「〜Vレール」と呼ぶ。電源レール。は英語でvoltage rail(名詞)。 例文: The board has separate 3.3 V and 1.8 V voltage rails for the MCU and the sensor, respectively.
- ICの電源ピンとグラウンドの間に近接して配置し、電源電圧の瞬間的な変動やノイズを吸収して安定させるためのコンデンサ。デカップリングコンデンサ・パスコン。は英語でdecoupling capacitor(名詞)。 例文: Place a 0.1 μF decoupling capacitor as close as possible to each power pin of the IC.
- 電源ラインに含まれる高周波ノイズを、コンデンサを通してグラウンドへ迂回(バイパス)させ、回路の他の部分への影響を減らすためのコンデンサ。バイパスコンデンサ。は英語でbypass capacitor(名詞)。 例文: A bypass capacitor is added at the power input to filter out high-frequency noise from the supply.
- 回路が信号処理や負荷駆動などの実質的な動作をしていない、待機状態にあるときに消費する電流。無信号時電流・静止電流。は英語でquiescent current(名詞)。 例文: The regulator's quiescent current is only 5 μA, making it suitable for battery-powered designs.
- ICが電源から実際に引き込む電流。動作状態(通常動作時・待機時など)ごとに規定されることが多い。供給電流・消費電流。は英語でsupply current(名詞)。 例文: The maximum supply current under full load is specified as 150 mA in the electrical characteristics table.
- 人体や工具などから瞬間的に流れ込む静電気(静電放電)による素子破壊を防ぐために、ICの入出力ピンに組み込まれた保護回路、またはその保護対策全般。ESD保護。は英語でESD protection(名詞)。 例文: The input pins include built-in ESD protection diodes rated to withstand 2 kV per the human body model.
- 部品を基板に実装するために必要な、はんだパッドの配置・寸法など基板上の占有領域のパターン。部品フットプリント。は英語でfootprint(名詞)。 例文: Make sure the PCB footprint matches the package's pin pitch before ordering the boards.
- パッケージの底面全体に格子状に並んだ、はんだボール状の端子で基板に実装するIC実装方式。多ピン化・小型化に適する。ボールグリッドアレイ(BGA)。は英語でball grid array(名詞)。 例文: The high pin-count processor is only available in a ball grid array package.
- 基板に開けた穴に足を通すのではなく、基板表面のパッドに直接はんだ付けして実装する部品の総称。表面実装部品(SMD)。は英語でsurface-mount device(名詞)。 例文: Surface-mount devices are smaller and better suited to automated assembly than through-hole components.
- ADC(アナログ-デジタル変換器)が、アナログ信号を1秒間に何回デジタル値へ変換するかを表す値。サンプリング周波数・標本化周波数。は英語でsampling rate(名詞)。 例文: The on-chip ADC supports a maximum sampling rate of 1 MSPS (mega-samples per second).
- ADC(アナログ-デジタル変換器)やDAC(デジタル-アナログ変換器)が、アナログ値をどれだけ細かい段階(ビット数)で表現できるかを示す性能。分解能。は英語でresolution(名詞)。 例文: A 12-bit ADC has a resolution of 4096 discrete levels across its input voltage range.
- 複数の出力が同時にスイッチングする際、パッケージやボンディングワイヤの寄生インダクタンスを通じて瞬間的に大きな電流が流れることで、チップ内部の基準となるグラウンド電位が一時的に変動する現象。グラウンドバウンス。は英語でground bounce(名詞)。 例文: Ground bounce caused by simultaneous switching outputs can be mistaken for a logic-level glitch on other pins.
- 信号が送信端から受信端まで伝わる過程で、波形の歪みやノイズの混入、反射などによって本来の情報が損なわれずに保たれているかという性質、およびそれを扱う設計分野。信号品質・シグナルインテグリティ。は英語でsignal integrity(名詞)。 例文: At high clock frequencies, signal integrity issues such as reflections and crosstalk become significant design concerns.
他11語はアプリ内でフラッシュカード・音声つきで学べます。
→ 用語集トップ(他の分野を見る)