Computer Science
What is the function of main memory ? What are the measuring units of memory ?
Computer System
11 Likes
Answer
The memory of a computer is more like a predefined working place, where it temporarily keeps information and data to facilitate its performance. When the task is performed, it clears its memory and memory space is then available for the next task to be performed.
A bit is an elementary unit of the memory. The smallest unit of memory is a byte (8 bits). A byte can store one character in binary form. Other measuring units are kilobyte (KB) equal to 1024 (210) bytes, Megabyte (MB) equal to 1024 KB, Gigabyte (GB) equal to 1024 MB and Terabyte (TB) equal to 1024 GB.
Answered By
6 Likes