The source or the executable?
Programs are normally stored on a hard drive and loaded into memory for execution.
Virtual memory
Yes and virtual.
memory
The role of memory to store both data and programs is known as the stored program concept. Memory stores three types of items.
Binary object code executable.
C++ programs are not stored in memory (RAM) they are stored on mass storage devices (usually disk drives). When compiled, they produce machine code programs which contain machine instructions and their operands. These are also stored on mass storage devices, but when loaded into memory the machine instructions are executed by the CPU.
In partition memory is divided in to fixed/variable size of the partitions . Programs are stored in partitions.In page allocation memory and programs are divided into small pages . These program pages are stored in the memory.One processor pages are need not allocate the continuous pages in memory.segmentation is the grouping of information that is treated as a logical entity.
Memory is stored in the brain's grey matter.
Microprocessor is the brain of a cell phone. It uses programs to access and utilize memory stored on microchips.
Data about programs and applications are stored on your hard drive, it is usually located in (C:\Program Files) but can be known to go to (D:\) depending on how many partitions you have.
By stored-program computer, we mean a machine in which the program, as well as the data, are stored in memory, each word of which can be accessed in uniform time. Most of the high-level language programming the reader.