搜索
      点击退出全屏预览
      独家版权

      人教版六上英语Unit5 Exploring space PartB Lets talk(课件+教案+习题)

      查看完整配套(共3份)
      包含资料(3份) 收起列表
      课件
      2026秋pep人教版六上英语Unit5 Exploring space PartB Lets talk 课件.pptx
      预览
      教案
      2026秋pep人教版六上英语Unit5 Exploring space PartB Lets talk 教案.docx
      预览
      练习
      2026秋pep人教版六上英语Unit5 Exploring space PartB Lets talk 习题.docx
      预览
      正在预览:2026秋pep人教版六上英语Unit5 Exploring space PartB Lets talk 课件.pptx
      2026秋pep人教版六上英语Unit5 Exploring space PartB Lets talk 课件第1页
      点击全屏预览
      1/35
      2026秋pep人教版六上英语Unit5 Exploring space PartB Lets talk 课件第2页
      点击全屏预览
      2/35
      2026秋pep人教版六上英语Unit5 Exploring space PartB Lets talk 课件第3页
      点击全屏预览
      3/35
      2026秋pep人教版六上英语Unit5 Exploring space PartB Lets talk 课件第4页
      点击全屏预览
      4/35
      2026秋pep人教版六上英语Unit5 Exploring space PartB Lets talk 课件第5页
      点击全屏预览
      5/35
      2026秋pep人教版六上英语Unit5 Exploring space PartB Lets talk 课件第6页
      点击全屏预览
      6/35
      2026秋pep人教版六上英语Unit5 Exploring space PartB Lets talk 课件第7页
      点击全屏预览
      7/35
      2026秋pep人教版六上英语Unit5 Exploring space PartB Lets talk 课件第8页
      点击全屏预览
      8/35
      2026秋pep人教版六上英语Unit5 Exploring space PartB Lets talk 教案第1页
      点击全屏预览
      1/11
      2026秋pep人教版六上英语Unit5 Exploring space PartB Lets talk 教案第2页
      点击全屏预览
      2/11
      2026秋pep人教版六上英语Unit5 Exploring space PartB Lets talk 教案第3页
      点击全屏预览
      3/11
      2026秋pep人教版六上英语Unit5 Exploring space PartB Lets talk 习题第1页
      点击全屏预览
      1/4
      2026秋pep人教版六上英语Unit5 Exploring space PartB Lets talk 习题第2页
      点击全屏预览
      2/4
      还剩27页未读, 继续阅读
      50学贝
      约¥5.00
      加入资料篮
      立即下载
      赠下载券,本资料可免费下

      小学英语人教版PEP(2024)六年级上册(2024)Part B习题ppt课件

      展开

      这是一份小学英语人教版PEP(2024)六年级上册(2024)Part B习题ppt课件,共8页。PPT课件主要包含了magazine,alien等内容,欢迎下载使用。
      Learning Objectives
      语言知识Language
      能听懂关于火星的对话能用英语询问某地是否存在某物能描述火星的基本特征
      掌握核心词汇Mars,rver, si, alien掌握句型Is there Are there
      文化意识Culture
      思维品质Thinking
      了解火星探索的科学知识知道中国火星探测的成就
      培养获取细节信息的能力激发探索未知世界的好奇心
      Let's Warm Up!热身活动
      What canyu see inthe sky?
      D yu knwany planets?
      knwabut space?
      Listening Practice听力练习
      Chen Jie is shwing Miss White a magazine.Listen and chse
      What is the magazine abut?
      Why can't we live there?
      B. It is t far
      A. It is red
      C. The air is thin
      Answer Analysis答案解析
      从对话开头What are yu reading abut?
      火星空气稀薄(thin),不适合人类居住
      What are yu reading abut?
      Let's Meet the Stry!
      交换生,对火星充满好奇
      三个同学在一起阅读一本关于火星的科普杂志
      Let's Learn the Dialgue对话学习(一)
      Hey, Chen Jie.What are yu readingabut?
      read abut=阅读关于..>
      Chen JieMars.
      I'm reading abut+主题
      Bks./ News./ Science.(functin() { cnst maxSpacingRati = 0.6; cnst minFnt = 10; dcument.querySelectrAll('.text-element').frEach(functin(el) { cnst w = parseFlat(); cnst h = parseFlat(); let fntSize = parseFlat(windw.getCmputedStyle(el).fntSize); let angle = parseFlat(el.getAttribute('data-rtate') || '0'); if (isNaN(angle)) angle = 0; cnst isVertical = (Math.abs(angle - 90) < 5 || Math.abs(angle - 270) < 5); cnst isHrizntal = Math.abs(angle) < 5 || Math.abs(angle - 180) < 5 || Math.abs(angle + 180) < 5; = 'nwrap'; cnst baseH = el.scrllHeight; if (isVertical) { ('text-vertical'); = 'nrmal'; let target = Math.max(minFnt, fntSize * (h / baseH)); = target + 'px'; if (el.scrllWidth > w) { cnst scale = w / el.scrllWidth; target = Math.max(minFnt, target * scale); = target + 'px'; } cnst len = ; cnst extra = h - el.scrllHeight; if (extra > 0 && len > 1) { let spacing = extra / (len - 1); cnst maxSpacing = target * maxSpacingRati; if (spacing > maxSpacing) spacing = maxSpacing; = spacing + 'px'; } } else if (isHrizntal) { = 'visible'; cnst scrllW = el.scrllWidth; = 'hidden'; = ''; if (scrllW > w) { fntSize = Math.flr(fntSize * (w / scrllW)); } = fntSize + 'px'; = h + 'px'; } else { = 'center'; = 'aut'; = 'aut'; = 'nrmal'; = h + 'px'; cnst baseW = el.scrllWidth; let target = fntSize; if (baseW > w) { target = Math.max(minFnt, fntSize * (w / baseW)); } = target + 'px'; } = 'hidden'; });});dcument.querySelectrAll('.frmula-element').frEach(functin(el) { cnst latex = el.getAttribute('data-latex'); if (latex && typef katex !== 'undefined') { try { katex.render(latex, el, { thrwOnErrr: false, displayMde: true }); cnst w = parseFlat(); cnst h = parseFlat(); cnst katexEl = el.querySelectr('.katex'); if (katexEl) { let fntSize = parseFlat(windw.getCmputedStyle(el).fntSize) || 16; let iteratins = 0; while (iteratins < 20) { = fntSize + 'px'; cnst katexW = katexEl.ffsetWidth; cnst katexH = katexEl.ffsetHeight; if (katexW minFnt) { cnst scale = w / cntentWidth; cnst newSize = Math.max(minFnt, fntSize * scale * 0.95); = newSize + 'px'; el.querySelectrAll('.frmula-segment .katex').frEach(functin(k) { = newSize + 'px'; }); } }, 50); } catch (e) { cnsle.errr('Mixed element render errr:', e); }});
      Bks./ News./ Science.
      Let's Learn the Dialgue对话学习(二)
      Mars? What des it say?
      talk abut谈论关于…
      What des it say?
      It talks abutthings n Mars.
      It talks abut
      it=指代上文的magazine
      things n Mars =火星上的事物
      Let's Learn the Dialgue对话学习(三)
      Is there any+不可数名词+地点?
      Ww! Isthere any
      Yes, there is.There is
      water n Mars?
      Is there 有..吗?
      (疑问句)water=水sil=土壤
      /N,there isn't.
      Yes, there is.
      Thereis+名词.(肯定句)
      Let's Learn the Dialgue对话学习(四)
      Is there any+不可数名词
      Oh! Are thereany aliens?
      alien=外星人我不这么认为
      I dn't think s.=我不这么认为
      Is there any+不可数名词Are there any+可数名词复数
      I dn't think sThey say therearen't anyliving things.
      living things生物
      aren't = are nt
      I dn't think s.
      Let's Learn the Dialgue对话学习(五)
      Lk! This isthe sunrisen Mars.
      Lk!=看!(引起注意)
      I see.=我明白了sunrise=日出Hw beautiful!=真美啊!(感叹句)
      Hw+形容词+!Hw beautiful!真美啊!
      Let's Learn the Dialgue对话学习(七)
      China already puta rver n Mars.
      China=中国already=已经put=放置(过去式)
      天问一号:中国的首个火星探测器祝融号:中国第一辆火星车2021年成功着陆火星
      rver=n Mars=在火星上
      Let's Learn the Dialgue对话学习(八)
      We learn mre abut the 'reed planet' every year.
      为什么火星是红色的?因为表面有大量氧化铁
      learn mre=学习更多
      red planet=红色星球(火星的别称)
      every year=每年
      火星是太阳系中类似地球的行星火星被称为'红色星球"
      Full Dialgue完整对话
      Chen Jie:I dn't think s. They saythere aren't any living things.Matt: I see.
      Mike: Hey,Chen Jie.What are yureading abut?Chen Jie: Mars.
      Matt: Mars? What des it say?Chen Jie: It talks abut things nMars.
      Chen Jie: Lk! This is the sunrise n MarsMike: Hw beautiful!I l really want ttravel t Mars.Chen Jie: Maybe yu can g ne day.Chen Jie: China already put a rver n MaChen Jie: We learn mre abut the"red planet" every year.
      Matt: Ww! Is there any water n Mars?Chen Jie: Yes, there is. There issil t.Matt: Oh! Are there any aliens?
      Check Yur Understanding理解检测
      True r False判断题
      1. The magazine is abut the Mn.2. There is water n are aliens n has a rver n Mars.5. Mike wants t travel t Mars.
      Fill in the blanks填空题
      n Mars. (sil/water/alien)
      1.There is2. There aren't any
      n Mars. (water/living things/sunrise)
      Wrds We Learn核心词汇(一)
      Wrds We Learn
      living things
      /ilavau gavz/生物(复数概念)
      /red uplanat/红色星球
      /'suunraaz/
      Sentence Patterns核心句型(一)Is there
      询问某处是否存在某物(不可数名词)
      Is there any water n Mars?
      Is there any air n Mars?
      Yes, there is.N, there isn't.
      any用于疑问句和否定句
      Sentence Patterns核心句型(二)
      询问某处是否存在某物(可数名词复数)Are there any+可数名词复数+地点?
      Are there any aliens n Mars?Are there any trees n Mars?
      Yes, there are.N, there aren't.
      Sentence Patterns核心句型(三)
      There is/are..肯定句
      There isn't/aren't..否定句
      There is +单数名词/不可数名词+地点.
      There isn't/aren't
      There is water n Mars.There is sil n Mars.There are rcks n Mars.
      There isn't any water.There aren't any aliens
      What is n Mars?
      There is water.There is sil.
      There aren't any living things.》没有生物There aren't any aliens.》没有外星人
      火星有日出日落火星没有生命
      火星有水(但主要是冰)
      What else d yu knw abut Mars?
      火星被称为"红色星球"
      火星是太阳系第四颗行星
      火星上的一天约24小时37分钟
      Share yur ideas!
      I knw there are n aliens.
      I knw Mars is red.
      I knw Mars is cld.
      Ask Mre Questins t the Rver
      Yes,there is.
      t the rver.
      用英语向火星探测车提问!
      Think f questins abut Mars!
      Questins and Answers对话练习
      Student: is there any
      Rver: Yes, there is./N,there isn't.
      water/ice/ snwair / wind/ cludstrees / flwers / animalsaliens / rbts / astrnauts
      Student: Are there any
      Rver: Yes, there are./N,there aren't.
      两人一组练习,一个提问,一个回答Use the rver picture as a prp!
      Let's Practice!让我们练习!
      A: What are yu reading abut?B: Mars.A: Is there any water n Mars?B:Yes, there is. There is sil t.A:Are there any aliens?B:N,there aren't. I think there
      Mars→Mn/Earth/Sunwater→air/icesil→rcks/sandaliens
      aren't any living things.
      A: Ww! I really want t travel t Mars!
      rbts/ astrnauts
      Practice Time
      A: What are yu readingabut?B: Mn.A: Is there any water nthe Mn?B: N,there isn't.But there is sme sil.
      A: What are yu readingabut?B: Earth.A: Are there any aliens nEarth? B: N,aliensaren't. But there are manyliving things.
      选择一个星球,替换关键词
      Vcabulary Practice词汇练习
      A.土壤B.外星人C.火星D.探测车E.日出
      1. Mars2. sil3. alien4. rver5. sunrise
      答案:1-C,2-A,3-B,4-D,5-E
      Sentence PatternPractice句型练习
      Theresme siln
      There aren't
      I want ttravel
      any watern Mars?A. IsB.AreC. D
      n Mars.A. smeB. anyC. many
      Situatinal Practice
      Tm is visiting a Mars exhibitin.He sees a mdel fMars. Help Tm ask questins.
      (are/is) yu lking at?
      Guide: Mars.
      (1s/Are) there any water n Mars?(1s/Are) there any aliens?
      Guide: Yes, there
      Guide: N, there
      答案:is,ls,is,Are,aren't
      Let's Review!
      Key Sentences关键句型
      Key Wrds关键词
      Is there there , there is/are/N, there isn't/aren't.I want t travel t...
      Mars, rver, sil,alien, living things,sunrise, red planet
      Mars Facts火星知识
      有水、有土壤无生命、无外星人中国有火星探测车
      培养探索精神增强民族自豪感
      Space Explratin太空探索精神
      东方红一号卫星发射成功
      Curisity好奇心
      探索浩瀚宇宙,逐梦星辰大海
      1.跟读对话录音3遍,发语音到群2.抄写核心词汇3遍,默写1遍3.完成配套练习册
      1.画一幅火星探索图画,配英文说明
      1.写一段话:If I g t Mars,Iwill..(至少5句)
      Dreding time mprintplanding f themestvatin
      2.设计一张火星旅行海报"中英双语
      2.搜集一个关于火星的英语小知识
      Self-Evaluatin自我评价
      我能听懂关于火星的对话
      我会使用Isthere any...型
      我会使用Arethere any...型
      我认识了火星探索的知识
      1.今天学习最难的是什么?
      2.今天学习最有趣的是什么?

      相关课件

      小学英语人教版PEP(2024)六年级上册(2024)Part B习题ppt课件:

      这是一份小学英语人教版PEP(2024)六年级上册(2024)Part B习题ppt课件,文件包含2026秋pep人教版六上英语Unit5ExploringspacePartBLetslearn课件pptx、2026秋pep人教版六上英语Unit5ExploringspacePartBLetslearn教案docx、2026秋pep人教版六上英语Unit5ExploringspacePartBLetslearn习题docx等3份课件配套教学资源,其中PPT共36页, 欢迎下载使用。

      小学英语人教版PEP(2024)六年级上册(2024)Part A习题ppt课件:

      这是一份小学英语人教版PEP(2024)六年级上册(2024)Part A习题ppt课件,文件包含2026秋pep人教版六上英语Unit4ManagingmoneywellPartCProject课件pptx、2026秋pep人教版六上英语Unit4ManagingmoneywellPartCProject教案docx、2026秋pep人教版六上英语Unit4ManagingmoneywellPartCProject习题docx等3份课件配套教学资源,其中PPT共40页, 欢迎下载使用。

      英语六年级上册(2024)Part B习题ppt课件:

      这是一份英语六年级上册(2024)Part B习题ppt课件,文件包含2026秋pep人教版六上英语Unit5ExploringspacePartBLetslearn课件pptx、2026秋pep人教版六上英语Unit5ExploringspacePartBLetslearn教案docx、2026秋pep人教版六上英语Unit5ExploringspacePartBLetslearn习题docx等3份课件配套教学资源,其中PPT共36页, 欢迎下载使用。

      资料下载及使用帮助
      版权申诉
      • 1.电子资料成功下载后不支持退换,如发现资料有内容错误问题请联系客服,如若属实,我们会补偿您的损失
      • 2.压缩包下载后请先用软件解压,再使用对应软件打开;软件版本较低时请及时更新
      • 3.资料下载成功后可在60天以内免费重复下载
      版权申诉
      若您为此资料的原创作者,认为该资料内容侵犯了您的知识产权,请扫码添加我们的相关工作人员,我们尽可能的保护您的合法权益。
      入驻教习网,可获得资源免费推广曝光,还可获得多重现金奖励,申请 精品资源制作, 工作室入驻。
      版权申诉二维码
      小学英语人教版PEP(2024)六年级上册(2024)电子课本新教材

      Part B

      版本:人教版PEP(2024)

      年级:六年级上册(2024)

      切换课文
      • 同课精品
      • 所属专辑54份
      欢迎来到教习网
      • 900万优选资源,让备课更轻松
      • 600万优选试题,支持自由组卷
      • 高质量可编辑,日均更新2000+
      • 百万教师选择,专业更值得信赖
      微信扫码注册
      手机号注册
      手机号码

      手机号格式错误

      手机验证码获取验证码获取验证码

      手机验证码已经成功发送,5分钟内有效

      设置密码

      6-20个字符,数字、字母或符号

      注册即视为同意教习网「注册协议」「隐私条款」
      QQ注册
      手机号注册
      微信注册

      注册成功

      返回
      顶部
      添加客服微信 获取1对1服务
      微信扫描添加客服
      会员信息加载中...
      会员信息加载失败

      开通会员送下载券,可免费下载资料并预览更多内容

      会员权益对比

      查看全部权益 >
      • 实时播报:用户***刚刚开通了 会员

      付款详情

      支付二维码
      支付剩余
      29:59:9
      成功

      VIP开通成功

      有效期至

      扫码加入官方会员群

      有任何售后问题,将有专属客服第一时间为您解答~

      Baidu
      map