1 / 10

Programming Fundamentals

Programming Fundamentals. Autumn 2013. Who am I?. Jason Sultana School of Computing, Engineering and Mathematics e-mail: admin@jasonsultana.com Website: www.jasonsultana.com Please use UWS e-mail for general communication. Assessments. Recap…What are we doing?.

Télécharger la présentation

Programming Fundamentals

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Programming Fundamentals Autumn 2013

  2. Who am I? Jason Sultana School of Computing, Engineering and Mathematics e-mail: admin@jasonsultana.com Website: www.jasonsultana.com Please use UWS e-mail for general communication.

  3. Assessments

  4. Recap…What are we doing? 1. What’s a program? What does it consist of? 2. What is Java? Why do we use it? How does a program written in Java differ from a typical program? 3. What is Greenfoot? Why are we using it?

  5. Introducing Objects in Greenfoot Problem 1 – Getting Started 1. What are some things Clara has? 2. What are some things Clara can do?

  6. Methods / Functions Problems 2 to Bonus Question move();putLeaf();stop();turnLeft();turnRight();removeLeaf();putLeaf();act( );

  7. C Style constructs What do the highlighted fields mean?

  8. Conditions if(condition) { //do something} Can we rewrite any of this weeks pracs using conditions? Try Prac 2 – place a leaf only when there is not a leaf behind us.

  9. This week • Get used to using Greenfoot • Finish and submit prac 1 • Fun stuff: Look up “Lady Java” on youtube 

More Related