The (CPU) holds the “brains” of the computer
Answer:
Static web pages are sent as it is at web server without being processed additionally.
Dynamic web pages content may change, and server hosting dynamic web pages return content after processing trough a program.
Examples of dynamic and static web pages are below
Explanation:
<em><u>dynamic websites</u></em>
f o o t y r o o m (.co) It is a football website. Displays latest highlights and football stats. It is dynamic because it gives live match scores, as the scores change, content change as well.
a c c u w e a t h e r (.com) It shows weather information. It is dynamic because when requested, displays current weather information.
x e (.com) It is a currency website. Dynamic because it shows live exchange rates.
<em><u>static websites</u></em>
s c i p y - l e c t u r e s (.org) It is a website about scientific python environment. It is static because it gives same content whenever requested.
d o g a c a n d u . b l o g s p o t (.com) it is a blog. Static because the requested content doesn't change unless the blogger adds a new story.
z t a b l e (.net) It is a website about z-score values and includes z-tables. It is static because its displayed as it is.
Answer:
Nothing major will happen
Explanation:
- Cache is used by the CPU. It reduces the time needed to access the data from the main memory.
- Cache memory is faster and smaller, it is located near the processor core and stores copies of data frequently used by the main memory.
- If you do not clear the cache memory it will make everything slower
- However if you do not clear the cache memory it will not have any major effect on your computer
- Cache memory is everywhere from operating systems to phone apps and browsers.
- CPUs depend on the cache to to do all the calculations, CPU require data stored in cache memory to do faster calculations.
- Cache used in browsers speeds up the repeat visit visits to web pages.
- Well developed applications are able to clear cache at any time and still keep functioning until cache is rebuilt, but sometimes the data stored on Browser cache can cause login issues so we should clear the browser cache to prevent it.