Close
Register
Close Window

OpenDSA Stand-alone Modules

Chapter 0 modules

Show Source |    | About   «  0.7. ArrayLists, Generics, Iterators, and the Null Keyword   ::   Contents   ::   0.9. Grouping Objects  »

Variables and Primitives

1. Introduction

At the end of this module you will..

  • Have more practice declaring variables * Java Java Java! –> Sections 0.76 - 0.77 * Think Java –> Chapter 2

  • Think about how best to use variables as fields when designing a class * Java Java Java! –> Chapter 0 * Think Java –> Section 10.2

  • Know more about what primitive types and which types we’ve seen are primitive * Java Java Java! –> Sections 1.4 * Think Java –> Chapter 2

  • Learn about how to iterate without going infinite with a for loop * Java Java Java! –> Section 6.3 * Think Java –> Section 7.5

2. Syntax Review

3. Syntax Practice

Codeworkout exercises

4. changePointeeDataDirect

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

5. Programming Practice

6. Codeworkout exercises

7. Reading Quiz 1

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

   «  0.7. ArrayLists, Generics, Iterators, and the Null Keyword   ::   Contents   ::   0.9. Grouping Objects  »

nsf
Close Window