Words

dance  跳舞

exercise  运动;锻炼

fish  鱼

play basketball  打篮球

play cards 玩牌

swim  游泳

decorations 装饰品

Halloween    n. 万圣节前夕(指十月三十一日夜晚)

1. Trick 装饰;打扮  or  Treat  款待

2. make Jack-o lantern  制作杰克灯笼    # lantern 灯笼

Sentences

Do you like to ...?  你喜欢做...?

What do you like to do?  你喜欢做什么?

How is your day? 你过得好吗?

How ya doing?  你怎么样?

How are you?

prety good  非常好

not bad  不好

nothing  special  没什么特别的

just so so 一般般

long time no see  好久不见

I haven’t seen you for a long time 我好久没见到你了

It's been a long time  已经很久了

Let me think about 让我想想

be ready to do sth...

I am ready to go to school.

时态:(现阶段需要掌握的)

① 一般现在时: 习惯性的;

e.g.

What do you like to do in your spare(free) time?  你喜欢在业余的时间做什么?

I like read books in my spare time  我喜欢在空余的时间看书

What does Patrick like  to do in his spare time? Patrick 喜欢在业余的时间做什么?

What does Loki's daughter like to do in her spare time?  Loki的女儿在业余时间喜欢做什么?

What is your daughter do?你女儿是做什么? She is still a little girl  # still  仍然

What is your favourite  sports? 你最喜欢的运动是什么?

② 现在进行时: be+Ving;

e.g

What are you doing

I'm doing homework

③ 将来时: Will  <-- Boss ,它后面的words 都需要用原型

Will  -> will not -> won't

I will climb mountains in tomorrow.

# 关于"看"的四种说法的区别和用途

Look  不及物动词;需要跟介词 at ,介词变化本意变化    e.g  look for ... 寻找; look after ...照顾; look at ...v. 看;考虑;着眼于;look in ...: 看望;顺道访问

Watch   Tv/Moive/Theater  观看

See   看到(结果)     saw(过去式)    See you later ; See you again

Read   阅读    read books

do sports  做运动

sneakers   板鞋

trainers  运动鞋

train  培训

fish bone 鱼骨头;鱼刺       lazy bone  懒骨头

 注意区分读音

poor  adj. 贫穷的;可怜的;贫乏的;卑鄙的

pool  n. 联营;撞球;水塘;共同资金      swimming pool 游泳池

wrong [rɔŋ]  错误

run  [rʌn] 跑

ring [rɪŋ] 指环  earring

rain [ren]

some  口型要闭唇

son

# 动名词,而非“现在进行时”

go fishing  去钓鱼

go shopping  去购物

go swimming  去游泳

English trip -- VC(情景课)10 A Get ready 预备课的更多相关文章

  1. English trip -- VC(情景课)10 D Reading 阅读练习

    Read 阅读  From: Lupe To:Miriam Hi Miriam, I'm not working today.It's my day off. Are you busy?Come an ...

  2. 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 练习 ...

  3. English trip -- VC(情景课)10 B Around the house 在家里

    Vocablulary focus  核心词汇 cook play the guitar listen to music watch TV read magazines work in the gar ...

  4. English trip -- VC(情景课)9 A Get ready

    She is doing homwork He is doing laundry He is drying the dishes She is making lunch She is making t ...

  5. English trip -- VC(情景课) 8 A Get ready

    Words cashier  # 收银员                a cashier counts money   收钱 custodian  # 清洁工     a custodian  cl ...

  6. English trip -- VC(情景课)1 A Get ready

    Meet your classmates 见见你的同学 Look at the picture. What do you see? 看图片.你看到了什么? calendar  日历 bookcase ...

  7. 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 ...

  8. English trip -- VC(情景课)1 C What's your name?(review)

    Xu言: 今天,阴差阳错又上了一次 VC 1 C的课,不过这次是小班的形式.这次课的教室叫 toronto   [təˈrɒntəʊ]  to ron to (多伦多(加拿大城市))   - -0我还 ...

  9. English trip -- VC(情景课)1 B Countries

    Vocabulary focus 核心词汇 Vo ca bu la ry   fo cus [və(ʊ)'kæbjʊlərɪ]      ['fəʊkəs] Listen and repeat  听并 ...

随机推荐

  1. yii的url写法

    Yii 各种url地址写法 echo Url::home(); 生成入口地址/yii2test/frontend/web/index.php: echo  Url::base();生成入口文件夹地址: ...

  2. pyDay6

    内容来自廖雪峰的官方网站 1.在Python中,代码不是越多越好,而是越少越好.代码不是越复杂越好,而是越简单越好,1行代码能实现的功能,决不写5行代码.请始终牢记,代码越少,开发效率越高. 2.取指 ...

  3. bzoj4591 / P4345 [SHOI2015]超能粒子炮·改

    P4345 [SHOI2015]超能粒子炮·改 题意:求$\sum_{i=1}^{k}C(n,i)\%(P=2333)$ 肯定要先拆开,不然怎么做呢(大雾) 把$C(n,i)$用$lucas$分解一下 ...

  4. C++ vector 删除一个指定元素 和 find 一个指定元素以及遍历删除、 map遍历删除元素和删除find到的元素

    vector: 1.delete element 转载:http://www.cnblogs.com/xudong-bupt/p/3522457.html #include <vector> ...

  5. 字符串分割(C++)(转载)

    转载出自:http://www.cnblogs.com/MikeZhang/archive/2012/03/24/MySplitFunCPP.html 经常碰到字符串分割的问题,这里总结下,也方便我以 ...

  6. RS(纠删码)技术浅析及Python实现

    前言 在Ceph和RAID存储领域,RS纠删码扮演着重要的角色,纠删码是经典的时间换空间的案例,通过更多的CPU计算,降低低频存储数据的存储空间占用. 纠删码原理 纠删码基于范德蒙德矩阵实现,核心公式 ...

  7. Python3基础 list 推导式 生成100以内的偶数列表

             Python : 3.7.0          OS : Ubuntu 18.04.1 LTS         IDE : PyCharm 2018.2.4       Conda ...

  8. luogu P3387 【模板】缩点

    题目 好久没法博客了 这次就水个板子题目吧 tarjan缩点之后重新建图 而且边权应该都是正的(要不我怎么能这么轻松水过去) 在新图上记忆化一下就好了 f[i] 表示 开头选i这个点 的 路径最大值 ...

  9. CodeCombat最后一题GridMancer

    http://codecombat.com/play/level/gridmancer 刚开始没看懂,题目,后来才慢慢看懂的, 题目要求,用最少的矩形框填充空白的地方 var grid = this. ...

  10. Codeforces Round #527 (Div. 3)

    一场div3... 由于不计rating,所以打的比较浪,zhy直接开了个小号来掉分,于是他AK做出来了许多神仙题,但是在每一个程序里都是这么写的: 但是..sbzhy每题交了两次,第一遍都是对的,结 ...