How RAM Computer Works

Posted by superadmin ADD COMMENTS

RAM is also used to store instructions about currently running applications.

For example, when you start a computer game, a large set of the game’s instructions
(for example, how it works, how the screen should look, which sounds must be
generated) is loaded into memory. The processor can retrieve these instructions
much faster from RAM than it can from the hard drive, where the game normally
resides until you start it. Within certain limits, the more information that’s stored
in memory, the faster the computer will run. In fact, one of the most common
computer upgrades is to increase the amount of RAM.
The information in RAM is continually being read, changed, and removed. It is
also volatile, meaning that it cannot work without a steady power supply. When a
computer is turned off, the information in RAM is lost.
Recall that when a user makes a request, it is intercepted by the processor, which then
organizes the request into component-specific tasks. Many of these tasks must occur in
a specific order, with each component reporting its results back to the processor before
the next task can be completed. The processor uses RAM to store these results until
they can be compiled into the final result(s).
Many desktop components, such as the processor, power supply, and RAM, are installed
through simple physical attachment to the computer. That is, physical installation is
all that is required to make the component functional. Other devices, such as hard
drives and keyboards, require the additional assignment of system resources. This section
focuses on the physical installation of common components; resource assignment is
discussed in the next section, “IRQs, DMAs, and I/O Addresses.” Special hardware
configurations are discussed in Chapter 2. Read More

Computer Virus

Posted by superadmin ADD COMMENTS

In 1983, Fred Cohen coined the term “computer virus”, postulating a virus was “a program that can ‘infect’ other programs by modifying them to include a possibly evolved copy of itself.” The term virus is actually an acronym for Vital Information Resources Under Seize. Mr. Cohen expanded his definition a year later in his 1984 paper, “A Computer Virus”, noting that “a virus can spread throughout a computer system or network using the authorizations of every user using it to infect their programs. Every program that gets infected may also act as a virus and thus the infection grows.” Computer viruses, as we know them now, originated in 1986 with the creation of Brain – the first virus for personal computers. Two brothers wrote it (Basid and Farooq Alvi who ran a small software house in Lahore, Pakistan) and started the race between viruses and anti-virus programs which still goes on today.

Using the above explanation, it can be said that viruses infect program files. However, viruses can also infect certain types of data files, specifically those types of data files that support executable content, for example, files created in Microsoft Office programs that rely on macros.

Read More