English trip -- VC(情景课)2 A At school
xu言:
Sometimes, I feel very confused. However, there will always be a weak light in a corner to light up for you. Maybe you need more faith forward. Life needs a sense of ritual...
有些时候,感觉很迷茫。但是,总会在某个角落有一盏弱弱的小光为你点亮。也许向前需要更多的信仰。生活需要有仪式感...
—— loki.valentine
Get ready 预备课
Talk about the picture 看图说话
Look at the picture. What do you see? 看图片。你看到了什么?
Listen and point 。支出你听到的内容
a book
a chair
a computer
a desk
a notebook
a pencil
words extend 扩展单词
whiteboard 白板
blackboard 黑板
homework 家庭作业
hosework 家务
arm 肩膀
armchair 扶手椅
loptop 笔记本电脑
under 在...下面
plane 飞机
plant 植物
planet 行星
plate ( n. 碟;金属板;金属牌;感光底片)
bathroom 浴室;厕所;盥洗室
restroom 厕所;洗手间
sentence review 句型复习
They are talking each other 他们正在互相交谈
I am sitting on an armchair 我坐在扶手椅上
There is a Notebook in my hand 我手里拿着一个笔记本
What's you need? 你需要什么?
I need a bottle of water 我需要一瓶水
What's he needs to do? 他需要做什么? # 第三人称变化带s
he does need to drink water 他确实需要喝水
What do you need?你需要什么? # 第一 or 二 次人称用do
What does she need?她需要什么?# 第三人称用does
What does he like to do?他喜欢做什么?
She is eating 变成疑问句 What's she doing?
She likes to read book. 她喜欢看书。
What does she to read book? 她读什么书?
I like to read Harry Potter. 我喜欢读哈利波特
in front of 在....前方
example: 看中文翻译英文
厕所在你的前面
restroom is in front of you 洗手间就在你面前
白板在你前面
Whiteboard is in front of you 白板就在你的面前
sentence extend 句型扩展
Raise your hand 举起你的手
Stand up 起立
Erase the blackboard 擦除黑板
Close the door 关闭这个门
Sit down 坐下
Open the door 打开门
Take out your notebook 拿出你的笔记本
Go to the front(前进)
May I goto the restroom? 我能去上个洗手间吗
Close your book 关闭你的书
Open your notebook? 打开笔记本
Close your notebook 关闭你的笔记本
Turn on TV 打开电视
Turn off A.C 关闭空调
Note的几种用法解释
1)Let me take a note # 让我记一下(比如接电话时,记录一些信息的时候说)
2)read the note 便条
an 的用法介绍
这下面之所以用 an 不用a 是因为后面单词以元音音节开头的单词都使用 an
an hour 一小时
an English book 一本英语书
The 的用法介绍
The表示特指独一无二的某件实物,比如太阳,月亮
The Sun 这太阳
The Moon 这月亮
The book on the table 放在桌子上的这本书
Summary:
1.了解到使用do(第一和第二人称) 和does(第三人称)的区别
2.了解了an 和the 的基本用法和情况
English trip -- VC(情景课)2 A At school的更多相关文章
- English trip -- VC(情景课)1 C What's your name?(review)
Xu言: 今天,阴差阳错又上了一次 VC 1 C的课,不过这次是小班的形式.这次课的教室叫 toronto [təˈrɒntəʊ] to ron to (多伦多(加拿大城市)) - -0我还 ...
- English trip -- VC(情景课)10 C I like to watch TV. 我爱看电视
Grammar focus 语法点: like to do you do they What does he like to do? does she Practice 练习 ...
- English trip -- VC(情景课)9 B Outside chores 室外家务
Vocabulary focus 核心词汇 cutting the grass 修剪草坪 getting the mail 收到邮件 taking out the trash 把垃圾带出去 wal ...
- English trip -- VC(情景课)8 C
MP review: 音标(Phonetic symbol) [ɪ] lit adj. 照亮的,点着的(light的过去式及过去分词)n. (Lit)人名:(瑞典)利特:(老)李 [ʊ] g ...
- English trip -- VC(情景课) 6 B Events 事件
xu言: ... 自己选择的路,就算是爬,也要给我爬完.短短人生数载,我能之止于此? Words appointment 预约 meeting 会议 class movie party prog ...
- English trip -- VC(情景课)5 Around Town
Around Town 城市周围 Talk about the picture 看图说话 sentences Where are you? I'm in the Meten classroom. ...
- English trip -- VC(情景课)2 D Reading
Xu言: 业精于勤,荒于嬉:行成于思,毁于随 Before you read 阅读准备 Talk about the picture, what do you see?看图说话,你看到了什么? Lis ...
- English trip -- VC(情景课)2 C Where's my pencli?
Grammar focus 语法点: in 和 on in the desk 在桌子抽屉里 on the desk 在桌子面上 Practice 练习 Where's my pencil? I ...
- English trip -- VC(情景课)1 C What's your name?
Grammar focus 语法点 What's your name? What's his name? What her name? My name is Angela. His name is K ...
随机推荐
- eclipse调优
基于Eclipse 4.7.0 (Oxygen) 目的:加快eclipse启动速度 修改eclipse安装目录下配置文件eclipse.ini(1)指定eclipse运行的jre,不让其进行搜索-vm ...
- ActiveMQ 安装以及集群搭建
安装环境: jdk1.7 apache-activemq-5.11.1-bin.tar.gz VM虚拟机redhat6.5-x64:192.168.1.200 Xshell4 部署方案: 主机IP 集 ...
- Python中的is和==的区别,==判断值是否相等,is判断地址是否一致
Python中的is和==的区别 Python中的对象包含三要素:id.type.value. 其中id用来唯一标示一个对象,type标识对象的类型,value是对象的值. is判断的是a对象是否就是 ...
- xmind使用教程思维导图
xmind使用教程思维导图 开始XMind旅程标记: 仅需2个快捷键 1 点击快捷键 创建同级主题 创建子主题 2 输入 选中主题后, 双击鼠标左键 或 单击空格键, 进入编辑状态. 3 其他内容 您 ...
- nginx 配置https没有ssl_module以及一些错误
一:开始Nginx的SSL模块 1.1 Nginx如果未开启SSL模块,配置Https时提示错误 1 nginx: [emerg] the "ssl" parameter requ ...
- torch7入门(安装与使用)
http://blog.csdn.net/real_myth/article/details/52291636 1.安装与使用 测试系统是ubuntu14.04LTS,默认安装在-/torch,当然我 ...
- 20145302张薇 《网络对抗技术》 web安全基础实践
20145302张薇 <网络对抗技术> web安全基础实践 实验问题回答 1.SQL注入攻击原理,如何防御 原理:攻击者把SQL命令插入到网页的各种查询字符串处,达到欺骗服务器执行恶意的S ...
- 20145312袁心《网络对抗》Web基础实践
20145312袁心<网络对抗>Web基础实践 问题回答 1.什么是表单: 表单在网页中主要负责数据采集功能. 一个表单有三个基本组成部分: 表单标签:这里面包含了处理表单数据所用CGI程 ...
- Python3基础 sys.path 查看搜索路径变量
Python : 3.7.0 OS : Ubuntu 18.04.1 LTS IDE : PyCharm 2018.2.4 Conda ...
- MSM8937系统启动流程【转】
本文转载自:https://blog.csdn.net/chenzhen1080/article/details/54945992?utm_source=blogxgwz8 1 Boot Addres ...