answersLogoWhite

0

Yes, but not for long term storage, only while a program is executing using its stack.

User Avatar

Wiki User

13y ago

What else can I help you with?

Related Questions

Types of holographic data storage devices in Computer?

i want that holography data storage use in computer or not?


What do a secondary storage do in a computer?

It helps you to get to know how to use the data storage.


Representation of stack data structure in c plus plus?

Stack is an abstract data type that allows you to input and output data in a way that the first data which was placed in the stack will be the last one to get out. We use physical examples of stack in our daily lives such as the stack of dishes or stack of coins where you only add or remove objects from the top of the stack. You can see the implementation in c++ in related links, below.


How can I efficiently use a stack to sort elements in a data structure?

To efficiently use a stack to sort elements in a data structure, you can follow these steps: Push all elements into the stack. Create a temporary stack to store the sorted elements. While the original stack is not empty, pop an element from the original stack. Compare the popped element with the top element of the temporary stack. If the popped element is greater, push it onto the temporary stack. If the popped element is smaller, keep popping elements from the temporary stack and pushing them back onto the original stack until the temporary stack is empty or the top element is greater. Repeat steps 3-6 until the original stack is empty. The elements in the temporary stack will now be sorted in ascending order. By following these steps, you can efficiently use a stack to sort elements in a data structure.


What are the two method used in data processing systems for organizing data?

The two methods used in data processing systems for organizing data are database systems and file systems. Database systems use structured data models and provide a logical organization of data through tables, allowing for efficient storage, retrieval, and manipulation. File systems, on the other hand, organize data in files and folders, providing a hierarchical structure for storage and access.


What is the difference between static and stack data?

Depending on the use , Static data is data that cannot change it is Static so is usually set at the start of the program and cannot change, In the Forth programming language the stack is the work area of memory you place data onto the stack to manipulate it (example Place 2 and 3 onto the stack, execute the + command removes the top 2 items off the stack adds them together and places the result back onto the stack.)


Advantages of microprocessor based system?

There are many different advantages of a microprocessor based system. Some of these include that it only uses 3 components so it is simple to use and install and it will increase your memory.


Which microprocessor did sputnik use?

Sputnik did not use a microprocessor.


Is microprocessors use in inverters?

Microprocessor is used where we require more m/m and data. microcontroller is best option for inverters,but in a case if we want to improve, or want to make it advance such as with some conditions then we use microprocessor


What is the name of the law for the storage and use of data in the UK?

Data Protection Act


Why random access memory as temporary storage?

Before RAM had such wide-spread usage, two of the most important parts of a computer were the microprocessor (CPU) and storage (Hard Disk, or in many cases, just a Floppy Drive). However, microprocessors were much faster, and could not reasonably operate near their full potential because they had to 'wait' for the downright sluggish storage drive to send it data. Random Access Memory (RAM) acts as a high speed middleman, providing enough data from the hard disk for microprocessor to use at any given time without making it wait.


Does the processor uses permanent storage sometimes called secondary storage to hold both data and instructions while it is processing them?

False, the processor does not use permanent storage to hold both data and instructions while it is processing them. The processor uses temporary storage to hold data and instructions.