bootstrap

views updated Jun 08 2018

bootstrap
1. In general, a means or technique for causing a system to build up from some simple preliminary instruction(s) or information. The preliminary instruction may be hardwired and called by the operation of a switch. The word is used in a number of contexts.

For example, a bootstrap can be a short program, usually held in nonvolatile memory, whose function is to load another longer program. When a computing system is first powered-on, the contents of its memory are in general undefined except for those parts that are fabricated from read-only memory or for the contents of nonvolatile memory. The bootstrap routine is stored in ROM and is capable of reading from backing store the complete operating system, which is loaded into the empty memory. The computer is then said to be booted or booted up.

A bootstrap is also a method by which a compiler is transferred from one machine to another, and which depends on the compiler being written in the language it compiles. To transfer from machine A to machine B, given a compiler that runs on machine A, it is first necessary to make the compiler generate B's machine code. The source code of the compiler is then compiled by this modified compiler, so generating a version of the compiler for machine B. In practice it is usually necessary to recode some machine-dependent portions of the compiler by hand to complete the transfer.

The term originates from a story told by Baron Munchausen who boasted that finding himself trapped and sinking in a swamp, he lifted himself by the bootstraps and carried himself to safety on firm ground.

2. (statistical bootstrap) A family of techniques introduced by B. Efron in which empirical distributions of estimators are obtained by intensive resampling from a given data set. Bootstrap estimators make few assumptions about the theoretical distribution of errors in a statistical model. The mean, variance, and confidence intervals of quantities of interest may be computed, and the empirical histogram plotted.

bootstrap

views updated May 17 2018

boot·strap / ˈboōtˌstrap/ • n. 1. a loop at the back of a boot, used to pull it on. ∎  [usu. as adj.] the technique of starting with existing resources to create something more complex and effective: her willingness to work night and day in a tiny basement office was evidence of her trademark bootstrap.2. Comput. a technique of loading a program into a computer by means of a few initial instructions that enable the introduction of the rest of the program from an input device.• v. (-strapped, -strap·ping) 1. get (oneself or something) into or out of a situation using existing resources.2. [tr.] start up (an enterprise), especially one based on the Internet, with minimal resources: they are bootstrapping their stations themselves, not with lots of dot-com venture capital.PHRASES: pull oneself up by one's (own) bootstraps improve one's position by one's own efforts.