answersLogoWhite

0

Static storage allocation is when a program dedicates an amount of memory for its use at the start of the program. Dynamic storage allocation is when a program only takes storage as it needs it.

User Avatar

Wiki User

11y ago

What else can I help you with?

Continue Learning about Physics

What is the Difference between Dynamic pressure and static pressure?

Dynamic pressure is the pressure exerted by a fluid in motion, caused by its velocity, while static pressure is the pressure exerted by a fluid at rest. Dynamic pressure increases with the square of the velocity, whereas static pressure remains constant regardless of velocity.


Difference between static electricity and dynamic electricity?

There are two types of electricity; dynamic and static electricity. The main difference between these two types is that in static electricity, the electrons do not move but in dynamic electricity, the electrons move either in changing directions or in one direction.


What is the difference between static weight and dynamic weight?

Static weight is the weight of an object when it is not in motion, while dynamic weight takes into account the additional forces acting on an object when it is in motion, such as inertia and acceleration. Dynamic weight can be greater than static weight due to these additional forces.


What is Difference between static and dynamic latch?

A static latch operates by maintaining its output state when the clock is inactive, while a dynamic latch relies on a clock signal to control its operation. Dynamic latches typically require more complex circuitry and consume more power compared to static latches. Static latches are often used in synchronous designs, while dynamic latches are more common in dynamic logic circuits.


What is the difference between static force and dynamic force?

Static is a force that doesn't move Dynamic force is a moving force. For instance, Static force is like being sat on a chair. Dynamic, is a moving force; Like a hurricane.

Related Questions

What is the opposite of dynamic allocation?

The opposite of dynamic is static.


Compare and contrast dynamic memory allocation and the allocation of files in secondary storage?

Static Memory Allocation: Allocating the total memory requirements that a data structure might need all at once without regard for the actual amount needed at execution time. Dynamic Memory Allocation: The opposite strategy of static memory allocation - Dynamic Memory Allocation, involves allocating memory as-needed.


Differentiate between static allocation and dynamic allocation?

BS Anwer- static allocation is when something is moved to a location permanantally and dynamic allocation is when something is moved temporarily, but will move again.


What are the two methods of representing a binary tree?

Two method of representing a binary tree is Static allocation, and Dynamic allocation


What are types of memory allocation?

There are two types of memory allocations. 1. Static memory allocation 2. Dynamic memory allocation


What is the difference between static and dynamic fighting?

Static stays the same and dynamic is always different.


What is the difference between static pressure and dynamic pressure?

The main difference of static pressure and dynamic pressure is:- static pressure is exerted by fluid at rest but dynamic pressure is pressure exerted by fluid in motion.


What is Difference between static and dynamic list?

A static one cannot change, while a dynamic one can.


What is static and dynamic channel allocation?

In static channel allocation voice channels(definite set of frequencies) is allocated to each cell. But in dynamic channel allocation channels are provided at the time of request, a request is send to the base station which then sends a request to mobile switching center(MSC) asking for the set of frequencies to be used.


What are the difference between static and dynamic hashing in DBMS?

Search operation in static hashing is time consuming, but in dynamic hashing it is not.


What is the general difference between a static IP and a dynamic IP?

The general difference between a static IP and dynamic IP is that a static IP is reserved and does not change. A dynamic IP on the other hand changes each time one logs on.


At what time the memory is allocated for variable in c and c?

Static memory allocation occurs at compile time where as dynamic memory allocation occurs at run time.