teach-ict.com logo

THE education site for computer science and ICT

Dynamic Addressing

A computer programming term.

Software is often written in 'modules'. A module is a distinct collection tasks all bundled into one file. The module is combined with other modules to make up the whole software application.

These modules can be loaded into and out of memory as and when they are needed, and to get to the functions within them, 'dynamic addressing' is used.

The computer works out the address of the module once it is loaded into memory. The next time it is loaded it could be somewhere else in memory - hence the word 'dynamic'.

Challenge see if you can find out one extra fact on this topic that we haven't already told you

Click on this link: Dynamic Addressing

2020-10