Multiple choice

Entering data interactively at the keyboard is called _______.

  1. inquiry-and-response mode

  2. programming mode

  3. indirect mode

  4. direct mode

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

Inquiry-and-response mode (also called interactive mode) describes entering data at the keyboard during program execution, where the computer prompts (inquires) and the user responds. Programming mode is for writing code, indirect mode stores commands for later execution, and direct mode executes commands immediately without programming.