bit = 1 bit
byte = 8 bits
Kilobyte = 1024 bytes
Megabyte = 1024 kilobytes
Gigabyte = 1024 megabytes
Terabyte = 1024 gigabytes
Petabyte = 1,048,576 gigabytes
Exabyte = 1,073,741,824 gigabytes
Zettabyte = 1,099,511,627,776 gigabytes
memory is required to store the data or any information.but the usual computers have very less memory space in them. so to increase the performance of your computer and to access it on a faster rate we need memory hierarchy.
Processor registers occupy the top most position in memory hierarchy. They provide high-speed storage space and fast access to data.
mc....kutta
RAM (Random Access Memory).
RAM
perfomance and size
One design objective of memory hierarchy is to balance resposne time and performance against each other, so that the response time of an operation minimally impacts computer performance.
Registers >> Cache >> Main Memory >> Magnetic disk >> Magnetic tape • As one goes down the hierarchy, the following occur: a . Decreasing cost per bit b . Increasing capacity c . Increasing access time d . Decreasing frequency of access to the memory by the processor
Register. The memory hierarchy in the decreasing order of speeds: 1. Register 2. Cache 3. Main memory 4. Disks 5. Auxiliary memory
Well, from what I can discern is that it is related to science. It appears that it pertains to the metric system but uses base-8 instead
Memory hierarchy measures a computers performance issues. A general hierarchy would reflect the following. Internal ; processor registers and cache, main; ram and controller cards, on-line mass storage and online bulk-storage.
A memory map table is a data structure that associates ranges of memory addresses with specific hardware devices or memory locations. It provides an organized way for the operating system to manage the various memory resources available in the system. The memory map table helps determine where data should be stored or retrieved in the computer's memory hierarchy.