answersLogoWhite

0


Best Answer

SWAP file. Sometimes it's called swap file like for Linus Sytems. You need a page file to save data when you are using your operation system. If don't have enough RAM OS doesn't have enough space in your memory to work properly. So, in such case OS uses a paging file. When you have 512 Mb or more in Windows Xp you can disable Paging file, which will accelerate your system at least a little bit.

User Avatar

Wiki User

14y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is another term for a page file and what are they used for?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Engineering

Is used for adding CSS to the entire site?

You use a separate style sheet file with all of the styles you need defined in it. In each page you put a link to that file and the styles can be used by the entire site. Say your file is called Styles.css then you would have the following in the head area of each page:


What is CSS File and why it is used?

A CSS file can tell the web browser how a web page is supposed to look. The web page (HTML file) itself says what words are on the page, and which pictures, but you CAN use the CSS file to specify what goes where, how big, what color and font, and things like that.You CAN also specify all those things in the HTML file. The biggest advantages of using separate CSS are:The same CSS file can be used for all pages in a site, so if you want to change something, you can just change it in one place, and all the pages will now look the way you want.If you use the same CSS file for every page, your pages will load faster, since the browser does not re-fetch the CSS file every time.


What is page in and page out?

Page in and page out are actions taken by a virtual memory manager (VMM) as it adjusts the assignments of the memory mapping hardware. When a reference is made to a non mapped page, a page fault occurs. The VMM finds a page to release, usually the least recently used page, and checks it. If it is dirty, i.e. modified since loaded, the VMM pages it out by writing a copy to the page file. Then the VMM adjusts the mapping registers and locates the referenced page, either in the page file or in the executable image, and pages it in by reading the copy into memory. The faulting instruction is then restarted. Please see the discussion page.


How are hyperlinks indicated in an HTML file?

The <a> tag defines hyperlink in HTML file, which is used to link from one page to another. Default appearance of links in most browsers is as under:- An un-visited link is underlined and blue A visited link is underlined and purple An active link is underlined and red "href" is the most important attribute of <a> tag which is used to indicate the link's destination.


What's another term used to describe applied science?

technology

Related questions

What is another term fo a page file?

Page file in windows is identical to swap memory in unix based systems. Microsoft gives a different name to all the terms and hence the page file.


What is another term for page file and why are they used?

Sometimes it's called swap file like for Linus Sytems. You need a page file to save data when you are using your operation system. If don't have enough RAM OS doesn't have enough space in your memory to work properly. So, in such case OS uses a paging file. When you have 512 Mb or more in Windows Xp you can disable Paging file, which will accelerate your system at least a little bit.


What is meant by the term referrer or referring page?

The term referrer or referring page is used in web analytics. It is the URL or IP address that track where a visitor from a web page originated, like the previous page or a link from another web site.


What term is used interchangeably with the term website?

The other common term is "webpage" (web page or simply page).


What is another term for a page files and why are page files used?

A pagefile is a system file that is used in place of RAM, or random-access memory. These are the "memory sticks" people refer to that are placed in your computer. Most computers today have 2 GiB of RAM. A pagefile is used when a computer does not have enough physical memory available. After the RAM is filled with data, the computer offloads some of the data (the data that isn't currently being used) in RAM to the hard disk, into the pagefile. It's also known as a swap file.


What does the term include php refer to?

It is a term used in PHP programming language. The "include" statement means inclusion or evaluation of a specified file. It is similar to another PHP keyword - "require".


What is another term used for specific heat is?

Another term used for specific heat is temperature.


Which Windows utility is used to monitor page file space?

windows explorer


What is an organisation introductory web page called?

Some call this generally, the landing page or home page. Looking at this from the html standpoint, that is the markup language that is often used to write the foundational framework for the website, the index.html page is the file that is usually used as the page that you want people to go to when they type in your website's domain name. So whichever page you design that you want people to "land" on when they type your domain name, you will save the file for that page as index.htm or index.html or if you are using php, another websit script, it will be .php instead of .html


WHAT IS mv command?

In unix mv command is used to 'move' a file or folder from one location to another. It can also be used for renaming a file or folder. For eg: to change the name of a file 'sample.txt' to 'testfile.txt', mv sample.txt testfile.txt Enter 'mv --help' or 'man mv' in the shell prompt for the manual page of mv command.


What is another name for a file system?

Filesystem is another name for a file system. It is used to control how data is stored and retrieved.


What is destination device?

Many computer commands move data from one file to another or from one storage device to another. This is referred to as moving the data from the source to the destination (or target). The term is also used as an adjective, as in destination file or destination device.So basically where every your moving your file or etc... too is the destination device.