Part A
Directions:
Read the following four texts. Answer the questions below each text by choosing A, B, C or D. Mark your answers on ANSWER SHEET 1. (40 points)
Text 1
While still catching-up to men in some spheres of modern life, women appear to be way ahead in at least one undesirable category. “Women are particularly susceptible to developing depression and anxiety disorders in response to stress compared to men,” according to Dr. Yehuda, chief psychiatrist at New York’s Veteran’s Administration Hospital.
Studies of both animals and humans have shown that sex hormones somehow affect the stress response, causing females under stress to produce more of the trigger chemicals than do males under the same conditions. In several of the studies, when stressed-out female rats had their ovaries (the female reproductive organs) removed, their chemical responses became equal to those of the males.
Adding to a woman’s increased dose of stress chemicals, are her increased “opportunities” for stress. “It’s not necessarily that women don’t cope as well. It’s just that they have so much more to cope with,” says Dr. Yehuda. “Their capacity for tolerating stress may even be greater than men’s,” she observes, “it’s just that they’re dealing with so many more things that they become worn out from it more visibly and sooner.”
Dr. Yehuda notes another difference between the sexes. “I think that the kinds of things that women are exposed to tend to be in more of a chronic or repeated nature. Men go to war and are exposed to combat stress. Men are exposed to more acts of random physical violence. The kinds of interpersonal violence that women are exposed to tend to be in domestic situations, by, unfortunately, parents or other family members, and they tend not to be one-shot deals. The wear-and-tear that comes from these longer relationships can be quite devastating.”
Adeline Alvarez married at 18 and gave birth to a son, but was determined to finish college. “I struggled a lot to get the college degree. I was living in so much frustration that that was my escape, to go to school, and get ahead and do better.” Later, her marriage ended and she became a single mother. “It’s the hardest thing to take care of a teenager, have a job, pay the rent, pay the car payment, and pay the debt. I lived from paycheck to paycheck.”
Not everyone experiences the kinds of severe chronic stresses Alvarez describes. But most women today are coping with a lot of obligations, with few breaks, and feeling the strain. Alvarez’s experience demonstrates the importance of finding ways to diffuse stress before it threatens your health and your ability to function.
21.Which of the following is true according to the first two paragraphs?
[A] Women are biologically more vulnerable to stress.
[B] Women are still suffering much stress caused by men.
[C] Women are more experienced than men in coping with stress.
[D] Men and women show different inclinations when faced with stress.
题目问的是通过对前两段的了解选出正确选项。通过对原文的了解可知,文章前两段主要描写男女因为生理上的差异,所以可能在相同的情况下,女性可能更容易在压力下产生焦虑和沮丧。B项和C项不符合文意,B项所指的女性遭受压力多来自男性偏离文章线索。C项所说的女性相比男性更有处理压力的经验也是断章取义 。D选项只是单纯描述男女之间在面对压力的差异,与中心偏离。
第1题:
下列程序从标准输入设备--键盘读入-个字符,然后输出到屏幕。要想完成此功能,画线处应该填入的语句为( )。
A.ch=System.in.read( );
B.ch=(char)System.in.read( );
C.ch=(char)System.in.readln( );
D.ch=(int)System.in.read( );
第2题:
假定用下面的语句打开文件: Open"Filcl.txt"For Input As#1 则不能正确读文件的语句是( )。
A.Input#1,ch$
B.Line Input#1,ch$
C.ch$一Input$(5,#1)
D.Read#1,ch$
第3题:
在下列程序的横线处填入正确的语句,实现RandomAccessFile类使用。 package ch1; import java. io. *; public class ex27 { public static void main(String args[] ) { try { RandomAccessFile in = new in.close ( ); } catch (Exception e) { e.printStackTrace (); } } }
A.RandomAccessFileC"ch1/file.dat", "read")
B.RandomAccessFile("r", "ch1/file.dat")
C.RandomAccessFile("ch1/file.dat" , "r")
D.RandomAecessFile("read", "ch1/file.dat")
第4题:
下列程序从标准输入设备—键盘诗篇一个字符,然后再输出到屏幕。要想完成此功能,画线处应该填入的语句为( )。 impoajava.io.*; publicclassTest { publicstaticvoidmain(Stringargs[]) { charch; try { ______, System.out.println(Ch); } catch(IOExceptione) { e.printStackTrace(); } } }
A.ch=System.in.read();
B.ch=(char)System.in.read();
C.ch=(char)System.in.readln();
D.ch=(int)System.in.read();
第5题:
下列程序从标准输入设备——键盘读入一个字符,然后输出到屏幕。要想完成此功能,画线处应该填人的语句为( )。 importjava.iO.*; public class Test { public static void main(String argsE]) { charch: try { ___; System.out.println(eh); } catch(IOException e) { e.printStackTrace: } } }
A. ch=System.in.read:
B.ch=(char)System.in.read:
C.ch=(char)System.in.readln:
D.ch=(int)System.in.read;
第6题:
若有如下程序,在文本框中输入“VisualBasic”,程序运行后Label1显示的是__________。 Dim s$,ch$,k% s="" For k=1 TO Len(Text1.Text) ch = Mid(Text1.Text,k,1) s = ch+s Next k Label1.Caption = s
A.BasicVisual
B.VISUALBASIC
C.cisaBlausiV
D.visualbasic