更多“37. She wants to buy________- for her.A. a new hatB. a new jeansC. a new sweaterD. new shoes”相关问题
  • 第1题:

    ( ) was she dancing with? Her new boyfriend?

    A、Who

    B、What

    C、Which


    正确答案:A

  • 第2题:

    听力原文:M: Did you talk with our new manager? He is looking for you these days. I think he has something important.

    W: I have been out of town for 2 days. And until this morning I come back.

    Q: What does the woman mean?

    (17)

    A.She hasn't talked with the new manager yet.

    B.The new manager was not in the office.

    C.She has been at home.

    D.She didn't want to talk with the new manager.


    正确答案:A
    解析:语意推断题。对话中男士问女士是否同新来的经理谈过话,他猜想经理有什么重要的事情找她。女士回答:这两天一直出城在外,直到今天早上才回来(I have been out of town for 2 days. And until this morning I come back)。由此可知她还没有与新来的经理谈过话。故答案为A。

  • 第3题:

    下面______语句能够正确地创建一个hputStreamReader的实例。

    A.new lnputStreamReader(new FileReader("data"));

    B.new lnputStreamReader("data");

    C.new lnputStreamReader(new FilelnputStream("data"));

    D.new lnputStreamReader(new BufferedReader("dam"));


    正确答案:C

  • 第4题:

    Here ________ a new pair of shoes for you.

    A.has

    B.is

    C.are

    D.have


    正确答案:B
    解析:本题考查主谓一致的用法。本句主语是 “a new pair of shoes”,中心词是 “pair,所以应该视为单数。固定结构 “here is...”表达 “这是......”之意。句意:“这双新鞋送给你。”

  • 第5题:

    4.Mum,my ________are too short. Will you buy me a new pair?

    A.pants

    B.glasses

    C.clothes

    D.shoes


    正确答案:A
    4.A【解析】根据“short”是短的和“a new pair"是新的一条/副/双等,排除B、C、D,故选A.

  • 第6题:

    在J2ee中,以下各项中,()正确阐述了创建InputStreamReader的方式。 

    • A、new InputStreamReader(new FileInputStream("data"));
    • B、new InputStreamReader(new FileReader"data"));
    • C、new InputStreamReader(new BufferedReader("data"));
    • D、new FileInputStream("data")

    正确答案:A

  • 第7题:

    Which constructs a DataOutputStream?()  

    • A、 New dataInputStream(“in.txt”);
    • B、 New dataInputStream(new file(“in.txt”));
    • C、 New dataInputStream(new writer(“in.txt”));
    • D、 New dataInputStream(new FileWriter(“in.txt”));
    • E、 New dataInputStream(new InputStream(“in.txt”));
    • F、 New dataInputStream(new FileInputStream(“in.txt”));

    正确答案:F

  • 第8题:

    A customer wants to migrate their existing cluster onto new POWER6 hardware, and in addition requires thecluster to be migrated from PowerHA version 5.3 to 5.5. Given that AIX 6.1 and PowerHA 5.5 filesets arealready installed in the new hardware, which of the following methods would allow the customer to maintaintheir current cluster configuration?()

    • A、Add the new nodes to the existing cluster, and perform a rolling migration and remove the original nodesfrom the cluster
    • B、Add the new nodes to the existing cluster, and perform a non-disruptive upgrade and remove the originalnodes from the cluster.
    • C、Create a snapshot of the existing cluster and apply the snapshot to the new cluster. Start cluster serviceson the new cluster and stop the original cluster
    • D、Create a snapshot of the existing cluster and apply the snapshot to the new cluster. Stop cluster serviceson the original cluster and start on the new cluster

    正确答案:D

  • 第9题:

    Which constructs a DataOutputStream?()

    • A、 New dataOutputStream(“out.txt”);
    • B、 New dataOutputStream(new file(“out.txt”));
    • C、 New dataOutputStream(new writer(“out.txt”));
    • D、 New dataOutputStream(new FileWriter(“out.txt”));
    • E、 New dataOutputStream(new OutputStream(“out.txt”));
    • F、 New dataOutputStream(new FileOutputStream(“out.txt”));

    正确答案:F

  • 第10题:

    You are the desktop administrator for your company. Laura is a user in the company's accounting department. Laura uses a Windows XP Professional computer. Laura installs a new software application that was listed on her Add or Remove Programs list. Laura reports that the new application now opens whenever she double-clicks any file that has a .doc file name extension. She also reports that 24 new icons appear on the New menu when she right-clicks her desktop. Laura asks you to reconfigure her computer so that Microsoft Word opens when she double-clicks files that have a .doc file name extension. She also wants you to remove the new icons from the New menu. You instruct Laura to uninstall the new application. After she uninstalls the application, she reports that she can no longer open .doc files by double-clicking them. She also reports that the unwanted icons on the New menu are still present. You reinstall the new application, and it continues to open when Laura double-clicks .doc files. You want to restore the .doc file association and to remove the unwanted icons from the New menu on Laura's computer. You want to accomplish these tasks as quickly as possible. You also want to ensure that none of Laura's other documents or personal settings are affected. What should you do?()

    • A、Restore the computer to the restore point that was created when Laura installed the new application.
    • B、Restore the System State data to Laura's computer from a backup tape. 
    • C、Use the Windows XP Professional CD-ROM to perform an Automated System Recovery (ASR) restore. 
    • D、Restart the computer by using the last known good configuration. 

    正确答案:A

  • 第11题:

    单选题
    Which constructs a DataOutputStream?()
    A

     New dataOutputStream(“out.txt”);

    B

     New dataOutputStream(new file(“out.txt”));

    C

     New dataOutputStream(new writer(“out.txt”));

    D

     New dataOutputStream(new FileWriter(“out.txt”));

    E

     New dataOutputStream(new OutputStream(“out.txt”));

    F

     New dataOutputStream(new FileOutputStream(“out.txt”));


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

  • 第12题:

    问答题
    Helen feels bored doing homework every day, so she wants to try something new.

    正确答案: 海伦每天做作业觉得很无聊,因此她想尝试一些新事物。
    解析: 暂无解析

  • 第13题:

    本题中,用表格表现某个月的月历,其中标题是从Sunday到Saturday,表格中的各项是可以修改的。 import java.awt.*; import java.awt.event.*; import javax.swing.*; import javax.swing.table.*; public class java2 ( public static void main(String[]args) { try{ UIManager.setLookAndFeel(UIManager.getSys- temLookAndFeelClassName): } catch(Exception e) JFrame. frame=new CalendarTableFrame; frame.setDefaultCloseOperation(JFrame.EXIT_ oN CLOSE); frame.show; } } clasgCalendarTableFrame. extends JFrame { private static final int WIDTH=500; private static final int HEIGHT=150: private cells= { {null,null,null,new Integer(1),new Integer (2),new Integer(3),new Integer(4)), {new Integer(5),new Integer(6),new Integer (7).new Integer(8),new Integer(9),new Integer (10),new Integer(11)), {new Integer(12),new Integer(13),new Integer (14),new Integer(15),new Integer(16),new Integer (17),new Integer(18)), {new Integer(19),new Integer(20),new Integer (21),new Integer(22),new Integer(23),new Integer (24),new Integer(25)), {new Integer(26),new Integer(27),new Integer (28),new Integer(29),new Integer(30),new Integer (31),null} }; private String[]columnNames={ "Sunday","Monday","Tuesday","Wednesday", "Thursday","Friday","Saturday" }; public CalendarTableFrame{ setTitle("java2"); setSize(WIDTH,HEIGHT); JTable table=new ; getContentPane.add(new JScrollPane(table), BorderLayout.CENTER); } }


    正确答案:
    第1处:Object[][]
    第2处:JTable(cells,columnNames)
    【解析】第1处定义二维数组保存日期数据;第2处JTable的构造方法第一个参数是数据,第二个参数是表格第一行中显示的内容。

  • 第14题:

    I went shopping_____ I needed a new pair of shoes.

    A. although

    B. because

    C. so


    参考答案:B

  • 第15题:

    She became ___________ to the new life.

    A.use

    B.uses

    C.using

    D.used


    答案:D

  • 第16题:

    Lily really wants to her new shoes.

    Atry out

    Bcarry out

    Cwork out

    Dfigure out


    正确答案:A

  • 第17题:

    She’s going to () that new dress.

    • A、try out
    • B、try on
    • C、try for

    正确答案:B

  • 第18题:

    J2EE中,以下各项中,()正确阐述了创建InputStreamReader的方式。

    • A、new InputStreamReader(new FileInputSteream(“data”));
    • B、new InputStreamReader(new FileFileReader (“data”));
    • C、new InputStreamReader(new BufferedReader(“data”));
    • D、new InputStreamReader(“data”);

    正确答案:A

  • 第19题:

    Which constructs a BufferedIputStream?()

    • A、 New BufferedInputStream(“in.txt”);
    • B、 New BufferedInputStream(new File(“in.txt”));
    • C、 New BufferedInputStream(Writer(“in.txt”));
    • D、 New BufferedInputStream(new Writer(“in.txt”));
    • E、 New BufferedInputStream(new InputStream(“in.txt”));
    • F、 New BufferedInputStream(new FileInputStream(“in.txt”));

    正确答案:F

  • 第20题:

    Marry wants to create a new application on his laptop that does not have any design elements in it. Which one of the following should he do to begin his process?()

    • A、 select file->Database->new and give it a filename of “blank.nsf” 
    • B、 select file->Database->new,choose local as the server,and chose the blank template 
    • C、 select file->Database->new,choose local as the server,and chose the default.ntf template 
    • D、 select file->Database->new,give it a filename of “blank.nsf”,and chose the blank template 

    正确答案:B

  • 第21题:

    You need to design an audit strategy for Southbridge Video. Your solution must meet business requirements.What should you do?()

    • A、Create a new security template that enables the Audit account logon events policy for successful and failed attempts. Create a new GPO, and link it to the domain. Import the new security template into the new GPO
    • B、Create a new security template that enables the Audit account logon events policy for successful and failed attempts. Create a new GPO, and link it to the Domain Controllers OU. Import the new security template into the new GPO
    • C、Create a new security template that enables the Audit logon events policy for successful and failed attempts. Create a new GPO, and link it to the Domain Controllers OU. Import the new security template into the new GPO
    • D、Create a new security template that enables the Audit logon events policy for successful and failed attempts. Create a new GPO, and link it to the domain. Import the new security template into the new GPO

    正确答案:D

  • 第22题:

    单选题
    Which constructs a BufferedIputStream?()
    A

     New BufferedInputStream(“in.txt”);

    B

     New BufferedInputStream(new File(“in.txt”));

    C

     New BufferedInputStream(Writer(“in.txt”));

    D

     New BufferedInputStream(new Writer(“in.txt”));

    E

     New BufferedInputStream(new InputStream(“in.txt”));

    F

     New BufferedInputStream(new FileInputStream(“in.txt”));


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

  • 第23题:

    单选题
    Which constructs a DataOutputStream?()
    A

     New dataInputStream(“in.txt”);

    B

     New dataInputStream(new file(“in.txt”));

    C

     New dataInputStream(new writer(“in.txt”));

    D

     New dataInputStream(new FileWriter(“in.txt”));

    E

     New dataInputStream(new InputStream(“in.txt”));

    F

     New dataInputStream(new FileInputStream(“in.txt”));


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