ITK 168 – More Variables 10/13/05.

Slides:



Advertisements
Similar presentations
The Important Thing About By. The Important Thing About ******** The important thing about ***** is *****. It is true s/he can *****, *****, and *****.
Advertisements

General Computer Science for Engineers CISC 106 Lecture 21 Dr. John Cavazos Computer and Information Sciences 04/10/2009.
Programming Lecture #3 CS 101 Autumn 2006 Tariq Jadoon.
Programming Lecture #4 CS 101 Autumn 2006 Tariq Jadoon.
Generalized De Morgan’s Theorem Lecture L5.4 Section 5.1.
Week 7 - Programming II Today – more features: – Loop control – Extending if/else – Nesting of loops Debugging tools Textbook chapter 7, pages
Chapter 1 Section 4. Direct Variation and Proportion Direct Variation: The variable y varies directly as x if there is a nonzero constant k such that.
Linear Functions and Their Properties Section 4.1.
Anton/Busby Contemporary Linear AlgebraSection 1.1, Pg. 3.
Chapter 1 – Introducing Functions Section 1.1 – Defining Functions Definition of a Function Formulas, Tables and Graphs Function Notation Section 1.2 –
For Wednesday No new reading Complete WebCT quiz.
Shading Examples shaderSphere1, 2, 3 & 4 of Chapter 6.
Using Visual Basic for Applications in Microsoft Project Sean Vogel.
Notes 2.4– Solving Equations with Variables on Both Sides.
Solving Linear Systems by Substitution O Chapter 7 Section 2.
HTML Basics. HTML Introduction Stands for HyperText Markup Language. HTML files are plain text files with mark ups. Some characteristics of HTML: –No.
Web Development in Microsoft Visual Studio Slide 2 Lecture Overview How to create a first ASP.NET application.
Variables and Inheritance Part 1
Debuggers in Python. The Debugger Every programming IDE has a tool called a debugger. This application does NOT locate or fix your bugs for you! It slows.
Add to table of contents: PikasPg. 10 Variables & Controls Pg. 11.
4.1.1 – Solving Inequalities. All equations we have solved are considered problems of equality – Involves some kind of equal sign On the other hand, we.
The Scientific Method. So what exactly is Science? Science (from Latin scientia, meaning "knowledge" ) is a systematic enterprise that builds and organizes.
Absolute Value If ABSOLUTE VALUE represents the distance a number is from zero, means all x values that are 3 units from zero. If given, what are some.
NETBEANS DEBUGGER.  To create a breakpoint place the cursor at the desired location.  Go to the Run -> toogle line Breakpoint or Ctrl +F8. It creates.
Direct Variation & Inverse Variation (SOL A.8) Chapters 5-2 & 11-6.
2.4 Biconditional Statements and Definitions Textbook pg 96.
Program Organization Sequential Execution: One line done after the other Conditional Execution: If a test is true, one section is done, otherwise another.
ITK 168 – More Variables 10/13/05. Another example of using instance variables and constants  Go through SimpleBot  Modify SimpleBot to “teleport”
Chapter 4 Section 5 and 6 Finding and Using Inverses Algebra 2 Notes February 26, 2009.
Source Page US:official&tbm=isch&tbnid=Mli6kxZ3HfiCRM:&imgrefurl=
9-1 Notes. Direct Variation: Two variables, y and x, vary directly if: y = If k is any nonzero constant. Example: The equation: y = 5x exhibits direct.
E Copyright © 2007, Oracle. All rights reserved. Using JDeveloper.
Notes 3.4 – SOLVING MULTI-STEP INEQUALITIES
Direct Variation Chapter 5 Section 2. Objective  Students will write and graph an equation of a direct variation.
Algebra 1: Section 3-1 Inequalities and Their Graphs.
Algebra 1 Section 4.2 Graph linear equation using tables The solution to an equation in two variables is a set of ordered pairs that makes it true. Is.
Путешествуй со мной и узнаешь, где я сегодня побывал.
SECTION 5-5A Part I: Exponentials base other than e.
Use Inverse Matrices to Solve Linear Systems
Daily Vocabulary Coefficient matrix Matrix of constants.
6) x + 2y = 2 x – 4y = 14.
International Studies Charter School
Vocabulary term coefficient like term
Algebra 1 Section 10.1 Add and subtract polynomials
Unit 3 Clothes.
Direct Variation and Graphing Linear Functions
5.4 Testing and Debugging Copyright © 2008 Pearson Addison-Wesley. All rights reserved. 1.
Using local variable without initialization is an error.
Page 1. Page 2 Page 3 Page 4 Page 5 Page 6 Page 7.
DEBUGGING.
Section 2 – Solving Systems of Equations in Three Variables
Anton/Busby Contemporary Linear Algebra
Solving Equations with variables on each side
Solving Multi-Step Inequalities
Derivatives of Polynomials and Exponential Functions
Debugging Taken from notes by Dr. Neil Moore
DO NOW Copy down your homework: 1-7 Lesson Check (pg 49)
Variables and Inheritance Part 1
Warm- up #38 Graph on the same coordinate plane: 1.) 5x +2y < -10
Debugging Taken from notes by Dr. Neil Moore
5.4 Testing and Debugging Copyright © 2008 Pearson Addison-Wesley. All rights reserved. 1.
SECTION 2-4 : SOLVING EQUATIONS WITH THE VARIABLE ON BOTH SIDES
Exponential and Logarithmic Functions
Section Solving Linear Systems Algebraically
Bellwork!! 8/14/17 New Week, New Sheet!
For Loops Pages
Sample Means Section 9.3.
What is Statistics? Section 1.1.
Modified at -
Equations With Variables on Both Sides
Presentation transcript:

ITK 168 – More Variables 10/13/05

Some useful pages Which kind of loop to use: Becker, Section 5.5.5, pg. 231 Ignore the do-while and while-true loops use a normal while loop in these cases Which kind of variable to use: Becker, Section 6.4.1, pgs. 277 and 278

Example of using instance variables BasketballPlayer Show constant with shoe size

Debugging Breakpoints Stepping Watching Example with step-over step-in step-out Watching Example with

Another example of using instance variables and constants Go through SimpleBot Modify SimpleBot to “teleport”

Yet another example of using instance variables – this time with painting Modify StickFigurePair to change the color of the shirt