Advertisement
amigojapan

programming 101 curriculim

Nov 12th, 2014
281
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.25 KB | None | 0 0
  1. Programming 101, Learn the Basic of programming so you can go on to everything else!
  2.  
  3. -lightbot (a programming game)
  4. Learn the basics of programming
  5. Procedural instructions
  6.  
  7. -Scratch
  8. Input/Output
  9. Variables, Operators > = <
  10. Conditional(if/else), AND and OR logical operators
  11. loops(repeat/repeat until), counter
  12. Random number generator
  13. Lists
  14. Functions (blocks)
  15.  
  16. -3dpl (the 3d programming language)
  17. This will help you go thru the interim from icon based programming to freestyle text programming.
  18. We will go over the same things we learned in scratch.
  19. also we will learn OOP basics.
  20.  
  21. -python
  22. during this last part of the course, we will apply everything we learned previously to a real world programming language
  23.  
  24.  
  25. -The course will have many tasks for the student to do by themselves. these include:
  26. Write a greeting program
  27. Write a program that asks for a username and password
  28. Write the “guess my number” game
  29. Write a calculator
  30. Write a Memory game
  31. Write a program that plays rock paper scissor
  32. Write a program that converts English to Morse code
  33. Write a program that converts Morse code to English
  34. Write a program that is an address book(using lists)
  35. Write a program that plays hangman
  36. Write a program that implements a bouncing ball
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement