Friday, April 29, 2016

Final month

What are you most interested in learning in the final month of class? What would you like to spend your time doing?

I would like to finish up my game and the poster for my game.

Thursday, April 21, 2016

Syntax and sematic errors


What’s the difference between syntax and semantic errors in your code? Which do you think are more difficult to deal with? Describe the process you use to debug code.

Syntax errors are code that the compiler does not understand and semantic errors are code the compiler understand but its not what the programmer intended. I think semantic errors are more difficult because the programmer thinks he knows what they are doing but it is wrong.

Monday, April 4, 2016

Reflection

1. Rate your comfort levels, on a scale of 1-5, on the following coding concepts:
  1. Variables 2
  2. Conditional statements1
  3. operators 1
  4. Loops 3
  5. Functions 2
  6. Arrays 1
  7. OOP (classes and objects) 2

Are there any particular concepts you feel you need practice with? Are there any skills you’d like to learn more about?

I think i need a overlook on all of these because I forgot how to do them.