Lecture Notes IST-1551
06 Dec 2024
1. Introduction
2. Data and Variables
3. Methods/Functions
4. Selection/Conditional
5. Iteration:
for
Loops
6. Iteration: While Loops
7. Files & Paths
8. Arrays
9. Collections
10. Classes
11. Object-Oriented Programming
12. Data Structure
13. Selected Topics
13.1. Unit Testing
13.2. Recursion
13.3. Lab: Unit Test
14. Appendix
Lecture Notes IST-1551
13.
Selected Topics
View page source
13.
Selected Topics
13.1. Unit Testing
13.1.1. Introduction
13.1.2. Simple Testing
13.1.3. The Unit Testing Process
13.2. Recursion
13.3. Lab: Unit Test
13.3.1. Your Tasks
13.3.2. Preparing Project
13.3.3. Preparing Code
13.3.4. Run Testing in VS Code