No woman can be too rich or too thin. This

题型:单项选择题

问题:

No woman can be too rich or too thin. This saying often attributed to the late Duchess(公爵夫人) of Windsor embodies much of the odd spirit of our times. Being thin is deemed as such a virtue.
The problem with such a view is that some people actually attempt to live by it. I myself have fantasies of slipping into narrow designer clothes. Consequently, I have been on a diet for the better—or worse—part of my life. Being rich wouldn’t be bad either, but that won’t happen unless an unknown relative dies suddenly in some distant land, leaving me millions of dollars.
Where did we go off the track When did eating butter become a sin, and a little bit of extra flesh unappealing, if not repellent All religions have certain days when people refrain from eating, and excessive eating is one of Christianity’s seven deadly sins. However until quite recently, most people had a problem getting enough to eat. In some religious groups, wealth was a symbol of probable salvation and high morals, and fatness a sign of wealth and well-being.
Today the opposite is true. We have shifted to thinness as our new mark of virtue. The result is that being fat—or even only somewhat overweight—is bad because it implies a lack of moral strength.
Our obsession with thinness is also fueled by health concerns. It is true that in this country we have more overweight people than ever before, and that, in many cases, being over weight correlates with an increased risk of heart and blood vessel disease. These diseases, however, may have as much to do with our way of life and our high-fat diets as with excess weight. And the associated risk of cancer in the digestive system may be more of a dietary problem--too much fat and a lack of fiber—than a weight problem.
The real concern, then, is not that we weigh too much, but that we neither exercise enough nor eat well. Exercise is necessary for p bones and both heart and lung health. A balanced diet without a lot of fat can also help the body avoid many diseases. We should surely stop paying so much attention to weight. Simply being thin is not enough. It is actually hazardous if those who get (or already are) thin think they are automatically healthy and thus free from paying attention to their overall lifestyle. Thinness can be pure vainglory.

In the eyes of the author an odd phenomenon nowadays is that______.

A. the Duchess of Windsor is regarded as a woman of virtue
B. looking slim is a symbol of having a large fortune
C. being thin is viewed as a much desired quality
D. religious people are not necessarily virtuous

考点:教师招聘考试中学教师招聘笔试浙江省教师公开招聘考试中学英语
题型:单项选择题

()是对社会主义思想道德体系全面系统.准确通俗的表达,为全体社会成员判断行为得失.做出道德选择提供了价值标准,明确了当代社会最基本的价值取向和行为准则。

A.马克思主义指导思想

B.中国特色社会主义共同理想

C.以爱国主义为核心的民族精神和以改革创新为核心的时代精神

D.以“八荣八耻”为主要内容的社会主义荣辱观

题型:单项选择题

小红读一个小数时忘记了读它的小数点,把它读成了二千零三,原来的小数应该只读一个0.原来的小数是______.

题型:单项选择题

某市在2012 年实施片区综合整治过程中,群众提出的意见和建议被广泛采纳,并以此制定了 6 项整治内容:重新铺设便道,增设街头小绿地 … … 整治工程取得了良好的效果。公民对市政整治工程提建议

①表达了民意,锻炼了参与决策的能力          

②参与了民主监督,提高了政治素养

③有利于广泛集中民智,增强决策的科学性      

④有利于改进国家机关工作,扩大公民合法权益

A.①②

B.①③

C.②④

D.②④

题型:单项选择题

用0.1 mol·L-1 NaOH溶液滴定0.1 mol·L-1盐酸,如达到滴定的终点时不慎多加了1滴NaOH溶液(1滴溶液的体积约为0.05 mL),继续加水至50 mL,所得溶液的pH是[ ]

A.4

B.7.2

C.10

D.11.3

题型:单项选择题

[说明]
将一正整数序列K1,K2,...,K9重新排列成一个新的序列,新序列中,比K1小的数都在K1的前面(左面),比K1大的数都在K1的后面(右面)。
在程序中已给出了10个序列,每个序列有9个正整数,并存入数组a[10][9]中,分别求出这10个新序列。
[函数]
#include<stdio.h>
#include<conio. h>
void jsValue(int a[10] [9])
int i, j ,k.n, temp;
int b[9];
for (i=0 ; i<10 ; i++)
temp=a [1] [0 ] ;
for(j=8;j>=0;j--)
if(temp<a[il [j]) (1) =a[i][j];
if(temp==a[i] [j]) (2) =a[i][j];;
if(temp==a[i] [j]) (3) =temp;

for (j=0; j<9; j++) a[j][j]=b[j]


void main ()

int a [10][9]= 6, 8,9,1,2, 5,4,7,3,
3,5,8,9,1,2,6,4,7,
8,2,1,9,3,5,4,6,7),
3,5,1,2,9,8,6,7,4,
4,7,8,9,1,2,5,3,6,
4,7,3,5,1,2,6,8,9,
9,1,3,5,8,6,2,4,7,
2,6,1,9,8,3,5,7,4,
5,3,7,9,1,8,2,6,4,
7,1,3,2,5,8,9,4,6
;
int i,j;
(4) ;
for(i=0; i<10; i++)
for(j=0; j<9; j++)
printf("%d",a[i] [j] );
if( (5) ) printf(",");

printf ("\n");

getch () ;

更多题库