Read 阅读

Listen and read. 听并读

Notice from Riverside Library

Come and visit Riverside Library。The new library

opens today.The library is on Main Street. It is across

from Riverside Adult School. It is next to K and P Supermarket.

It is between K and P Supermarket and Rosie's Restaurant. The library is open from 9:00 to 5:00, Monday, Wenesday, and Friday.

Words

public Transportation  公共交通工具

Transportation 交通

---------------------------- by land   # 由陆路

by bicycle ['baɪsɪkl]  骑自行车

ride a bicycle

ride a bike

by bus

by car

by taxi

by train

on foot

by walk

by metro

banner 横幅

slogan    ['sləʊg(ə)n]    n. 标语;呐喊声

ceremony   n. 典礼,仪式;礼节,礼仪;客套,虚礼

opening ceremony    开学典礼;开幕式;开幕仪式;开幕典礼

wedding ceremony  结婚典礼

---------------------------- by air  # 乘飞机;通过航空途径

by plane

---------------------------- by water  # 由海路,乘船;由水路   by sea 由海路;乘船

by ship

Tips:

in / on  需要配上 冠词

冠词分为:英语中的冠词有三种,一种是定冠词"the"(the Definite Article),另一种是不定冠词"an&a"(the Indefinite Article),还有一种是零冠词(Zero Article)。

1.定冠词 The

2.不定冠词 a/an

e.g

in the Metro

on the bus

sentences 

How do you get to school?

I walk to the metro station from the company, than take metro line one, stop at Luomashi station. go to school on foot.

How do you go home from school?

I am go to the bus stop on foot from school, then take bus 55, stop at people south 2 section, transfer to bus 73 ,stop at quanshui road walk home by.

English trip -- VC(情景课)5 D的更多相关文章

  1. English trip -- VC(情景课)1 C What's your name?(review)

    Xu言: 今天,阴差阳错又上了一次 VC 1 C的课,不过这次是小班的形式.这次课的教室叫 toronto   [təˈrɒntəʊ]  to ron to (多伦多(加拿大城市))   - -0我还 ...

  2. 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 练习 ...

  3. English trip -- VC(情景课)9 B Outside chores 室外家务

    Vocabulary focus 核心词汇 cutting the grass 修剪草坪 getting the mail  收到邮件 taking out the trash  把垃圾带出去 wal ...

  4. English trip -- VC(情景课)8 C

    MP review: 音标(Phonetic symbol) [ɪ]    lit adj. 照亮的,点着的(light的过去式及过去分词)n. (Lit)人名:(瑞典)利特:(老)李 [ʊ]   g ...

  5. English trip -- VC(情景课) 6 B Events 事件

    xu言: ...  自己选择的路,就算是爬,也要给我爬完.短短人生数载,我能之止于此? Words appointment  预约 meeting  会议 class movie party prog ...

  6. English trip -- VC(情景课)5 Around Town

     Around Town  城市周围 Talk about the picture 看图说话 sentences Where are you? I'm in the Meten classroom. ...

  7. English trip -- VC(情景课)2 D Reading

    Xu言: 业精于勤,荒于嬉:行成于思,毁于随 Before you read 阅读准备 Talk about the picture, what do you see?看图说话,你看到了什么? Lis ...

  8. 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 ...

  9. 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 ...

  10. English trip -- VC(情景课)1 C What's your name?

    Grammar focus 语法点 What's your name? What's his name? What her name? My name is Angela. His name is K ...

随机推荐

  1. Python: 列表,元组,字典的区别

    Python中有3种内建的数据结构:列表,元组和字典 1.列表 list是处理一组有序项目的数据结构,即可以在一个列表中存储一个序列的项目.列表中项目应该包括在方括号中,这样python就知道是在指明 ...

  2. SpringBoot——定时任务+WebSocket(问题)

    开发环境:win7 + idea2018 + jdk 1.8 + springboot 2.x 记一次出现问题,我在项目中先集成了websocket环境,并且测试通过,之后想要模拟实时推送的效果,虽然 ...

  3. 实用的4~20mA输入/0~5V输出的I/V转换电路(转)

    源: 实用的4~20mA输入/0~5V输出的I/V转换电路

  4. pyDay3

    内容来自廖雪峰的官方网站 1.关键字参数 def person(**kw): print(kw) >>> person(name=') {'} 关键字参数有什么用?它可以扩展函数的功 ...

  5. 20165211 2017-2018-2 《Java程序设计》第2周学习总结

    20165211 2017-2018-2 <Java程序设计>第2周学习总结 教材学习内容总结 本周,我学习了书本上二三两章的内容,以下是我整理的主要知识 第二章 基本数据类型与数 标识符 ...

  6. tf.equal的使用

    tf.equal(A, B)是对比这两个矩阵或者向量的相等的元素,如果是相等的那就返回True,反正返回False,返回的值的矩阵维度和A是一样的 import tensorflow as tf im ...

  7. MAKEFILE 编程基础之一【转】

    本文转载自:http://www.himigame.com/gcc-makefile/766.html 概述: 什么是makefile?或许很多Winodws的程序员都不知道这个东西,因为那些Wind ...

  8. 矩阵二分快速幂优化dp动态规划

    矩阵快速幂代码: int n; // 所有矩阵都是 n * n 的矩阵 struct matrix { int a[100][100]; }; matrix matrix_mul(matrix A, ...

  9. ubuntu 安转redis

    一 ,redis 安装配置 在 Ubuntu 系统安装 Redis 可以使用以下命令: sudo apt-get update sudo apt-get install redis-server 这样 ...

  10. How do I update a GitHub forked repository?

    I recently forked a project and applied several fixes. I then created a pull request which was then ...