answersLogoWhite

0

RAM is a name that represents a storage location in memory.

User Avatar

Wiki User

12y ago

What else can I help you with?

Related Questions

Is it true that a variable is a storage location in memory that is represented by a name and can hold different values during the execution of the program?

Yes, this is correct. In terms of the compiled machine language, the variable represents a memory location. So, anytime the variable is referenced, and you either set the variable to a value, or retrieve a value from the variable, you are actually referencing the memory location pointed to by the variable.


What is the name of the storage location in the computer's memory?

Depending on the architecture of the computer one addressable memory location might be called a word, a character, a parcel, a decimal digit, a byte, etc.


A name or number used to identify a storage location is called?

It refers to Memory Address since variable will never be a NUMBER it is Memory Address like an HexaDecimal Address of FFFFH. Eds


What is the named storage location in the computer's memory?

a variable is a named storage location in a computers memory for holding a peice of information i have computer seince as my major ;)


What is the name of a storage location that can hold a data value?

A variable is a named storage location that can hold a data value in a program.


What is a another name for a primary storage?

RAM


Is primary storage another name for memory?

Yes...Primary storage or main memory or internal memory is often referred to as memory.


What is name for memory is a concept in which the operating system allocates a portion of a storage medium to function as additional RAM?

It is commonly called "virtual memory".


What is the other name of RAM?

RAM is the abbreviation for Random Access Memory.


What is the name of the memory location that holds up to twenty-four items for you to paste into the current document?

Clipboard memory


What is the name of the instructions to move data from one location in memory to another location in memory?

hey if its in the context of strings we can use string manipulation functions like strcpy(). in microprocessors we use rep movsb to move data from one memory location to other.


What are c storage classes?

storage classes determines the part of memory where storage is allocated for an object. a scope specifies the part of the program which a variable name is visible, that is accessibility of the variable by its name. in c language there are four storage classes automatic, external, register, static.