皮皮学,免费搜题
登录
搜题
【简答题】
阅读表达。 阅读下面的短文,请根据短文后的要求答题。(请注意问题后的字数要求) Beauty has always been regarded as something praiseworthy. Almost everyone thinks attractive people are happier and healthier, have better marriages and have more respectable occupations. Personal consultants give them better advice for finding jobs. Even jud ges are softer on attractive defendants (被告).But in the adminis trative circle, beauty can become a liability . Although attractiveness is a positive factor for a man on his way up the administration ladder, it is harmful to a woman. Handsome male administrators were considered to be more honest than plainer men, though effort and ability were also thought to account for their success. Attractive female administrators were considered to have less honesty than unattractive ones, and very often their success was be lieved to be connected not to ability but to factors such as luck. Why are attractive women not thought to be able? An attrac tive woman is considered to be more feminine (女性的) and an at- tractive man more masculine (男性的) than the less attractive woman. Thus an attractive woman has an advantage in traditionally female jobs, but in a traditionally masculine position an attractive woman appears to lack the 'masculine' qualities required. This is true even in politics.' When the only clue is how he or she looks, people treat men and women differently,' says Anne Bowman, who recently published a study on the effects of attractive- ness on political candidates. She asked 125 undergraduate students to rank two groups of photographs, one of men and one of women, in order of attractiveness. Then the students were told the photographs were of candidates for political offices. They were asked to rank them again, in the order they would vote for them. The results showed that attractive males completely defeated unattractive men, but the women who had been ranked most attractive unchangeably received the fewest votes. 1. What is the main idea of the passage? ( No more than 15 words. ) _______________________________________________________________________________________ 2. The underlined word 'liability' in Paragraph 1 means___________________. ( No more than 5 words. ) 3. According to this passage, In what jobs do attractive women have their advantages? ( No more than 10 words.) _____________________________________________________________________________________ 4. Why did Anne Bowman carry out the study?( No more than 15 words.) ______________________________________________________________________________________ 5. What is your idea of being an attractive person?( No more than 20 words.) ______________________________________________________________________________________
拍照语音搜题,微信中搜索"皮皮学"使用
参考答案:
参考解析:
知识点:
.
..
皮皮学刷刷变学霸
举一反三
【简答题】下面的程序: #include int main() { float x; int i; x=6.5; i=(int)x; printf("x=%f,i=%d",x,i); return 0; } 运行结果为____。
【单选题】运行以下程序段: int n=0; while(n++<2) ; printf(" % d", n); 执行后输出结果为( )。
A.
0
B.
1
C.
2
D.
3
【单选题】int a=2,b=4,c=5; 表达式的结果为: c/a+b%c ( )
A.
6
B.
6.5
C.
3.5
D.
2
【多选题】青瓷作品的好坏,可以从( )方面赏析。
A.
造型
B.
装饰
C.
釉色
D.
细节
【判断题】中国哲学偏重于对人生的终极思考;西方哲学则偏重于对宇宙的终极思考。
A.
正确
B.
错误
【多选题】企业如果当期无法按时完成订单,怎么办?
A.
可以延期交货,每延期一个季度,按照订单销售额的1/5支付违约罚金。
B.
可以拆分订单,能交几个先交几个。
C.
可以用其他产品来抵。
D.
可以组间购买产品用于交货,交易价格自行协商。
【简答题】下列程序的输出结果为 2 ,请将程序补充完整。 #include using namespace std; class Base { public: _____________ void fun( ){ coutfun( ); delete p; return 0; }
【简答题】运行下列程序结果为_______________________。 #include class sample { public: int i; sample *operator->(void) {return this;} }; void main(void) { sample obj; obj->i = 10; cout i; }
【单选题】运行以下程序段: int n=2; while(n -- ) printf(" % d", n); 执行后输出结果为( )。
A.
2  1  0
B.
1  0
C.
1  0 - 1
D.
0 - 1
【简答题】运行下列程序结果为_________________。 #include class one { public: virtual void f(){coutf(); return 0; }
相关题目: