What's Included in This Bundle: This bundle contains 15 complete sub-units, each structured to build student understanding from the ground up. Each sub-unit includes the following components: 1. Editable PowerPoint Presentation (Dark Visual Studio Theme)A visually engaging, slide-by-slide guide for every key concept.Features: Clean, dark background with syntax-highlighted code examples that match the VS Code environment students use.Editable: Fully customizable to fit your teaching style and pa
AP Computer Science A Topic 1.13Editable PowerPoint Presentation (Dark Visual Studio Theme) Lesson 1Classwork (Class activity) Lesson 2Practical Assessment (Programming) Lesson 3Theory Assessment Lesson 4Unit Test Lesson 5Unit 1: Using Objects and MethodsTopic 1.13: Object Creation and Storage (Instantiation)LO 1.13.A: Identify, using its signature, the correct constructor being called.EK 1.13.A.1: A constructor has the same name as the class.EK 1.13.A.2: A constructor signature is the name and
AP Computer Science A Topic 1.15Editable PowerPoint Presentation (Dark Visual Studio Theme) Lesson 1Classwork (Class activity) Lesson 2Practical Assessment (Programming) Lesson 3Theory Assessment Lesson 4Unit Test Lesson 5Topic 1.15: String ManipulationLO 1.15.A: Develop code to create string objects and determine the result of creating and combining strings.EK 1.15.A.1: String objects can be created with a literal or a constructor.EK 1.15.A.3: String objects are immutable.EK 1.15.A.4: Strings c
AP Computer Science A Topic 1.13Editable PowerPoint Presentation (Dark Visual Studio Theme) Lesson 1Classwork (Class activity) Lesson 2Practical Assessment (Programming) Lesson 3Theory Assessment Lesson 4Unit Test Lesson 5Topic 1.14: Calling Instance MethodsLO 1.14.A: Develop code to call instance methods and determine the result.EK 1.14.A.1: Instance methods are called on objects using the dot operator.EK 1.14.A.2: A method call on a null reference results in a NullPointerException.
AP Computer Science A Topic 1.8Editable PowerPoint Presentation (Dark Visual Studio Theme) Lesson 1Classwork (Class activity) Lesson 2Practical Assessment (Programming) Lesson 3Theory Assessment Lesson 4Unit Test Lesson 5Topic 1.8: Documentation with CommentsLO 1.8.A: Describe the functionality and use of code through comments.EK 1.8.A.1: Comments (//, /* */, /** */) are ignored by the compiler.EK 1.8.A.2: A precondition must be true before a method executes.EK 1.8.A.3: A postcondition is true a