1/4
Looks like no tags are added yet.
Name | Mastery | Learn | Test | Matching | Spaced |
---|
No study sessions yet.
what does a variable do?
holds data so it isn’t lost during code execution
why may we need a condition controlled loop?
we don’t know how many iterations we may need
what order do bubble and insertion sorts use during sorting?
from left to right
what do editors do in IDEs?
lets developers edit code so errors can be fixed