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 ...
随机推荐
- spring mvc interceptors
<mvc:interceptors> <mvc:interceptor> <mvc:mapping path="/**"/> <mvc:e ...
- python selenium第一个WebDriver脚本
#coding=utf-8from selenium import webdriverimport timeimport osos.environ["webdriver.firefox.dr ...
- pythonl类继承例子
#coding=utf-8 class Person(object): def __init__(self,name,age): self.name=name sel ...
- linux基础命令---rm
rm 删除文件和目录,默认情况下不会删除目录. 此命令的适用范围:RedHat.RHEL.Ubuntu.CentOS.SUSE.openSUSE.Fedora. 1.语法 rm [选项] ...
- P1516/bzoj1477 青蛙的约会
青蛙的约会 exgcd 根据题意列出方程: 设所用时间为T,相差R圈时相遇 (x+T*m)-(y+T*n)=R*l 移项转换,得 T*(n-m)-R*l=x-y 设a=n-m,b=l,c=x-y,x_ ...
- Java中字符转int
Java中字符转int 方法一代码: //直接使用静态方法,不会产生多余的对象,但会抛出异常 //parseInt 方法都有两个参数, 第一个参数就是要转换的对象, 第二个参数是进制基数, 可以是 2 ...
- python监控端口脚本[jkport2.0.py]
#!/usr/bin/env python #!coding=utf-8 import os import time import sys import smtplib from email.mime ...
- 《课程设计》——foremost的使用
<课程设计>--foremost的使用 foremost简介 formost 是一个基于文件头和尾部信息以及文件的内建数据结构恢复文件的命令行工具.这个过程通常叫做数据挖掘(data ca ...
- 20145208 蔡野《网络对抗》shellcode注入&Return-to-libc攻击深入
20145208 蔡野<网络对抗>shellcode注入&Return-to-libc攻击深入 Shellcode注入 shellcode的获取代码 我使用了许心远同学博客中的代码 ...
- 在Android studio中到入Eclipse
由于无法在AS中直接导入Eclipse的原始包,所以需要先把Eclipse的包导出成Gradle包,这个Gradle包可以别两个环境识别. 1.在Eclipse中导出Gradle包.选择需要从Ecli ...