BEC listen and translation exercise 34
In a busy classroom filled with nearly 20 children, Sabriye Tenberken lectures her pupils to always help others who need it.
Norms can be defined as the established standard of behaviour maintained by a society.
规范可定义为已建立的由社会维护的行为标准。
Spray some insect repellent on your arms and legs before setting off. And you needn't worry too much about insects when you cycle.
出发前给你胳膊和腿部喷些驱虫剂。然后你骑车时就不需要太担心虫子了。
Recently, it held a gala party in New York City with a futuristic theme.
Some groups of synonyms are just words of different origins but refer to the same thing.
Certainly there are no two words that are interchangeable in all contexts.
当然,没有哪两个词语在任何语境下都可以互换。
There is much more social equality between parents and children than in most aristocratic societies or societies ruled by centuries of tradition.
比起大多数贵族社会或由几世纪传统统治的社会,(这个社会)的父母和孩子之间更平等。
The Bachelor of Social Science is in one faculty within the university: that is the faculty where I am working, known as Arts and Social Sciences.
社会科学学士学位设在大学一个系里:这就是我工作的系,称为人文社会科学系。
Our university works as a hierarchical system. At the top of the faculty we have a dean and below the dean we have three divisions.
Mores are norms that are regarded as highly necessary to the welfare of a society, often because they embody the most valuable principles of a people.
习俗被认为是社会的幸福极其需要的规范,往往是因为他们体现了一个民族最宝贵的原则。
After the Norman Conquest, the English vocabulary was doubled by the addition of French words, especially those words reflecting a higher standard of living and a more complex social life.
The next point I'd like to talk about is equality in the family.
接下来我想谈的是在家庭中的平等。
Sun cream is essential in hot weather because you can very easily get sun burned without even realizing it.
防晒霜在炎热天气中非常必要,因为如果没有意识到这一点,那么你很可能被晒伤。
Married American adults will name their husband or wife and their children, if they have any, as their "immediate family".
With the rise of the United States to a position of world influence in politics, science, industry, trade and popular arts, American words and phrases have gained recognition and prestige everywhere.
随着美国崛起,并在政治、科学、工业、贸易及流行文化上对世界产生影响,美国的词汇与用语到处受到认可与推崇。
BEC listen and translation exercise 34的更多相关文章
- BEC listen and translation exercise 11
When you are in any contest you should work as if there were — to the very last minute — a chance to ...
- BEC listen and translation exercise 37
You're supposed to do that before 10.30 in the morning, but obviously, if it's an emergency, you can ...
- BEC listen and translation exercise 35
高中听力: At five o'clock, we have afternoon tea, but we don't have it in the kitchen. Father's Day is t ...
- BEC listen and translation exercise 31
听力练习: All societies have ways of encouraging and enforcing what they view as appropriate behaviour w ...
- BEC listen and translation exercise 40
However, recently there's been more and more interest in the development of ostrich farming in other ...
- BEC listen and translation exercise 13
The old lady sits on a mobile chair every morning. He got a large fortune when his father died, but ...
- BEC listen and translation exercise 12
More than 220 cities now have air quality monitoring systems and 42 others will have systems in plac ...
- BEC listen and translation exercise 9
You will do foolish things, but do them with enthusiasm. 你难免会做傻事,但要做,就做得满怀激情. In addition, there sho ...
- BEC listen and translation exercise 8
The double-decker plane that can carry over 550 passengers dwarfs all other commercial jets. In just ...
随机推荐
- JVM调优- jmap(转)
http://blog.csdn.net/fenglibing/article/details/6411953 1.介绍 打印出某个java进程(使用pid)内存内的,所有‘对象’的情况(如:产生那些 ...
- Unity3d 中文菜单
- lua例子getglobal()
#include <stdio.h> #define MAX_COLOR 255 extern "C" { #include "lua-5.2.2/src/l ...
- tomcat6指定的服务为安装
tomcat6w.exe 运行 提示 指定的服务未安装 unable to open the service 'tomcat6' 新下载的Tomcat6.0.29 解压版,解压缩完成后,双击tomca ...
- 简单记事本&Java
目标: 学习java的IO流和文件的打开保存 内容: 使用javaSwing包里面的一些东西,比如按钮.菜单来进行布局 代码: package myNotePad; import java.awt.F ...
- Just a Hook(线段树)
Just a Hook Time Limit: 4000/2000 MS (Java/Others) Memory Limit: 32768/32768 K (Java/Others)Total ...
- Js遍历对象中的属性
var obj = {"name": "xiaol","age":"18"} for(var attr in obj){ ...
- 14.Django自带的admin配置
admin有自己的默认显示,要自定义显示的样式,一般需要自己定义一个类,在自己定义的类里进行相应的设置,然后,把自己的类交给装饰器 交给装饰器的方法有两种: 1.@admin.register(Pub ...
- linux c编程:管道
2在前面介绍过,进程之间交换信息的唯一途径就是传送打开的文件.可以经由fork或者exec来传送.这一章将介绍新的进程共享方式 每个进程各自有不同的用户地址空间,任何一个进程的全局变量在另一个进程中都 ...
- python基础10 ---匿名函数和递归
一.匿名函数 1.lambda表达式就相当于匿名函数,其格式为: lambda 参数列表:参数表达式 2.lambda自带return值,因为匿名函数有个限制,就是只能有一个表达式,不用写return ...