Multiple choice technology programming languages

Is not a COBOL verb

  1. ACCEPT

  2. MOVE

  3. FIND

  4. STRING

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

In standard COBOL, the verbs ACCEPT, MOVE, and STRING are all valid COBOL verbs. FIND is not a standard COBOL verb - it's typically used in database systems like SQL or in some mainframe query utilities, but not in core COBOL programming. This makes 'FIND' the correct answer to what 'is not a COBOL verb'.