Please enable JavaScript.
Coggle requires JavaScript to display documents.
Beginning programming for dummies - Coggle Diagram
Beginning programming for dummies
Part 1. Programming a computer
Chapter 1. Learning computer programming for the first time
Chapter 2. All about programming languages
Chapter 3. How to write a program
Chapter 4. The tools of a computer programmer
Part 2. Learning programming with liberty BASIC
Chapter 5. Getting your hand on a real language: Liberty BASIC
Chapter 6. Handling input and Output
Chapter 7. Variables, constants, and comments
Chapter 8. Crunching numbers and playing with strings
Chapter 9. Making decisions with control statements
Chapter 10. Repeating yourself with loops
Part 3. Advanced programming with liberty BASIC
Chapter 11. Writing large programs by using subprograms
Chapter 12. Drawing pictures and making noise
Chapter 13. Saving and retrieving stuff in files
Chapter 14. Creating a user interface
Chapter 15. Debugging programs
Part 4. Dealing with data structures
Chapter 16. Storing stuff in arrays
Chapter 17. Lumping related data in records
Chapter 18. Linked lists and pointers
Chapter 19. Playing with object-oriented programming
Part 5. Algorithms: Telling the computer what to do
Chapter 20. Sorting
Chapter 21. Searching
Chapter 22. Optimizing your code
Part 6. Internet programming
Chapter 23. Playing with HTML
Chapter 24. Making interactive web pages with javascript
Chapter 25. Using java applets on web pages
Part 7. The part of tens
Chapter 26. Ten cool programming careers
Chapter 27. Ten additional programming resources