Passage FourEqual pay for equal work is a phrase used by the American women who feel that they are looked down upon by the society. They say it is not right for women to be paid less than men for the same work.People who hold the opposite opinion(mainly men)have an answer to this. They say that men have more responsibility than women; a married man is expected to earn money to support his family and to make important decisions, and therefore it is right for men to be paid more. There are some people who hold even stronger opinion than this and are against married women working at all. When wives go out to work, they say, the home and children are given no attention to. If women are encouraged by equal pay to take full-time job, they will be unable to do the things they are supposed to. Women are best at making a comfortable home and bringing up children. They will have to give up their present position in society."This is exactly what they want to give up, "the women who disagree say. "They want to escape from the limited place which society expects them to fill, and to have freedom to choose between a job and home life, or a mixture of the two. Women have the right of equal pay and equal opportunities."These women have expressed their opinions forcefully by using the famous saying, "All men are created equal." They point out that the meaning of this sentence is "all human beings are created equal."48. The women use the phrase "equal pay for equal work" to demand that______.A. women's work shouldn't be harder than men'sB. men should be paid less than womenC. people doing harder work should earn moreD. men and women should be paid the same amount of money for the same work

Passage Four

Equal pay for equal work is a phrase used by the American women who feel that they are looked down upon by the society. They say it is not right for women to be paid less than men for the same work.

People who hold the opposite opinion(mainly men)have an answer to this. They say that men have more responsibility than women; a married man is expected to earn money to support his family and to make important decisions, and therefore it is right for men to be paid more. There are some people who hold even stronger opinion than this and are against married women working at all. When wives go out to work, they say, the home and children are given no attention to. If women are encouraged by equal pay to take full-time job, they will be unable to do the things they are supposed to. Women are best at making a comfortable home and bringing up children. They will have to give up their present position in society.

"This is exactly what they want to give up, "the women who disagree say. "They want to escape from the limited place which society expects them to fill, and to have freedom to choose between a job and home life, or a mixture of the two. Women have the right of equal pay and equal opportunities."

These women have expressed their opinions forcefully by using the famous saying, "All men are created equal." They point out that the meaning of this sentence is "all human beings are created equal."

48. The women use the phrase "equal pay for equal work" to demand that______.

A. women's work shouldn't be harder than men's

B. men should be paid less than women

C. people doing harder work should earn more

D. men and women should be paid the same amount of money for the same work


相关考题:

Nothing can _____________ the friendship we have shared all these years. A.be equal toB.be as equal asC.equal toD.equal

publicclassIfTest(publicstaticvoidmain(string[]args){intx=3;inty=1;if(x=y)system.out.printIn(Notequal”);elsesystem.out.printIn(Equal”);})Whatistheresult?() A.Theoutputis“Equal”B.Theoutputin“NotEqual”C.Anerroratline5causescompilationtofall.D.Theprogramexecutesbutdoesnotprintamessage.

publicclassIfTest(publicstaticvoidmain(stringargs){intx=3;inty=1;if(x=y)system.out.printIn(Notequal”);elsesystem.out.printIn(Equal”);})Whatistheresult?() A.Theoutputis“Equal”B.Theoutputin“NotEqual”C.Anerroratline5causescompilationtofall.D.Theprogramexecutesbutdoesnotprintamessage.

假设有String a="A";char b='A'; char c=65,下面选项中正确的是( )。A.if(a==b){System.out.print("Equal")}B.if(c==b){System.out.print("Equal")}C.if(a==c){System.out.print("Equal")}D.if(c==bB){System.out.print("Equal")}

假设有String a="A:;char='A';int c=65,选项______是正确的。A.if(a==b){System.out.print("Equal")}B.if(c==b){System.out.print("Equal")}C.if(a==c){System.out.print("Equal")}D.以上均不正确

The operation of paralleling two alternators requires the voltages to be _____ and also in phaseA.zeroB.eliminatedC.differentD.equal

假设有String a = "A"; char b ='A'; int c=65,下面选项中正确的是( )。A.if(a == b) {System. out. print("Equal") }B.if(c == b) {System. out. print("Equal") }C.if(a == c) {System. out. print ("Equal") }D.if(c = b) {System. out. print("Equal") }

前缀列表{ip ip-prefix}的命令格式为 ip ip-prefix ip-prefix-name[index index-number]{permit|deny}ipv4-address mask-length[greater-equal greater-equal-value][less-equal less-equal-value],如果仅指定了greater-equal未指定less-equal,则前缀范围为()A.[0,greater-equal-value]B.[mask-length.greater-equal-value]C.[greater-equal-value,32]D.无限制

Therefore, other things()equal, the number of workers that employers want decreases.AisBareCbeingDhaving

下述语句中,()可以在字符串s1和s2相等时显示"Equal."。A.if(!strcmp(s1,s2)) puts(“Equal.”);B.if(s1==s2) puts(“Equal.”)C.if(*s1==*s2) puts(“Equal.”)D.if(strcmp(s1,s2)) puts(“Equal.”);