BFOIT - Introduction to Computer Programming
Background
jLogo Programming
- Commanding a Turtle
- Pseudocode
- Adding New Commands
- Iteration & Animation
- Hierarchical Structure
- Procedure Inputs
- Primitive Operators
- 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
Updates
Lastly
Appendix A (Jargon)
- J -
- jargon
-
[pronounced jahr-guhn] the language, especially the vocabulary, peculiar to a particular trade, profession, or group: medical jargon. (from Dictionary.com)
In other words, the term covers the lanuage used by people who work in a particular area or who have a common interest. ... As an example, the words bit, byte, and hexadecimal are jargon terms related to computing. (from WikipediA)
Other jargon: A B C D E F G H I J K L M N O P Q R S T U V W X Y Z
Back to HomePage