English trip -- VC(情景课)5 C It's on Main Street 在主街上
Grammar focus 语法点:
on, 在...上
next to , 旁边,周围
aross from , 对面
between 在...之间
in front of 在…前面
Where's the school ?
On Main Street.
Next to the library.
Aross from the supermarket.
Between the bank and the library.
Practice 练习
Read and Circle
1. Where's the drugstore?
Next to the supermarket.
2. Where's the supermaket?
Across from Main street.
3. Where's the restaurant?
Next to the drugstore.
4. Where's the bakery?
Across from the restaurant
5. Where's the barbershop?
Next to the bakery.
Listen and repeat. 听并跟读.
Excuse me, Where's the bank?
Next to the supermarket
Thanks
Excuse me, Where's the restaurant?
Across from the bank
Thanks
Excuse me, Where's the bank?
Between the drugstore and the supermarket.
Thanks
Excuse me, Where's the barbershop?
On Park street
Thanks
Excuse me, Where's the bakery?
Next to the restaurant.
Thanks
Excuse me ,Where's the bakery?
Across from the supermarket
Thanks
Words
Central Avenue 中央大街
central ['sentr(ə)l] adj. 中心的;主要的;中枢的
avenue ['æv(ə)njuː] n. 大街;林荫大道;[比喻](达到某物的)途径,手段,方法,渠道
church [tʃɜːtʃ] 教堂
Sentences
What is on the left of the restaurant? # 表示某一样东西
The church is on the left of the restaurant
What are the right of the hospital? # 表示多个东西
The school and the fruit store are on the right of hospital

Q: Where is the police station?
A: The police station is between the store and the bank # 这个是一个警察局所以用is,如果有多个警察局就用are
Q: Where is the school?
A1: The school is on the Central Avenue and next to the restaurant.
A2:The school is on the Central avenue and arcoss from the train station
English trip -- VC(情景课)5 C It's on Main Street 在主街上的更多相关文章
- English trip -- VC(情景课)9 B Outside chores 室外家务
Vocabulary focus 核心词汇 cutting the grass 修剪草坪 getting the mail 收到邮件 taking out the trash 把垃圾带出去 wal ...
- 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(情景课)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命令: 查找文件中的字符串
①cat filename | grep 'string' ②编辑模式查找,/string, 依次敲入下面的命令 vim filename e i ESC /string 从光标位置开始往后查找第一个 ...
- 全局监听SCREEN_ON和SCREEN_OFF的替代方法--监听屏幕解锁事件
在做一个程序的时候,需要时刻保持某一服务是启动的,因此想到了通过监听屏幕SCREEN_ON和SCREEN_OFF这两个action.奇怪的是,这两个action只能通过代码的形式注册,才能被监听到,使 ...
- php array_multisort对数据库结果多个字段进行排序
php array_multisort对数据库结果多个字段进行排序$data 数组中的每个单元表示一个表中的一行.这是典型的数据库记录的数据集合. 例子中的数据如下:volume | edition ...
- 学写网页 #04# w3school
索引: HTML 输入类型 XHTML HTML5 HTML5 样式指南和代码约定 WHO 成立于 1948 年. 对缩写进行标记能够为浏览器.翻译系统以及搜索引擎提供有用的信息. code 元素不保 ...
- LOJ10067 构造完全图
LOJ10067 构造完全图 最小生成树 每次找到最小的边,将边两端的块合并 (我之前想的是什么鬼) #include<cstdio> #include<algorithm> ...
- win7 + MySQL 5.6.35 免安装版部署
之前项目开发一直用的asp.net技术,所以数据库自然而然的就用的Sql Server了,最近想着手看一下MySQL数据库,部署免安装版的MySQL的过程记录一下. 准备工作:window 7 6 ...
- String和int互相转换,String转float
String-->int int a=Integer.parseIn(str); int-->String String s= a+""; String-->fl ...
- React 回忆录(四)React 中的状态管理
Hi 各位,欢迎来到 React 回忆录!
- python面向对象总结!
面向对象 Object Oriented Programming 基本单元:对象把数据和功能封装在里边,能实现很好的复用性,灵活性和扩展性. 面向对象的两个基本概念:类和对象 面向对象的基本要素:属性 ...
- sql 题目
1.自增列 通用: ) from table b where b.sid<a.sid) ,* from table a; ,),* from ... 第二个已经有主键自增列的就不可以用了 还有就 ...