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 ...
随机推荐
- 【ArcGIS for Server】制作并发布GP服务--缓冲分析为例
https://www.cnblogs.com/d2ee/p/3641279.html https://www.jianshu.com/p/5331fa708fe5 https://www.cnblo ...
- 客户续费模型 逻辑回归 分类器 AdaBoost
客户续费模型 逻辑回归 分类器 AdaBoost
- VAE (variational autoencoder)
https://www.zhihu.com/question/41490383/answer/103006793 自编码是一种表示学习的技术,是deep learning的核心问题 让输入等于输出,取 ...
- npm更新指定的组件
1.例如:react-router已经更新到4.x版本,想要下载2.x版本,可以通过下面命令 npm install --save-dev react-router@2.8.1 或 npm insta ...
- python字符串拼接
Python字符串拼接 在Python的实际开发中,很多都需要用到字符串拼接,python中字符串拼接有很多,今天总结一下: 用+符号拼接 用%符号拼接 用join()方法拼接 用format()方法 ...
- 15.2-uC/OS-III资源管理(信号量)
1.信号量 信号量是一个“ 锁定机构”,代码需要获得钥匙才可以访问共享资源.占用该资源的任务不再使用该资源并释放资源时,其它任务才能够访问这个资源. 通常有两种类型的信号量:二值信号量和多值信号量. ...
- Spring 学习教程(三):Spring MVC
1. 用户访问 /index2. 根据web.xml中的配置 所有的访问都会经过DispatcherServlet3. 根据 根据配置文件springmvc-servlet.xml ,访问路径/ind ...
- python框架之Flask(2)-路由和视图&Session
路由和视图 这一波主要是通过看源码加深对 Flask 中路由和视图的了解,可以先回顾一下装饰器的知识:[装饰器函数与进阶] 路由设置的两种方式 # 示例代码 from flask import Fla ...
- linux关闭终端响铃
title: linux关闭终端响铃 date: 2018-01-25 15:10:14 tags: linux categories: linux 在终端输入或是直接在.bashrc里添加一行 xs ...
- python 用lambda表达式代替简单的函数, 匿名函数
lambda 函数是一种快速定义单行的最小函数,可以用在任何需要函数的地方 格式: lambda 参数列表:return [表达式] 变量 由于lambda返回的是函数对象(构建的是一个函数对象),所 ...