WorksheetsDECI – WEEK#8 – QUEST#1
Total questions: 3
Worksheet time: 60secs
________ are a series of instructions that are followed to complete a task or solve a problem.
Instructions
Algorithms
Computers
Recipes
The primary purpose of algorithms in programming is ________
memorizing programming languages
adding complexity to the code
solving specific problems or tasks with clear and logical steps
creating confusion in the program execution
Which of the following is the correct sequence for writing an algorithm?
Think about what you want your algorithm to do, test your code, write out each step.
Test your code, think about what you want your algorithm to do, write out each step.
Write out each step (in code!), think about what you want your algorithm to do, test your code.
Think about what you want your algorithm to do, write out each step (in code!), test your code.
