English trip -- VC(情景课)8 C
MP review:
音标(Phonetic symbol)
[ɪ] lit adj. 照亮的,点着的(light的过去式及过去分词)n. (Lit)人名;(瑞典)利特;(老)李
[ʊ] good put book
[ʌ] up cut hunt love
[ɒ] box fox oil
[e] any bed
[æ] cat bag at
[iː] we bee
[uː] foolish blue too
[ɑː] bar car
[ɔː] walk or
[ɜː] learn bird
Words
tan 黝黑色;棕褐色;鞣料;马戏团
important (轻读或者不读) 重要
student (轻读或者不读) 学生
beautiful 美丽;出色的;迷人的
handsome (轻读或者不读) adj. (男子)英俊的;可观的;大方的,慷慨的;健美而端庄的
like (轻读或者不读)
foodie 吃货
hotpot 火锅
fridge 冰箱
clean air 清新的空气
truck driver 卡车司机
Notice:
1. 时态
2. 用法
某人做某事
He likes doing sth(something) He likes playing Switch games.
She likes to do sth(something) She likes to eat good foods
I am
I am Loki.
He/She is
He is a handsome(不发音) teenage.
She is a beautiful girl
They are
They are good friends(注意读音)
We are
We are very well
It is
It is a small sapling(小树苗)
Sentences
Does he/she sell clothes/
Yes he/she does
attending an interesting English class 参加一个有趣的英语课
I have no idea 我不知道
Just so so 一般般
make a phone call 打个电话
What does he do?
What's his job?
I am an office worker # 注意连读
sour[saʊə] 酸
sweet 甜
bitter ['bɪtə] 苦 better ['betə] 更好 batter ['bætə] 击球手
hot /spicy ['spaɪsɪ] 辣
形容词性物主代词
My 我的
Your 你的
His/Her 他/她的
our 我们的
their 他们的
English trip -- VC(情景课)8 C的更多相关文章
- 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(情景课) 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(情景课)2 A At school
xu言: Sometimes, I feel very confused. However, there will always be a weak light in a corner to ligh ...
- 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 ...
随机推荐
- 性能分析之– JAVA Thread Dump 分析
最近在做性能测试,需要对线程堆栈进行分析,在网上收集了一些资料,学习完后,将相关知识整理在一起,输出文章如下. 一.Thread Dump介绍 1.1什么是Thread Dump? Thread Du ...
- 关于 enhanced decompiler 3.0 .0不起作用的解决办法
- troubleshooting-执行Oozie调度Hive导数脚本抛java.io.IOException: output.properties data exceeds its limit [2048]
执行Oozie调度Hive导数脚本抛java.io.IOException: output.properties data exceeds its limit [2048] 原因分析 shell脚本中 ...
- ELK之elasticsearch6.5
官方网站:https://www.elastic.co/guide/en/elasticsearch/reference/current/rpm.html 这里采用rpm的方式安装: # wget h ...
- U盘+GRUB2引导PE或linux镜像
利用U盘制作启动盘,引导WinPE.Linux安装的文章多如牛毛,与他们相比本文的特点有: 1.用且仅用grbu2做引导.不使用grub4dos,不是使用msdos mbr转到活动分区,到ntldr, ...
- 【Tomca安装与启动】tomcatLinux环境安装与启动
一.安装 1.下载tomcat安装包 2.解压安装包 3.配置环境变量 打开~/.bash_profile文件,输入一下两句话: export TOMCAT_HOME=/Users/enniu1/De ...
- Facebook广告API系列 1
Facebook广告API系列 1 前言 最近遇到大坑了,居然要去对接facebook的广告API,之前以为是跟鹅厂一样的API体系,看了半天Facebook的文档,冷汗直冒.... 这得一点一点的讲 ...
- The way to Go(4): Go runtime及解释器
Reference: Github: Go Github: The way to Go Go runtime Go runtime: 尽管 Go 编译器产生的是本地可执行代码,这些代码仍旧运行在 Go ...
- POJ 2728 Desert King(最优比率生成树 01分数规划)
http://poj.org/problem?id=2728 题意: 在这么一个图中求一棵生成树,这棵树的单位长度的花费最小是多少? 思路: 最优比率生成树,也就是01分数规划,二分答案即可,题目很简 ...
- H5本地存储二
众所周知,H5的storage有sessionstorage&localStorage,其中他们的共同特点是API相同 下面直接上代码,storage中的存储与删除: <!DOCTYPE ...