answersLogoWhite

0


Best Answer

RAM slots. These vary from motherboard to motherboard because there are different types of RAM out there. These include DDR, DDR2, DDR3, SDRAM, and much more. A person must be careful not to mix these different types together because it might kill the RAM slot itself, or even the whole motherboard.

User Avatar

Wiki User

14y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is object that located on the mother board and holds memory modules?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Which are the technical modules of oracle apps?

There are four modules ,which known as Oracle Apps technical modules . These are:System AdministratorApplication Object LibraryWorkflowAlerts


When does the memory created for an object?

Memory for a Java object gets created when the object is instantiated. For example private String name = "rocky"; At the end of this statement the memory for the string object name gets created in the memory.


Suppose server object is not loaded into the memory and the client request for it what will happen?

If a server object is not loaded in the memory and the request for it, then the server object is loaded in to the memory and is initialized


This key word causes an object to be created in memory?

To instantiate a object, we use the new keyword in Java, which creates an object in memory.


When is it appropriate to use a compiler?

Its most common usage is compiling source-programs into object-modules.


How object take place in memory in case of oops?

Objects are stored in memory according to their members. They are very similar to struct types, insofar as the total memory assigned to an object is equal to the total size of all its members, plus any padding required for member alignment. If the object contains pointers, the memory allocated to those pointers will reside elsewhere, outside of the object, regardless of whether that memory belongs to the object or not (it is not included in the object's memory footprint). Additional memory is also set aside for the v-table if the class contains any virtual methods.


Could calloc assign memory for object?

yes,it will create memory


What are the parts of the sentence?

subject,object,direct object,indirect object/object of the prepositionand predicate :) a little song for my mom ilove you mother my mother my mother that reads


Who is babydolls mother from omg girlz?

Honaloppe is Babydoll's mother from OMG GIrlz.


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.


In object oriented programming when does memory for the class is allocated and why?

While it depends on the specific language, memory for a class is usually allocated when an object of that class is created.


What is the memory overhead of an object in Java?

see http://www.javamex.com/tutorials/memory/object_memory_usage.shtml