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. zw版【转发·台湾nvp系列Delphi例程】HALCON ConvolImage

    zw版[转发·台湾nvp系列Delphi例程]HALCON ConvolImage procedure TForm1.Button1Click(Sender: TObject);begin img.D ...

  2. 【Redis学习之九】Redis集群:Twemproxy和HA

    环境 虚拟机:VMware 10 Linux版本:CentOS-6.5-x86_64 客户端:Xshell4 FTP:Xftp4 jdk8 redis-3.0.4 主从模式对写压力没有分担,解决思路就 ...

  3. 【Python】Python 网页爬虫 & 文本处理 & 科学计算 & 机器学习 & 数据挖掘兵器谱

    本文转载自:https://www.cnblogs.com/colipso/p/4284510.html 好文 mark http://www.52nlp.cn/python-%E7%BD%91%E9 ...

  4. react脚手架构建工程

    https://blog.csdn.net/qtfying/article/details/78665664 第二步:安装less包: https://segmentfault.com/a/11900 ...

  5. Linux 环境 HTTP 服务器

    #include <stdio.h> #include <stdlib.h> #include <string.h> #include <netinet/in ...

  6. mysql-cluster 7.3.5安装部署

    集群环境 管理节点 10.0.0.19 数据节点 10.0.0.12 10.0.0.17 sql节点 10.0.0.18 10.0.0.22 添加mysql用户 groupadd mysql user ...

  7. UVa 10891 Game of Sum - 动态规划

    因为数的总和一定,所以用一个人得分越高,那么另一个人的得分越低. 用$dp[i][j]$表示从$[i, j]$开始游戏,先手能够取得的最高分. 转移通过枚举取的数的个数$k$来转移.因为你希望先手得分 ...

  8. Python3基础 函数 收集参数(tuple)+普通参数 的示例

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

  9. 高通RFC适配RFFE-添加MIPI设备【转】

    本文转载自:https://blog.csdn.net/u011212816/article/details/80828625 RF driver主要设计到的器件 1.Transceiver 2.RF ...

  10. Java8中数据流的使用

    Code: @Data @ToString @NoArgsConstructor @AllArgsConstructor public class Employee { private Integer ...