A | B |
Data Visualization | is the presentation of data in a picture or graphics format |
Design | to form or conceive in the mind; contrive; plan |
Modeling | the process of forming computer model of an object’s shape |
Algorithm | a clearly defined set of instructions designed to perform a specific task |
Series | A set of instructions in steps that must be done in a particular order |
Specific | A step must NOT be replaced by a similar step |
Steps | Like a cooking recipe,ells the computer to do one task, (one instruction) at a time |
Solve | will follow the steps given to produce a final result (output). |
Givens | Details defining the problem to the computer to be solved, Parts of the problem that they KNOW. |
Maze | path or collection of paths, typically from an entrance to a goal |
Data Analysis | Making sense of data by finding patterns or developing insights |
Implement | Writing the code to execute the program |
Experiment | instruct the computer to do some variation of the original design |
Boolean Logic | is a form of algebra in which all values are reduced to either TRUE or FALSE. |