In this lesson you will learn to talk about jobs.

课上内容(Lesson)

What's your partner name?

Her name is Jenny

How long have you studied English in Meten?

How long have you been studying English in Meten?

I study English 2 month at Meten

What do she do?

What's she job?

She is a office worker

How long is your birthday?  你的生日是多久

How long were you born?  你是多久出生的?

She was born in 1986

Why is your name is Loki?

Why do you call youself Loki?

What is the special meaning of your name?

Where do you work?

Do you like your job?

Do you work in the serve industry?  你在服务行业工作吗?

Do you work in a company?

When did you start working?    你什么时候开始工作的?

What is the goodthings and badthings in the your work?

I think is 2-day off

词汇(Key Word )

salary  n.薪水

work overtime  加班

animated cartoon  动画;卡通

Manga 日本漫画

athlete  运动员

used it 习惯

builder 建筑师

painter 画家

mechanic  机械师

cook 厨师   chef 大厨

dentist  牙科医生

句型(Sentences)

A: HI,I'm Mike. What's your name and where are you from?
B: I am Bill Ding. I am form China.
A: It is nice to meet you
B: What do you do?
A: I'm a football player.
B: Say it again,please.
A: A football player.Are you a model?
B: No, I'm not. I am a soldier.
A: This is my wife. Her name is Sue Yu.
B: It's nice to meet you .Are you a football player?
A: No, I am not. I am a singer.It is nice to meet you too.
 

My English name is Loki.    My favorite name is Lucky.

What's in a name ? 名字里有什么信息

语法(Grammar)

注意

a / an 使用 是根据单词音节     an engineer

家庭作业 (Homework)

What do you do?  你是做什么的?           I am an office worker

Where do you work?   你在哪里工作?    I work in the IT company

What do you do at your job?    你的工作是什么?  I'm Senior chores

What's your working time? 你的工作时间是什么时候?     From 8:30 am to 17:30 pm

How long have you worked there?    你在那里工作多久了?    I have worked there for  11 years.

Do you like your job? Why or Why not?   你喜欢你的工作吗?为什么或为什么不呢? Yeah! Kind of ...    Because, I've been here too long.

 

English trip M1 - PC1 Are you a Model? 你是模特吗? Teacher:Taylor的更多相关文章

  1. English trip M1 - AC9 Nosey people 爱管闲事的人 Teacher:Solo

    In this lesson you will learn to talk about what happened. 在本课中,您将学习如何谈论发生的事情. 课上内容(Lesson) # four “ ...

  2. English trip M1 - PC7 Can I Borrow Your Ping-Pong? Teacher:Patrick

    In this lesson you will learn to desribe abilities.  这节课你将学习到描述你的能力 课上内容(Lesson) 三种常见情态动词 can aux. 能 ...

  3. English trip M1 - AC6 How to make salad? Teacher:Patrick

    In this lesson you will learn to give instructions.  在本课中,您将学习如何提供说明. 课上内容(Lesson) How to make a sal ...

  4. English trip M1 - PC6 Likes and Dislike Teacher:Jade

    In this lesson you will learn to talk about likes and dislikes. 课上内容(Lesson) # 通常在习惯性的表达式用 it's 来表达w ...

  5. English trip M1 - AC11 I Dreamed a Dream? 我做了一个梦 Teacher:Lamb

    In this lesson you will learn to describe an experience.  这节课你讲学习到描述经历 课上内容(Lesson) 词汇(Key Word ) 句型 ...

  6. English trip M1 - AC11 May I Help You? 我能帮到你吗? Teacher:Lamb

    In this lesson you will learn to ask for things in shops  在本课程中,您将学习如何在商店中寻找东西 课上内容(Lesson) How are ...

  7. English trip M1 - AC3 Teacher:Corrine

    课堂上内容 16,black,games The clothes is Only $. is lucky number in China. God give us black eyes,but we ...

  8. English trip M1 - AC1 My Dream Car Teacher:Corrine

    In this lesson you will learn to describe an object. 课上内容(Lesson) You want to rent a car. Go to the ...

  9. English trip M1 - PC12 I'd Like a Room Please Teacher:Taalan

    In this lesson you will learn to say what you need. 在本课中,您将学习如何说出您的需求. Words list elevator  电梯      ...

随机推荐

  1. bzoj 3875 骑士游戏 - spfa - 动态规划

    Description  [故事背景] 长期的宅男生活中,JYY又挖掘出了一款RPG游戏.在这个游戏中JYY会 扮演一个英勇的骑士,用他手中的长剑去杀死入侵村庄的怪兽. [问题描述] 在这个游戏中,J ...

  2. C# lock 关键字的一些理解

    C# lock 关键字的一些理解 问题1:谁是锁? lock 这个关键字,并不是“锁”,真正的“锁”是那个被lock的Object类型的“对象”,请注意,这里为“对象”加了双引号着重强调被lock的是 ...

  3. selinux 设置的彻底理解 并要 熟练经常的使用

    只需要参考这篇文章就好了: http://www.jishux.com/plus/view-631994-1.html 注意 在linux中 两个术语 的严格区分和使用: 改变: change; 改变 ...

  4. CF113D 高斯消元、dp

    题目链接 https://codeforces.com/contest/113/problem/D 思路 \(k[i]=\frac{1-p[i]}{ru[i]}\) f[i][j]表示经过i和j的次数 ...

  5. P3128 [USACO15DEC]最大流Max Flow

    思路 这个题哪里有那么费脑筋 我们可以树链剖分嘛LCT昨天学的时候睡着了,不是太会 两遍dfs+一个5行的BIT 其实树链剖分学好了对倍增和LCT理解上都有好处 一条路径上的修改 由于一条剖出来的链是 ...

  6. 树形dp|无根树转有根树|2015年蓝桥杯生命之树

    2015年蓝桥杯第十题--生命之树(无根树dfs) ①暴力解法:枚举子集(选点) + dfs判断连通性(题目要求连通)满足上面两个条件下找出最大值权值和 ②dfs无根树转有根树,递归找最优 先学习无根 ...

  7. FJUT 聪明的商人(树上倍增)题解

    思路:求树上两点的距离,显然是dep[u] + dep[v] - 2 * dep[lca],用树上倍增去写. 参考:树上倍增的写法和应用(详细讲解,新手秒懂) 代码: #include<set& ...

  8. 【做题】sgu189 Perl-like Substr——dark模拟

    注:这篇博客纯属为凑篇数而生. 题面较长,幸运的是,网上给出了相当不错的翻译. 需要支持的操作很简单,即对子串提取.赋值和输出,且对时间复杂度没有要求.换言之此题有成为块链毒瘤题的潜质.难点在于输入的 ...

  9. 【做题】Codeforces Round #429 (Div. 2) E. On the Bench——组合问题+dp

    题目大意是给你n个数,求相邻两数相乘不是完全平方数的排列数. 一开始看到这题的时候,本人便想给相乘为完全平方数的数对建边,然后就写萎了... 后来通过集体智慧发现这个重要性质:对于自然数a,b,c,若 ...

  10. DataTabel 与DataView之间的转化

    DataTable转为DataView,或者反之转化, 使用的是文档/试图模型,DataTable可以有多个视图,这样就可以不需要借助List类型对dataTable数据进行筛选或者排序 //Data ...