(しょきち)

しょきち
noun
initial value; default value
1. the value assigned to a variable or setting before any user modification; a default value
In software, physics, statistics, and engineering, the value a variable or parameter starts with. Commonly encountered in programming (variable initialization), computer settings (default options), and scientific modeling (starting conditions for a simulation).
初期値(しょきち)設定(せってい)する。
To set the initial value.
この項目(こうもく)初期値(しょきち)はゼロです。
The default value of this field is zero.
音量(おんりょう)初期値(しょきち)50(ごじゅっ)パーセントに設定(せってい)されている。
The volume is set to 50 percent by default.
シミュレーションの結果(けっか)は、初期値(しょきち)(すこ)()えるだけで(おお)きく変化(へんか)することがある。
Simulation results can change dramatically with even small changes to the initial values.

Composed of 初期(しょき) (initial; early stage) + () (value; a reading borrowed from the on'yomi of (), used in technical vocabulary). A fundamental term in programming and system settings.

TWO RELATED MEANINGS:
1. INITIAL VALUE (programming / math): the first value a variable holds when declared or when execution begins.
2. DEFAULT VALUE (settings / UI): the value a form field or configuration item is set to until the user changes it.

In casual Japanese tech-support contexts, these two meanings often blur — "the number that's already there" is simply called 初期値(しょきち).

COMMON COLLOCATIONS:

  • 初期値(しょきち)設定(せってい)する: to set the initial value
  • 初期値(しょきち)(もど)す: to restore to the initial / default value
  • 初期値(しょきち)のまま: at / with the default value unchanged
  • 初期値(しょきち)変更(へんこう)する: to change the default value
  • 初期値(しょきち)はゼロ: the initial value is zero

SIMILAR / RELATED TERMS:

  • デフォルト(): default value — a katakana-based synonym; very common in programming and UI writing.
  • 既定値(きていち): prescribed / default value — a somewhat more formal synonym, preferred in Microsoft and some corporate documentation.
  • 設定値(せっていち): a set/configured value — any value a user has chosen, whether or not it is the default.
  • 開始値(かいしち): starting value — typically used for loops and ranges (e.g., a slider's minimum value).
  • 初期化(しょきか): initialization — the verb-like action of giving something its initial values.

REGISTER:
Technical. Appropriate in programming documentation, software manuals, UI dialogs, engineering reports, and tech-support conversations. In general conversation, speakers would typically say 最初(さいしょ)(あたい) (the first value) or use デフォルト instead.