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 ...
随机推荐
- Object-C-Foundation-数组排序
系统类型排序; NSArray *goodsNames =@[@"computer",@"iphone",@"ipad"]; NSArray ...
- java接口对接——别人调用我们接口获取数据
java接口对接——别人调用我们接口获取数据,我们需要在我们系统中开发几个接口,给对方接口规范文档,包括访问我们的接口地址,以及入参名称和格式,还有我们的返回的状态的情况, 接口代码: package ...
- ajax请求头设置 | header 传token
$('.w-entry-btn').on('tap',function(){ var urlAddress = '/api/address'; var valToken = JSON.parse(lo ...
- Oracle 11g调用函数几种常用方法
1. 该函数接受3个可选参数,返回3个数字的和 CREATE OR REPLACE FUNCTION add_three_numbers ( a NUMBER:=0, b NUMBER:=0, c N ...
- Django框架介绍之一
这片博文就是对django有个大概的了解,通俗的说,就是先让django跑起来. django安装 在linux上安装如下: 源码安装: tar -zxvf Django-1.9.13.tar.gz ...
- 20145122 《Java程序设计》课程总结
课程总结 每周读书笔记链接汇总 第一周读书笔记:http://www.cnblogs.com/20145122chengzhiyin/p/5244949.html 第二周读书笔记:http://www ...
- 20145327 《网络对抗技术》 Web基础
20145327 <网络对抗技术> Web基础 apache 输入apachectl start开启Apach 输入netstat -aptn查看端口占用:apach2占用端口80 测试a ...
- sqlite3 的一些整理和补充
一,sqlite3数据库打开时的返回值及其所代表的含义 返回值 描述 返回值 描述 SQLITE_OK=0 返回成功 SQLITE_FULL=13 数据库满,插入失败 SQLITE_ERROR=1 S ...
- JavaScript:正则表达式 分组2
继续上一篇的写,这篇复杂点. 分组+范围 var reg=/([abcd]bc)/g; var str="abcd bbcd cbcd dbcd"; console.log(str ...
- Linux环境下一些有用但不常见的命令
Linux环境下一些有用但不常见的命令 1.获取显卡硬件信息 lspci -vnn | grep VGA -A 12 (若是n卡,则用glxinfo) 2.执行*.sh文件 常见的执行*.sh文件当属 ...