answersLogoWhite

0

What is a function of a memory?

User Avatar

Anonymous

7y ago
Updated: 9/27/2021

Memory sticks can be used for a variety of functions... You can use one:

To move files, programs etc from one computer to another.

As extra RAM to give your computer more memory to use.

As an MP3 player (some memory sticks are fitted with a head-phone socket)

What else can I help you with?

Related Questions

What is the function of printer memory?

what is function of printer memory


3Explain the function of OS in memory management?

function of memory management


What is the function of the WR signal on the memory chip?

what is the function of the wr signal on memory chip


What is the function ponters?

The memory address of a function.


What does ram memory do?

the function of a memory ram is to store memory that can be accessed later on.


What kind of body parts do memory use?

The memory is the function of the brain.


What are the different function used for dynamic memory allocation?

alloc :- to allocate memory. calloc :- to free the memory.


Function used to free memory allocated by malloc?

The free() function.


How do you move pictures from your internal memory to your memorie card on your Dsc-T200 cyber-shot?

There is a function built into the camera for this specific purpose: Home --> Manage Memory (memory stick icon) --> Memory Tool --> Copy This function will copy the internal memory to a new folder on the memory stick.


What is falloc?

falloc is a function similar to malloc. Where the function malloc returns a pointer to an area of memory, falloc returns a "far" pointer to a "far" area of memory; i.e., memory that goes beyond the segmented memory limitations inherent to x86 memory architecture.


How does a microprocessor function in a boe-bot?

it has a memory


Which function should be used to free the memory allocated by calloc?

Use the free function to release memory that was previously allocated by malloc, calloc or realloc.