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.4Editable PowerPoint Presentation (Dark Visual Studio Theme) Lesson 1Classwork (Class activity) Lesson 2Practical Assessment (Programming) Lesson 3Theory Assessment Lesson 4Unit Test Lesson 5Topic 1.4: Assignment Statements and InputLO 1.4.A: Develop code for assignment statements with expressions and determine the value stored.EK 1.4.A.1: A variable must be assigned a value before use. null indicates no object.EK 1.4.A.2: The assignment operator = stores the value
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.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.10Editable PowerPoint Presentation (Dark Visual Studio Theme) Lesson 1Classwork (Class activity) Lesson 2Practical Assessment (Programming) Lesson 3Theory Assessment Lesson 4Unit Test Lesson 5Topic 1.10: Calling Class MethodsLO 1.10.A: Develop code to call class methods and determine the result.EK 1.10.A.1: Class methods are designated with static and are associated with the class, not objects.
AP Computer Science A Topic 1.9Editable PowerPoint Presentation (Dark Visual Studio Theme) Lesson 1Classwork (Class activity) Lesson 2Practical Assessment (Programming) Lesson 3Theory Assessment Lesson 4Unit Test Lesson 5Topic 1.9: Method SignaturesLO 1.9.A: Identify the correct method to call based on documentation and method signatures.EK 1.9.A.1: A method is a named block of code. Procedural abstraction allows use without knowing the implementation.EK 1.9.A.2: A parameter is a variable in the
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
AP Computer Science A Topic 1.7Editable PowerPoint Presentation (Light Visual Studio Theme) Lesson 1Classwork (Class activity) Lesson 2Practical Assessment (Programming) Lesson 3Theory Assessment Lesson 4Unit Test Lesson 5Topic 1.7: Application Program Interface (API) and LibrariesLO 1.7.A: Identify the attributes and behaviors of a class found in the libraries.EK 1.7.A.1: Libraries are collections of classes. An API specifies how to use them.EK 1.7.A.2: Attributes are data (variables), behavior
AP Computer Science A Topic 1.5Editable PowerPoint Presentation (Dark Visual Studio Theme) Lesson 1Classwork (Class activity) Lesson 2Practical Assessment (Programming) Lesson 3Theory Assessment Lesson 4Unit Test Lesson 5Topic 1.5: Casting and Range of VariablesLO 1.5.A: Develop code to cast primitive values and determine the result.EK 1.5.A.1: Use (int) and (double) to convert between numeric types.EK 1.5.A.2: Casting a LO 1.5.A: Develop code to cast primitive values and determine the result.EK
AP Computer Science A Topic 1.3Editable PowerPoint Presentation (Dark Visual Studio Theme) Lesson 1Classwork (Class activity) Lesson 2Practical Assessment (Programming) Lesson 3Theory Assessment Lesson 4Unit Test Lesson 5Topic 1.3: Expressions and OutputLO 1.3.A: Develop code to generate output and determine the result that would be displayed.EK 1.3.A.1: System.out.print and System.out.println display information.LO 1.3.B: Develop code to utilize string literals and determine the result of usin
AP Computer Science A Topic 1.1Editable PowerPoint Presentation (Dark Visual Studio Theme)Practical AssessmentTheory AssessmentClassworkUnit TestTopic 1.1: Introduction to Algorithms, Programming, and CompilersLO 1.1.A: Represent patterns and algorithms found in everyday life using written language or diagrams.EK 1.1.A.1: Algorithms are step-by-step processes.EK 1.1.A.2: Sequencing defines the order of steps.LO 1.1.B: Explain the code compilation and execution process.EK 1.1.B.1: IDEs are used t
AP CSA Topic 1.1: Intro to Algorithms, Programming, & Compilers Grade Levels: 9th - 12th, Higher Education Subjects: Computer Science, Computer Science - Technology Resource Type: PowerPoint Presentations, Lesson Format Included: PPTX This meticulously crafted PowerPoint presentation covers Topic 1.1: Introduction to Algorithms, Programming, and Compilers as outlined in the official AP Computer Science A Course and Exam Description (CED). Perfect for the first week of school, this resource pro
Lesson Title: Understanding CPU ArchitectureI. IntroductionDefinition of CPU (Central Processing Unit)Importance of CPU in a computer systemII. Components of a CPUA. Registers 1. Program Counter (PC) - Purpose: Keeps track of the memory address of the next instruction. - Function: Automatically increments after each instruction fetch. 2. Memory Address Register (MAR) - Purpose: Holds the memory address currently being accessed. - Function: Specifies memory locations for reading or wr
Lesson Description: The OSI (Open Systems Interconnection) Network Model is a fundamental framework for understanding how communication occurs within computer networks. In this comprehensive lesson, we will delve into the OSI model, which consists of seven layers, each with distinct purposes and functionalities. We will identify and define each layer of the OSI model, starting from the Physical Layer, which deals with the physical transmission of data, all the way up to the Application Layer, wh
Topic: System Lifecycle StagesLearning Objectives:Understand the concept of a system and its importance in various domains. Define what a system is and explain its role in solving complex problems.Identify and describe the key stages in the system lifecycle. List and explain the phases a system goes through from conception to retirement.Explain the purpose and activities associated with each system lifecycle stage. Describe the tasks and objectives in requirements analysis, design, implementatio
Lesson Plan: Analyzing and Contrasting Declarative and Imperative Programming Languages Grade Level: Upperclass (Students Grade 11-12) Duration: 45-52 minutes I. Engage (5 minutes) Begin the lesson by asking students to share their prior knowledge and experiences with programming languages.Show a brief video or presentation highlighting the ubiquity and importance of programming languages in software development.Pose the essential question for the lesson: What are the distinct characteristics an
Lesson Title: Understanding Database Normalization and Indexing Lesson Overview: This lesson aims to provide students with a comprehensive understanding of database normalization, indexing, and the importance of adhering to normalization forms (NF1, NF2, NF3) in database design. Students will explore the concepts of secondary keys, indexing, normalization requirements, and the significance of maintaining databases in normalized forms for efficient data storage and retrieval. Learning Objectives:
9th - 12th
Computer Science - Technology
$3.00
Original Price $3.00
Showing 1-20 of 30 results
TPT is the largest marketplace for PreK-12 resources, powered by a community of educators.