更多“interpreter program的中文翻译为()”相关问题
  • 第1题:

    GCA的中文翻译是全球客户评审,它是以 () 为导向而来的一种评审方法。


    正确答案:顾客

  • 第2题:

    USB的全称或中文翻译:()。


    正确答案:Universal Serial Bus、通用串行总线

  • 第3题:

    ADSL的中文翻译是()


    正确答案:非对称用户数字线路

  • 第4题:

    You are designing a Windows Azure web application that does not use ASP.NET.   The application requires a standalone Win32 interpreter.  You need to recommend an approach for allowing access to the interpreter.  What should you recommend?()

    • A、 Use a web role.  Configure the interpreter as an ISAPI filter.
    • B、 Use a web role.  Configure a FastCGI handler for the interpreter and set the path to the interpreter.
    • C、 Use a worker role with an internal endpoint.  Enable native code execution.
    • D、 Use a worker role with an external endpoint.  Configure a FastCGI handler for the interpreter and set the path to the root.

    正确答案:B

  • 第5题:

    填空题
    SDH的中文翻译是:()。

    正确答案: 同步数字体系
    解析: 暂无解析

  • 第6题:

    填空题
    RTP的全称或中文翻译:()。

    正确答案: Real-time Transport Protocol、实时传送协议
    解析: 暂无解析

  • 第7题:

    Which statements about Java code security are true?() 

    • A、 The bytecode verifier loads all classes needed for the execution of a program.
    • B、 Executing code is performed by the runtime interpreter.
    • C、 At runtime the bytecodes are loaded, checked and run in an interpreter.
    • D、 The class loader adds security by separating the namespaces for the classes of the local file system from those imported from network sources.

    正确答案:B,C,D

  • 第8题:

    ROM全称或中文翻译是:()。


    正确答案:read only memory/只读存储器

  • 第9题:

    MaterialRequiringPlanning,缩写为MRP,中文翻译为()


    正确答案:物料需求计划

  • 第10题:

    填空题
    MaterialRequiringPlanning,缩写为MRP,中文翻译为()

    正确答案: 物料需求计划
    解析: 暂无解析

  • 第11题:

    多选题
    Which statements about Java code security are true?()
    A

    The bytecode verifier loads all classes needed for the execution of a program.

    B

    Executing code is performed by the runtime interpreter.

    C

    At runtime the bytecodes are loaded, checked and run in an interpreter.

    D

    The class loader adds security by separating the namespaces for the classes of the local file system from those imported from network sources.


    正确答案: A,C
    解析: SL275中描述的Java程序运行的过程是这样的:类加载器(class loader)加载程序运行所需要的所有类,它通过区分本机文件系统的类和网络系统导入的类增加安全性,这可以限制任何的特洛伊木马程序,因为本机类总是先被加载,一旦所有的类被加载完,执行文件的内存划分就固定了,在这个时候特定的内存地址被分配给对应的符号引用,查找表(lookuo table)也被建立,由于内存划分发生在运行时,解释器在受限制的代码区增加保护防止未授权的访问;然后字节码校验器(byte code verifier)进行校验,主要执行下面的检查:类符合JVM规范的类文件格式,没有违反访问限制,代码没有造成堆栈的上溢或者下溢,所有操作 代码的参数类型都是正确的,没有非法的数据类型转换(例如将整型数转换成对象类型)发生;校验通过的字节码被解释器(interpreter)执行,解释器在必要时通过运行时系统执行对底层硬件的合适调用。后三个答案是SL275中的原话。

  • 第12题:

    单选题
    interpreter program的中文翻译为()
    A

    解释程序

    B

    解释计划

    C

    调试程序

    D

    编译程序


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