---
title: "Explain the types of data storage and its relation with the cpu?"  
description: "Explain the types of data storage and its relation with the cpu?"  
author: "Kalin"  
published: 2022-05-06  
canonical: https://answers.mindstick.com/qa/97181/explain-the-types-of-data-storage-and-its-relation-with-the-cpu  
category: "troubleshooting"  
tags: ["troubleshooting", "computers"]  
reading_time: 1 minute  

---

# Explain the types of data storage and its relation with the cpu?

Explain the types of [data storage](https://www.mindstick.com/news/1983/during-extreme-heatwave-the-twitter-s-server-went-down) and its [relation](https://www.mindstick.com/interview/602/how-struts-relates-to-j2ee) with the [cpu](https://www.mindstick.com/forum/159074/how-can-i-check-cpu-and-memory-usage-in-java)?

## Answers

### Answer by Hitesh Vohra

- In general, **there are two forms of [storage](https://www.mindstick.com/interview/1293/what-are-the-different-types-of-storage-in-html-5):**
- Primary Storage (memory): This sort of storage is mostly used to temporarily store data. The CPU never uses the secondary memory directly, instead relying on the primary [**memory**](https://answers.mindstick.com/qa/49997/how-do-i-connect-a-memory-stick-from-a-camera-gps-or-other-device-to-a-mac).
- Secondary storage: This sort of storage is usually used to store large amounts of data or for lengthy periods of time. External devices, such as hard drives, are used to store this form of memory.
- Any data on a disc or input device that cannot be accessed directly by the CPU should always be kept in main memory. The data from the disc memory is accessed by the control unit and stored in the main memory.
- The data remains in primary memory until the application that requires it is run or stopped.

\

**Read More: [Explain the difference between rdram and sdram.](https://answers.mindstick.com/qa/97184/explain-the-difference-between-rdram-and-sdram)**


---

Original Source: https://answers.mindstick.com/qa/97181/explain-the-types-of-data-storage-and-its-relation-with-the-cpu

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
