TPT
Total:
$0.00
Information Tech Banner

Information Tech

Rated 4 out of 5, based on 1 reviews
2 Followers
JOHANNESBURG, Gauteng, South Africa

All resources

Preview of AP Computer Science A Unit 1

AP Computer Science A Unit 1

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
Preview of AP Computer Science A TOPIC 1.4 Assignment Statements and Input

AP Computer Science A TOPIC 1.4 Assignment Statements and Input

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
Preview of AP Computer Science A Topic 1.15: String Manipulation

AP Computer Science A Topic 1.15: String Manipulation

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
Preview of AP Computer Science A Topic 1.14: Calling Instance Methods

AP Computer Science A Topic 1.14: Calling Instance Methods

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.
Preview of AP Computer Science A Topic 1.13: Object Creation and Storage (Instantiation)

AP Computer Science A Topic 1.13: Object Creation and Storage (Instantiation)

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
Preview of AP Computer Science A TOPIC 1.11 Math Class

AP Computer Science A TOPIC 1.11 Math Class

AP Computer Science A Topic 1.11Editable PowerPoint Presentation (Dark Visual Studio Theme) Lesson 1Classwork (Class activity) Lesson 2Practical Assessment (Programming) Lesson 3Theory Assessment Lesson 4Unit Test Lesson 5Topic 1.11: Math ClassLO 1.11.A: Develop code that incorporates calls to built-in mathematical libraries.EK 1.11.A.2: Key Math methods: abs, pow, sqrt, random.EK 1.11.A.3: Math.random() returns a double from 0.0 (inclusive) to 1.0 (exclusive).
Preview of AP Computer Science A TOPIC 1.10 Calling Class Methods

AP Computer Science A TOPIC 1.10 Calling Class Methods

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.
Preview of AP Computer Science A Topic 1.9: Method Signatures

AP Computer Science A Topic 1.9: Method Signatures

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
Preview of AP Computer Science A TOPIC 1.7 Application Program Interface (API)

AP Computer Science A TOPIC 1.7 Application Program Interface (API)

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
Preview of AP Computer Science A TOPIC 1.6 Compound Assignment Operators

AP Computer Science A TOPIC 1.6 Compound Assignment Operators

AP Computer Science A Topic 1.6Editable PowerPoint Presentation (Dark Visual Studio Theme) Lesson 1Classwork (Class activity) Lesson 2Practical Assessment (Programming) Lesson 3Theory Assessment Lesson 4Unit Test Lesson 5Topic 1.6: Compound Assignment OperatorsLO 1.6.A: Develop code for assignment statements with compound assignment operators.EK 1.6.A.1: Compound operators: +=, -=, *=, /=, %=.EK 1.6.A.2: Post-increment ++ and post-decrement -- add/subtract 1.
Preview of AP Computer Science A Topic 1.5: Casting and Range of Variables

AP Computer Science A Topic 1.5: Casting and Range of Variables

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
Preview of AP Computer Science A Topic 1.3: Expressions and Output

AP Computer Science A Topic 1.3: Expressions and Output

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
Preview of AP Computer Science A Topic 1.1: Introduction to Algorithms

AP Computer Science A Topic 1.1: Introduction to Algorithms

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
Preview of AP Computer Science A Topic 1.1: Introduction to Algorithms Presentation

AP Computer Science A Topic 1.1: Introduction to Algorithms Presentation

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
Preview of Von Neumann Architecture

Von Neumann Architecture

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
Preview of Communication and Networks: OSI Reference Model

Communication and Networks: OSI Reference Model

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
Preview of Analyzing and Contrasting Declarative and Imperative Programming Languages

Analyzing and Contrasting Declarative and Imperative Programming Languages

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
Preview of Normalization of a Flat-file database

Normalization of a Flat-file database

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:
Preview of Functions of the Operating System

Functions of the Operating System

Overview: Title: Operating System FunctionsDuration: 60 minutes (customizable)Target Audience: StudentsKey Highlights: Process Management: Process Creation: The OS creates, schedules, and terminates processes, which are the fundamental units of execution.Process Scheduling: It decides which processes get access to the CPU and for how long, ensuring fair and efficient utilization.Memory Management: Allocation: The OS allocates and deallocates memory space to processes as needed.Virtual Memory: It
Preview of Software categories: Application and System Software

Software categories: Application and System Software

Objectives• Types of software • Systems software • Applications software • Types of applications software • Types of System software • Utilities: Maintenance & Security • Open-source vs. proprietary software
Showing 1-20 of 22 results