English trip EM2-LP-4B At School Teacher:Russell
课上内容(Lesson)
Where is Loki a student? Loki is in Meten, BaobaoStreet, Chengdu.
What is he studying? He studies English.
What classes is he taking? He taking likes Information Tachnology
What is he preparing for? He is preparing for V1 to V2 level exam.
词汇(Key Word )
art craft n. 工艺;手艺;太空船
business employment n. 使用;职业;雇用
engineering construction n. 建设;建筑物;解释;造句
graphic design concrete adj. 混凝土的;实在的,具体的;有形的 vi. 凝结 vt. 使凝固;用混凝土修筑 n. 具体物;凝结物 idea n. 想法;主意;概念
history past n. 过去;往事 adj. 过去的;结束的 prep. 越过;晚于 adv. 过;经过
information technology (IT) advice n. 建议;忠告;劝告;通知 automation n. 自动化;自动操作
law act n. 行为,行动;法案,法令;假装;(戏剧,歌剧等)一幕 v. 做事,行动;假装;扮演(戏剧,电影中的角色);充当,起作用;对…有影响
math analytical adj. 分析的;解析的;善于分析的
nursing attending adj. (医生)主治的 v. 参加(attend的现在分词);注意,听;照顾;[常用被动语态](作为结果、情况)伴随
science art n. (包括雕塑、绘画、音乐等的) 艺术,美术;美术(作)品;艺品(作)品;(表演)艺术;技术,技巧;
tourism travel vi. 旅行;行进;步行;交往 vt. 经过;在…旅行 n. 旅行;游历;漫游
hospitality accommodation n. 住处,膳宿;调节;和解;预订铺位
句型(Sentences)
ZACK = Z
LEO = L
Z: Hey, Leo!
L: Hi, Zack!
Z: How are you doing?
L: I'm all right. How about you?
Z: Not bad. So, What are you doing these days?
L: I am studying at State University.
Z: Really? What are you majoring in ?
L: Graphic design. What about you? are you working or are you going to school?
Z: Both. I am working part-time at a cafe.I am taking two classes at City College this term,too
L: What are you studying?
Z: Photography and art history.
L: Are you enjoying the classes?
Z: Yeah. They're fun and I am learning a lot .
语法(Grammar)
English trip EM2-LP-4B At School Teacher:Russell的更多相关文章
- English trip V1 - 23. Big and Bigger Teacher:Corrine Key: adjective comparisons 形容词 比较级
In this lesson you will learn to make comparisons. 课上内容(Lesson) compare n. 比较 vt. 比拟,喻为:[语]构成 vi ...
- English trip V2 - 3. A Healthy Diet Teacher:Corrine Key:各种前缀 im- un- in- re- over- under-
In this lesson you will learn to talk about foot and drink for a healthy diet. 课上内容(Lesson) What do ...
- 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 ...
- English trip EM2-PE-5A Plan a dinner party Teacher:Lamb
课上内容(Lesson) # Appetizer ['æpə'taɪzɚ] n. 开胃物,开胃食品 spinach salad 菠菜沙拉 # "p" 发b音 gazpac ...
- English trip V1 - 21. I dreamed dream Teacher:Corrine Key: past tense(过去式)
In this lesson you will learn to describe an experience. 本课将会学习描述一次经历 课上内容(Lesson) 词汇(Key Word ) # ...
- 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 ...
- English trip M1 - PC9 Where am I Teacher:Jade
In this lesson you will learn to ask for and give directions # 在本课中,您将学习如何提出要求并给出指示 Words North ...
- English trip V2 - 4. Really Wild Teacher:Maple Key:Adjectives of feeling
In this lesson you will learn how to recognize animals and describe feeling. 课上内容(Lesson) 词汇(Key Wor ...
- English trip V1 - B 18. Workplaces 工作地方 Teacher:Russell Key: do / does
In this lesson you will learn to talk about workplaces. 课上内容(Lesson) My English Teacher name is Russ ...
- English trip V1 - B 16. Giving Reasons 提供个人信息 Teacher:Lamb Key: Why/Because
In this lesson you will learn how to give reasons for something you've done. 课上内容(Lesson) Why do peo ...
随机推荐
- Python3下载图片的方法
1 第一种 from urllib import request request.urlretrieve(s, './图片1.jpg') # 第一种 # s是图片的网络地址,./图片1.jpg,是图片 ...
- jsp (二) 练习
package cn.sasa.serv; import java.io.IOException; import java.sql.SQLException; import java.util.Lis ...
- soapui调用redis,获取短信验证码
1.首先,调用redis需要引入redis的jar包,放入到soapui指定目录中,例如我的目录D:\Program Files\SmartBear\SoapUI-Pro-5.1.2\bin\ext ...
- [js]js设计模式-原型模式
构造函数模型- 对象的属性和方法每人一份 function createJs(name, age) { this.name = name; this.age = age; this.writeJs = ...
- JMeter中的正则表达式的匹配
==
- 10.4 再探迭代器-插入/IO/反向
10.4.1 插入迭代器 插入迭代器接受一个容器,生成一个迭代器,通过向该迭代器赋值可以实现向容器添加元素 (1)back_inserter: 接受一个参数, 示例: auto iter = back ...
- metasploit安装,按官网说明
mkdir -p $HOME/git cd $HOME/git git clone git@github.com:YOUR_USERNAME_FOR_GITHUB/metasploit-framewo ...
- c#XML转换成实体
首选:我的XML文件如下(mysql表里导出的):几千条,就选2条做例子. <?xml version="1.0" encoding="utf-8" ?& ...
- Go 初体验 - 令人惊叹的语法 - defer.4 - defer 对宿主函数返回值的影响
defer 函数可以影响宿主函数的返回值 看代码: 调用: 输出: 结果又让人意外了. coo1:因为传引用,return 时 i = 100, return 返回的也是 100,return 执行之 ...
- Python记录12:迭代器+生成器+生成式
'''1. 什么是迭代器 什么是迭代:迭代就是一个重复的过程,但是每一次重复都是基于上一次的结果而进行的 单纯的重复不是迭代: while True: print(1) 迭代的过程 l=['a','b ...