1/3
Looks like no tags are added yet.
Name | Mastery | Learn | Test | Matching | Spaced |
---|
No study sessions yet.
Logical reasoning is thinking about the order of steps (the _____) and the selection rules ('if ... then' and 'repeat until...'). You can run through an _____ by following all the steps. You can run through the steps in an algorithm to check if the _____ will _____.
Logical reasoning is thinking about the order of steps (the sequence) and the selection rules ('if ... then' and 'repeat until...'). You can run through an algorithm by following all the steps. You can run through the steps in an algorithm to check if the algorithm will work.
What name is given to the process of thinking about the order of steps and the selection rules?
Logical Reasoning
How to debug a program: It can take a lot of _____ and _____ _____! Computer programmers have _____ which help them find where the _____ are.
How to debug a program: It can take a lot of patience and computational thinking! Computer programmers have programs which help them find where the bugs are.
What are the selection rules?
If… then; Repeat until…