answersLogoWhite

0

Why is RAM internal?

User Avatar

Anonymous

10y ago
Updated: 8/8/2022

because all the processes will stored in the ram

User Avatar

Viva Bashirian

Lvl 10
3y ago

What else can I help you with?

Related Questions

Is RAM extenal or internal?

RAM is Internal.


Is the ram external or internal?

its inernal


Why ram is internal memory?

because all the processes will stored in the ram


Is internal fragmetation related to RAM?

internal fragmentation speeds up how you open filesbecause it organizes them. RAM is how fast your computer can get to the files


What is internal data storage device?

ram


Which are internal bit addressable RAM locations of 8051?

The 16 bytes (128 bits) at internal RAM locations 0x20-0x2F are bit-addressable.


How many MB of RAM should a PDA have?

hi, RAM is nothing but a internal memory which is used for internal operations in any device like mobile,computers and other gadgets. The more The RAM space you have, the faster the operations run. Today 250MB RAM is the maximum which we can find and not beyond that. More RAM increases the speed of execution of internal calculations and operations. , manjunath A.V


What is mdsched command?

Checks internal RAM for Errors


Why ram is known as internal memory?

Random access memory


What is purpose of ram in 8051 micro controller?

the internal RAM is for data storage and for many applications is all that is needed.


How many bits are bit addressable in the internal RAM and what is the range of the address?

Of the 128-byte internal RAM of the 8051, only 16 bytes are bit-addressable. The rest must be accessed in byte format. The bit-addressable RAM locations are 20H to 2FH.


What is Difference between internal ram and external ram in 8051?

Internal Ram in 8051the 8051 includes a certain amount of on-chip memory. On-chip memory is really one of two types: Internal RAM and Special Function Register (SFR) memory.External Ram in 8051As an obvious opposite of Internal RAM, the 8051 also supports what is called External RAM.As the name suggests, External RAM is any random access memory which is found off-chip. Since the memory is off-chip it is not as flexible in terms of accessing, and is also slower. For example, to increment an Internal RAM location by 1 requires only 1 instruction and 1 instruction cycle. To increment a 1-byte value stored in External RAM requires 4 instructions and 7 instruction cycles. In this case, external memory is 7 times slower!I.R.K.Seneviratne - Sri Lanka