Electronic Circuits - Electronic Tutorials - Electronic Hobby Projects - A Complete Electronic Resource Centre

Online Computer Dictionary

Sitemap

Circuits ( A-C )

Circuits ( D-O )

Circuits ( P-Z )

Tutorials

Beginners

Advanced

Products


Google
 
Web Hobbyprojects.com

<< Back to Computer dictionary homepage

First Fit

<algorithm> A resource allocation scheme (usually for memory). First Fit fits data into memory by scanning from the beginning of available memory to the end, until the first free space which is at least big enough to accept the data is found. This space is then allocated to the data. Any left over becomes a smaller, separate free space.

If the data to be allocated is bigger than the biggest free space, the request cannot be met, and an error is generated.

Compare Best Fit.

(1997-06-02)

 


Nearby terms: Firmware « firmy « first class module « First Fit » first generation computer » first generation language » first-in first-out

Click here for >>>> Other online dictionary

<<<<  Back to Electronic Tutorials