Calarts? Cartoon I don’t really know but that’s all the information that I have
Using hard disk space to temporarily store data or instructions from RAM is referred to as <u>virtual memory</u>.
In the field of computers, virtual memory can be described as a method for managing the memory of a system and enabling more space for physical memory. Virtual memory has the advantage of freeing up space so that a shared memory does not need to be used.
Virtual memory causes the stored data in a system to be temporarily get stored in the disk storage from the random access memory (RAM).
The process of virtual memory makes secondary memory seem like a part of the main memory of a system. The amount of storage that can be done by the virtual memory depends on the storage capacity of the secondary memory of a system.
To learn more about virtual memory, click here:
brainly.com/question/13088640
#SPJ4
Answer:
a) Bubble sort
Explanation:
Bubble sort is a type of sorting algorithm that swaps small value with a bigger value over a number of rounds called pass.
Class x {
public static void main (String args[])
{
/*declaration, instantiation and initialization */
int a[] = {1, 2, 3, 4, 5, 6, 7, 8, 9, 10};
}
}