Article Index

The RAM or Random Access Memory is the work memory, where all the programs and data information that are open in a defined moment is loaded. The RAM only stores data information when the computer is on, when we computer is off the information on the RAM is cleared.

When a user turn on the computer, the system read the BIOS, the BIOS is a integrated circuit that store the basic computer configuration, for example the CPU speed the numbers and size of the hard drives, the integrated ports, the boot secuence, the date and time, the RAM available, etc. After the system read and check all the devices and settings, the system check the default boot device, this device commonly is the hard drive HD or the DVD-ROM, then in this way the device boot sector is readed and the boot secuence is initiated loading all the instructions on the RAM with the help of the CPU. When the system operative is loaded, for example when the desktop is showed to the user, many files and process are working and loaded on the RAM, and when you are just moving the mouse cursor, many things are happen on the RAM, in the same way, when you open a program like Microsoft Word for example, many files are readed and processed until the program is completed and loaded in the RAM, and is waiting for your interaction, also in this moment all the MS Word files needed to work are loaded in the RAM and only when you close the application this files are cleaned, and the memory space recovered. That is the importance of have high amount of RAM on a computer, if you have many RAM, you can load more process, data and applications, and your computer is faster, but if you have low RAM, the system cannot find a work place to load all the needed information, and try to emulate RAM with other resources like the hard drive (if the hard drive have space), or in other scenarios just blocking the computer and working in a slow way.

Comments powered by CComment

Education

  • Mobile Web Apps

    The mobile web apps are built using the same development tools than the web pages, so with some knowledge in HTML, Javascript, etc. you can begin to learn this kind of development. To use a web mobile app, the user must enter to any web browser installed on the mobile device and in this way the user can navigate at the URL site or URL app. One of the most important thing to know in the time of coding a web mobile app is the screen because the screen on mobile devices have multiple sizes and the user can interact with the content there in many ways, for example scrolling, zooming or doing the click action just touching the screen with one or more fingers.



    Read More
  • The Hard Drive

    Many of the first computers did not have a storage device where to save the information and the applications, in this way all the information was in the RAM all the time, and this information was deleted every time the pc was turn off. (We must remember that the RAM, is a kind of memory volatile, also known as work memory because is available to use when the pc is turn on)



    Read More
  • The RAM - The Random Access Memory

    The RAM or Random Access Memory is the work memory, where all the programs and data information that are open in a defined moment is loaded. The RAM only stores data information when the computer is on, when we computer is off the information on the RAM is cleared.



    Read More

Software

  • Eclipse

    Eclipse ha sido ampliamente reconocido por su IDE para Java, sin embargo en la actualidad, Eclipse es mucho mas que eso, tambien tiene IDE para C, C++ y PHP, ademas de muchas otras herramientas y plugins.



    Read More
  • Android Studio

    Android Studio is the Google official IDE for Android Apps development, providing fastest tools with a lot of features: Visual Layout Editor, APK Analyzer, Fast Emulator, Intelligent Code Editor, Flexible Build System, Realtime profilers, thousands of learning videos and blogs, an more.



    Read More