Multiple choice technology operating systems

which Command is used to Ensure that a program is loaded above the first 64K of conventional memory, and runs the program.

  1. LOADHIGH

  2. DISKCOMP

  3. EXPAND

  4. LOADFIX

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

LOADFIX loads a program into memory above the first 64K of conventional memory and then executes it. This prevents programs that load at very low memory addresses from causing conflicts with DOS's resident code in that region.