English trip -- VC(情景课) 6 D
Read 阅读
Teresa‘s Day
Treesa's is busy today. he meeting with her friend Joan is at 10:00.
Her doctor's appointment is 1:00.
Her favorite Tv program is at 4:30.
Her class is 6:30.
Her uncle's birthday is at 6:30, too.
Oh, No!
What will she do? # 他会怎么做?
What time is Teresa's meeting?
At ten o'clock
What time is Teresa's TV program?
At four thirty / half past four
What time is Teresa's class?
At six thirty / haf past six
Is Teresa's appointment at 4:00?
No. it isn't .her appointment is at 1:00.
Is her party at 6:30?
Yes it is /No, this is not her party. This is uncle's birthday party at 6:30.
Times of the day 一天的时间
in the morinig 早上
in the afternoon 下午
in the evening 傍晚
at noon 中午
at night 夜晚
at midnight 凌晨
Note:
a.m. = 0 o'clock ~ 12 o'clock(midnight)
p.m. = 12 o'clock ~ 24 o'clock(noon)
Match the time
It's three o'clock 3:00
It's a quarter past eight 8:15
It's ten thirty 10:30
It's five to five 4:55
It's nine tewenty five 9:25
It's twenty-five to eleven 10:35
It's two to two 1:58
It's eleven twenty-five 11:25
It's five past eight 8:05
It's twelve thirty-five 12:35
Ask about the time .
What's the time? 几点了
What time is it? 几点了
Have you got the time by any chance? # 你有空的时间吗?
Do you have the time,please? 你有时间吗?
What's the time,please? 请问现在几点了?
Do you know. what the time is? 你知道吗。 现在几点了?
Sorry, could you tell me the time,please? 对不起,你能告诉我时间吗?
time(时间) + events(事件) = schedule n. 时间表;计划表;一览表
words
cocktail party 鸡尾酒晚宴香水
sentences
appointment with ___ 与谁约
English trip -- VC(情景课) 6 D的更多相关文章
- 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(情景课)9 B Outside chores 室外家务
Vocabulary focus 核心词汇 cutting the grass 修剪草坪 getting the mail 收到邮件 taking out the trash 把垃圾带出去 wal ...
- 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 ...
- 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 ...
随机推荐
- python练习题-简单方法判断三个数能否组成三角形
python简单方法判断三个数能否组成三角形 #encoding=utf-8 import math while True: str=raw_input("please input thre ...
- Oracle 11g调用函数几种常用方法
1. 该函数接受3个可选参数,返回3个数字的和 CREATE OR REPLACE FUNCTION add_three_numbers ( a NUMBER:=0, b NUMBER:=0, c N ...
- MySQL Crash Course #15# Chapter 23. Working with Stored Procedures
以前写过类似的东西,用来自动生成数据. 你可以将 Stored Procedure 理解为可以重复使用的批处理文件. Stored Procedure 非常有用,我们应该尽可能地去使用它. 那么,应用 ...
- Kafka学习之(七)搭建kafka可视化服务Kafka Eagle
一.下载安装包 kafka-eagle-bin-1.2.4.tar.gz 百度云链接:链接:https://pan.baidu.com/s/1SNIkpsvs20A_Ljtx5PaMuA 密码:o4 ...
- 不是最强大的vimrc
一直都是使用vim作为我的主要编辑器,它大大提高了我的代码编辑效率.vim的配置高度灵活.插件丰富,恐怕100个人就有99种配置方法,网上关于vim配置的所谓“最强大的vimrc”之类的文章不少,博人 ...
- C++ vector 删除一个指定元素 和 find 一个指定元素以及遍历删除、 map遍历删除元素和删除find到的元素
vector: 1.delete element 转载:http://www.cnblogs.com/xudong-bupt/p/3522457.html #include <vector> ...
- 完整的Android开发环境Eclipse+ADT+SDK(22.0.1)
现在开始学习Android嵌入式编程,首要的问题就是在Windows中搭建开发环境,就这个都要摸索很长的时间,总是在版本之间折腾折腾去,而且Google的Android正式差劲得很,经常是连不上,要不 ...
- C++中find()函数和rfind()函数的用法
本文转载自http://blog.csdn.net/youxin2012/article/details/9162415 string中 find()的应用 (rfind() 类似,只是从反向查找) ...
- github issues的操作
https://help.github.com/en/articles/searching-issues-and-pull-requests 根据 reporter筛选issues https://h ...
- User-Defined Table Types 用户自定义表类型
Location 数据库--可编程性--类型--用户定义表类型 select one database--> programmability-->types-->user--defi ...