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
- 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
Lastly
Robot Simulator
Robot Simulator |
---|
The ROBOT program from The Computer Continuum by Kurt Lauchner, Mildred Lintner, see: ComputerContinuum/RobotComputer
Opcode (Decimal) |
Opcode (Binary) |
Action | Opcode (Decimal) |
Opcode (Binary) |
Action |
0 | 000 | Step | 4 | 100 | Sense |
1 | 001 | Turn | 5 | 101 | GoTo |
2 | 010 | Raise Arms | 6 | 110 | Test Light |
3 | 011 | Lower Arms | 7 | 111 | Stop |