Where can you find an area code map of the US?A. On the first page of the telephone book.B. At the end of the telephone book.C. In the front of the white pages.D. Right after the white pages.

题目

Where can you find an area code map of the US?

A. On the first page of the telephone book.

B. At the end of the telephone book.

C. In the front of the white pages.

D. Right after the white pages.


相似考题

4.DFind Which Direction Is SouthDo you have a good sense of direction? If not, please take with you a compass. But if you forget to take a compass, you can still find your way.It’s never a good idea to imagine that the family member who was entrusted(委托)with the job of map-reading actually knows where the family is. You can tell by the slightly confused load on their faces that nothing on the ground seems to match the map. Never mind. The sun is shining and it’s still morning. If you don’t know the exact time, you can still find out where south is, but you’ll need to be patient.①Find a straight sick and put it in the ground in a place where you can mark its shadow.②Try to position the stick as vertically(垂直)as you can. You can check this by making a simple plumb line (铅锤线)with a piece of string and weight. You haven’t got any string? OK, use a thread from your clothes with a button tied at the end to act as a weight.③Mark the end of the shadow cast by the stick.④Wait approximately half an hour and mark the end of the shadow again.⑤Keep doing this until you have made several marks.⑥The mark nearest the stick will represent the shortest shadow, which is cast at midday, when the sun is highest in the sky and pointing to the exact south.⑦Pick a point in the distance along the line between the shortest shadow and the stick.⑧That point is south of where you are.⑨Now you can turn the map, like you did before, and find which way you should be travelling.68. To find the direction, we ought to be patient probably becauseA. it is not easy to find a proper stick B. it is not easy to position the stickC. it takes hours to make the marks D. it takes about half an hour to make the marks

更多“Where can you find an area code map of the US? A. On the first page of the telep ”相关问题
  • 第1题:

    You are creating a custom user control. The custom user control will be used on 10 Web Forms for an ASP.NET Web site that allows users to register and log on to a personalized experience. The custom user control uses two TextBox controls and two Button controls. You need to ensure that the controls are visible only when users are not logged on to the Web site. You also need to minimize the amount of effort in development and maintenance for the Web site.Which two actions should you perform? ()

    A. Add the OnClick event handler for the Login button to the code used in the custom user control.

    B. Add the OnClick event handler for the Login button to the code used in the Web Form where the control is added.

    C. In the Page_Load method of the Web Form, add a code segment to set the visibility of the TextBox and Button controls where the control is added.

    D. In the Page_Load method of the custom user control, add a code segment to set the visibility of the TextBox and Button controls.


    参考答案:A, D

  • 第2题:

    Passage Two

    Telephone books in the United States have white, blue and yellow pages. The white pages list people with phones by last name, the blue pages contain numbers of city services, government agencies and public schools. Businesses and professional (专业的) services are listed in a special section, the yellow pages. To make a long-distance call, you need an area code. Each area in the U. S. has an area code. The area covered by one area code may be small or large. For example, New York City has one area code, but so does the whole state of Oregon. If you want to know the area code of a place, you can look it up in the area code map, which is printed in the front of the white pages.

    There are a lot of publlic telephones in the US. They have their own numbers. If you are making a long-distance call on a pubic telephone and run out of money, give the number on you phone to the person you are talking to, then hang up the receiver, and he can call you back. If you make a long-distance call and get a wrong number, call the operator and explain what happened. This means that you can make the call again to the right number without having to pay more money.

    36. Where can you find the telephone number of a city council (市议会) in the telephone book?

    A. In the blue pages.

    B. In the white pages.

    C. In the yellow pages.

    D. In a special section.


    正确答案:A

    36.答案为A  从第一段the blue pages contain numbers of city servicesgovernment agencies可知蓝页中可查到政府机构,因此选A

  • 第3题:

    Where will you find the requirements for the signals that must be sounded by a mobile offshore drilling unit that is being towed through an area of restricted visibility?

    A.COLREGS

    B.MMS Rules

    C.SOLAS Convention

    D.Coast Pilot


    正确答案:A

  • 第4题:

    The Sahara can be described as______

    A) a place of contrasts
    B) a place where no one lives
    C) an area where the winters are cold
    D) an area that appeals to many tourists

    答案:D
    解析:

  • 第5题:

    A JSP page needs to perform some operations before servicing the first request. Where can this be done?()

    • A、 within a method called jspInit
    • B、 within the page directive of the JSP page
    • C、 within a scriptlet at the top of the JSP page
    • D、 within the  XML element

    正确答案:A

  • 第6题:

    You are testing an existing ASP.NET page. The page includes a text box. You are able to execute malicious JavaScript code by typing it in the text box and submitting. You need to configure the page to prevent JavaScript code from being submitted by the text box. In the @ Page directive, which attribute should you set to true?()

    • A、the EnableEventValidation attribute
    • B、the ResponseEncoding attribute
    • C、the ValidateRequest attribute
    • D、the Strict attribute

    正确答案:C

  • 第7题:

    You are developing an ASP.NET Web application. You create a master page. The master page requires a region where you can add page-specific content by using theASP.NET page designer. You need to add a control to the master page to define the region. Which control should you add?()

    • A、PlaceHolder
    • B、ContentPlaceHolder
    • C、Content
    • D、Substituition

    正确答案:B

  • 第8题:

    You create a Microsoft ASP.NET application by using the Microsoft .NET Framework version 3.5. You create a custom Web user control named SharedControl. The control will be compiled as a library.  You write the following code segment for the SharedControl control: 01 protected override void OnInit(EventArgs e)   02 {   03   base.OnInit(e);   04 ►  05 }    All the master pages in the ASP.NET application contain the following directive. <%@ Master Language="C#" EnableViewState="false" %>    You need to ensure that the state of the SharedControl control can persist on the pages that reference a master page.  Which code segment should you insert at line 04?()

    • A、Page.RegisterRequiresPostBack(this); 
    • B、Page.RegisterRequiresControlState(this); 
    • C、Page.UnregisterRequiresControlState(this); 
    • D、Page.RegisterStartupScript("SharedControl","server");

    正确答案:B

  • 第9题:

    单选题
    A JSP page needs to perform some operations before servicing the first request. Where can this be done?()
    A

     within a method called jspInit

    B

     within the page directive of the JSP page

    C

     within a scriptlet at the top of the JSP page

    D

     within the  XML element


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

  • 第10题:

    单选题
    You have created a JSP that includes instance variables and a great deal of scriptlet code. Unfortunately,after extensive load testing, you have discovered several race conditions in your JSP scriptlet code. To fixthese problems would require significant recoding, but you are already behind schedule. Which JSP codesnippet can you use to resolve these concurrency problems?()
    A

    <%@ page isThreadSafe=’false’ %>

    B

    <%@ implements SingleThreadModel %>

    C

    <%! implements SingleThreadModel %>

    D

    <%@ page useSingleThreadModel=’true’ %>

    E

    <%@ page implements=’SingleThreadModel’ %>


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

  • 第11题:

    填空题
    Where can you find the correct amount of the detergent to be used?On ____.

    正确答案: your detergent box
    解析:
    从文章第一段第四句“you should read the directions on your detergent box to find out the correct amount for your particular load”可知,此处应填your detergent box。

  • 第12题:

    单选题
    Where will you find the requirements for the signals that must be sounded by a mobile offshore drilling unit that is being towed through an area of restricted visibility? ()
    A

    COLREGS

    B

    MMS Rules

    C

    SOLAS Convention

    D

    Coast Pilot


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

  • 第13题:

    You are a trainee technician at TestKing, Inc. Your instructor tells you to backup an IOS image of a Cisco device to a Windows 2003 server on the network.What should you do first?()

    A. Make sure that the network server can be accessed.

    B. Check that the authentication for access is set.

    C. Assure that the network server has adequate space for the code image.

    D. Verify any file naming and path requirements.

    E. Make sure that the server can load and run the bootstrap code.


    参考答案:A, C, D

  • 第14题:

    Which of the following statement is NOT true?

    A. When you run out of money, you can ask your partner to call back.

    B. Telephone books in the US have different colors.

    C. The state of Oregon has several area codes.

    D. An area code is necessary in making a long-distance call.


    正确答案:C

    40.答案为C  从全文可知ABD选项是正确的陈述,从第一段可知一个地区只有一个区号,不论该地区是大是小。

  • 第15题:

    ( )a player cannot find where their picture card goes on the map, they must pick up another picture card.
    The first player to get rid of all their picture cards wins the game.
    Price $21.99

    A. If

    B. So

    C. And

    D. Because

    答案:A
    解析:

  • 第16题:

    Excuse me, could you help to find my son?()

    • A、Certainly.
    • B、Why?
    • C、No, I can't.
    • D、Where is he?

    正确答案:A

  • 第17题:

    You have created a JSP that includes instance variables and a great deal of scriptlet code. Unfortunately,after extensive load testing, you have discovered several race conditions in your JSP scriptlet code. To fixthese problems would require significant recoding, but you are already behind schedule. Which JSP codesnippet can you use to resolve these concurrency problems?()

    • A、<%@ page isThreadSafe=’false’ %>
    • B、<%@ implements SingleThreadModel %>
    • C、<%! implements SingleThreadModel %>
    • D、<%@ page useSingleThreadModel=’true’ %>
    • E、<%@ page implements=’SingleThreadModel’ %>

    正确答案:A

  • 第18题:

    You are developing a Web application. The Web application restricts access to an administrative page. The Web application uses the following code segment to protect the page.if (Page.User.Identity.Name != @"CONTOSO/Administrator") { the page, you are redirected to Login.aspx. You discover that the User.Identity.Name property is not being correctly populated. You need to ensure that you can access the page when you are logged on as Administrator. Which two actions should you perform? ()

    • A、In the Web.config file, enable impersonation.
    • B、In IIS, enable anonymous access.
    • C、In IIS, disable anonymous access.
    • D、In the Web.config file, set the authentication mode to Windows.

    正确答案:C,D

  • 第19题:

    You are implementing an ASP.NET page that will retrieve large sets of data from a data source. You add a ListView control and a DataPager control to the page. You need to ensure that the data can be viewed one page at a time. What should you do?()

    • A、Set the DataPager control’s PageSize property to the number of rows to view at one time.
    • B、Set the DataPager control’s PagedControlID property to the ID of the ListView control.
    • C、In the code-behind file, set the DataPager control’s Parent property to the ListView control.
    • D、In the code-behind file, set the ListView control’s Parent property to the DataPager control.

    正确答案:B

  • 第20题:

    单选题
    Where can you most probably find web page?
    A

    Sydney 2000.com

    B

    Beijing 2008.com

    C

    Guangzhou 2010.com

    D

    London 2012.com


    正确答案: C
    解析:
    根据文章首句“Welcome to the 2012 London Olympic Games!”,可知选项D正确。

  • 第21题:

    填空题
    If you are not well off, you can still find happiness in occasions where comparisons are in your favor.____

    正确答案: B
    解析:
    由题干中“not well off”定位至B段。本段讲到你如果不富有应该避免的情景,破折号后的内容是寻找快乐的建议,故匹配段落为B段。

  • 第22题:

    单选题
    You are testing an existing ASP.NET page. The page includes a text box. You are able to execute malicious JavaScript code by typing it in the text box and submitting. You need to configure the page to prevent JavaScript code from being submitted by the text box. In the @ Page directive, which attribute should you set to true?()
    A

    the EnableEventValidation attribute

    B

    the ResponseEncoding attribute

    C

    the ValidateRequest attribute

    D

    the Strict attribute


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

  • 第23题:

    多选题
    Certkiller .com's e-Commerce Web application contains a page named Products.aspx that uses data source and data-bound server controls. Customers use the server controls to search for products. The Products.aspx page does not have an associated code-behind file. You need to convert the Products.aspx page to a user control so that its functionality can be reused on other pages. What should you do?()
    A

     Move the Products.aspx page to the App_Code folder.

    B

     Create a code-behind file for the Products.aspx page.

    C

     Rename the Products.aspx page to Products.ascx.

    D

     Remove all server controls from the Products.aspx page.

    E

     Replace the Page directive with a Control directive.


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