Game Preview

Technology 2ESO: Algorithms

  •  English    10     Public
    Algorithms
  •   Study   Slideshow
  • What is a series of instructions or ordered steps for performing an activity or resolving a problem
    an algorithm
  •  15
  • What is a diagram that graphically represents the instructions of a programmed activity
    flowchart
  •  15
  • What is an iterative algorithm?
    It is an algorithm which instructions are repeated several times
  •  15
  • Can you give an example of an iterative algoritm?
    ...
  •  10
  • What is a selective algorithm?
    It is an algorithm which instructions depend on whether or not a condition is met
  •  15
  • Can you give an example of a selective algorithm?
    ....
  •  10
  • What is a method of dealing with and resolving the practical problems?
    Project approach
  •  15
  • What is a sequential algorithm?
    It is an algorithm which functions are executed one after the other in the same order as they appear
  •  15
  • Can you give an example of a sequential algorithm?
    .....
  •  10
  • In computer programming, how do we call a sequence of instructions that is continually repeated until a certain condition is reached?
    a loop
  •  5