题目内容

Text1 France,which prides itself as the global innovator of fashion, has decided its fashion industry has lost an absolute right to define physical beauty for women. Its lawmakers gave preliminary approval last week to a law that would make it a crime to employ ultra-thin models on runways. The parliament also agreed to ban websites that “incite excessive thinness” by promoting extreme dieting. Such measures have a couple of uplifting motives. They suggest beauty should not be defined by looks that end up impinging on health. That’s a start. And the ban on ultra-thin models seems to go beyond protecting models from starving themselves to death –as some have done. It tells the fashion industry that it must take responsibility for the signal it sends women, especially teenage girls, about the social tape-measure they must use to determine their individual worth. The bans, if fully enforced, would suggest to women (and many men) that they should not let others be arbiters of their beauty. And perhaps faintly, they hint that people should look to intangible qualities like character and intellect rather than dieting their way to size zero or wasp-waist physiques. The French measures, however, rely too much on severe punishment to change a culture that still regards beauty as skin-deep-and bone-showing. Under the law, using a fashion model that does not meet a government-defined index of body mass could result in a $85,000 fine and six months in prison. The fashion industry knows it has an inherent problem in focusing on material adornment and idealized body types. In Denmark, the United States, and a few other countries, it is trying to set voluntary standards for models and fashion images that rely more on peer pressure for enforcement. In contrast to France’s actions, Denmark’s fashion industry agreed last month on rules and sanctions regarding the age, health, and other characteristics of models. The newly revised Danish Fashion Ethical Charter clearly states:”We are aware of and take responsibility for the impact the fashion industry has on body ideals, especially on young people”. The charter’s main tool of enforcement is to deny access for designers and modeling agencies to Copenhagen Fashion Week (CFW), which is run by the Danish Fashion Institute. But in general it relies on a name-and -shame method of compliance. Relying on ethical persuasion rather than law to address the misuse of body ideals may be the best step. Even better would be to help elevate notions of beauty beyond the material standards of a particular industry. According to the first paragraph,what would happen in France

A. Physical beauty would be redefined.
B. New runways would be constructed.
C. Websites about dieting would thrive.
D. The fashion industry would decline.

查看答案
更多问题

有如下类定义: Class AA{ int a: PubliC: AA(int n=O):a(n){}}; Class BB:publiC AA{ publiC: BB(int n)}; 其中横线处的缺失部分是( )。

A. :a(n){}
B. :AA(n){}
C. {a(n);}
D. {a=n;}

判断char型变量c是否为小写字母的正确表达式是( )。

A. ’a’<=c<=’z’
B. (c>=A.&&(c<=z)
C. (’a’>=C.||(’z’<=C.
D. (c>=’a’)&&(c<=,z,)

决定c++语言中函数的返回值类型的是( )。

A. return语句中的表达式类型
B. 调用该函数时系统随机产生的类型
C. 调用该函数时的主调用函数类型
D. 在定义该函数时所指定的数据类型

请使用VC6或使用【答题】菜单打开考生文件夹projl下的工程projl。程序中位于每个“//ERROR****found料****之后的一行语句有错误,请加以改正。改正后程序的输出结果应为: Name:Smith Age:21 ID:99999 CourseNum:12Record:970注意:只修改每个“//ERROR****found****”下的那一行,不要改动程序中的其他内容。 #includeusing namespace std; class Studentlnfo{protected: //ERROR********************found****************char Name; int Age; int ID: int CourseNum; float Record; public: Studentlnfo(char*name,int Age,int ID,int coumeNum,float record); //ERROR ********************found********************void~Studentlnfo(){}float AverageRecord(){return Record/CourseNum; }void show()const{cout

答案查题题库