TPT
Total:
$0.00

Percent Increase and Decrease Quiz - Page 4

120+ results
Filters
Standard
Preview of Complete Computer Science Lesson on CPU, Memory, I/O, Interrupts & Storage

Complete Computer Science Lesson on CPU, Memory, I/O, Interrupts & Storage

This Curriculum gives students a complete introduction to computer system structure, OS structure, system components, interrupts, storage hierarchy, caching, I/O operations, and system architecture. Perfect for ICT, Computer Science, Software Engineering, Networking, university-level OS courses, Diploma/TVET programs, and learners preparing for Operating Systems exams. The lesson includes clear diagrams, layered system visuals, interrupt flowcharts, storage hierarchy explanations, and step-by
Preview of Complete C Programming Lesson on Loops, Arrays & Strings with Examples

Complete C Programming Lesson on Loops, Arrays & Strings with Examples

This Curriculum provides a complete, student-friendly walkthrough of loops, control flow, break/continue behavior, arrays, multidimensional arrays, strings, and essential string functions in C. Perfect for ICT, Computer Science, Programming Fundamentals, Software Engineering basics, and CS1-level courses. Each lesson includes clear explanations, step-by-step examples, full C code, flowcharts, diagrams, array memory layouts, and practical applications, helping learners truly understand how loops
Preview of Complete C Programming Lesson on Data Types, Operators & Decision Making

Complete C Programming Lesson on Data Types, Operators & Decision Making

This Curriculum takes students deeper into the core foundations of C by exploring data types, type conversions, operators, logical decisions, bitwise operations, and control flow. Perfect for ICT, Computer Science, Programming Fundamentals, Software Engineering foundations, and CS1-level courses. This resource is Part 2 of the Introduction to C Programming series. Each lesson is crafted with clear explanations, real C code, diagrams, operator tables, memory demonstrations, and step-by-step exa
Preview of Complete C Programming Lesson on Functions, Structures & Dynamic Memory

Complete C Programming Lesson on Functions, Structures & Dynamic Memory

This Curriculum introduces students to one of the most important foundations of programming: functions, variables, scope, memory layout, structures, typedef, pointers, pointer arithmetic, and dynamic memory allocation. Perfect for ICT, Computer Science, Programming Fundamentals, Software Engineering foundations, and CS1-level courses. This lesson includes clear explanations, diagrams, code examples, memory maps, structure modeling, pointer behavior demonstrations, and practical applications, m
Preview of Complete CS Lesson on OS Design, Processes, Threads, Deadlocks & Binary Systems

Complete CS Lesson on OS Design, Processes, Threads, Deadlocks & Binary Systems

This Curriculum introduces students to processes, process states, process control blocks, swapping, scheduling, context switching, threads, and CPU management. Perfect for ICT, Computer Science, Software Engineering, Operating Systems courses, Diploma/TVET programs, and university-level CS modules. This lesson uses clear diagrams, OS models, state-transition charts, tables, real-world examples, and step-by-step workflows to help students fully understand how processes operate within modern ope
Preview of Objects and Classes Complete Lesson  | Object Oriented Programming ( C++ )

Objects and Classes Complete Lesson | Object Oriented Programming ( C++ )

This lesson introduces students to Objects and Classes in C++, including constructors, destructors, function definitions, static members, objects as arguments, the default copy constructor, const correctness, and memory management. It is designed for AP Computer Science, Intro to C++, Object-Oriented Programming, College CS1/CS2, homeschool advanced programming, and coding bootcamps. ────────── ⋆⋅☆⋅⋆ ────────── ✨✨ What Students Will Learn ✨✨ ✔ What Classes & Objects Are ✔ UML Basics for Un
Preview of Streams and File Handling Complete Lesson | Object Oriented Programming ( C++ )

Streams and File Handling Complete Lesson | Object Oriented Programming ( C++ )

This lesson introduces students to Streams and File Handling in C++. It is designed for AP Computer Science, Intro to C++, Object-Oriented Programming, College CS1/CS2, homeschool advanced programming, and coding bootcamps. ────────── ⋆⋅☆⋅⋆ ────────── ✨✨ What Students Will Learn ✨✨ ✔ Stream Classes (istream, ostream, iostream) ✔ Stream Hierarchy & Inheritance ✔ ios Base Class & Stream Buffer ✔ Input and Output Stream Functions ✔ Disk File I/O with ifstream, ofstream, fstream ✔ Formatted File
Preview of Complete Lesson on Linux System, C Programming, Processes & System Internals

Complete Lesson on Linux System, C Programming, Processes & System Internals

This is a complete introductory lesson on Linux System Programming. Perfect for Computer Science, Linux Administration, Programming, Operating Systems, C Programming, DevOps fundamentals, and technical training programs across high school, college, university, and professional settings. The lesson includes easy-to-follow explanations, command demonstrations, configuration steps, system utilities, hands-on examples, and a practical assignment, making it fully ready for direct classroom use. ──
Preview of Complete Linux Programming Lesson on Semaphores, Shared Memory & Message Queues

Complete Linux Programming Lesson on Semaphores, Shared Memory & Message Queues

This is a complete lesson on Linux Inter-Process Communication (IPC) using Message Queues, Shared Memory, and Semaphores. Perfect for Operating Systems, Linux System Programming, C Programming, Computer Science, and Software Engineering at the college, university, and technical-training levels. It introduces students to three major System V IPC mechanisms and shows how processes exchange data, synchronize critical sections, and safely coordinate access to shared resources. The lesson includes
Preview of Linux IPC with Pipes and FIFOs Lesson on Process Communication

Linux IPC with Pipes and FIFOs Lesson on Process Communication

This resource is a complete lesson on Inter-Process Communication (IPC) using Pipes in Linux System Programming. Perfect for Operating Systems, Linux Programming, System Programming, C Programming, and Computer Science courses at the college, university, or technical-training level. It introduces students to how processes communicate, how pipes work, how to use popen and pclose, how to create and use unnamed pipes, how pipes work across a fork, and how to use FIFOs (named pipes) for communicat
Preview of Linux Processes and Signals Lesson with fork(), exec(), wait() & C Examples

Linux Processes and Signals Lesson with fork(), exec(), wait() & C Examples

This is a complete lesson on Linux System Programming: Processes and Signals. Perfect for Operating Systems, Linux Programming, System Programming, C Programming, Computer Science, and Engineering courses at the college, university, or technical-training level. It introduces students to how Linux manages running programs, how processes are created, how parents and children behave, how programs are replaced using exec, how zombie processes form, and how signals are sent, handled, and controlle
Preview of Introduction To Data Structures, Algorithms & Dynamic Array [ Includes C++ ]

Introduction To Data Structures, Algorithms & Dynamic Array [ Includes C++ ]

This lesson gives learners the mental framework behind why data structures exist, when to use each one, and how to implement them correctly . Perfect For Programming, Coding, Computer Science & ICT classes ────────── ⋆⋅☆⋅⋆ ────────── 🧠 What Students Will Actually Master ✨✨✏️What data structures are — and why they exist✏️How data organization impacts speed and memory✏️How to choose the right data structure for a problem ✏️Arrays vs Dynamic Arrays — when fixed size fails✏️Array vs Linked
Preview of Computer Science Lesson on Operating System Basics, Types & System Structure

Computer Science Lesson on Operating System Basics, Types & System Structure

This Curriculum introduces students to the foundations of how computer systems work and how operating systems function. Perfect for ICT, Computer Science, Software Engineering, Networking programs, Diploma/TVET learners, university CS1/CS2 courses, and OS theory classes. This lesson provides clear explanations, diagrams, system architecture visuals, OS history, memory layouts, system types, and real-world examples to help students build a solid conceptual understanding of Operating Systems bef
Preview of Using GPS and Location Services in Android | Mobile Applications Development

Using GPS and Location Services in Android | Mobile Applications Development

This is a complete lesson on GPS, Location Services, and Google Maps Integration in Android. Perfect for Android Development, Mobile App Development, Kotlin Programming, ICT, Computer Science, or App Design. ✨✨It teaches students how to retrieve device location, request permissions, display latitude/longitude, and show the user’s exact position on a Google Map. ✨✨Students are guided step-by-step through Android permissions, accessing the device’s last known location, working with the Fu
Preview of App Deployment and Publishing | Mobile Applications Development

App Deployment and Publishing | Mobile Applications Development

This is a complete lesson on Android App Deployment and Publishing, Perfect for Android Development, Mobile App Development, Kotlin Programming, ICT, Computer Science, Software Engineering, or App Design. It guides students through everything they need to know before releasing an Android application. ✨✨ This lesson provides a professional, real-world introduction to how apps are packaged, signed, versioned, and published on the Google Play Store. ✨✨ Learners are walked step-by-step through AP
Preview of Using RecyclerView and Custom Adapter in Android | Mobile Apps Development

Using RecyclerView and Custom Adapter in Android | Mobile Apps Development

This is a complete lesson on RecyclerView and Custom Adapters in Android. If you teach Android Development, Mobile App Development, Kotlin Programming, ICT, Computer Science, or App Design, this lesson gives students everything they need to build fast, efficient, and professional list-based UIs. Learners are guided step-by-step through creating a RecyclerView, building layouts for list items, writing a complete custom adapter, handling click events, using ViewHolder patterns, and displaying da
Preview of Advanced Cell Biology Complete Unit: Organelles, Microscopy & Tissues (Editable)

Advanced Cell Biology Complete Unit: Organelles, Microscopy & Tissues (Editable)

Created by
Concept Clicks
Advanced Cell Biology Complete Unit: Organelles, Microscopy & Tissues (Editable)Grades: 10–12Included Titles: Cell Structures Part 1 & 2, Eukaryotic Cell Structures, Advanced Cell Biology: Organelles & Tissues, Advanced Electron Microscope: TEM vs. SEM.Teacher Use: Excellent for teaching structure vs. function. The TEM vs. SEM presentation helps students visualize cellular "machinery" beyond what a light microscope can see.
Preview of Getting started with neural networks using Keras and Tensorflow | Deep Learning

Getting started with neural networks using Keras and Tensorflow | Deep Learning

This resource is a complete lesson on Getting Started with Neural Networks using Keras and TensorFlow, perfect for Machine Learning, Deep Learning, Artificial Intelligence, Data Science, and advanced ICT or Computer Science courses. The lesson introduces students to the structure of neural networks, how layers and models work, the role of loss functions and optimizers, the relationship between TensorFlow and Keras, and how to set up a practical deep learning workspace. It also includes hands-
Preview of Linked Lists Complete Lesson | Operations, Diagrams & Examples included

Linked Lists Complete Lesson | Operations, Diagrams & Examples included

This lesson gives students a clear, practical understanding of Linked Lists by showing how they are built, how they work in memory, and how they are used in real systems. Perfect For Data Structures & Algorithms, C++ Programming, Computer Science and ICT. ────────── ⋆⋅☆⋅⋆ ────────── 🧠 What Students Will Actually Master ✨✨ ✏️ Problem with Sequential Memory Allocation in Arrays✏️ Key Advantages of Linked Lists✏️ Types of Linked Lists✏️ Creating and Managing Linked Lists in C++✏️ Defining
Preview of IB History Paper 3 Europe - Norman & Angevin England - Legitimisation of Power

IB History Paper 3 Europe - Norman & Angevin England - Legitimisation of Power

This detailed resource completes the IB DP History Regional Study 1: Europe (HL Paper 3) on Medieval Kingdoms and Empires. Focusing on the maintenance of authority (c.1066–1189), it evaluates four critical factors: Legal & Political reforms, Social elite management, Economic taxation, and the Use of Force. Key Features: Curriculum Aligned: Directly supports the new IB DP History syllabus for the Regional Study on Europe (750–1400 CE).Inquiry-Based Framework: Challenges students to weigh perspect
Preview of Application Debugging and Optimization | Mobile Applications Development

Application Debugging and Optimization | Mobile Applications Development

This is a complete lesson on Android Application Debugging and OptimizationPerfect for Android Development, Mobile App Development, Kotlin Programming, ICT, Computer Science, or App Design, It teaches students how to identify bugs, set breakpoints, inspect variables, read crash logs, and understand how Android Studio’s Debugger works. Learners are guided step-by-step through using breakpoints, stepping through code, watching values change, inspecting objects, navigating threads, reading Logcat
Preview of IB History Paper 3 Americas: Truman & Eisenhower Impact

IB History Paper 3 Americas: Truman & Eisenhower Impact

IB History Paper 3 Americas Cold War: Truman & Eisenhower. Complete 20-slide PPT covers containment, McCarthyism, New Look, CIA in Guatemala. Aligned with new IB curriculum. This ready-to-teach PowerPoint presentation is designed specifically for IB History Paper 3: Regional Study 9 – The Americas during the Cold War (1945–1991). It covers Inquiry Topic 1: Impact of the Cold War on the Americas during the presidencies of Harry S. Truman and Dwight D. Eisenhower – one of the six required inquir
Preview of 1.5_ Growth & Evolution-IBDP

1.5_ Growth & Evolution-IBDP

DP IB Business Management: Unit 1.5 Growth & Evolution (HL & SL)Complete PowerPoint covering business growth strategies, economies of scale, and external growth methods. Covers:Economies & diseconomies of scale (LRAC curve, internal vs. external)To grow or remain small: strategic motivations and advantagesInternal (organic) vs. external (inorganic) growthMergers, acquisitions, and takeovers: horizontal, vertical, conglomerate integrationJoint ventures vs. strategic alliances (Renault-Nissan, Son
Preview of IB History Paper 3 European Totalitarianism: Stalin's Rise & Consolidation

IB History Paper 3 European Totalitarianism: Stalin's Rise & Consolidation

IB DP History: Stalin's Rise & Consolidation of Power 1924-1939 | USSR This comprehensive presentation covers the rise and consolidation of Stalin's power in the USSR (1924–1939), fully aligned with the IB DP History Paper 3 curriculum on European Totalitarianism. The resource details the power struggle after Lenin, Stalin's strategic use of the General Secretary role, the defeat of rivals like Trotsky and Bukharin, and the implementation of the Great Purge and Show Trials. It includes primary s
Showing 73-96 of 120+ results