The document outlines the Scheme of Work for Grade 11 Computing, detailing the lessons for Term 2. Key topics include subprograms, problem solving, flowcharts, AI and machine learning, and data structures. Students will learn to define terms, decompose problems, create code, and understand ethical issues related to technology.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
16 views2 pages
SOW Class 11 Term2
The document outlines the Scheme of Work for Grade 11 Computing, detailing the lessons for Term 2. Key topics include subprograms, problem solving, flowcharts, AI and machine learning, and data structures. Students will learn to define terms, decompose problems, create code, and understand ethical issues related to technology.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2
Scheme of Work
Pearson Active Learn Computing
Subject: Computing Term 2 Grade 11 Term Lesson title What students will learn Y11-02 Subprograms Define the terms local and global in terms of variables (local, global, Define the terms function, procedure, parameters, return value procedures, functions) Decompose problems Write functions and procedures with/without parameters Y11-02 Problem Decompose a problem solving Read a text file Build a two-dimensional data structure Search a two-dimensional data structure Use string.format() to make output fit for purpose Y11-02 Trace tables, Create a flowchart given working code errors, Use trace tables to determine state of variables flowcharts Recognise the code for a bubble sort Y11-02 Problem Decompose a problem solving, testing Create subprograms (procedures, functions) using parameters and with data return values Design and use test data (valid, erroneous, boundary) Use a linear search Y11-02 Assessment Use a trace table to find and fix errors Create code for a bubble sort Linear search two-dimensional structure Design and create test data Translate a flowchart to code Y11-02 AI, machine Define the meaning of the terms ‘AI’, ‘machine learning’ and ‘robotics’ learning & Describe applications of these technologies robotics Describe ethical issues associated with the use of these technologies Describe safety and accountability issues associated with the use of these technologies Y11-02 Data structures Recall the characteristics of two-dimensional structures (two- (record/entity/row, column/field, dimensional) mixed types) Use indexing to locate records and fields in two-dimensional structure Traverse a two-dimensional structure Display a record/entity/row in columnar format