Author thumbnail

Math&Comps

Programming I (v2)

19 views
117 items
Updated 7 days ago
public playlist
1.1 Introduction to Java
11:04
1.2 Java Programs
12:58
1.3 Identifiers, Variables, and Assignment Statements
14:20
1.4 Programming with Examples Variables
7:49
1.5 Variable Arithmetic
12:17
1.6 Variables vs Constants
6:23
1.7 Orders of Operations
6:11
1.8 Type Casting and Coercion
6:42
1.9 Increment and Decrement
6:50
1.10 Programming with Examples Expressions and Assignments
5:26
1.11 Introduction to Strings
9:56
1.12 String Methods
19:13
1.13 Concatenation
8:07
1.14 Escape Characters
9:18
1.15 Programming with Examples Strings
5:50
1.16 Comments
10:51
1.17 Coding with Purpose and Clarity
9:48
2.1 print vs println
7:15
2.2 Using the Scanner Class
10:10
2.3 Methods of the Scanner Class
11:47
2.4 Programming with Examples The Scanner Class
9:10
2.5 Input Delimiters
5:19
2.6 Introduction to Text File Input
10:33
2.7 Programming with Examples File Input
6:38
2.8 Introduction to Text File Output
10:23
2.9 Programming with Examples-File Output
9:56
3.1 The if Statement
11:19
3.2 if else Statements
8:44
3.3 Programming with Examples If Else
10:15
3.4 else if Statements
10:06
3.5 Programming with Examples Multi way if Statements
7:14
3.6 Using if Statements with Strings
10:19
3.7 Lexicographic and Alphabetical Order
6:37
3.8 Programming with Examples-Comparing Strings
9:34
3.9 Simple Boolean Expressions
8:12
3.10 Compound Expressions
11:08
3.11 Evaluating Boolean Expressions
10:05
3.12 Programming with Examples- Boolean Expressions
9:58
3.13 Short Circuit vs Complete Evaluation
8:04
3.14 Precedence and Associativity Rules
7:59
3.15 Nested Ifs
9:58
3.16 Switch Statements
8:25
3.17 Programming with Examples Switch Statements
6:05
3.18 Converting Between ifs and Switch Statements
8:37
4.1 While and Do While Loops
12:06
4.2 Programming with Examples While Loops
8:54
4.3 For Loops
13:10
4.4 Programming with Examples For Loops
5:45
4.5 Looping Errors
6:52
4.6 Break and Continue
6:37
4.7 The exit Statement
3:30
4.8 Nested Loops
4:44
4.9 Programming with Examples Nested Loops
6:46
4.10 Tracing Variables
8:40
4.12 General Debugging Techniques
13:47
4.13 Preventative Coding
10:22
4.14 Introduction to Pseudocode
7:55
4.15 Using Pseudocode in Program Design
6:51
5.1 The Random Class
12:08
5.2 Programming with Examples Using Random
9:10
5.3 Our First Class
14:07
5.4 Programming with Examples Classes
8:10
5.5 Instance Variables
7:11
5.6 Methods
13:08
5.7 Local Variables and Blocks
10:04
5.8 Programming with Examples-Methods and Variables
7:40
5.9 Primitive Type Parameters
7:01
5.10 Programming with Examples Class Parameters
4:24
5.11 The this Parameter
8:46
5.12 Methods that Return a Boolean Value
7:11
5.13 Equals and toString Methods
8:10
5.14 Method Stubs
5:23
5.15 Programming with Examples- Stubs and Pseudocode
6:50
5.16 Private and Public Modifiers
12:44
5.17 Accessor and Mutator Methods
11:41
5.18 Programming with Examples Gets and Sets
11:42
5.19 Class Constructors
15:19
5.20 Overloading a Constructor
8:38
5.21 Programming with Examples Constructors
9:43
6.1 Math Class
12:28
6.2 Programming with Examples-Math vs Random
5:19
6.3 Static Methods
8:55
6.4 Programming with Examples-Static Methods
6:39
6.5 Static Variables
6:40
6.6 Wrapper Classes
8:27
6.7 Methods in Wrapper Classes
12:09
6.8 Variables and Memory
5:45
6.9 References
8:18
6.10 Class Parameters
5:11
6.11 The null Keyword
7:26
6.12 Anonymous Objects
5:38
6.13 Copy Constructors
14:50
6.14 Mutable and Immutable Classes
4:49
6.15 Programming with Examples-Classes and References
8:37
6.16 Packages and Import Statements
6:02
6.17 Package Names and Directories
12:04
6.18 Introduction to JavaDoc
14:26
6.19 Programming with Examples-JavaDoc Commenting
8:45
7.1 Creating and Using Arrays
15:16
7.2 The length Instance Variable
11:53