question 1\nthe repetition of a series of steps is called a(n) ____.\no loop\no repeat flow\no infinite…

question 1\nthe repetition of a series of steps is called a(n) ____.\no loop\no repeat flow\no infinite loop\no flow\n\nquestion 2\nthe ____ is used to represent output in a flowchart.\no parallelogram\no square\no triangle\no circle

question 1\nthe repetition of a series of steps is called a(n) ____.\no loop\no repeat flow\no infinite loop\no flow\n\nquestion 2\nthe ____ is used to represent output in a flowchart.\no parallelogram\no square\no triangle\no circle

Answer

Brief Explanations:

  • In programming and flowchart - related concepts, the repetition of a series of steps is called a loop. An infinite loop is a type of loop that runs indefinitely. "Repeat flow" and "flow" are not the standard terms for this concept.
  • In a flowchart, a parallelogram is used to represent input and output operations. Squares are often used for processing steps, triangles are not standard flowchart symbols for output, and circles are used for terminal points or connectors.

Answer:

Question 1: A. loop Question 2: A. parallelogram