(しょきち)

しょきち
noun
initial value; default value
technicaltechnologyscienceabstract
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.
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

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.