Approaching The KS2 Digital World Units In Design & Technology

Published 7 July 2021 by Rebecca Walsh

Our new Digital world units aim to address the key challenges and opportunities associated with the Key stage 2 Design and technology national curriculum objective:

When designing and making, pupils should be taught to:

  • apply their understanding of Computing to program, monitor and control their products

     

This objective can be daunting for some, given that it is pulling on the objectives of the Computing national curriculum and applying them to Design and technology projects. This objective encourages pupils and teachers alike to make connections between both subjects and apply their understanding of computer-based knowledge and skills to a product design problem.

It allows pupils to recognise where digital products they encounter in the wider world – at school, home, in industry and within their local community, may have started life before production. It may even enable them to consider how smart computer-controlled products and machines have been designed, developed and constructed.

Design and technology projects typically revolve around the design process* through the national curriculum objective subheadings design, make and evaluate. Technical knowledge objectives, in most units, provide a key focus for the unit – following our strands Structures, Mechanical systems, Electrical systems and Digital world (programming products).

*Excluding Cooking and nutrition-specific objectives that follow the ‘Food’ strand.

 

 

Digital world unit summaries

The Digital world units are no exception but combine cross-curricular Computing objectives and learning with the computer-based objectives in the Design and technology national curriculum. This is to ensure that the children can follow a natural progression of skills and knowledge to support them when coming to develop programmed products.

Year 3 – Wearable technology
Provide a product solution to a given scenario to develop, program, house and promote an idea for wearable technology to use in low-light conditions. Practise 2D CAD skills.

Year 4 – Mindful moment timer
Explore mindfulness and write design criteria to fulfil a user’s brief to develop a programmed product for timing mindfulness moments. Apply 2D CAD skills to promote the product.

Year 5 – Monitoring devices
Discover the history of thermometers and look at the development of digital monitoring devices. Research to develop a temperature and alert-programmed system for domesticated animals and their owners. Practise using 3D CAD skills.

Year 6 – Navigating the world
Design program a multifunctional navigation tool for a client from abroad, tailored to a specific set of requirements. Develop a 3D CAD model to pitch and explain the product to a guest panel.

 

The connection between Computing and Design and technology

In the Computing national curriculum, these objectives directly correlate to the Digital world units:

  • Design, write and debug programs that accomplish specific goals, including controlling or simulating physical systems; solve problems by decomposing them into smaller parts
  • Work with various forms of input and output
  • Use logical reasoning to explain how some simple algorithms work and to detect and correct errors in algorithms and programs
  • Design and create a range of programs, systems and content that accomplish given goals

 

 

Table 1: The connection between Computing and Design and technology.
Computing NC objectives D&T  NC objectives Digital world activities
  • Design, write and debug programs that accomplish specific goals, including controlling or simulating physical systems; solve problems by decomposing them into smaller parts.

 

  • Use sequence, selection, and repetition in programs; work with variables and various forms of input and output.

 

  • Use logical reasoning to explain how some simple algorithms work and to detect and correct errors in algorithms and programs.

 

  • Design and create a range of programs, systems and content that accomplish given goals.

 

  • Use search technologies effectively, appreciate how results are selected and ranked, and be discerning in evaluating digital content.

 

  • Technical knowledge
    Apply their understanding of Computing to program, monitor and control their products.

 

  • Design
    Generate, develop, model and communicate their ideas through discussion, annotated sketches, cross-sectional and exploded diagrams, prototypes, pattern pieces and computer-aided design.

 

  • Evaluate
    Understand how key events and individuals in Design and technology have helped shape the world.
    Evaluate their ideas and products against their own design criteria and consider the views of others to improve their work.
Developing code block programs through familiar systems such as the micro:bit make code editor to develop functions as part of a product concept that they can explain.

 

Designing and creating programs that fulfil a variety of needs, such as:
  • Responding to button presses.
  • Controlling LED panels.
  • Monitoring and responding to external factors
  • such as light levels and temperature.
  • Creating an audible alert.

 

Exploring the Digital revolution and understanding how products’ functions evolved from mechanical and analogue to digital.
Applying programming principles such as:
  • Loops.
  • Booleans (and/or).
  • Commands.
  • Conditional statements.

 

 

It is not essential to have taught the programming skills from computing before these units as each lesson contains a detailed set of instructions and explains how each program functions through pupil and teacher videos.

The children will require less intervention when programming if they already understand certain programming principles from their lessons in Computing before approaching the Digital world projects.  It is, therefore, best to teach this towards the end of the year. 

 

Digital world unit programming

Each unit follows the design process (design, make, evaluate).

See the table below for information regarding programming principles progression:

 

Table 2: Programming principles progression.
Digital world success criteria (Lesson 2): Programming principles:
Y3 – Wearable technology
  • I can write a program to control (button press) and/or monitor (sense light) to initiate a flashing LED algorithm.
  • I understand what a loop is in programming.
  • I can explain the basic functionality of my program.
  • Inputs [button-press].
  • Outputs [LED panel].
  • Loops [LED flash].
  • Extension: Tinker with the loop.
  • Extension: Include light sensor automation.
Y4 – Programming a timer
  • I can program a micro:bit in the Microsoft micro:bit editor, to time a set number of seconds/minutes upon button press.
  • I can test my program for bugs (errors in the code).
  • I can find and fix the bugs (debug) in my code.
  • I can evaluate my micro:bit program against points on my design criteria and amend them to include any changes I made.
  • Input [button-press].
  • Outputs [LED panel].
  • Variables [seconds].
  • Debugging.
  • Extension: Addition of an input [reset button].
  • Extension: Addition of an output [LED pattern to show that the timer has finished].
Y5 – Programming an animal monitor
  • I can program to monitor the ambient temperature and code an (audible or visual) alert when the temperature rises above or falls below a specified range.
  • I can explain key functions in my program (audible alert, visuals).
  • I can explain how my product would be useful for an animal carer.
  • Input [button-press].
  • Outputs [LED panel and/or audio].
  • Loops; forever loops [sensors].
  • Conditional statements [and/or/if booleans]
  • For example: ‘If ‘x’ is true, then perform ‘y’ else’.
  • Debugging.
  • Extension: Tinker with the program, such as expanding it to include another input [button-press] or further functions of the pupil’s choice.
Y6 – Programming a navigation tool
  • I can program an N,E, S,W cardinal compass.
  • I can explain the key functions in my program, including any additions.
  • Input [button-press].
  • Outputs [LED panel].
  • Variables [degrees].
  • Conditional statements [and/or/if booleans]

 

All units start with a ‘Main program’ and instructions before adding onto this to make it more complex with ‘Extension’ programs (tasks). You can still fulfil the D&T National curriculum objective by completing just the main program, but the extensions will allow you to provide your pupils with stretch where necessary.  Each of the programs is supported by pupil videos, presentations, quizzes and worksheets.

 

Links to the Kapow Primary Computing scheme

In the Kapow Primary Computing scheme, we follow a similar programming principles structure included in the Digital world units. By first teaching these principles in Computing outside of a product design context, you can build pupil confidence and focus more on the experimentation side of programming in D&T.

Please see the table below for where the Computing and D&T units correlate:

 

Table 3: Kapow Primary Computing and D&T unit correlation.
Computing: Units Design and technology: Digital world
Year 3 – Programming Scratch
  • Tinkering with programs.
  • Introduction to code blocks.
  • Loops (repetition code).
  • Forever loops.
  • Making an animation.
Y3 – Wearable technology
  • I can write a program to control (button press) and/or monitor (sense light) to initiate a flashing LED algorithm.
  • I understand what a loop is in programming.
  • I can explain the basic functionality of my program.
Year 4 – Further coding with Scratch
  • Tinkering with programs.
  • Understanding variables.
  • Using and making variables.
  • Conditional statements (ifs, ands, ors booleans).
  • Orientation.
Year 4 – Investigating the weather
  • Sensors.
Y4 – Programming a timer
  • I can program a micro:bit in the Microsoft micro:bit editor, to time a set number of seconds/minutes upon button press.
  • I can test my program for bugs (errors in the code).
  • I can find and fix the bugs (debug) in my code.
  • I can evaluate my micro:bit program against points on my design criteria and amend them to include any changes I made.
Year 5 – Micro:bit
  • Writing programs.
  • Emulator bug checking and testing.
  • Debugging skills.
  • Programming a scoreboard.
  • Understanding variables.
  • Using and making variables.
  • Sensors.
Y5 – Programming an animal monitor
  • I can program to monitor the ambient temperature and code an (audible or visual) alert when the temperature rises above or falls below a specified range.
  • I can explain key functions in my program (audible alert, visuals).
  • I can explain how my product would be useful for an animal carer.
Year 6 – Skills showcase
  • Writing and adapting programs.
  • Evaluating and debugging code.
Y6 – Programming a navigation tool
  • I can program an N,E, S,W cardinal compass.
  • I can explain the key functions in my program, including any additions.
  • I can explain how my program fits the design criteria and how it would be useful as part of a navigation tool.

 

Developing staff confidence

As with anything new, there can be a fear of the unknown, and it would be a good idea to complete these units with or without the practical elements (for example, programming) before delivering them.

Shake things up and try teaching them to or with other staff members, for example, as part of a subject-specific staff meeting or as a team-building exercise. This will allow you to understand better the concepts you are delivering and enable you to identify any potential pitfalls pupils may encounter.

When completing these activities yourself or with colleagues, consider:

  • How long the process took you to complete
  • What difficulties have you faced
  • How you may address those difficulties with staff and pupils alike
  • Ways to further develop your skills and knowledge
  • Team teaching

 

 

Assessing Digital world

The pupils need to demonstrate that they understand the distinction between computing and product functions. The product function is how a product can be used to aid a user, and a computing function is a programming principle that forms part of the code.

For example, we may be able to write a programming loop in programming, but how can this programming principle be applied to a product function?

 

 

Can the children explain:

  • The purpose of the program as part of a product
  • What benefits will it bring to the product user
  • Why is this an essential part of their design idea 
  • How the program fulfils the design brief, scenario or client request

 

Our Digital world units in Design and technology allow pupils to apply their understanding of Computing to programming and controlling products. These units bridge the gap between Computing, and Design and technology, encouraging pupils to make connections and apply computer-based knowledge to product design challenges. By exploring the Digital world, pupils gain a deeper appreciation for digital products, develop skills in programming principles, and engage in the design process.

You can complement the units with the Kapow Primary Computing scheme, ensuring a seamless progression of programming principles and fostering a deeper understanding of programming and product design.

 

For copyright reasons, you may not screenshot this page.
Press esc to exit