English trip -- VC(情景课) 8 B job duties 工作职责
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 工作职责的更多相关文章
- 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(情景课)8 C
MP review: 音标(Phonetic symbol) [ɪ] lit adj. 照亮的,点着的(light的过去式及过去分词)n. (Lit)人名:(瑞典)利特:(老)李 [ʊ] g ...
- 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 ...
随机推荐
- linux常用命令:find命令之xargs
在使用 find命令的-exec选项处理匹配到的文件时, find命令将所有匹配到的文件一起传递给exec执行.但有些系统对能够传递给exec的命令长度有限制,这样在find命令运行几分钟之后,就会出 ...
- centos7源码编译安装Subversion 1.9.5
svn是Subversion的简称,是一个开放源代码的版本控制系统.svn有两种运行方式:1.独立服务器(svn://xxx.xxx/xxx) 2.借助apache(http://svn.xxx.xx ...
- 20145316许心远《网络对抗》EXP8 Web基础
实验后回答问题 什么是表单 来自百度百科的官方定义:表单在网页中主要负责数据采集功能.一个表单有三个基本组成部分: 表单标签:这里面包含了处理表单数据所用CGI程序的URL以及数据提交到服务器的方法. ...
- Linux用root强制踢掉已登录用户
首先使用w命令查看所有在线用户: [root@VM_152_184_centos /]# w 20:50:14 up 9 days, 5:58, 3 users, load average: 0.21 ...
- SNMP学习笔记之Linux服务器SNMP常用OID
收集整理一些Linux下snmp常用的OID,用做服务器监控很不错. 应用示例 查看服务器1分钟平均负载: snmpwalk -v1 -c public 127.0.0.1 .1.3.6.1.4.1. ...
- 20145220韩旭飞《网络对抗》实验九:web安全基础实践
基础问答 (1)SQL注入攻击原理,如何防御 原理:把SQL命令插入到Web表单递交或输入域名或页面请求的查询字符串. 防御: 利用输入规则限制进行防御,不允许特殊字符输入 (2)XSS攻击的原理,如 ...
- 20145220韩旭飞《网络对抗》Exp8 Web基础
20145220韩旭飞<网络对抗>Exp8 Web基础 Web前端:HTML基础 首先,我们的Web开发是基于Apache服务器进行的,所以对于Apache的基本操作我们是应该要掌握的,对 ...
- 20145307陈俊达《网络对抗》Exp9 Web安全基础实践
20145307陈俊达<网络对抗>Exp9 Web安全基础实践 基础问题回答 1.SQL注入攻击原理,如何防御? SQL注入攻击就是通过把SQL命令插入到Web表单递交或输入域名或页面请求 ...
- .Family_物联网
群名称 : .Family_物联网 QQ群号: 群介绍 基于嵌入式,构建各通信模式,网关,平台软件,工业系统等领域,欢迎各位朋友加群,交流学习!
- 使用Oracle执行计划分析SQL性能
执行计划:一条查询语句在ORACLE中的执行过程或访问路径的描述.即就是对一个查询任务,做出一份怎样去完成任务的详细方案. 如果要分析某条SQL的性能问题,通常我们要先看SQL的执行计划,看看SQL的 ...