List the four steps that are necessary to run a program on a completely dedicated machine
Answer:
i. Reserve machine time.
ii. Manually load program into memory.
iii. Load starting address and begin execution.
iv. Monitor and control execution of program from console.