单选题management has asked bob to post an introductory welcome page when notes users first open the video application in which one of the following places should bob put the welcome message?()Ain a document named welcome Bin the  database about doc Cin the  

题目
单选题
management has asked bob to post an introductory welcome page when notes users first open the video application in which one of the following places should bob put the welcome message?()
A

 in a document named welcome 

B

 in the  database about doc 

C

 in the  database using doc 

D

 in the first page in the database design


相似考题
更多“单选题management has asked bob to post an introductory welcome page when notes users first open the video application in which one of the following places should bob put the welcome message?()A  in a document named welcome B  in the  database about doc C  in”相关问题
  • 第1题:

    在J2ee中,myWebApp目录是一个Web应用程序根目录,当在浏览器中输入http://localhost:8080/myWebApp/时,会自动打开该目录下的start.jsp文件。为了达到这个要求,需要在web.xml中添加如下代码()。

    • A、<welcome-file>start.jsp</welcome-file> 
    • B、<welcome-file-list>start.jsp</welcome-file-list> 
    • C、<welcome-list>  <welcome-file>start.jsp</welcome-file> </welcome-list> 
    • D、<welcome-file-list> <welcome-file>start.jsp</welcome-file>   </welcome-file-list>

    正确答案:D

  • 第2题:

    An administrator has received complaints from users that an application is not available while other applications run. This application resides on an NFS mounted filesystem. Which of the following commands should be run as a reasonable first step to handle this problem?()

    • A、df
    • B、showmount
    • C、exportfs
    • D、refresh -g nfs

    正确答案:A

  • 第3题:

    Which of the following statements allows BOB to revoke access to the SAMPLE database from user TOM?()

    • A、REVOKE ACCESS ON DATABASE FROM USER bob
    • B、REVOKE CONNECT ON DATABASE FROM USER tom
    • C、REVOKE tom FROM ACCESS ON DATABASE BY USER bob
    • D、REVOKE tom FROM CONNECT ON DATABASE BY USER bob

    正确答案:B

  • 第4题:

    jim has created a field hint for the address field. Users tell him this text disappears when they click in the address field. which one of the following is most likely reason?()

    • A、 the address field is computed 
    • B、 jim should have used a text popup       
    • C、 jim stored the field hint in the database    
    • D、 field hint only display when the user has not clicked in the field (field hint)

    正确答案:D

  • 第5题:

    management has asked bob to post an introductory welcome page when notes users first open the video application in which one of the following places should bob put the welcome message?()

    • A、 in a document named welcome 
    • B、 in the  database about doc 
    • C、 in the  database using doc 
    • D、 in the first page in the database design

    正确答案:B

  • 第6题:

    单选题
    You are building your own layout mechanism by including dynamic content for the page’s header and footersections. The footer is always static, but the header generates the  tag that requires the page name tobe specified dynamically when the header is imported. Which JSP code snippet performs the import of theheader content?()
    A

    <jsp:include page=’/WEB-INF/jsp/header.jsp’><jsp:param name=’pageName’ value=’Welcome Page’ /> </jsp:include>

    B

    <jsp:import page=’/WEB-INF/jsp/header.jsp’><jsp:param name=’pageName’ value=’Welcome Page’ /> </jsp:import>

    C

    <jsp:include page=’/WEB-INF/jsp/header.jsp’><jsp:attribute name=’pageName’ value=’Welcome Page’ /> . </jsp:include>

    D

    <jsp:import page=’/WEB-INF/jsp/header.jsp’>. <jsp:attribute name=’pageName’ value=’Welcome Page’ /> . </jsp:import>


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

  • 第7题:

    单选题
    jim has created a field hint for the address field. Users tell him this text disappears when they click in the address field. which one of the following is most likely reason?()
    A

     the address field is computed 

    B

     jim should have used a text popup       

    C

     jim stored the field hint in the database    

    D

     field hint only display when the user has not clicked in the field (field hint)


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

  • 第8题:

    单选题
    jayne has asked her domino server administrator to enable doc locking on the server. which one of the following must she do to enable it for her application?()
    A

     enable the “allow doc locking “ db property 

    B

     create a view column for the locked doc view icon 

    C

     add a profile doc to the db to manage the locked doc 

    D

     enable doc locking at the view level for each view in the db


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

  • 第9题:

    单选题
    An administrator has received complaints from users that an application is not available while other applications run. This application resides on an NFS mounted filesystem. Which of the following commands should be run as a reasonable first step to handle this problem?()
    A

    df

    B

    showmount

    C

    exportfs

    D

    refresh -g nfs


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

  • 第10题:

    单选题
    FINANCE DEPARTMENT RELOCATIONFriday’s meeting is compulsory for all Finance staff, others welcome to attend for information.
    A

    The meeting is about something which affects only one department.

    B

    Staff in all departments should attend the meeting.

    C

    Finance will announce at the meeting which departments will relocate.


    正确答案: C
    解析:
    题意:财务部门迁址,财务部成员必须参加周五的会议,其他人员自愿。relocation 迁移。compulsory强制性的;必须的。由此可知这仅是一个部门的会议。故选项A“这次会议只涉及一个部门”符合题意。选项B“各部门员工必须参加这次会议”和选项C“财务部将在这次会议上宣布哪个部门将要迁址”均与题意不符。

  • 第11题:

    单选题
    Given that login.getName() returns a java.lang.String value and given the JSP code:  Welcome Which is equivalent?()
    A

    <%> Welcome <% out.print(login.getName()); %> 

    B

     Welcome <% writer.print(login.getName()); %> 

    C

     Welcome <% response.out.print(login.getName()); %>

    D

     Welcome <% response.writer.print(login.getName()); %> 

    E

     Welcome <% response.getOutputStream().write(login.getName()); %>


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

  • 第12题:

    单选题
    Your web application views all have the same header, which includes the  tag in the  elementof the rendered HTML. You have decided to remove this redundant HTML code from your JSPs and put itinto a single JSP called /WEB-INF/jsp/header.jsp. However, the title of each page is unique, so you havedecided to use a variable called pageTitle to parameterize this in the header JSP, like this: 10.${param.pageTitle} Which JSP code snippet should you use in your main view JSPs to insert the header and pass thepageTitle variable?()
    A

    <jsp:insert page=’/WEB-INF/jsp/header.jsp’>. ${pageTitle=’Welcome Page’}. </jsp:insert>

    B

    <jsp:include page=’/WEB-INF/jsp/header.jsp’>. ${pageTitle=’Welcome Page’}. </jsp:include>

    C

    <jsp:include file=’/WEB-INF/jsp/header.jsp’>. ${pageTitle=’Welcome Page’}. </jsp:include>

    D

    <jsp:insert page=’/WEB-INF/jsp/header.jsp’>. <jsp:param name=’pageTitle’ value=’Welcome Page’ /> . </jsp:insert>

    E

    <jsp:include page=’/WEB-INF/jsp/header.jsp’>. <jsp:param name=’pageTitle’ value=’Welcome Page’ /> . </jsp:include>


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

  • 第13题:

    You are creating a Web-based application to manage data aggregation for reports. The application connects to a SQL Server 2005 database named DataManager. One page in the application has controls that execute stored procedures in a database named ReportingDatabase. There is an existing Service Broker connection between the DataManager database and ReportingDatabase.You want to add two new message types to the existing service. In each database, you create message types named ProcessReport and SendResult. You need to add the two new message types to the existing service. What should you do first?()

    • A、Create a queue on each database with the ACTIVATION argument set to DataManager dbo processReport.
    • B、Create a conversation between the databases by using the following Statement BEGIN DIALOG FROM SERVICE ’ProcessReport’ TO SERVICE ’SendResult’
    • C、Create a contract between the services by using the following statement.CREATE CONTRACT processData (ProcessReport SENT BY INITIATOR,SendResult SENT BY TARGET)
    • D、Create services for each database by using the following statement.CREATE SERVICE DataManager on QUEUE ProcessReport

    正确答案:C

  • 第14题:

    bill has an author names field named all editors that calculates a list of possible editors of the doc based on values users has entered into another field. The list only contains users’ first and last names, and only should be displayed to users who can edit doc.Which of the following hide-when formulas should bill use to control the display of the field?()

    • A、 @isnotmember(alleditors,@username) 
    • B、 @isnotmember(@name([cn]);@username) 
    • C、 @isnotmember(alleditors;@name([cn ];@username)) 
    • D、 if(@isnotmember(alleditors;@name([cn];@username);@true;@false))

    正确答案:C

  • 第15题:

    tony would like to make it easier for users of the video application to enter new doc using the “video form”, he’d like users to be able to create new “video” doc form within the view. Which one of the following should tony so to build this interface?()

    • A、create a view action that has the following formula:@command([create];”video”)
    • B、create a form action that has the following formula:@command([compose];”video”)
    • C、create a view action that has the following formula:@command([compose];”video”)
    • D、create a database action that has the following formula:@command([compose];”video”)

    正确答案:C

  • 第16题:

    norma has a form action that will allow users to create comments to the existing doc. When Norma views the form in her web browser, she sees the action. but when she opens the form in her notes client she cannot see the action . which one of the following should she do to correct the problom? ()

    • A、delete old action and create a new one on the form
    • B、Make sure the comments form is available for notes clients use
    • C、Make the action a shared action and disable the hide-when setting for “web borwsers”
    • D、Check the actions hide-when setting to make sure the action is available for “notes 4.6 later”

    正确答案:D

  • 第17题:

    You are building your own layout mechanism by including dynamic content for the page’s header and footersections. The footer is always static, but the header generates the  tag that requires the page name tobe specified dynamically when the header is imported. Which JSP code snippet performs the import of theheader content?() <title>

    • A、<jsp:include page=’/WEB-INF/jsp/header.jsp’><jsp:param name=’pageName’ value=’Welcome Page’ /> </jsp:include>
    • B、<jsp:import page=’/WEB-INF/jsp/header.jsp’><jsp:param name=’pageName’ value=’Welcome Page’ /> </jsp:import>
    • C、<jsp:include page=’/WEB-INF/jsp/header.jsp’><jsp:attribute name=’pageName’ value=’Welcome Page’ /> . </jsp:include>
    • D、<jsp:import page=’/WEB-INF/jsp/header.jsp’>. <jsp:attribute name=’pageName’ value=’Welcome Page’ /> . </jsp:import>

    正确答案:A

  • 第18题:

    单选题
    Which of the following statements allows BOB to revoke access to the SAMPLE database from user TOM?()
    A

    REVOKE ACCESS ON DATABASE FROM USER bob

    B

    REVOKE CONNECT ON DATABASE FROM USER tom

    C

    REVOKE tom FROM ACCESS ON DATABASE BY USER bob

    D

    REVOKE tom FROM CONNECT ON DATABASE BY USER bob


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

  • 第19题:

    单选题
    management has asked bob to post an introductory welcome page when notes users first open the video application in which one of the following places should bob put the welcome message?()
    A

     in a document named welcome 

    B

     in the  database about doc 

    C

     in the  database using doc 

    D

     in the first page in the database design


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

  • 第20题:

    单选题
    tony would like to make it easier for users of the video application to enter new doc using the “video form”, he’d like users to be able to create new “video” doc form within the view. Which one of the following should tony so to build this interface?()
    A

    create a view action that has the following formula:@command([create];”video”)

    B

    create a form action that has the following formula:@command([compose];”video”)

    C

    create a view action that has the following formula:@command([compose];”video”)

    D

    create a database action that has the following formula:@command([compose];”video”)


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

  • 第21题:

    单选题
    You are creating a Web-based application to manage data aggregation for reports. The application connects to a SQL Server 2005 database named DataManager. One page in the application has controls that execute stored procedures in a database named ReportingDatabase. There is an existing Service Broker connection between the DataManager database and ReportingDatabase.You want to add two new message types to the existing service. In each database, you create message types named ProcessReport and SendResult. You need to add the two new message types to the existing service. What should you do first?()
    A

    Create a queue on each database with the ACTIVATION argument set to DataManager dbo processReport.

    B

    Create a conversation between the databases by using the following Statement BEGIN DIALOG FROM SERVICE ’ProcessReport’ TO SERVICE ’SendResult’

    C

    Create a contract between the services by using the following statement.CREATE CONTRACT processData (ProcessReport SENT BY INITIATOR,SendResult SENT BY TARGET)

    D

    Create services for each database by using the following statement.CREATE SERVICE DataManager on QUEUE ProcessReport


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

  • 第22题:

    单选题
    bill has an author names field named all editors that calculates a list of possible editors of the doc based on values users has entered into another field. The list only contains users’ first and last names, and only should be displayed to users who can edit doc.Which of the following hide-when formulas should bill use to control the display of the field?()
    A

     @isnotmember(alleditors,@username) 

    B

     @isnotmember(@name([cn]);@username) 

    C

     @isnotmember(alleditors;@name([cn ];@username)) 

    D

     if(@isnotmember(alleditors;@name([cn];@username);@true;@false))


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

  • 第23题:

    单选题
    Which defines the welcome files in a web application deployment descriptor?()
    A

    A

    B

    B

    C

    C

    D

    D

    E

    E


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

  • 第24题:

    单选题
    norma has a form action that will allow users to create comments to the existing doc. When Norma views the form in her web browser, she sees the action. but when she opens the form in her notes client she cannot see the action . which one of the following should she do to correct the problom? ()
    A

    delete old action and create a new one on the form

    B

    Make sure the comments form is available for notes clients use

    C

    Make the action a shared action and disable the hide-when setting for “web borwsers”

    D

    Check the actions hide-when setting to make sure the action is available for “notes 4.6 later”


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