Alliance with C0dex - email: info@c0deex.com | Score: 268.34
Meeting Times:
Tuesday - 4:00pm
Thursday - 2pm (?)
Friday - 2pm (?)
ZOOM Link: https://lausd.zoom.us/j/83521259638?pwd=aU5kVzVGc0JmR2dMVXc2S2hyN2Y0dz09
DEADLINE TO SUBMIT - Monday July 25
CSULB Room VEC 218B
Username: Zero Robotics
Password: Gobeach2022
Zero Robotics - zerorobotics@mit.edu
Yosselin Velasco - Yosselin.Velasco@csulb.edu
Office Assistant, K-12 Outreach and Recruitment
Andrew Hernandez - al03hernandez@gmail.com
Wilmer Sarmiento - wsarmien@lausd.net
Weekly Schedule
June 27 - July 1, 2022 (Week I)
July 4 - July 8, 2022 (Week II)
July 11 - July 15, 2022 (Week III)
July 18 - July 22, 2022 (Week IV)
July 25 - July 29, 2022 (Week V)
August 4th (Finals live aboard the International Space Station) Subject to NASA change.
Key Dates
July 6th - Virtual Career Day hosted by Aerospace Corporation
July 15th (5pm) – Round One Code Deadline (submitted online)
July 18th – Alliance Formation Day (new component to ZR: Middle School)
July 18th to 24th - Alliance Code Development
July 25th (5pm) - ISS Code Deadline (submitted online)
August 4th - LIVE International Space Station Finals (Date Subject to change by NASA)
9:30 Arrive CSULB
10:00 Celebrity Interview
Finding the Right Password
11:00 Introduction to Coding with IDE
12:00 Lunch (1 hour)
1:00 Zero Robotics Coding
2:30 Depart CSULB
9:30 Arrive CSULB
10:00 Warm Up: Take Off/Touch Down
Clever - Brainpop - Newton's Laws of Motion (Select Grades 6-8)
How to Make Spheres Move
11:00 Conditional Statements - (If Then)
Coding
12:00 Lunch (1 hour)
1:00 Coding
2:30 Depart CSULB
9:30 Arrive CSULB
10:00 Aerospace Career Day
11:00 Group Planning/Strategizing
Coding
12:00 Lunch (1 hour)
1:00 Coding
2:30 Depart CSULB
9:30 Arrive CSULB
10:00 Space Taboo
11:00 Coding
12:00 Lunch (1 hour)
1:00 Coding
2:30 Depart CSULB
9:30 Arrive CSULB
10:00
11:00
12:00 Lunch (1 hour)
1:00 Coding
2:30 Depart CSULB
9:30 Arrive CSULB
10:00 Planning
11:00 Coding
12:00 Lunch (1 hour)
1:00 Coding
2:00 Zoom with Codex
2:30 Depart CSULB
9:30 Arrive CSULB
10:00
11:00
12:00 Lunch (1 hour)
1:00 Coding
2:30 Depart CSULB
9:30 Arrive CSULB
10:00
11:00
12:00 Lunch (1 hour)
1:00 Coding
2:30 Depart CSULB
9:30 Arrive CSULB
10:00
11:00
12:00 Lunch (1 hour)
1:00 Coding
2:30 Depart CSULB
Glossary
IDE - platform
init - for declaring variable(s) and array(s). (init is short for initialization)
main - create your code where you use your variables and arrays
variable - container that holds single piece of data (pink blocks)
array - stores multiple pieces of sample type of data (purple blocks)
int - integer (no decimals), for example; ...-3, -2, -1, 0, 1, 2, 3...
float - values with decimals, for example; 0.05, -0.7, 8.765, -9.0
API - list of functions