Random access memory (ram), Basic Computer Science

Assignment Help:

RANDOM ACCESS MEMORY (RAM):

The RAM-type memory will allow data to be written into it, as well as read from it. With very few exceptions, RAMS lose their contents when the power is removed and are thus known as "Volatile" memory devices.  All computers use RAM to store data and programs written into it either from keyboard, or external sources such as magnetic tape/disk devices.

RAMs are often described in terms of the number of bits, i.e. 1s and 0s, of  data that they hold, or in terms of the number of data words, i.e. groups of bits, they can hold.  Thus a 16384 bit ram can hold 16384 1s and 0s.  This data could be arranged as 16384 1-bit words, 4096 4-bit words or 2084 8-bit words.  Semiconductor memories vary in size, e.g. 4K, 64K, 128K, etc.  Hence we are using K defined as:

K =210 = 1024

Thus a 16K memory has a storage capacity of 16 X 1024 = 16384 words, a 128K memory 0f 1310672 words and so on. There are two main members of the RAM family:

  • Static RAM.
  • Dynamic RAM.

 

The essential difference between them is the way in which bits are stored in the RAM chips.  In a static RAM, the bits of data are written in the RAM just once and then left until the data is either read or changed.  In a dynamic RAM, the bits of data are repeatedly rewritten in the RAM to ensure that the data is not forgotten.

 


Related Discussions:- Random access memory (ram)

Function, write a function named "location_of_largest"that takes as its arg...

write a function named "location_of_largest"that takes as its arguments the following:(1) an array of integer values

What are the Proposals for Achieving Mutual Exclusion?, Proposal a) Disabli...

Proposal a) Disabling Interrupts (Hardware Solution) • Every process disables all interrupts just after entering in its critical section and re-enables all interrupts just previous

Create a flowchart that displays the student''s avera, Ask questiCreate a f...

Ask questiCreate a flowchart that displays the student''s average score for three quizzes. + Assume that there are 3 sections each having 5 students + The only valid number to be

Definition of Internal hardware interruptions, Internal interruptions are...

Internal interruptions are produced by convinced events which come during the execution of a program. These types of interruptions are handled on their totality by the hardware and

Python - Dictionary, A dictionary is variable and is one more container typ...

A dictionary is variable and is one more container type that can store any number of Python objects, counting other container types. Dictionaries consist of pairs (identified items

Trap doors and Logic Bombs, Trap doors:  This is a way of bypassing normal...

Trap doors:  This is a way of bypassing normal authentication procedure (windows/ operating system user name  and password) to access a system. Once a system is compromised (impac

Define and explain flow chart with an example, Question 1 Define and expla...

Question 1 Define and explain flow chart with an example Question 2 Write an algorithm to print all even numbers in descending order and draw the flowchart Question 3 Explain

Line decoders, number of 4 to 16 line decoders required to get 8 lto 256 li...

number of 4 to 16 line decoders required to get 8 lto 256 line decoder

Looping statement, Looping Statement:  The purpose of a loop structure is...

Looping Statement:  The purpose of a loop structure is to repeat certain tasks until some condition is satisfied. Several variations of a loop structure are available in each pro

Write Your Message!

Captcha
Free Assignment Quote

Assured A++ Grade

Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!

All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd