HOME | DD

#cim #numbericalgrid #vexcode #computerintegratedmanufacturing
Published: 2023-02-08 21:34:19 +0000 UTC; Views: 268; Favourites: 0; Downloads: 0
Redirect to original
Description
You will practice algorithmic thinking how to create the sequences of programming stalemates that will maneuver the VR-SDV along a specified path. You will have to make adjustments to your code until the VR-SDV can navigates the path from square 1 number to the 45th square.
The Goals:
- Develop algorithms step-by step for solving a problem.
- Analyze and describe an algorithm represented as flow chart or as a programming code.
- Identify, test, and implement possible solutions to a problem using your VEXcode VR (computer program).
- Create a computer program to implement an algorithm, including conditional statements and iterations.
- Note programs can grow to unmanageable size, you should add loops, variables and functions can reduce the size of the program. By add variables and functions allows for complex control of a system.