Week 4 College Board Notes
Video 1:
- companies like google collaborate to create a cohesive company (ios, android, art, social media)
 - collaboration helps us to compare or combine our ideas to
 - collaborating produces a computing innovation that reflects the diversity of talents and perspectives of those who designed it produce the best result.
 
Video 2:
ways to collaborate in APCSP
- pair programming
- one driver(types the program)
 - one observer(reviews drivers code)
 
 - Think, Pair, Share
- think about a problem alone
 - share with partner (help one another, compare)
 - share with class/others
 
 - leave comments in code(\)
- to communicate to yourself and others what the code is doing
 - clarify function of the code
 
 - get feedback from others