Close
Register
Close Window

Intro To Software Design

Chapter 3 Conditional Actions

Show Source |    | About   «  2.1. Inheritance and Polymorphism   ::   Contents   ::   4.1. Compound Conditionals and Software Testing  »

3.1. Conditional Actions

3.1.1. Introduction

At the end of this module you will..

  • Know about the boolean type and and the not (!) operator * Java Java Java! –> Section 5.2 * Think Java –> Section 5.1

  • Know about how to control the order statements execute using if/then/else statements * Java Java Java! –> Section 3.6 * Think Java –> Section 5.3 - 5.4

  • Know about how to control the order statements execute using while loops * Java Java Java! –> Section 3.6 * Think Java –> Section 7.1

  • Know about how to use sensor methods

3.1.2. Syntax Review

3.1.3. Syntax Practice

Codeworkout exercises

3.1.4. changePointeeDataDirect

Molly is practicing adding a CW style question (still in progress)

3.1.5. Programming Practice

3.1.6. Codeworkout exercises

3.1.7. Reading Quiz 1

Practicing making a multiple choice question to mimic a Khan Academy question

   «  2.1. Inheritance and Polymorphism   ::   Contents   ::   4.1. Compound Conditionals and Software Testing  »

nsf
Close Window