initialize
Word family
- initializationnounB2
- initialadjectiveB1
- initiallyadverbB2
- initialiseverbB2
- initializernounC1
- reinitializeverbC1
Synonym discussion
Sense: verb/1
Initialize, set up, configure, and boot all refer to preparing a computer system, but they differ in scope and technical precision. Initialize is the most specific: it means assigning starting data values (such as setting a counter to zero) so a program can begin running. Set up is the broadest everyday term: you set up a printer, a network, or a new phone, and it often involves physical assembly as well as software choices. Configure is about adjusting existing settings to suit your needs — choosing preferences, enabling features — rather than providing first-time starting values. Boot refers strictly to starting a computer's operating system; it is a hardware-and-firmware action, not about data values inside a running program. For example: 'Layla initialized the score variable to zero,' but 'Hari configured the game's graphics settings' and 'the computer boots from the solid-state drive.'
Common collocations
Adverbs
- automatically
- manually
- properly
- explicitly
Phrases
- be initialized to zero
- initialize with default values
Etymology
Comes from Latin initium, meaning 'beginning' or 'start,' combined with the English verb suffix -ize ('to make or cause'). The computing sense took hold in the 1950s as programmers needed a word for assigning starting values to variables and memory locations.