English trip -- VC(情景课)2 B Classroom objects
Vocabulary focus 核心词汇
Listen and repeat. 听并跟读
1. a dictionary
2. paper
3. a pen
4. a ruler
5. a stapler
6. an eraser --> 元音结尾 连读反应 a ne ra ser
Practice ['præktɪs] P rac ti ce 练习
Read and match 读并连线
Listen and repeat。 Then write 听并跟读,然后写下来
What do you need, Carla?
A dictionary
Here you are
What do she needs?
What do he nedds?
Nice to me you! 第一次见到你很高兴
Nice to see you! 认识的,见到你很高兴(一般用再第二次)
近: What's this?
远:What's that?
it's a bottle of water on the table
it's a desk in the classroom
countable 可数名词 a/an .... s
n. <
uncountable 不可数名词 不需要加a/an .... s
Words extend
ruler 尺子的统称(包括三角尺、直尺)
laptop 笔记本电脑
desktop 桌面电脑
pencilcase 笔袋
glue 粘合
glue stick 胶棒
e-dict 电子词典
plant 植物
floor 地板
flower 花
basket 篮子
sugar 加糖,砂糖,白糖
candy 包裹的糖
sweets 一般用sweet用于表示甜蜜
cabinet 陈列柜
cupboard 碗柜
printer 打印机
earphones 耳机 ['ɪrfonz]
hanaper 文件筐
sense group 意群
指句子中按意思和结构划分出的各个成分,每一个成分既称为一个意群。同一意群中的词与词的关系紧密相关,密不可分,否则会引起误解
English trip -- VC(情景课)2 B Classroom objects的更多相关文章
- 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(情景课)5 Around Town
		Around Town 城市周围 Talk about the picture 看图说话 sentences Where are you? I'm in the Meten classroom. ... 
- 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(情景课)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 ... 
随机推荐
- Understanding Convolutional Neural Networks for NLP
			When we hear about Convolutional Neural Network (CNNs), we typically think of Computer Vision. CNNs ... 
- python之路----logging模块
			函数式简单配置 import logging logging.debug('debug message') #bug logging.info('info message') #信息 logging. ... 
- bzoj1648 / P2853 [USACO06DEC]牛的野餐Cow Picnic
			P2853 [USACO06DEC]牛的野餐Cow Picnic 你愿意的话,可以写dj. 然鹅,对一个缺时间的退役选手来说,暴力模拟是一个不错的选择. 让每个奶牛都把图走一遍,显然那些被每个奶牛都走 ... 
- P3538 [POI2012]OKR-A Horrible Poem
			P3538 [POI2012]OKR-A Horrible Poem hash+线性筛 题解 <----这篇写的不错(其实是我懒得码字了qwq) UVA10298 Power Strings 的 ... 
- 20145105 《Java程序设计》实验五总结
			实验五 JAVA网络编程 一.实验内容 用老师给的代码,实现服务器和客户端 和结对同学实现服务器与客户端的连接 客户端输入数据并加密,将密文发送给服务器,服务器接收密文并解密 二.实验步骤 用老师给的 ... 
- 使用fragment添加底部导航栏
			切记:fragment一定要放在framlayout中,不然不会被替换完全(就是切换之后原来的fagment可能还会存在) main.xml <LinearLayout xmlns:androi ... 
- script 加载顺序问题的延展研究
			今天群里有人问为什么会出现脚本的加载顺序与定义脚本顺序不一致的问题,这个问题引起了我的好奇,经过一番调研,有了这篇文章. 这是一个伪命题吗? 首先,W3C 推荐 script 脚本应该被立即加载和执行 ... 
- Python3基础 __doc__ 单行与多行函数文档
			Python : 3.7.0 OS : Ubuntu 18.04.1 LTS IDE : PyCharm 2018.2.4 Conda ... 
- Github使用教程详解
			官方网站:http://git-scm.com Git是目前世界上最先进的分布式版本控制系统(没有之一). Git有什么特点?简单来说就是:高端大气上档次! 一.Git安装 在Linux上安装Git ... 
- POJ 2785 4 Values whose Sum is 0 (二分)题解
			思路: 如果用朴素的方法算O(n^4)超时,这里用折半二分.把数组分成两块,分别计算前后两个的和,然后枚举第一个再二分查找第二个中是否有满足和为0的数. 注意和有重复 #include<iost ... 
