更多“Supplemental Application for Drug Registration”相关问题
  • 第1题:

    Adverse Drug Reaction


    正确答案:A

  • 第2题:

    Which statement is true regarding Dynamic Service Registration?()

    • A、Dynamic service registration requires configuration in the listener .ora file.
    • B、Dynamic service registration can be used only with an Oracle9/instance.
    • C、Dynamic service registration cannot register a local listener that does not use TCP/IP or port 1521.
    • D、The PMON background process automatically registers each database instance if the necessary parameters have been set in the database initialization parameter file.

    正确答案:D

  • 第3题:

    registration of drug


    正确答案:国家食品药品监督管理局根据药品注册申请人的申请,依照法定程序,对拟上市销售药品的安全性、有效性、质量可控性等进行系统评价,并决定是否同意其申请的审批过程

  • 第4题:

    增补菌丛(supplemental flora)


    正确答案:包含常居的,但是以低数量(小于1%)存在的菌属,当环境改变时可以成为固有菌。

  • 第5题:

    Generic drug application


    正确答案:生产国家食品药品监督管理局已批准上市的已有国家标准的药品的注册申请,但是生物制品按照新药申请程序申报。

  • 第6题:

    What are two reasons why a device will fail to register to a community? ()(Choose two.)

    • A、The community name is not configured.
    • B、The registration server password is incorrect.
    • C、The registration server IP address is incorrect.
    • D、The backup registration server IP address is missing.

    正确答案:B,C

  • 第7题:

    What are the prerequisites for performing flashback transactions? ()(Choose all that apply)

    • A、Supplemental log must be enabled
    • B、Supplemental log must be enabled for the primary key
    • C、Undo retention guarantee for the database must be configured
    • D、”EXECUTE “ permission on the DBMS_FLASHBACK package must be granted to the user

    正确答案:A,B,D

  • 第8题:

    You work as a Web Developer at Certkiller.com. You create a Web application using MicrosoftASP.NET 3.5.  Certkiller.com hosts the application in Microsoft Internet Information Services 7.0. You attempt tobrowse the application and receive the following error message:  Service Unavailable    HTTP Error 503. The service is unavailable.   You check and discover that you are able to browse successfully to other application that formspart of the same IIS Web site. The hosted applications on the network make use of ASP.NET 3.5.There are not previous versions of ASP.NET is installed. You need to resolve this error as soon aspossible.  What should you do?()

    • A、You should run the ServiceModel Metadata Utility tool (Svcutil.exe).
    • B、You should change the pipeline mode associated with the application pool that hosts theapplication.
    • C、You should run the ASP.NET Registration Tool (Aspnet_regiis.exe).
    • D、You should make sure that the application pool that hosts the application is initiated.

    正确答案:D

  • 第9题:

    You are implementing an ASP.NET Web application. Users will authenticate to the application with an ID. The application will allow new users to register for an account. The application will generate an ID for the user based on the users full name. You need to implement this registration functionality. Which two actions should you perform?()

    • A、Configure the SqlMembershipProvider in the web.config file.
    • B、Configure the SqlProfileProvider in the web.config file.
    • C、Create an ASP.NET page that contains a default CreateUserWizard control to create a new user account.
    • D、Create an ASP.NET page that contains a custom form that collects the user information and then uses the Membership.CreateUser method to create a new user account.

    正确答案:A,D

  • 第10题:

    单选题
    You work as the application developer at Certkiller .com. Certkiller .com uses Visual Studio.NET 2005 as its application development platform. You are developing a .NET Framework 2.0 Windows Service application and are busy writing the following installation code for the Windows service: Public Class TestServiceInstaller Implemets Installer 'Additional code to go here End Class You are required to install the Windows service and write the values associated with the service in the Windows Registry. What should you do?()
    A

    The Assembly Registration Tool (Regasm.exe) should be used.

    B

    The Global Assembly Cache Tool (Gacutil.exe) should be used.

    C

    The .NET Services Installation Tool (Regsvcs.exe) should be used.

    D

    The Installer Tool (InstallUtil.exe) should be used.


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

  • 第11题:

    单选题
    PCF通过()消息向PDSN发送一个激活停止结算记录。
    A

    ConnectClose

    B

    A11-Registration-Request

    C

    A9-Release-A8

    D

    A11-Registration-Reply


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

  • 第12题:

    药物(drug)


    答案:
    解析:
    药物一般是指可以改变或者查明生理功能及病理状态,可以防、治、诊断疾病的化学物质。

  • 第13题:

    在Pubmed中检索有关“感冒的药物治疗”的循证医学文献,最佳途径为()

    • A、Search (Common Cold and drug therapy)
    • B、Search (Common Cold and drug therapy) Limits:Systematic Reviews
    • C、Search (Common Cold /drug therapy) Limits:Systematic Reviews
    • D、Search (Common Cold and drug therapy and EBM)

    正确答案:C

  • 第14题:

    Re-registration of Drugs


    正确答案:当药品批准证明文件有效期满后,申请人拟继续生产或进口该药品的注册申请。

  • 第15题:

    Drug E-Commerce of Drug


    正确答案:药品电子商务

  • 第16题:

    PCF通过()消息向PDSN发送一个激活停止结算记录。

    • A、ConnectClose
    • B、A11-Registration-Request
    • C、A9-Release-A8
    • D、A11-Registration-Reply

    正确答案:B

  • 第17题:

    Which are the prerequisites for performing flashback transactions on your database?()

    • A、 Undo retention guarantee for the database must be configured.
    • B、 Supplemental log must be enabled for the primary key.
    • C、 Supplemental log must be enabled.
    • D、 Execute permission on the DBMS_FLASHBACK package must be granted to the user.

    正确答案:B,C,D

  • 第18题:

    You administer a SQL Server 2008 instance. You plan to deploy a third-party database application to the instance. The application uses stored procedures that are developed by using SQL CLR integration. The application must be configured to enable the EXTERNAL_ACCESS code access security setting. You need to ensure that the application is deployed to the instance without loss of functionality. What should you do first?()

    • A、Replace read write non-static fields in the code with static fields.
    • B、Replace read-only static fields in the code with read write static fields. 
    • C、Use the peverify.exe PEVerify tool to verify whether the code meets the type-safety requirements.
    • D、Use the regasm.exe assembly registration tool to register the assembly on the server before deployment.

    正确答案:C

  • 第19题:

    You work as the application developer at Certkiller .com. Certkiller .com uses Visual Studio.NET 2005 as its application development platform. You are developing a .NET Framework 2.0 Windows Service application and are busy writing the following installation code for the Windows service: Public Class TestServiceInstaller Implemets Installer 'Additional code to go here End Class You are required to install the Windows service and write the values associated with the service in the Windows Registry. What should you do?()

    • A、The Assembly Registration Tool (Regasm.exe) should be used.
    • B、The Global Assembly Cache Tool (Gacutil.exe) should be used.
    • C、The .NET Services Installation Tool (Regsvcs.exe) should be used.
    • D、The Installer Tool (InstallUtil.exe) should be used.

    正确答案:D

  • 第20题:

    在supplemental航班中,()负责获取气象条件信息.


    正确答案:责任机长

  • 第21题:

    名词解释题
    增补菌丛(supplemental flora)

    正确答案: 包含常居的,但是以低数量(小于1%)存在的菌属,当环境改变时可以成为固有菌。
    解析: 暂无解析

  • 第22题:

    多选题
    What are two reasons why a device will fail to register to a community? ()(Choose two.)
    A

    The community name is not configured.

    B

    The registration server password is incorrect.

    C

    The registration server IP address is incorrect.

    D

    The backup registration server IP address is missing.


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