<u>Swap files </u>contain(s) remnants of word processing documents, e-mails, Internet browsing activity, database entries, and almost any other work that has occurred during past Windows sessions.
Explanation:
I order to simulate extra space an operating system like windows use hard disk space in order to stimulate extra memory.When a computer system is running low with the memory space the swap file swaps a section of RAM onto the hard disk in order to obtain a free memory space.
This Process at times results in slowing down of the computer computer considerably.
<u>The combination of RAM and swap files is known as virtual memory.</u>
It is due to the use of virtual memory that our computer is able to run more programs than it could run in RAM alone.
Answer:
gravit* and collapse
Explanation:
Truncation is a keyword search technique that helps you find useful variations of a term or terms.
To find books on the topic of gravity and gravitational collapse, the best part to truncate is gravit* and collapse.
Answer:
count = 0
months = 0
years = int(input("Enter the number of years: "))
for year in range(1, years+1):
cars_sold = int(input("Enter the number of cars sold in first six months: "))
count += cars_sold
months += 6
print("Number of months: " + str(months))
print("Number of cars sold in total: " + str(count))
print("Average number of cars sold per month: " + str(count / months))
Explanation:
Initialize the variables
Ask the user for the number of years
Create a for loop that iterates depending on the given number of years
Ask the user for the number of cars sold in the first six months of the year
Increment the count by given number and increment the months by 6 after each iteration
Print the months, count and, average
Answer: is when your earnings potential is higher than the cost of your education
Explanation:
A positive return on investment on a particular thing occurs when the benefit derived is more than the cost that was incurred while in a scenario whereby the cost is more than the benefit, a negative return on investment took place.
In this case, a positive return on investment for higher education occurs when your earnings potential is higher than the cost of your education.