BFOIT - Introduction to Computer Programming
Background
jLogo Programming
- Commanding a Turtle
- Pseudocode
- Adding New Commands
- Iteration & Animation
- Hierarchical Structure
- Procedure Inputs
- Operators & Expressions
- Defining Operators
- Words & Sentences
- User Interface Events
- What If? (Predicates)
- Recursion
- Local Variables
- Global Variables
- Word/Sentence Iteration
- Mastermind Project
- Turtles As Actors
- Arrays
- File Input/Output
Java
- A Java Program
- What's a Class?
- Extending Existing Classes
- Types
- Turtle Graphics
- Control Flow
- User Interface Events
Appendices
- Jargon
- What Is TG?
- TG Directives
- jLogo Primitives
- TG Editor
- Java Tables
- Example Programs
- *** New ***:
Installation Notes
Updates
- December 13, 2008
- January 6, 2012
- March 15, 2013
- January 20, 2014
- February 13, 2014
- July 29, 2014
- January 18, 2016
- January 29, 2016
- August 19, 2016
Lastly
Appendix A (Jargon)
?confused unintelligible language?
jargon \'jär-gen\ 1a: confused unintelligible language...
2: the technical teminology... of a special activity or group...
We techies use quite a few words that have important meaning in the process of computer programming, but are not commonly used in day-to-day life. So, the above definition of jargon I took out of Webster's New Collegiate Dictionary certainly applies. If you are not familiar with the words/terms used a lot by computer programmers, you will think they might just as well be talking in a foreign language. But, like mathematics, computer programming has an exactness to the meaning of many concepts. In order for anyone to learn about programming, they should understand the words/concepts defined here.
On to TG Programming Environment Directives