English trip -- VC(情景课) 6 A Time
Words
eleven 十一
twelve 十二
thirteen 十三
fourteen
fifteen
sixteen
seventeen
eighteen
nineteen
twenty 二十
bench [bentʃ] n. 长凳;工作台;替补队员
screen [skriːn] n. 屏,幕;屏风
tray [treɪ] n. 托盘;文件盒;隔底匣;(无线电的)发射箱
Around 左右 e.g. ten around 十点左右
about 大约 e.g. about eleven 大约十一点
midnight 凌晨;午夜
first 第一
second 第二
third 第三
fourth
fifth
sixth
seventh
eighth
ninth
tenth
eleventh
Single (1)
Double (2)
Triple (3)
Quadruple (4)
Quintuple or Pentuple (5)
Sextuple or Hextuple (6)
Septuple (7)
Octuple (8)
Nonuple (9)
Decuple (10)
Hendecuple or Undecuple (11)
Duodecuple (12)
Centuple (100)
Sentences
two waiter in blue 蓝色的两个服务员
from ... to ... 从...到...
When does the gym open?
It opens at...
When is open?
It's from seven o'clock a.m. to half past six p.m.
What time is it?
It's nine fifty-seven / It's three to ten
时间的2种表达形式:
1.直接: 基数 o'clock(尾部可省略) e.g. 7:00 seven (o'clock) 8:30 eight-thirty
X < 30 的情况 分钟数 + past(过) + 基数词 e.g 8:29 twenty-nine past night
2.间接: <
X > 30 的情况 (60分钟 - 原分钟数) to(差) (原基数词+1小时) e.g 8:55 five to nine
X = 分钟数
15分钟 = 一刻钟 = quarter ['kwɔːtə]
30分钟 = 半小时 = half
e.g.
8:15 quarter past eight
8:30 half past eight
8:45 quarter to nine
询问时间的三种句子:
What time is it? 几点了
When is it? 什么时候
When does the moive open? 电影何时开放?
English trip -- VC(情景课) 6 A Time的更多相关文章
- 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 ...
随机推荐
- redis windows版本下载
https://github.com/dmajkic/redis/downloads http://windows.php.net/downloads/pecl/snaps/redis/3.1.4rc ...
- Python: TypeError: 'dict' object is not callable
问题: TypeError: 'dict' object is not callable 原因: dict()是python的一个内建函数,如果将dict自定义为一个python字典,在之后想调用 ...
- 联合体union的详解
1.概述 联合体union的定义方式与结构体一样,但是二者有根本区别. 在结构中各成员有各自的内存空间,一个结构变量的总长度是各成员长度之和.而在“联合”中,各成员共享一段内存空间,一个联合变量的长度 ...
- python的回收机制
1,我们为什么要启用变量 因为我也不确定用户扔给我的数据是什么,有些同学在写程序的时候就已经将变量限定死了,我就说你这样不好,你只想测试一次吗,如果你想确保你的程序万无一失,通俗点说的话,就是“抗揍” ...
- Linux系统编程--文件描述符的复制dup()和dup2()【转】
本文转载自:http://blog.csdn.net/tennysonsky/article/details/45870459 dup() 和 dup2() 是两个非常有用的系统调用,都是用来复制一个 ...
- POJ 2155 Matrix (二维树状数组)题解
思路: 没想到二维树状数组和一维的比只差了一行,update单点更新,query求和 这里的函数用法和平时不一样,query直接算出来就是某点的值,怎么做到的呢? 我们在更新的时候不止更新一个点,而是 ...
- C#创建继承的窗体
http://blog.csdn.net/chenyujing1234/article/details/7555369 关键技术 基窗体,实质上相当于面向对象编程中提到的基类,而继承窗体则是子类或派生 ...
- C#学习笔记(十七):委托、事件、观察者模式、匿名委托和lambert表达式
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.T ...
- 初探 Yii2 的测试模式 index-test.php
有没有发现高级版每个应用的 web 目录下有两个入口文件,一个index.php 一个 index-test.php通过init.bat可以切换到调试模式和产品模式,这两个模式相信同学们都很熟悉了,那 ...
- python删除所有自定义变量方法--转载
http://blog.sina.com.cn/s/blog_b2f983a50102yexs.html 当我们在pythonwin中创建多个变量后,通过dir()函数,可以看到所有已创建变量,这 ...