UrbanPro

Take BCA Tuition from the Best Tutors

  • Affordable fees
  • 1-1 or Group class
  • Flexible Timings
  • Verified Tutors

Search in

Define the RAM?

Asked by Last Modified  

Follow 0
Answer

Please enter your answer

RAM stand for Random Access Memory , which is a volatile memory,which known as temporary memory, when any program click to run so first it goes to RAM and then goes to other memory ..so RAM is firstly main important part in any program execution.if want to know more about it so u can contact me.
Comments

RAM:> RAM is the abbreviation of Random Access Memory).The main memory in a computer, smartphone or ***** tablet. RAM is the temporary work space where instructions are executed and data is processed. What makes RAM "random access" is its capability of reading and writing any single byte. This "byte...
read more
RAM:> RAM is the abbreviation of Random Access Memory).The main memory in a computer, smartphone or ***** tablet. RAM is the temporary work space where instructions are executed and data is processed. What makes RAM "random access" is its capability of reading and writing any single byte. This "byte address ability" differs from storage devices such as hard disks and flash memory chips, which read and write sectors containing multiple bytes. In addition, RAM is used as a temporary space for the software, while storage is permanent until deleted by the user. To learn how memory is used, see computer (look at the memory examples). Also see memory, memory module and future memory chips. RAM Is DRAM or SRAM ************************ The most common type of RAM is dynamic RAM (DRAM). When a computer data sheet states 4 GB of memory or 4 GB RAM, it refers to DRAM (see dynamic RAM). Higher-speed SRAM is also used as an internal staging area (see static RAM). Memory Is Often Not RAM! A smartphone or tablet's specification of 16 GB or 32 GB of memory does not refer to RAM; rather it is the unit's flash memory capacity for storing apps and data. The internal RAM is in the 256 MB-3 GB range but is not widely promoted to the general public, presumably to avoid confusion between RAM (temporary work space) and flash memory (permanent storage). read less
Comments

random access memeory
Comments

Computer Technology Master

RAM is Random Access Memory. It is available in IC form. 27128 is IC number of EPROM similar number you will get for RAM. There are two types of RAM static RAM and Dynamic RAM. Static RAM is having low density and Dynamic RAM has higher density. DRAM needs refreshing cycle to maintain data in circuit...
Comments

Asst Professor

RAM (random access memory) is the place in a computer where the operating system, application programs, and data in current use are kept so that they can be quickly reached by the computer's processor. RAM is much faster to read from and write to than the other kinds of storage in a computer, the hard...
read more
RAM (random access memory) is the place in a computer where the operating system, application programs, and data in current use are kept so that they can be quickly reached by the computer's processor. RAM is much faster to read from and write to than the other kinds of storage in a computer, the hard disk, floppy disk, and CD-ROM. However, the data in RAM stays there only as long as your computer is running. When you turn the computer off, RAM loses its data(means it is volatile in nature). When you turn your computer on again, your operating system and other files are once again loaded into RAM, usually from your hard disk. read less
Comments

Maths magician

Random access memory
Comments

RAM (random access memory) is the place in a computer where the operating system, application programs, and data in current use are kept so that they can be quickly reached by the computer's processor
Comments

MCA MTECH OCA

Random Access Memory (RAM) is a term commonly used to describe the memory within a computer. RAM is a volatile memory and requires power; if power is lost, all data is also lost.
Comments

RAM (random access memory) is the place in a computer where the operating system, application programs, and data in current use are kept so that they can be quickly reached by the computer's processor. RAM is much faster to read from and write to than the other kinds of storage in a computer, the hard...
read more
RAM (random access memory) is the place in a computer where the operating system, application programs, and data in current use are kept so that they can be quickly reached by the computer's processor. RAM is much faster to read from and write to than the other kinds of storage in a computer, the hard disk, floppy disk, and CD-ROM. However, the data in RAM stays there only as long as your computer is running. When you turn the computer off, RAM loses its data. When you turn your computer on again, your operating system and other files are once again loaded into RAM, usually from your hard disk. RAM can be compared to a person's short-term memory and the hard disk to the long-term memory. The short-term memory focuses on work at hand, but can only keep so many facts in view at one time. If short-term memory fills up, your brain sometimes is able to refresh it from facts stored in long-term memory. A computer also works this way. If RAM fills up, the processor needs to continually go to the hard disk to overlay old data in RAM with new, slowing down the computer's operation. Unlike the hard disk which can become completely full of data so that it won't accept any more, RAM never runs out of memory. It keeps operating, but much more slowly than you may want it to. read less
Comments

Computer Programming Trainer

Random Acces Memeory... Its a volatile memory, which can store under usage programs data fetched from HDD. Its a important like processor. Using RAM performance of PC increses. Now days RAm of GB capacity available. DDR1 DDR2 DDR3 technology...
Comments

View 18 more Answers

Related Questions

Can I do a BCA course without having Maths?
No, it is not possible since maths is the foundation for understanding engineering-level computer applications. Every BCA course has maths involved in some way or the other. Thus it is essential to learn...
Munawar
0 0
5
How to create project in vb6.0?
Welcome to Free Visual Basic 6 (VB6) tutorial for beginners. This Visual Basic 6 (VB6) tutorial helps you to learn Visual Basic 6.0 (VB6) programming in your own. Assuming you all are beginners to visual...
Shinde
How to make and operate social networking website?
dear first you havr to purcahse a domain name then you can build a website but for this you have sound knowledge of laguages
Satish
Which is the best college in Delhi for a BCA?
Amity University, Noida Jamia Millia Islamia, Delhi Maharaja Agrasen Institute of Technology, Delhi. Are some of the best colleges
Asif
0 0
5
What is the difference between BSc CS and BCA?
BCA IS COPMUTER APPLICATION ORIENTED PROGRAM APPROXIMATELY ALL COMMERCIAL AREA WHILE BSC CS IS MATH AND SCIENCE ORIENTED PROGRAM HAS UTILZATION IN SCIENTIFIC APPLICATION AND RESEARCH BUT HAS CAPABILITY EVEN FOR COMMERCIAL APPLICATION
Tanush
0 0
6

Now ask question in any of the 1000+ Categories, and get Answers from Tutors and Trainers on UrbanPro.com

Ask a Question

Related Lessons

Facts about C language
C programming language was developed in 1972 by Dennis Ritchie at AT&T Bell Labs. It was developed to overcome the problems of languages such as B, BPCL. It was developed to write the Unix operating...

How to create a Basic Webpage using HTML
This is a very small basic article about creating HTML webpages. To start with you need to create an html file. you can create a text file (.txt) then rename it to something.html file ( .html extension...

Some formulas of algebra
Algebra: 1. (a + b) = a + 2ab + b 2. (a – b) = a – 2ab + b 3. (a + b) (a – b) = a – b 4. (x + a)(x + b) = x + (a + b)x + ab 5. (x + a)(x – b) = x + (a – b)x –...
K

Tips of learning Java Language/Other Programming Languages
1.You should know the basic concept: If we talk about programming languages so basic concept are same in all the high level languages. So you should know the basic concept firstly then you can easily understand...
I

ICreative Solution

0 0
0

Class and Objects in Java
Class is a template or a blueprint which is used to describe an object. On other hand Object is a reference of a class which follows all the stuff written inside the class. How about taking the whole tour in the following video

Recommended Articles

With the current trend of the world going digital, electronic renaissance is a new movement that is welcomed by the new generation as it helps makes the lives of millions of people easier and convenient. Along with this rapidly changing movement and gaining popularity of Internet, e-Learning is a new tool that emerging...

Read full article >

Appearing for exams could be stressful for students. Even though they might have prepared well, they could suffer from anxiety, tension etc. These are not good for their health and mind. However, following a few exam preparation tips can save them from all these and help them to score good marks. Let’s find out all...

Read full article >

While schools provide formal education to the children, the home is where they start learning about things informally. Parents think that schools will take the initiative to educate their children. Well, this is partially true, as parents also play an essential role in bringing up their child. For the development of particular...

Read full article >

Once over with the tenth board exams, a heavy percentage of students remain confused between the three academic streams they have to choose from - science, arts or commerce. Some are confident enough to take a call on this much in advance. But there is no worry if as a student you take time to make choice between - science,...

Read full article >

Looking for BCA Tuition ?

Learn from the Best Tutors on UrbanPro

Are you a Tutor or Training Institute?

Join UrbanPro Today to find students near you
X

Looking for BCA Tuition Classes?

The best tutors for BCA Tuition Classes are on UrbanPro

  • Select the best Tutor
  • Book & Attend a Free Demo
  • Pay and start Learning

Take BCA Tuition with the Best Tutors

The best Tutors for BCA Tuition Classes are on UrbanPro

This website uses cookies

We use cookies to improve user experience. Choose what cookies you allow us to use. You can read more about our Cookie Policy in our Privacy Policy

Accept All
Decline All

UrbanPro.com is India's largest network of most trusted tutors and institutes. Over 55 lakh students rely on UrbanPro.com, to fulfill their learning requirements across 1,000+ categories. Using UrbanPro.com, parents, and students can compare multiple Tutors and Institutes and choose the one that best suits their requirements. More than 7.5 lakh verified Tutors and Institutes are helping millions of students every day and growing their tutoring business on UrbanPro.com. Whether you are looking for a tutor to learn mathematics, a German language trainer to brush up your German language skills or an institute to upgrade your IT skills, we have got the best selection of Tutors and Training Institutes for you. Read more