Branches and Loops Flashcards

1
Q

What’s the difference between a branch and a loop?

A
  • Branch is an instruction that piece of code depending on conditions within a program.
  • Looping is also an instruction that will execute piece of code but will keep executing until a condition is met.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly