because all the processes will stored in the ram
RAM is Internal.
its inernal
because all the processes will stored in the ram
internal fragmentation speeds up how you open filesbecause it organizes them. RAM is how fast your computer can get to the files
ram
The 16 bytes (128 bits) at internal RAM locations 0x20-0x2F are bit-addressable.
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
Checks internal RAM for Errors
Random access memory
the internal RAM is for data storage and for many applications is all that is needed.
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.
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