Grammar focus 语法点: like to

do    you

do    they

What  does  he    like to do?

does  she

Practice 练习

What do they like to do?

They like to play basketball.

What does she like to do?

She likes to swim.

What does he like to do?

He likes to play cards.

What does she like to do?

She likes to fish.

What do they like to do?

They like to dance.

What does he like to do?

He likes to exercise.

What does he like to do?

He likes to cook

What do they like to do?

They like play cards

What does she like to do?

She likes to work in the garden

What does he like to do?

He likes to swim.

What do they like to do?

They are like to play soccer

Extend

# 下面单词变成ing 形式

dance  -> dancing

drink  -> drinking

dream -> dreaming

eat  ->  eatting

hop  -> hopping

jump -> jumping

listen -> listening

look  -> looking

run  -> running

shout -> shout  呼喊;喊叫;大声说

sing -> singing

sit down -> sitting down

skate -> skating  滑冰  (注意这里的skate 里面的k被浊化)

ski  -> skiing  滑雪  ->滑雪运动;(注意这里的ski 里面的k被浊化)

sleep -> sleeping

swim -> swimming

talk(also:speak or say hi)  -> talking

walk -> walking

whistle ['wɪsl]  n. 口哨;汽笛;呼啸声  -> whistling

write -> writing  n. 书写;作品;著作;[法] 笔迹

Where are we?  我们在哪?

Tips:

some people 有些人;一些人
many people 许多人

At the park

We are playing at the park.

Some people are walking at the park.

I am taking photos.

We are having a picnic(野餐).

In a classroom

We are learning in a classroom

Some of us(我们中的一些人)having an English class in a classroom

My classmate writing in his book.

I am listening to the teacher.

At a restaurant

We are eatting dinner at a restaurant

Some people are eatting lunch at a restaurant

My friend looking at the menu.

I am ordering food.  # 我正在点菜

At the beach

We are Sunbathing at the beach.

My friends is playing beach ball at the beach.

We are having fun.

I am swiming in the sea.

At a concert  演唱会

We are listening to music at a concert

I am loving  at a concert

I am dancing.

The band singing  乐队唱歌

At home 

We are eatting dinner at home.

My friend is playing games at home.

We are sitting on the sofa.

I am watching TV.

At a nightclub    夜店

We are singing at a nightclub  我们在一家夜总会唱歌

Some people are drinking beer at a nightclub

My friend dancing to the music

I am ordering a drink.  我点了一杯饮料。

At work

We are working at work

My boss is very hardworking at work

My colleague writing a report

I am checking my email.

At the cinema  在电影院

We are watching movie at the cinema.

Some people are sleeping at the cinema

I am eatting popcorn(爆米花).

We are watching a movie.

On holiday

We are going out to play on holiday.

My friend likes to staying at home on holiday.

We are staying in a hotel.

I am going on a tour(n. 旅游,旅行;巡回演出).

English trip -- VC(情景课)10 C I like to watch TV. 我爱看电视的更多相关文章

  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 B Around the house 在家里

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

  3. English trip -- VC(情景课)10 A Get ready 预备课

    Words dance  跳舞 exercise  运动:锻炼 fish  鱼 play basketball  打篮球 play cards 玩牌 swim  游泳 decorations 装饰品 ...

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

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

  5. 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  听并 ...

  6. English trip -- VC(情景课)9 B Outside chores 室外家务

    Vocabulary focus 核心词汇 cutting the grass 修剪草坪 getting the mail  收到邮件 taking out the trash  把垃圾带出去 wal ...

  7. English trip -- VC(情景课)8 C

    MP review: 音标(Phonetic symbol) [ɪ]    lit adj. 照亮的,点着的(light的过去式及过去分词)n. (Lit)人名:(瑞典)利特:(老)李 [ʊ]   g ...

  8. English trip -- VC(情景课) 6 D

    Read 阅读 Teresa‘s Day Treesa's  is busy today. he meeting with her friend Joan is at 10:00. Her docto ...

  9. English trip -- VC(情景课) 6 C Is your class at 11:00? 你的课11点开始吗?

    Grammar focus 语法点 Is your class  at 11:00 ?  # 带be动词的一般疑问句 Yes, it is No, it isn't   相当于 is not  Pra ...

随机推荐

  1. bzoj4561: [JLoi2016]圆的异或并 圆的扫描线

    地址:http://www.lydsy.com/JudgeOnline/problem.php?id=4561 题目: 4561: [JLoi2016]圆的异或并 Time Limit: 30 Sec ...

  2. MacaW Baby Learns Computer

    A - Macaw Baby Learns Computer Time Limit:1000MS     Memory Limit:0KB     64bit IO Format:%lld & ...

  3. testng使用DataProvider+Excel实现DDT

    DDT,即数据驱动测试 Data Driver Test,我曾经记录了一篇关于python的DDT框架(Excel+DDT数据驱动实例),那么java中的DDT是怎么样的呢?在java中,可以用tes ...

  4. c# 模拟get请求例子,演示Session会话状态。

    创建一个控制台 程序: using System; using System.Collections.Generic; using System.IO; using System.IO.Compres ...

  5. Windows批处理程序bat

    @echo off    关闭回显,否则脚本中的命令都会输出,关闭后只显示结果. setlocal ENABLEDELAYEDEXPANSION 在for循环中变量扩展时需要用到 copy /Y ms ...

  6. Linux 远程连接sftp与ftp

    linux sftp远程连接命令 sftp -oPort=60001 root@192.168.0.254 使用-o选项来指定端口号. -oPort=远程端口号 sftp> get /var/w ...

  7. linux基础命令---umask

    umask 指定创建文件时所需要的权限掩码,掩码的执行权限对于文件没有效果.如果模式以数字开头,则解释为八进制数字:否则解释为符号模式掩码,类似于chmod(1)所接受的模式掩码.如果省略模式,则打印 ...

  8. 02:BeautifulSoup

    1.1 BeautifulSoup介绍 1.BeautifulSoup作用 1.BeautifulSoup是一个模块,该模块用于接收一个HTML或XML字符串,然后将其进行格式化 2.之后遍可以使用他 ...

  9. 《课程设计》——cupp的使用

    <课程设计>--cupp的使用 cupp简介 cupp是强大的字典生成脚本.它是一款用Python语言写成的可交互性的字典生成脚本.尤其适合社会工程学,当你收集到目标的具体信息后,你就可以 ...

  10. 2018-2019-1 20189218《Linux内核原理与分析》第九周作业

    进程调度的时机 进程调度时机就是内核调用schedule函数的时机.当内核即将返回用户空间时,内核会检查need_resched标志是否设置.如果设置,则调用schedule函数,此时是从中断(或者异 ...