1/3
Looks like no tags are added yet.
Name | Mastery | Learn | Test | Matching | Spaced |
---|
No study sessions yet.
What is the definition of algorithm?
A step-by-step procedure for solving a problem or accomplishing a task.
What is the definition of data structure??
A particular way of organizing and storing data in a computer so that it can be used efficiently
What is the definition of variable??
A storage location paired with an associated symbolic name, which contains some known or unknown quantity of information referred to as a value.
What is the definition of function??
A block of organized, reusable code that is used to perform a single, related action.