answersLogoWhite

0


Best Answer

Memory (RAM) usually What holds program variables during execution, but any storage medium can be used to store variables, including magnetic, optical and solid state drive.

User Avatar

Wiki User

8y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What physical storage media holds program variables during execution?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is turbo c variables?

Turbo C variables are memory place holders for storage of data during the execution of a Turbo C program. Types of variables include integer, real and char.


How do variables and symbollic names differ?

Variables are storage areas that hold data that can vary during the execution of a program. A symbolic name is the name given to any entity in a program, including variables, constants, functions, procedures and various other stuff.


What is the use of extern variable?

External Variables are declared outside all functions, yet are available to all functions that care to use them. Features of external variables : Storage : Memory Default Initial value : zero Scope : Global Life : As long as program's execution does't come to an end


What are the storage classes in c?

A storage class defines the visibility and lifetime of variables or/and functions within a C Program. There are following storage classes which can be used in a C Program: auto register static extern


What is 8051 loader?

The Loader is a program that moves the executable file produced by linker from the secondary storage device to memory for execution


What does it mean to run a program?

In computer terminology, "running a program" means copying a sequence of instructions from storage into main memory and initiating the execution or interpretation of those instructions.


Difference between main memory and backing storage?

Main memory (RAM) is fast, volatile, and used for temporary storage during program execution, while backing storage (like hard drives or SSDs) is slower, non-volatile, and used for long-term storage of data.


When you declare an variable in c language where it will be stored in the computer?

Nowhere, variables exist only during the program run. If you want permanent storage, use files.


What are the various phases of data processing?

Data processing includes the input, verification, organization, storage, retrieval, transformation, and extraction of information from data. Processing can also include the execution of a program.


What is difference in static and dynamic storage allocation?

Static storage allocation is when a program dedicates an amount of memory for its use at the start of the program. Dynamic storage allocation is when a program only takes storage as it needs it.


What is automatic storage class specifiers?

Automatic storage is the default storage class for all non-static local variables including formal arguments. All automatic variables are allocated on the call stack and are automatically released when they fall from scope.


Why is flash storage a more reliable form of storage as opposed to mechanical storage?

For one thing there is no physical head to crash into the physical platter and damage it.