1/3
Looks like no tags are added yet.
Name | Mastery | Learn | Test | Matching | Spaced | Call with Kai |
|---|
No analytics yet
Send a link to your students to track their progress
def modularity
breaking a program into smaller, independent modules (functions / procedures)
def a function
a subroutine that returns a value
def procedure
a subroutine that does not return a value
def IDE
a program which provides a set of tools to make it easier for programmers to write, develop and debug code