A virtual address is an address generated by the CPU during a program's execution and is part of a virtual memory system, allowing programs to use more memory than physically available. In contrast, a real address (or physical address) refers to a location in the actual physical memory (RAM) of the computer. The operating system and memory management unit (MMU) translate virtual addresses into real addresses, enabling efficient memory management and isolation between processes. This abstraction allows multiple processes to run concurrently without interfering with each other's memory.
A real girl can have a baby. A virtual girl can be deleted from the computer.
a
The Virtual World is a place where a man like you will have lots of sex.
real is were you see them and everything.. and virtual is a bad way to date because theirs perves,sickos,and so on!!
There is no difference in the OSI model between a real physical machine and a virtualized one.
A piano is real with strings ,and a electronic piano is powered by electricity with virtual sounds.
A real image is formed when light rays actually converge at a point, while a virtual image is formed when light rays only appear to converge at a point.
A real image is formed when light rays actually converge at a point, while a virtual image is formed when light rays only appear to converge at a point.
A real image is formed when light rays actually converge at a point, while a virtual image is formed when light rays only appear to converge at a point when traced back.
Real images are formed when light rays actually converge at a specific point, while virtual images are formed when light rays only appear to converge at a point when traced back.
Real memory uses Physical addresses.These are the members that the memory chips react to on the bus. Virtual addresses are the logical addresses that nrefer to a process' address space. Thus, a machine with a 16-bit word can generate virtual addresses upto 64K, regardless of whether the machine has more or less memory than 64 KB
The effective address is the address generated by the program, after all transformations, such as index registers, offsets, addressing mode, etc. have been made. The physical address is the address generated by the hardware, after performing whatever lookups through the page table, etc. have been made. The effective address, or virtual address, is the concern of the program. The physical address, or real address, is the concern of the operating system.