Quiz
Pick 3 games. Describe the Ludus, Paida, and Narrative of each game you pick.
Why do computers think in binary?
Name 3 programming languages
Take your best guess as to what makes a programming language high level and what makes it low level. Please give examples if you can.
Line-by-line, please take your best guess to explain what this program does
int array = {3, 6, 2, 0, 8, -1, 12}; int n = array.size();Â for(int x=0; x<n; x++) { for(int y=0; y<n-1; y++) { if(array[y]>array[y+1]) { int temp = array[y+1]; array[y+1] = array[y]; array[y] = temp; } } }
Assignments
Get your IF story (from yesterday) running on Github
Blog: Do a project write-up of your game. Please post a link so people can play it, and either a screen shot or some art for your game.
Blog: Please write a THANK YOU post to Carson McNeil from YouTube.
Blog: Game Review - http://www.kongregate.com/games/mazapan/you-have-to-burn-the-rope
Note: From now on ALL game reviews must address Ludus, Paida, and Narrative.
Blog: What did you do today?
Activities
Quiz
Speaker
Egg puzzle
Monopoly
Q: what makes teaching computer technology different
Education
Debate
Introduction to Computing
RPS Game