answersLogoWhite

0


Best Answer

a variable is a named storage location in a computers memory for holding a peice of information

i have computer seince as my major ;)

User Avatar

Wiki User

13y ago
This answer is:
User Avatar
More answers
User Avatar

Wiki User

6y ago

That is called a VARIABLE. If several related items of information are stored, and assigned only a single name, it may also be an ARRAY, or some other structures such as RECORDS, OBJECTS, LISTS, etc.

This answer is:
User Avatar

User Avatar

Anonymous

Lvl 1
3y ago

Variable

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is the named storage location in the computer's memory?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Is a named location on a storage medium that usually contains related documents?

folder


What is a specific named location on a storage medium that contains related documents?

A specific location in a storage medium would be a folder. In an Excel workbook data can be stored in a cell.A specific location in a storage medium would be a folder. In an Excel workbook data can be stored in a cell.A specific location in a storage medium would be a folder. In an Excel workbook data can be stored in a cell.A specific location in a storage medium would be a folder. In an Excel workbook data can be stored in a cell.A specific location in a storage medium would be a folder. In an Excel workbook data can be stored in a cell.A specific location in a storage medium would be a folder. In an Excel workbook data can be stored in a cell.A specific location in a storage medium would be a folder. In an Excel workbook data can be stored in a cell.A specific location in a storage medium would be a folder. In an Excel workbook data can be stored in a cell.A specific location in a storage medium would be a folder. In an Excel workbook data can be stored in a cell.A specific location in a storage medium would be a folder. In an Excel workbook data can be stored in a cell.A specific location in a storage medium would be a folder. In an Excel workbook data can be stored in a cell.


What is the difference between lvalue and rvalue?

A variable is a named storage that can hold any value and has 2 values associated with it namely rvalue and lvalue. 'rvalue' is its data value that is its content and "lvalue" is its location value, that is memory address.


Difference between variable and constant in terms of memory types?

constant means data item whose value cannot be altered or change. whereas variable is named storage location whose value can be manipulated during program run.


What is a variable plus a variable?

A variable is a named memory location for which the contents are volatile. The antonym of variable is constant.


Why should variables be declared in a programming?

a variable should in a programming because as the definition implies it is a named location in the memory where all the data is to be stored


Is deltoid named for its location?

The Deltoid isn't named for its location its named for its shape


What country is named for it's location?

Ecuador is named for its location on the equator. Niger and Nigeria are named for its location on the Niger River. South Sudan is named after its location, which is south of the country of Sudan. And I'm sure there are more.


What defines a variable?

A variable is a named storage location that can hold any data value. A variable has two associated values ; r value and l value.


Which abdominal region is named for its location under the stomach?

The hypogastric region is named for its location under the stomach.


Who is Mr. Dell at Dell Computers?

Dell computers is named after its founder and CEO, Michael Dell.


What are shell variables Give example?

A shell variable is a temporary location in memory that can be used to store and retrieve information. For example, the following creates a shell variable and then prints it out: stuff="Hi there" echo $stuff will echo out 'Hi There' to the screen. It has the words "Hi There" saved in a memory location called $stuff, which can be retrieved by its name.