Modern computers integrate several different types of memory, such as cache, RAM, hard disk, and floppy disk. Why are different types of memory used, as opposed to the exclusive use of a particular technology? What would be the drawbacks, for example, of using only cache memory, or only hard disk?
What will be an ideal response?
Different types of memory have different characteristics with respect to cost and volatility. Main memory (cache and RAM) is fast, and so is used for data that is currently being accessed. However, cache and RAM are too expensive for mass storage, and they are volatile (requiring a constant flow of electricity to maintain stored values).
Secondary memory (hard disk, floppy disk, etc.) is much cheaper and permanent, but also much slower than cache and RAM. However, it is sufficient for storing data that is not currently needed.
You might also like to view...
Due to the fact that many systems now integrate components from different organizations, it can be said that developers no longer distribute complete systems.
Answer the following statement true (T) or false (F)
Your organization must be able to send confidential messages to another organization over the Internet. You must ensure that the encryption scheme that you use can never be broken. You decide to use one-time pads when sending these confidential messages. Which of the following statements are TRUE regarding this encryption scheme?
A. Each pad can be used only one time. B. Each pad must be shorter than the message it is securing. C. The pads must be securely distributed and protected in storage. D. The pads must be made up of random values. E. options a, b, and c only F. options a, b, and d only G. options a, c, and d only
Describe the Lightweight Directory Access Protocol.
What will be an ideal response?
C++ and JavaScript are examples of programming languages.
Answer the following statement true (T) or false (F)