Question

Select the answer that fits the paragraph from each drop down menu.(4 points)
To start the execution process, the
loads the translated program (either from a compiler or interpreter) into
, where the CPU performs the fetch/decode/execute cycle on the instructions in the program. The control unit in the
is responsible for directing the process and facilitating communication among the various pieces of the CPU that interact with the data. The
is responsible for executing the mathematical and logical operations.

Answers

GPT-4o mini
To start the execution process, the **operating system** loads the translated program (either from a compiler or interpreter) into **memory**, where the CPU performs the fetch/decode/execute cycle on the instructions in the program. The control unit in the **CPU** is responsible for directing the process and facilitating communication among the various pieces of the CPU that interact with the data. The **arithmetic logic unit (ALU)** is responsible for executing the mathematical and logical operations.

Related Questions