My Background:
Enjoy!
http://a.parsons.edu/~klevitt/bootcampFinal/index.html
(This is also linked to my Portfolio site under the Bootcamp page)
***I'll post the files tomorrow before the critique - for some reason my home computer won't let me post files here.***
Processing 1 > Data Visualization > Balls moving = people wearing headphones, and people not wearing headphones
/*
A Template Sketch to show how balls may animate towards a target x,y
Executed with assistance from Albert Dang.
Katie Levitt 8.14.07
*/
//declare image for background
PImage bg;
// array of x and y positions
float[] xPos;
float[] yPos;
// array of target x and y positions
float[] targetX;
float[] targetY;
Sketches for code portion of site:



This section of chapters was fairly explicit in describing why we use binary numbers for coding, and stressed the vast amount of information that they encompass. I thought it was interesting how the reason we use a number system based on the power of 10 because it was developed based on the number of fingers we have, and that if we were to base our number system on 4 or 2, we would get the same value for binary numbers. After reading these chapters, I got a better understanding as to why we use bits in computer systems and the large amount of information that it can convey.





Description:
This assignment was completed collaboratively with Alia Ormut-Fleishman. The processing folder is located on the a.parsons.edu server under my public folder, in a separate folder titled "code_loadText".