Which of the following best describes the writer’s idea?
A. Women should get equal pay for equal work to that of men.
B. Women should strengthen (加强) themselves.
C. The Government ought to protect women against getting paid less than men.
D. Some of the jobs that women do are of great importance.
第1题:
()father took part in the charity activity in the neighborhood yesterday?
Peter's.
A. Whose
B. What
C. Which
第2题:
A.Theprogramrunsandprintsnothing.
B.Theprogramrunsandprints“Equal”
C.Anerroratline5causescompilationtofail.
D.Theprogramrunsbutabortswithanexception.
第3题:
基于IDEA算法()。
A.S/MIME
B.SET
C.PGP
D.SSL
第4题:
In comparison, women’s representation is inversely proportional ()the men’s .
A、towards
B、against
C、with
D、to
第5题:
A.Theprogramrunsandprintsnothing.
B.Theprogramrunsandprints“Equal”
C.Anerroratline5causescompilationtofail.
D.Theprogramrunsbutabortswithanexception.
第6题:
下述语句中,()可以在字符串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.”);