In programming, assigning an initial value to a variable or data structure (initialization).
変数は使う前に必ず初期化してください。
Always initialize variables before using them.
C言語ではint x = 0;と書いて変数を初期化する。
In C you initialize a variable by writing int x = 0;.
初期化し忘れるとプログラムにバグが出ることがある。
Forgetting to initialize can cause bugs in the program.
Formatting a disk or storage media: erasing data and returning it to a usable initial state.
古いHDDを処分する前に必ず初期化してデータを消去した。
Before disposing of the old HDD, I made sure to initialize it and erase the data.
USBメモリを初期化してから再利用した。
I initialized (formatted) the USB memory before reusing it.
Resetting a device to factory or initial settings (factory reset).
スマホが重くなったので初期化(工場出荷時の状態に戻す)したら改善した。
The phone was slow, but after initializing (factory reset) it improved.
初期化するとインストール済みのアプリやデータは消えるので注意が必要だ。
Be careful: initializing will erase installed apps and data.
In biochemistry, reprogramming cells or molecules—resetting their functional state.
研究チームは細胞を初期化して多能性を回復させることに成功した。
The research team succeeded in reprogramming cells to restore pluripotency.