えいたんごクイズ

preprocessor

/ˌpriːˈprɑːsɛsɚ/
noun

プリプロセッサ

解説 Definition

プリプロセッサ。プログラムの主な処理の前にテキストを処理するコンピュータプログラム。

A preprocessor is a program or system that changes data or code before the main program uses it. In computing, it often handles commands like adding files, replacing text, or preparing input for another process. The word is mostly used in technical contexts.

覚え方のコツ Memory Tip

pre- は「前」、processorprocess(処理する)するもの。まず processor を知っていれば、「本体の処理の前に働く processor」と分解して覚えやすい。preprocess, preprocessing と同じ pre- の感覚もセットで持つと定着しやすい。使う場面は program を直接動かす前に、ソースコード中の指示を展開・置換して整える裏方。C言語の #define や #include を思い出すと役割がはっきりする。compiler は機械語へ訳す本番役、preprocessor はその前段でテキストを加工する役。

Split it into `pre-` + `processor`. `Pre-` means "before," so think of a processor that works before the main processing starts. If you know `preprocess` or `preprocessing`, this word feels like the machine or tool version of the same idea.

例文

The C preprocessor handles macro definitions before compilation.

Cプリプロセッサはコンパイル前にマクロ定義を処理する。

The preprocessor expands code and includes external files.

プリプロセッサはコードを拡張し、外部ファイルを含める。

Understanding the preprocessor is crucial for C programming.

プリプロセッサを理解することはCプログラミングに不可欠である。

preprocessor の類義語・関連語

preprocessor の語源・成り立ち Etymology

ラテン語 prae-(前に)+ prō-(前方へ)+ cessus(進行)+ -or(行為者)の合成語。pre-(事前の)+ processor(処理装置)で「前処理装置」。コンパイル前にソースコードを変換する仕組み。関連語: process(処理)、preprocess(前処理する)。

Preprocessor is made from pre- and processor. The prefix pre- comes from Latin prae, meaning "before," and processor is based on process, from Latin roots meaning "to move forward," with -or added for a thing or agent that does something. So the word literally means something that processes in advance, and in English it came to mean a system or tool that handles material before the main processing stage.

外部辞書で調べる

この単語をシェア

この単語を英単語クイズで覚えよう