answersLogoWhite

0


Best Answer

all rom is static

User Avatar

Wiki User

12y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is called static rom and dynamic rom?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Engineering

What is the opposite of dynamic allocation?

The opposite of dynamic is static.


What is a static page?

It is a page that does not change. Its content is therefore static. The opposite would be a dynamic page, where content is regularly changing.


How is dynamic initialisation achieved in c plus plus?

The C++ standard has this to say about dynamic initialisation:"Objects with static storage duration shall be zero-initialised before any other initialisation takes place. Zero-initialisation and initialisation with a constant expression are collectively called static initialisation; all other initialisation is dynamic initialisation."


What is Difference between static and dynamic pages?

Just what is the Difference Between a Static and a Dynamic IP Address you ask?Well the IP address from your ISP is assigned in just one of two ways:Set to an IP address which is unchanged for months or years at a time. This is what is called a static IP address.Set to an IP which is only good for a limited time, and which is changed according to the policy set by your ISP's DHCP server. This is what is called a dynamic IP address.Because a static IP can be relied on for an indefinite period, some networking software requires a static IP.ISPs usually charge extra for static IPs.Your ISP may not be willing to give customers static IP addresses at all.Dynamic IPs are used in large networks where computers are frequently reconfigured, or where a limited number of IP address are available to share between many computers.


What is Difference between dynamic polymorphism and static polymorphism with example?

Static polymorphism is used the concept of early binding or we can say compile time binding where as dynamic polymorphism used the concept of late binding or run time binding.