Study

Technology 2ESO: Algorithms

  •   0%
  •  0     0     0

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