The Shed is going Social! Join us on FaceBook and Twitter and chime in on the conversation.
|
 |
|
Dev Shed Forums
> Computer Hardware
> Computer Hardware
|
What do you mean by 2gb 4gb 8gb ram?
Discuss What do you mean by 2gb 4gb 8gb ram? in the Computer Hardware forum on Dev Shed. What do you mean by 2gb 4gb 8gb ram? Computer Hardware forum discussing topics and issues such as monitors, memory, hard drives, web cams etc. Find information and help to keep your computer running smoothly.
|
|
 |
|
|
|
|

Dev Shed Forums Sponsor:
|
|
|

February 5th, 2013, 08:04 AM
|
|
Registered User
|
|
Join Date: Dec 2012
Posts: 19
Time spent in forums: 3 h 51 m 41 sec
Reputation Power: 0
|
|
|
What do you mean by 2gb 4gb 8gb ram?
Is ram some sort of memory. How is it different from the main 500gb or 800gb memory that a computer has?
How many types of memory are there?
|

February 5th, 2013, 02:59 PM
|
 |
Type Cast Exception
|
|
Join Date: Apr 2004
Location: OAKLAND CA | Adam's Point (Fairyland)
|
|
|
I think you're mixing up a computer's volatile Random Access Memory RAM with fixed data on the computer's storage DISK (or solid state drive in some cases)
__________________
medialint.com
“Today you are You, that is truer than true. There is no one alive who is Youer than You.” - Dr. Seuss
|

February 5th, 2013, 06:04 PM
|
 |
Lost in code
|
|
|
|
|
Yes, RAM is memory. In computer terms, "memory" almost always refers only to RAM. On a consumer machine at this time, you will usually have between 2gb and 24gb of RAM.
The 500gb / 800gb number is the computer's harddrive capacity. On a consumer machine at this time, you will usually have between 200gb and 2tb of harddrive capacity.
RAM is temporary memory. Everything on it is deleted every time the computer reboots or loses power. The harddrive is permanent memory; the data on it is not lost when power to the drive is lost or reset. RAM is also orders of magnitude faster than the harddrive.
There are dozens of types of memory at least.
|

February 5th, 2013, 08:24 PM
|
|
Registered User
|
|
Join Date: Dec 2012
Posts: 19
Time spent in forums: 3 h 51 m 41 sec
Reputation Power: 0
|
|
|
But both the temporary memory and permanent memory are randomly accessible memories right, still when we say ram we only refer to the volatile one. Why?
|

February 5th, 2013, 11:17 PM
|
 |
Lost in code
|
|
|
|
|
A mechanical hard disk of the type used in a majority of computers for permanent storage is not randomly accessible. The data is stored on a disk that is physically spinning, similar to a CD. The data can only be read in one direction (opposite the direction of spin) and at only one point in time (when the piece of the disk containing the data is under the disk head). If you ask the disk to read a piece of data that is on the other side of the disk it simply waits until the disk has rotated 180 degrees; it doesn't alter the rotation of the disk in any way to seek to the data.
This contrasts with traditional integrated circuit memory, of the type used in some RAM, which immediately (at least immediately as in as fast as the speed of light through copper) begins reading the stored data as soon as a request to read it is received regardless of the physical location of the data on the chip.
|

February 27th, 2013, 12:51 AM
|
|
Registered User
|
|
Join Date: Dec 2012
Posts: 19
Time spent in forums: 3 h 51 m 41 sec
Reputation Power: 0
|
|
|
Why not make the main disk also randomly accessible?
This way it will be much faster isnt it?
So do all application run on the RAM? What if an application is too big to run on RAM?
|

February 27th, 2013, 12:37 PM
|
 |
Lost in code
|
|
|
|
Quote: | Why not make the main disk also randomly accessible? |
Because randomly accessible memory is a lot more expensive than non-randomly accessible memory for disks of any significant size.
Quote: | So do all application run on the RAM? What if an application is too big to run on RAM? |
The executable code for all applications is transferred into the RAM before the CPU executes it. Standard computer CPUs are not capable of executing code directly from a disk. If the application is too big to store the RAM, then the part of the application that is being executed is placed into RAM, and the remainder of the application is placed on the disk. The application code or data is transferred back and forth between the disk and RAM as needed, so that the part that is in-use is always stored in the RAM. This process is called swapping and is extremely inefficient.
|

April 16th, 2013, 08:30 AM
|
|
Registered User
|
|
Join Date: Apr 2013
Posts: 8
Time spent in forums: 57 m 44 sec
Reputation Power: 0
|
|
|
RAM is temporarily memory which works with Window applications and run the system applications. RAM called temporarily storage of data of computer application. As Power will off data will be lost.
|
Developer Shed Advertisers and Affiliates
| Thread Tools |
Search this Thread |
|
|
|
| Display Modes |
Rate This Thread |
Linear Mode
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
|
|