Sovi.AI - AI Math Tutor

Scan to solve math questions

QUESTION IMAGE

question 1 the repetition of a series of steps is called a(n) ____. o l…

Question

question 1
the repetition of a series of steps is called a(n) ____.
o loop
o repeat flow
o infinite loop
o flow

question 2
the ____ is used to represent output in a flowchart.
o parallelogram
o square
o triangle
o circle

Explanation:

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