Multiple choice technology mainframe Which of the following words can NOT be used to perform calculations in a COBOL program ASSIGN DIVIDE MULTIPLY ADD Reveal answer Fill a bubble to check yourself A Correct answer Explanation ASSIGN is NOT used for calculations in COBOL - it's used to assign file names to file descriptors or assign data items. DIVIDE, MULTIPLY, and ADD are all arithmetic verbs used for mathematical calculations.