To receive input from the screen, we use the command:

  1. READ

  2. PULL

  3. ACCEPT

  4. RECEIVE


Correct Option: B

AI Explanation

To receive input from the screen, the correct command is typically "ACCEPT" rather than "PULL". The "ACCEPT" command is commonly used in programming languages like COBOL or RPG to read input from the user.

Option A) READ - This option is incorrect because "READ" is not a command commonly used to receive input from the screen. Option B) PULL - This option is incorrect because "PULL" is not a command commonly used to receive input from the screen. Option C) ACCEPT - This option is correct because "ACCEPT" is commonly used to receive input from the screen in programming languages like COBOL or RPG. Option D) RECEIVE - This option is incorrect because "RECEIVE" is not a command commonly used to receive input from the screen.

The correct answer is C) ACCEPT. This option is correct because "ACCEPT" is the command commonly used to receive input from the screen in programming languages.

Find more quizzes: