when you open a program, the hard drive\ntakes time to search the hard disk for data.\ncopies data that will…

when you open a program, the hard drive\ntakes time to search the hard disk for data.\ncopies data that will be permanently preserved.\nloads data into the ram for high - speed access.\nuses the cpu to immediately output information.

when you open a program, the hard drive\ntakes time to search the hard disk for data.\ncopies data that will be permanently preserved.\nloads data into the ram for high - speed access.\nuses the cpu to immediately output information.

Answer

Brief Explanations:

When a program is opened, the hard - drive reads the program's data from its storage and loads it into the Random - Access Memory (RAM). RAM allows the CPU to access the data quickly for processing. Searching for data is part of the process but not the main action. Copying data for permanent preservation is not the purpose when opening a program. And the hard - drive doesn't use the CPU to immediately output information; it first loads data into RAM.

Answer:

loads data into the RAM for high - speed access.