What is virtual memory?
Answers were Sorted based on User's Feedback
Answer / chinavenkannababu
Virtual memory is a computer system technique which gives
an application program the impression that it has
contiguous working memory, while in fact it is physically
fragmented and may even overflow on to disk storage.
Systems which use this technique make programming of large
applications easier and use real physical memory (e.g. RAM)
more efficiently than those without virtual memory
| Is This Answer Correct ? | 12 Yes | 4 No |
Answer / irshad
* virtual memory :-Space on a hard disk used to temporarily
store data and swap it in and out of RAM as needed.
*virtual memory:- created by using the hard disk to simulate
additional random-access memory; the addressable storage
space available to the user of a computer system in which
virtual addresses are mapped into real addresses)
| Is This Answer Correct ? | 1 Yes | 0 No |
Could you tell something about the Unix System Kernel?
The UNIX shell is.... a).does not come with the rest of the system b).forms the interface between the user and the kernal c) does not give any scope for programming d) deos not allow calling one program from with in another e) all of the above
why do you need to have a swap file system?
What does mknod do? What?s a named pipe?
What is the difference between hard link & softlink?
What is a level 0 backup?
What is INODE?
Give two UNIX kernel parameters that effect an Oracle install
How will you run the script in UNIX?
Is this the command to connect oracle from unix? sqlplus -s username/password. Then what is the -S here...????
how to check GDE,EME,Java,Oracle9i Enterprise Edition Release versions Versions on unix system
Explain the read, write, and execute permissions on a UNIX directory.