Questions Related to mainframe

Multiple choice technology mainframe
  1. REPEAT 6 TIMES <n> instruction <n> END-REPEAT

  2. MOVE 1 TO COUNTER <n> PERFORM UNTIL COUNTER = 6 <n> COMPUTE COUNTER = COUNTER + 1 <n> instruction <n> END-PERFORM

  3. PERFORM 6 TIMES <n> instruction <n> END-PERFORM

  4. REPEAT VARYING COUNTER FROM 1 BY 1 UNTIL COUNTER = 6 <n> instruction <n> END-PERFORM

Reveal answer Fill a bubble to check yourself
C Correct answer