answersLogoWhite

0

Where is the CPU stack is placed?

Updated: 8/16/2019
User Avatar

Wiki User

13y ago

Best Answer

its placed in RAm

User Avatar

Wiki User

13y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Where is the CPU stack is placed?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Is the CPU found on the motherboard?

The CPU is not part of the motherboard but it is placed on the motherboard. The CPU is squared and about a quarter inch square in size. It is placed in the CPU socket. A heatsink/fan is placed on top of the CPU to keep the CPU cool which makes it pretty hard to see because the heatsink/fan covers it when it is in a working computer.


Where on the CPU does the AT motherboard sits on of the expansion slots?

On an AT motherboard, the CPU will be placed in front of the expansion slots


What is placed on the external bus to tell the CPU what to do?

This is sparta not patrick


Which CPU register holds address for memory?

The program counter (PC) and the stack pointer (SP).


When all the arches are placed properly in the container how high is the stack of arches?

4 deep


What section of memory is used to make stack?

Stack memory is memory assigned to a task or other instruction loop that it uses to perform instructions. Stack is used any time variables are declared inline with the code (see example below). Stack is also used for preserving registers whenever the processor switches contexts (from task to interrupt, between interrupts, or between tasks). Stack is provide either by the Operating System when the task is started, statically when a task is defined (as would be in an RTOS), or at compile time if there is no operating system. In the third case, the stacks in the system are assigned for each of the various interrupt contexts and the main loop. Stack usage example: void somefunc(int a) { // "int a" will be in a CPU register int i=0; // May be either a CPU register or on the stack, depending on CPU architecture and compiler. char c[10]; // Will exist on the stack struct somestruct *ss=malloc(sizeof(struct somestruct)); // The memory that ss points to will be in the "heap", the pointer to this memory will be on the stack. }


What are three important considerations when installing CPU on the motherboard?

What are three important considerations when installing a CPU on a motherboard?


When a function call is made inside a running program the return address is saved on the program stack Who saves it?

The CPU (=Central Processor Unit).


What you used with the CPU heat sink or fan and what is the difference between them?

Heatsinks and fans are used on CPUs to help cool them down so that they are not destroyed. A heatsink is a piece of metal placed on the CPU to distribute heat away from the CPU itself. 


What is a coastal stack?

a coasal stack can be small or tall and they are mostly placed in tasmainia in the sea they start of as a cliff the slowly arrode into smaller and smaller untill finaly iner water and erroded into nothing.


What processor is placed within a device and is designed and programmed to perform only the tasks done by that device?

cpu


Does it matter if I store the CPU upright or on its side?

No, it should not affect it. Some computers have the CPU placed upright, while others fasten it on its side. Neither one has an advantage over the other.