answersLogoWhite

0

registers, level 2 cache , level 1 cache, ram

User Avatar

Wiki User

12y ago

What else can I help you with?

Related Questions

What Linked list uses.type of memory allocation?

Linked lists use dynamic memory allocation (also called "heap memory allocation", as the linked list is stored in heap memory).


Which is preferred for writing a Merge Sort routine contiguous or linked memory?

Linked memory because its very useful primarily when the lists to be sorted are very large and the size of data to be moved is small.


If you have bad memory how can you boost your memory?

Rehearsing/repeating information is a good way to improve your memory. Mnemonics such as ROYGBIV (Richard Of York Gave Battle In Vain) to help remember lists can be useful. ROYGBIV is used to recall the order of the colours of the spectrum.


What is a ordered set of numbers or objects called?

An ordered set of numbers or objects is called a "sequence." In mathematics, a sequence is a list of elements arranged in a specific order, where each element is called a "term." The order is significant, meaning that changing the arrangement of the elements results in a different sequence. Examples include arithmetic sequences, geometric sequences, and various types of ordered lists.


Can the auditory code used in STM help explain why people have a slightly better memory for random lists of seven digits than for random lists of seven letters?

Theres only 10 digits but 26 letters. maybe that's y?


What is one effective method for studying and memorizing ordered or unordered lists"?

One effective method for studying and memorizing ordered or unordered lists is to use mnemonic devices, which are memory aids that help you associate the items in the list with easier-to-remember cues or patterns.


What tab of Task Manager lists system services and other processes associated with applications together with how much CPU time and memory the process uses?

Processes


What does ipcs command do in unix?

It lists the contents of several ipc queues, including semaphores, shared memory segments, etc. It can also remove items from these queues.


Which Task Manager tab lists system services and other processes associated with applications together with how much CPU time and memory the process uses?

processes


Which Task Manager tab lists system services and other processes associated with applications together with how much CPU time memory the process uses?

processes


What are the 4 types of legislative lists in India?

Union Lists for central govt. State lists for state govt. concurrent lists for state and union residuary lists for lists that do NT come in the other 3 lists


What is sequential address method?

Sequential address method is a memory addressing technique where data is stored in adjacent memory locations, allowing for easy access to the next or previous data element by incrementing or decrementing the memory address by a fixed amount. This method is commonly used in computer programming to efficiently access data structures like arrays or linked lists sequentially.