A new UK Government took office on 11 May. As a result the content on this site may not reflect current Government policy.
All statutory guidance and legislation published on this site continues to reflect the current legal position unless indicated otherwise. To view the new Department for Education website, please go to http://www.education.gov.uk

Standards Site

 
 
Schemes of Work
QCA

Science at key stages 1 and 2    (Year 1)

Unit 1B: Growing plants
Section 4: Plants for our food

QCA

Objectives

Children should learn:
  • that plants have roots
  • to observe and compare the roots of different plants

Activities

Outcomes

Children:
  • Show children a potted plant that has grown too large for its pot and take it out to re-pot it. Show children its roots and ask them why they think it needs re-potting. Ask children to compare the roots with those of some seedlings, helping them to observe characteristics eg colours, thickness, length.
  • identify the roots of a plant
  • make comparisons, identifying differences and some similarities eg they are both white

Points to note


Sections in this unit

<< previous section next section >>
This unit is divided into sections. Each section contains a sequence of activities with related objectives and outcomes. You can view this unit by moving through the sections or print/download the whole unit.
1. Introduction
2. Finding plants
3. Watching plants grow
4. Plants for our food
5. Watering plants
6. Plants and light
7. Living and artificial plants
8. Review

 

This snapshot, taken on
19/11/2010
, shows web content acquired for preservation by The National Archives. External links, forms and search may not work in archived websites and contact details are likely to be out of date.
 
 
The UK Government Web Archive does not use cookies but some may be left in your browser from archived websites.
'ss_home_', 'SS Events' => 'ss_home_', 'SS CS Main' => 'ss_cs_', 'SS Case Study' => 'ss_cs_', 'SS Form' => 'ss_cs_', 'SS LEA Main' => 'ss_lea_', 'SS LEA Map' => 'ss_lea_', 'SS LEA Mini Site' => 'ss_lea_', 'SS Section' => 'ss_section_', 'SS Noticeboard' => 'ss_not_', 'SS Events' => 'ss_not_', 'SS Links' => 'ss_not_', 'SS Resources' => 'ss_resources_', 'SS Media Section' => 'ss_media_', ); $prefix{'SS Section'} = 'ss_forum_' if $request{path} =~ m[/studysupport/forum/]i; ## Color for each section my %top_col = ( 'SS Home' => '#F58265', 'SS CS Main' => '#F76B58', 'SS Case Study' => '#F76B58', 'SS Form' => '#F76B58', 'SS LEA Main' => '#C4DE4B', 'SS LEA Map' => '#C4DE4B', 'SS LEA Mini Site' => '#C4DE4B', 'SS Section' => '#F8A127', 'SS Noticeboard' => '#F35E96', 'SS Events' => '#F35E96', 'SS Links' => '#F35E96', 'SS Resources' => '#9177B7', 'SS Media Section' => '#48B2D2', ); $top_col{'SS Section'} = '#4EBAB8' if $request{path} =~ m[/studysupport/forum/]i; $request{ss_colour} = $top_col{$item{itemtypename}}; # $gen_style = '/ss_store/styles/'. $prefix{$item{itemtypename}} . "stylesheet.css"; # $gen_style = qq{}; $body_line .= qq` onLoad="MM_preloadImages('http://webarchive.nationalarchives.gov.uk/20101119131802/http://www.standards.dcsf.gov.uk/ss_store/images/$prefix{$item{itemtypename}}introductionon.gif','http://webarchive.nationalarchives.gov.uk/20101119131802/http://www.standards.dcsf.gov.uk/ss_store/images/$prefix{$item{itemtypename}}setupon.gif','http://webarchive.nationalarchives.gov.uk/20101119131802/http://www.standards.dcsf.gov.uk/ss_store/images/$prefix{$item{itemtypename}}casestudieson.gif','http://webarchive.nationalarchives.gov.uk/20101119131802/http://www.standards.dcsf.gov.uk/ss_store/images/$prefix{$item{itemtypename}}leapageson.gif','http://webarchive.nationalarchives.gov.uk/20101119131802/http://www.standards.dcsf.gov.uk/ss_store/images/$prefix{$item{itemtypename}}resourceson.gif','http://webarchive.nationalarchives.gov.uk/20101119131802/http://www.standards.dcsf.gov.uk/ss_store/images/$prefix{$item{itemtypename}}noticeon.gif','http://webarchive.nationalarchives.gov.uk/20101119131802/http://www.standards.dcsf.gov.uk/ss_store/images/$prefix{$item{itemtypename}}discussionon.gif')" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0"`; $LHStyle = qq` `; ### Header JavaScript for Study Support pages $ss_JS = qq` `; } #####=========== END: Styling of Study Support Pages print qq{- > }; ## Beacon school Javascript and style ## ## ## if ($request{path} =~ "/beaconschools/") { print qq { }; my $onload_functoins = "preloadImages();"; if ($request{'view'} eq "advancedsearch" or$request{'view'} eq "searchresults"){ $onload_functoins .= " loadAllIndexNames();"; } $body_line .= qq { onload="$onload_functoins"}; } ## ## ## ## Global Admin System Javascript ## ## ## my ($gas_js, $gas_css); $gas_js = { '/genderandachievement/' => '/genderandachievement/genderandachievement.js', '/parentalinvolvement/' => '/parentalinvolvement/parentalinvolvement.js', '/schoolimprovement/' => '/schoolimprovement/schoolimprovement.js', '/performance/' => '/performance/performance.js', '/homework/' => '/homework/homework.js', '/innovation-unit/' => '/innovation-unit/innovation.js', }->{ $request{path} =~ m/^(\/[\w\-]+\/)/ ? $1 : undef }; if ( $gas_js ) { $gas_js = qq{}; } $gas_css = { '/genderandachievement/' => '/genderandachievement/genderandachievement.css', '/parentalinvolvement/' => '/parentalinvolvement/parentalinvolvement.css', '/schoolimprovement/' => '/schoolimprovement/schoolimprovement.css', '/performance/' => '/performance/performance.css', '/homework/' => '/homework/homework.css', '/innovation-unit/' => '/innovation-unit/innovation.css', }->{ $request{path} =~ m/^(\/[\w\-]+\/)/ ? $1 : undef }; if ( $gas_css ) { $gas_css = qq{}; } if ($item{'itemtypename'} eq 'Page' ){ # mailing list CSS and 'Consultant' Referrer Cookie if ($request{path} =~ /^\/lists\// ) { $gas_js .= qq{ }; } #endif COI Bulletin Pages # GAS JS for Editing Panel if ( $request{'view'} eq 'Edit item') { $gas_js .= qq{ }; } } ## print qq {