Edit Game
Technology 2ESO: Algorithms
 Delete

Use commas to add multiple tags

 Private  Unlisted  Public



 Save

Delimiter between question and answer:

Tips:

  • No column headers.
  • Each line maps to a question.
  • If the delimiter is used in a question, the question should be surrounded by double quotes: "My, question","My, answer"
  • The first answer in the multiple choice question must be the correct answer.






 Save   10  Close
In computer programming, how do we call a sequence of instructions that is continually repeated until a certain condition is reached?
a loop
Can you give an example of a sequential algorithm?
.....
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 method of dealing with and resolving the practical problems?
Project approach
Can you give an example of a selective algorithm?
....
What is a selective algorithm?
It is an algorithm which instructions depend on whether or not a condition is met
Can you give an example of an iterative algoritm?
...
What is an iterative algorithm?
It is an algorithm which instructions are repeated several times
What is a diagram that graphically represents the instructions of a programmed activity
flowchart
What is a series of instructions or ordered steps for performing an activity or resolving a problem
an algorithm