answersLogoWhite

0

What else can I help you with?

Related Questions

Are memory storage cards available for the Nintendo Ds?

The Nintendo DS relies on battery backed storage in the individual game cartridges for all memory storage. There is a small amount of built-in memory in the Nintendo DS unit itself, however, this is not expandable. Nintendo and third parties do not currently offer external memory storage cards for the Nintendo DS.


What is the largest amount of memory that a storage device can have?

37592164857GB x


How are storage and memory calculated?

Memory (RAM) is calculated using 1024 killobyes for 1 megabyte however hard drives are usually marketed using 1000 kilobyes for 1 megabyte, one of reasons why you never appear to get the full amount of storage available.


Does a workbook contain 5 worksheets by default and is limited to 256 worksheets?

The default is 3 worksheets and this can be increased, with the limit usually depending on the amount of memory available in your computer.The default is 3 worksheets and this can be increased, with the limit usually depending on the amount of memory available in your computer.The default is 3 worksheets and this can be increased, with the limit usually depending on the amount of memory available in your computer.The default is 3 worksheets and this can be increased, with the limit usually depending on the amount of memory available in your computer.The default is 3 worksheets and this can be increased, with the limit usually depending on the amount of memory available in your computer.The default is 3 worksheets and this can be increased, with the limit usually depending on the amount of memory available in your computer.The default is 3 worksheets and this can be increased, with the limit usually depending on the amount of memory available in your computer.The default is 3 worksheets and this can be increased, with the limit usually depending on the amount of memory available in your computer.The default is 3 worksheets and this can be increased, with the limit usually depending on the amount of memory available in your computer.The default is 3 worksheets and this can be increased, with the limit usually depending on the amount of memory available in your computer.The default is 3 worksheets and this can be increased, with the limit usually depending on the amount of memory available in your computer.


Is the amount of memory in ram larger than hard drive storage?

they are gay


Do phones have secondary storage?

There are a number of memory locations on a mobile phone. All phones come with an amount of built-in storage. You can also store information on the SIM card - and most phones have the ability for the user to install a memory card. The SIM storage and memory-card storage are both secondary.


Do cell phones have secondary storage?

There are a number of memory locations on a mobile phone. All phones come with an amount of built-in storage. You can also store information on the SIM card - and most phones have the ability for the user to install a memory card. The SIM storage and memory-card storage are both secondary.


How virtual memory work?

virtual memory is a memory management technique which applied when memory available to the programs being greater than the amount of RAM on the computer on which they are running. HOW CAN BE APPLIED? ...A program can be divided into segment. ...segment loaded into RAM by operating system when needed. ... Un used segment stay on secondary storage. ...reduces amount of RAM required. ...allow bigger programs to be written.


The amount of RAM that is actually on the memory modules in your computer is the memory?

The amount of RAM that is physically installed on the memory modules in your computer is known as the memory size or memory capacity. This determines the storage capacity for temporary data storage and retrieval while the computer is running programs. RAM is crucial for system performance as it provides quick access to data for the CPU.


How many objects of a given class can there be in a program?

It depends on the size of the object and the amount of (virtual) memory available. However, the size of an object is not determined by the amount of memory it physically occupies, but by the amount of memory it consumes. For example, a resource handle object occupies at least one word of memory, but the resource it refers to consumes additional memory. The sizeof operator only returns the size of memory occupied by the object itself, not the total memory consumed by the object.


What is the largest amount of memory available on the current iphone?

16GB as of March 2009


What is difference in static and dynamic storage allocation?

Static storage allocation is when a program dedicates an amount of memory for its use at the start of the program. Dynamic storage allocation is when a program only takes storage as it needs it.