Vocabulary focus  核心词汇

She is a receptionist.

She answers the phone.

She is a cashier

She counts money

He is a mechanic

He fixes cars

He is a custodian

He cleans buildings

She is a salesperson

She sells clothes

He is a waiter

He serves food

Extend

What job is it?

Job:                                                              Description:

Police Officer 警察   # works in a police station and keeps people safe

Cook  厨师  # does the cooking in a restaurant

Waiter  服务员  # takes people's orders in a restaurant and servers food

Fashion designer  时尚设计 # person who makes and designs  clothes

Movie director  导演 # someone who make movies

Pilot ['paɪlət]  飞行员 # flies an airplane

Writer 作家  # someone who writes books and stories

Cartoonist  漫画家  # person that can draw cartoons well

Basketball player 篮球运动员 # person that can play basketball well

Bus driver  公交车司机  # person who drives a bus

Scientist ['saɪəntɪst]  科学家  # works in a laboratory(实验室) and does experiments([试验] 实验)

Teacher  教室 # person who teaches students

Journalist  记者  # person who reports news on TV, radio or newspaper

Doctor  医生  # works in a hosplital and cures(治愈) sick( 病人) people

Nurse(这里的e没有发音)  护士 works in a hospital and helps doctors

Farmer 农民  # works on a farm(种田,务农) and grows (种植) crops(收割) or looks after animals(照顾动物)

Actor  演员  # person who acts in a movie

Firefighter  消防员 # rescues(救援;营救) people from burning buildings and helps put out fires

Singer(这里的g没有发音)  # someone who can sing well

Taxi driver 出租车司机  # person who drives a taxi

Mechanic 机械师  # repairs machines and vehicles(机动车,汽车) such as(比如;诸如) cars and buses

Engineer  工程师  # someone who designs and constructs(建造) buildings

Pianist  钢琴家  # plays the piano well

Soldier  军人  # person in the army (军队)who wears a uniform(制服)  and has a gun

Hairdresser  发型师  # someone who cuts and styles hair

Veterinarian  ve te ri na rian    [,vet(ə)rɪ'neərɪən]  兽医  # works in an animal hospital and looks after animals

English trip -- VC(情景课) 8 B job duties 工作职责的更多相关文章

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

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

  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(情景课)9 B Outside chores 室外家务

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

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

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

  5. English trip -- VC(情景课) 6 B Events 事件

    xu言: ...  自己选择的路,就算是爬,也要给我爬完.短短人生数载,我能之止于此? Words appointment  预约 meeting  会议 class movie party prog ...

  6. English trip -- VC(情景课)5 Around Town

     Around Town  城市周围 Talk about the picture 看图说话 sentences Where are you? I'm in the Meten classroom. ...

  7. English trip -- VC(情景课)2 D Reading

    Xu言: 业精于勤,荒于嬉:行成于思,毁于随 Before you read 阅读准备 Talk about the picture, what do you see?看图说话,你看到了什么? Lis ...

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

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

随机推荐

  1. POJ 1182 并查集

    Description 动物王国中有三类动物A,B,C,这三类动物的食物链构成了有趣的环形.A吃B, B吃C,C吃A. 现有N个动物,以1-N编号.每个动物都是A,B,C中的一种,但是我们并不知道它到 ...

  2. zookeeper 安装以及集群搭建

    安装环境: jdk1.7 zookeeper-3.4.10.tar.gz VM虚拟机redhat6.5-x64:192.168.1.200  192.168.1.201  192.168.1.202 ...

  3. 使用Jmeter测试Dubbo接口(参数设置篇)

    WebSocket接口需要下载dubbo插件才能使用 本次下载的版本为jmeter-plugins-dubbo-1.3.6,下载完成后jar文件放到\lib\ext目录下 由于工作需要,最近需要对du ...

  4. linux常用命令:Linux 目录结构

    对于每一个Linux学习者来说,了解Linux文件系统的目录结构,是学好Linux的至关重要的一步.,深入了解linux文件目录结构的标准和每个目录的详细功能,对于我们用好linux系统只管重要,下面 ...

  5. charles破解

    替换安装路径->Charles\lib下的charles.jar文件成破解版jar文件,如果再次启动未弹出30天试用的提示,说明破解成功 charles:https://pan.baidu.co ...

  6. python3.4学习笔记(二十四) Python pycharm window安装redis MySQL-python相关方法

    python3.4学习笔记(二十四) Python pycharm window安装redis MySQL-python相关方法window安装redis,下载Redis的压缩包https://git ...

  7. bzoj1635 / P2879 [USACO07JAN]区间统计Tallest Cow

    P2879 [USACO07JAN]区间统计Tallest Cow 差分 对于每个限制$(l,r)$,我们建立一个差分数组$a[i]$ 使$a[l+1]--,a[r]++$,表示$(l,r)$区间内的 ...

  8. PHP 验证码:扭曲+粘连+变形

    一,绪论 由于项目需要,需要加强目前的验证码,我们参照的对象是支付宝. 基于PHP CodeIgniter 框架,代码放置在下面的路径下. /application/libraries 二,主要代码 ...

  9. 更改 Centos 6 的 yum 源

    1.查看当前使用的源: yum repolist all 阿里源网址,使用方法点右边的帮助可以看到:https://opsx.alibaba.com/mirror 2.更改源: 第一步:备份你的原镜像 ...

  10. SIFT在OpenCV中的调用和具体实现(HELU版)

    前面我们对sift算法的流程进行简要研究,那么在OpenCV中,sift是如何被调用的?又是如何被实现出来的了? 特别是到了3.0以后,OpenCV对特征点提取这个方面进行了系统重构,那么整个代码结构 ...