Home
Assignments
Programming Fundamentals
Programming Concepts A
Programming Concepts B
Programming Concepts C
Object-Oriented Programming A
Object-Oriented Programming B
Object-Oriented Programming C
Object-Oriented Design A
Object-Oriented Design B
Object-Oriented Design C
Advanced .NET Programming A
Advanced .NET Programming B
Advanced .NET Programming C
Content
Programming Fundamentals
Programming Concepts A
Programming Concepts B
Programming Concepts C
Object-Oriented Programming A (Last Updated: 9/4/2025)
Object-Oriented Programming B (Last Updated: 10/3/2025)
Object-Oriented Programming C (Last Updated: 11/12/2025)
Advanced .NET Programming A
Advanced .NET Programming B
Advanced .NET Programming C
Topics
Glossary
Links
Canvas
Socrative
Feedback System
NTC Slack
NTC Email
Software Installations
Next >
Chapter 2.3 - Lists and Loops
Chapter 2.3 - Lists and Loops
2.3.1 How to Represent Read-only Lists in a Class Diagram [5 minutes]
2.3.2 How to Represent Lists in an Object Diagram [5 minutes]
2.3.3 How to Represent Foreach Loops in an Activty Diagram [4 minutes]
2.3.4 How to Define a List [35 minutes]
2.3.5 How to Instantiate a List [2 minutes]
2.3.6 How to Add Items to a List [4 minutes]
2.3.7 How to Debug Items in a List [3 minutes]
2.3.8 How to Reuse Variables [4 minutes]
2.3.9 How to Use the Count Property of a List [2 minutes]
2.3.10 How to Define and Use Accumulator Variables [8 minutes]
2.3.11 How to Use Foreach Loops [10 minutes]
2.3.12 How to Write a Control-Break Loop [17 minutes]
2.3.13 How to Pass a Method Return as a Parameter [1 minute]