单选题Given:  310-025   Leading the way in IT testing and certification tools, www.testking.com   - 48 -   public class foo {   static String s;   public static void main (Stringargs) {   system.out.printIn (“s=” + s);   }   }   What is the result?()AThe cod

题目
单选题
Given:  310-025   Leading the way in IT testing and certification tools, www.testking.com   - 48 -   public class foo {   static String s;   public static void main (Stringargs) {   system.out.printIn (“s=” + s);   }   }   What is the result?()
A

 The code compiles and “s=” is printed.

B

 The code compiles and “s=null” is printed.

C

 The code does not compile because string s is not initialized.

D

 The code does not compile because string s cannot be referenced.

E

 The code compiles, but a NullPointerException is thrown when toString is called.


相似考题
更多“Given:  310-025   Leading the way in IT testing and certific”相关问题
  • 第1题:

    White box testing of software testing is a test for software structurE.Which of the following item should not be included in the content of white box?

    A.boundary value analysis

    B.statement testing

    C.branch testing

    D.path testing


    正确答案:A

  • 第2题:

    As research techniques become more______(advance),the number of animals used in experiments may decrease,but stopping testing on animals altogether is a long way away.


    正确答案:
    advanced[解析] v.→adj.advanced:高级的。

  • 第3题:

    With the boy()the way, we had no trouble()the way()to Zhongshan Park.

    A、Leading finding leading

    B、to lead found to lead

    C、Led finding led

    D、Leading found led


    参考答案:A

  • 第4题:

    Which of the following is NOT true about the assessment in language teaching?

    A.Testing does not equate with assessment.
    B.Summative assessment focuses on the process of learning.
    C.The students themselves should be given the chance to evaluate their own performance.
    D.Assessment means to discover what the learners know and can do at certain stage of the learning process.

    答案:B
    解析:
    考查教学评价。形成性评价(formative assessment)关注学习的过程,而不是终结性评价(summative assessment)。

  • 第5题:

    In__________ drills, the students change a given structure in a way so that they are exposed to other similar structures, which also helps them have a deeper understanding of how the structures are formed and how they are used.

    A.substitution
    B.transformation
    C.comprehension
    D.communicative

    答案:B
    解析:
    考查语法教学。在语法练习中,机械操练有两种常用方式:替换操练(substitution drills)和转换操练(transformation drills)。题干中叙述内容属于转换操练的内容。故选B。

  • 第6题:

    检查救生衣和个人物品。()

    • A、Check your life-jackets and belongings.
    • B、The cable is leading straight ahead.
    • C、I have given it a thorough clean.
    • D、Steer the wheel carefully and pay attention to keeping a sharp lookout.

    正确答案:A

  • 第7题:

    switch (i) {   default:  310-025   Leading the way in IT testing and certification tools,www.testking.com   - 27 -  System.out.printIn(“Hello”);  }   What are the two acceptable types for the variable i? ()

    • A、 Char
    • B、 Byte
    • C、 Float
    • D、 Double
    • E、 Object

    正确答案:A,B

  • 第8题:

    单选题
    In a physical education class, 20 students were tested on archery target shooting. These students were then given a two-day training course in archery technique. The students were tested again and showed a 30 percent increase in accuracy. This result proves that the course was effective in increasing people’s target-shooting accuracy.  Which of the following, if true, gives the strongest support to the argument above?
    A

    The students were all excellent athletes, and excellent athletes tend to be good at target shooting.

    B

    The first testing session functioned as a practice ,session for the second testing session.

    C

    The accuracy with which people can shoot arrows is strongly related to the sharpness of their vision.

    D

    A similar group of students who were also tested on archery target shooting but were not given the course did not show an increase in accuracy.

    E

    Excellence in archery target shooting is an accomplishment achieved by relatively few of the people who take up the sport.


    正确答案: D
    解析:
    文段由“进行两天的培训课后准确率提高了30%”,得出结论:射击培训课是有效的,如果没有射击培训的学生准确率没有得到提到的话,就从侧面证明了这一结论,故D项是正确的。

  • 第9题:

    单选题
    Backstays are().
    A

    running rigging leading aft from the masts

    B

    running rigging leading forward from the masts

    C

    standing rigging leading aft from the masts

    D

    standing rigging from the cross trees to the mast head


    正确答案: C
    解析: 暂无解析

  • 第10题:

    多选题
    switch (i) {   default:  310-025   Leading the way in IT testing and certification tools,www.testking.com   - 27 -  System.out.printIn(“Hello”);  }   What are the two acceptable types for the variable i? ()
    A

    Char

    B

    Byte

    C

    Float

    D

    Double

    E

    Object


    正确答案: E,D
    解析: 暂无解析

  • 第11题:

    单选题
    检查救生衣和个人物品。()
    A

    Check your life-jackets and belongings.

    B

    The cable is leading straight ahead.

    C

    I have given it a thorough clean.

    D

    Steer the wheel carefully and pay attention to keeping a sharp lookout.


    正确答案: D
    解析: 暂无解析

  • 第12题:

    单选题
    Which of these possible factors leading to greater productivity is NOT true?
    A

    To make jobs more varied.

    B

    To give the workers freedom to do their jobs in their own way.

    C

    Degree of worker contribution.

    D

    Demands of longer working hours.


    正确答案: B
    解析:
    从文中内容可知,D项(延长工作时间)在第三段最后提到,但文中提到的是缩短工作时间,与D项相反,因此D项为正确答案。

  • 第13题:

    Friendship Street and Xinhua Road has been given way to84. _________


    正确答案:
    Friendship Street and Xinhua Road has been given way to      84. ____been_

  • 第14题:

    An appropriate title for the text is most likely to be

    A.Fors and Againsts of DNA Testing

    B.DNA Testing and It’s Problems

    C.DNA Testing Outside the Lab

    D.Lies behind DNA Testing


    正确答案:B

  • 第15题:

    Which of following statements about testing software with data is (are) true?

    Ⅰ.The primary purpose of such testing is to find errors.

    Ⅱ.Such testing can demonstrate the existence of errors but can not demonstrate the absence of errors.

    A.Neither

    B.Ⅰ only

    C.Ⅱ only

    D.Ⅰ and Ⅱ


    正确答案:B

  • 第16题:

    With the villager __________ the way, we had no trouble __ the cottage.


    A.to lead; finding

    B.to lead; to fred

    C.leading; to find

    D.leading; finding

    答案:D
    解析:
    考查with的复合结构和固定句式。句意为“在村民的带领下,我们毫不费力地找到了小屋”。主句用了固定句式havetrouble(in)doing sth.“做某事有麻烦”。其余部分用的with的复合结构:with+宾语+宾语补足语。当宾语的名词与宾语补足语的动词构成主动关系的时候,使用现在分词;二者构成被动关系的时候,使用过去分词;thevillager和lead是主动关系,所以使用现在分词。故选D。

  • 第17题:

    The best statement of the main idea of this passage is that__________.

    A.scientists have found a way to prolong the period of clinical death
    B.biological death occurs when vital organs have suffered permanent damage
    C.modern scientists divide the process of dying into clinical and biological death
    D.cooling delays the processes leading to biological death

    答案:A
    解析:
    A项“科学家已找到延长临床死亡的办法”最能够体现全文主旨。

  • 第18题:

    Given:  310-025   Leading the way in IT testing and certification tools, www.testking.com   - 48 -   public class foo {   static String s;   public static void main (Stringargs) {   system.out.printIn (“s=” + s);   }   }   What is the result?()

    • A、 The code compiles and “s=” is printed.
    • B、 The code compiles and “s=null” is printed.
    • C、 The code does not compile because string s is not initialized.
    • D、 The code does not compile because string s cannot be referenced.
    • E、 The code compiles, but a NullPointerException is thrown when toString is called.

    正确答案:B

  • 第19题:

    You have a domain controller that runs Windows Server 2008 R2 and is configured as a DNS server.  You need to record all inbound DNS queries to the server.  What should you configure in the DNS Manager console()

    • A、Enable debug logging.
    • B、Enable automatic testing for simple queries.  The safer , easier way to help you pass any IT exams.  9 / 90
    • C、Enable automatic testing for recursive queries.
    • D、Configure event logging to log errors and warnings.

    正确答案:A

  • 第20题:

    单选题
    Given:  310-025   Leading the way in IT testing and certification tools, www.testking.com   - 48 -   public class foo {   static String s;   public static void main (Stringargs) {   system.out.printIn (“s=” + s);   }   }   What is the result?()
    A

     The code compiles and “s=” is printed.

    B

     The code compiles and “s=null” is printed.

    C

     The code does not compile because string s is not initialized.

    D

     The code does not compile because string s cannot be referenced.

    E

     The code compiles, but a NullPointerException is thrown when toString is called.


    正确答案: B
    解析: 暂无解析

  • 第21题:

    问答题
    Task II(20 points)  Directions:Write on the topic given below in no less than about 160 words on the Answer Sheet. In your essay, you should first outline your ideas, and then give examples.  Topic: What, in your opinion, is the best way to keep fit and healthy?

    正确答案:
    The Best Way to Keep Fit and Healthy A fit and healthy body is the base of wealth and wisdom. Good health enables us to enjoy our life and achieve what we hope for in our career. On the contrary, poor health tends to deprive us of our interest in everything around us. Only by keeping ourselves healthy and strong can we feel energetic and vigorous in studying, working and living a happy life. People aware of the health problems bring up with a lot of ways to keep fit and healthy. However, the best way to keep fit and healthy is to exercise more and eat properly.
    Firstly, physical exercise is very crucial in order to keep fit and healthy. In taking part in out-door sports, we are closer to the nature and can take in fresh air. The beauty of nature will keep us clear-headed, which is essential to our health. Secondly, proper nutrition is important for our body, so we have to keep a balanced diet and maintain a regular eating habit. It is important for us to take more fruits and vegetables because they provide vitamins and they help in the process of digestion. At the same time, we should avoid eating too much food rich in sugar and fat.
    In conclusion, if we stick to the proper ways of exercise more and eat properly, we’ll lead a healthy life and become as fit as a fiddle.
    (Word Count: 233)
    解析: 暂无解析

  • 第22题:

    问答题
    Animal rights are a controversial topic right now. Actually, the debate is focused mainly on animal testing. The following are opinions from both sides. Read the excerpts carefully and write your response in about 300 words, in which you should:  1. summarize briefly the opinions from both sides, and then  2. give your comment.  Marks will be awarded for content relevance, content sufficiency, organization and language quality. Failure to follow the above instructions may result in a loss of marks.  Animals are used for research in a variety of settings, including tests to determine the safety of drugs, cosmetics and other substances. Whether or not humans should use animals for testing purposes, however, is a controversial subject.  Dr. Bob Miller, a medical researcher from Michigan State University, states that one of the primary advantages of animal testing is that it allows researchers to develop new medications and treatments, advancing the field of medicine and enhancing the health of society. For instance, many drugs used to treat or prevent cancer, HIV, diabetes, infections and other medical maladies have resulted from tests performed on animals.  Moreover, animal testing enables scientists and researchers to test the safety of medications and other substances with which humans have regular contact. Drugs, for instance, may pose significant risks to humans, so testing them on animals fast gives researchers a chance to determine drugs’ safety before human trials are performed. While scientists are cognizant of the differences between humans and animals, the similarities are considered significant enough to produce relevant, useful data that they can then apply to humans. Thus, animal testing reduces harm to humans and saves lives.  However, Prof. Abhay Shina, a leading critic of animal testing, points out that the major disadvantage to animal testing is that a significant number of animals are harmed or die as a result of experiments and testing. Unfortunately, many of the substances used on animal subjects never receive approval for human use or consumption. Humans receive no direct benefits as a result of the deaths of these animals. He also argues that animals are dissimilar enough from humans to make the results of animal tests unreliable. A related criticism is that testing induces stress in the animals, meaning that the subjects do not react to experimental substances in the same way that they might in more natural circumstances, making the results of experiments less valid.  Using animals as research subjects is also expensive, because the animals require food, shelter, care and treatment in addition to the costs of experimental substances. Long-term or multi-phase tests can increase the costs of the practice as well. The actual price paid for the animals is also worth consideration; there are companies that breed and sell animals specifically for testing purposes.

    正确答案:
    【参考范文】
    My View on Animal Testing Animal rights has gained more and more attention nowadays. The debate on animal testing is increasingly heated. When asked whether animal testing should be allowed or not, different people have different views. Supporters believe that animal testing help develop new medications and treatments, advancing the field of medicine and enhancing the health of society and reducing risks to humans and saving lives. However, some people criticize animal testing. They argue that animal testing is expensive and harms or kills a significant number of animals, bringing no direct benefits and the results may be not reliable.
    From my point of view, a limited amount of animal experimentation is necessary in spite of its shortcomings. First, it indeed contributes to the development of medicine and health. Many medical treatments and procedures have been developed from experiments on animals. Since animals share many features with humans, scientists use animals to test the safety and effectiveness of newly developed drugs before pilot testing on small groups of patients. Medical teams also practice new operating techniques such as transplants on animals. Without animal testing, many procedures or new drugs would be extremely unsafe. Second, we simply do not have alternative methods of testing. Computer models are not advanced enough and tests on plants are much less applicable to humans than tests on animals such as monkeys. Until we have a better system, we can only use animal testing.
    In conclusion, I am convinced that animal testing is necessary, and that it will continue to benefit humans in new and wonderful ways. But we need to make sure that millions of animals who are used for testing new products have the minimum of suffering. Although some animal testing may be unavoidable at present, treating our fellow creatures as mercifully as possible will demonstrate our humanity.
    解析:
    【审题构思】
      本题的题目要求是就动物试验发表自己的看法。对此可以表示支持,也可以表示反对,言之有理即可。考生首先要总结材料中双方观点,然后明确陈述自己的观点。接下来提供一个或者两个理由支持自己的观点。以支持动物试验为例,可从两方面进行论证:第一,利于医学的发展,第二,尚无其他可行办法。最后总结全文,重申观点;也可进一步补充观点,深化主题。

  • 第23题:

    单选题
    Backstaysare()。
    A

    running rigging leading aft from the masts

    B

    running rigging leading forward from the masts

    C

    standing rigging leading aft from the masts

    D

    standing rigging from the trees to the mast head


    正确答案: B
    解析: “Backstays are standing rigging leading aft from the masts。”意为后支索是固定静索自桅杆后部固定。

  • 第24题:

    单选题
    In  ______ drills, the students change a given structure in a way so that they are exposed to other similar structures, which also helps them have a deeper understanding of how the structures are formed and how they are used.
    A

    substitution

    B

    transformation

    C

    comprehension

    D

    communicative


    正确答案: B
    解析: