Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

Digital Literacy Computer Basics Computer Basics Hardware

Richard Ballout
Richard Ballout
229 Points

Where are programs/apps which not stored on the hard drive kept?

I understand that some programs/apps are stored on the hard drive and some are not. If programs/apps are not stored on the hard drive but are installed on the device, where are they kept?

1 Answer

Michael Hulet
Michael Hulet
47,912 Points

I'm not sure where you heard this, but you heard wrong. All data that's permanently stored by a computer (including all programs/apps and their data) is stored on its hard drive. A computer has 2 types of memory: RAM and a hard disk. You can think of the difference as someone's workplace and someone's home. All persistent data lives on the hard drive. That's where it's stored whenever it's not being used. When it needs to go to work, it goes over to the RAM, where it stays while the computer is using it. When it's done, it goes back home to the hard drive and is unloaded from RAM

Richard Ballout
Richard Ballout
229 Points

Thank you very much! I must have misunderstood what I just watched.