itgle.com
更多“The(71) program is generally translated to an object program, which is in a form. directly ”相关问题
  • 第1题:

    Which of the following objects can be directly referenced by a window object? ()

    A. Schedule object

    B. Program object

    C. Job object

    D. Resource plan

    E. Resource consumer group


    参考答案:A, D

  • 第2题:

    The term“(67)program”means a program written in high-level language.

    A.compiler

    B.executable

    C.source

    D.object


    正确答案:C
    解析:源程序表示用高级语言书写的程序。

  • 第3题:

    试题(71)

    Which of the following would require real-time processing?(71)

    (71)

    A.Playing a computer game

    B.Executing a program that predicts the state of economy

    C.Printing labels

    D.Listening the music


    正确答案:A
    试题(71)分析
    下列哪项活动需要进行实时处理?
    A电脑游戏
    B预测经济形势
    C打印表格
    D听音乐
    因此,正确答案是A。
    参考答案
    (71)A

  • 第4题:

    Comment is nonprogram(78) embedded in a program to explain its form. and function to human readers.

    A.command

    B.expression

    C.text

    D.statement


    正确答案:C
    解析:注释是非程序文本,它内嵌在程序中,用于向读者解释程序的结构和功能。

  • 第5题:

    ●The prototyping method is a dynamic design processes, which requires people who use prototyping method to have the following capability of (71).

    (71)

    A. proficient program expertise

    B. immediately acquire requirement

    C. coordinate&organize eloquently

    D. handle tools smartly


    正确答案:B

  • 第6题:

    Each program module is compiled separately and the resulting (71) files are linked together to make an executable application.

    A.assembler

    B.source

    C.library

    D.object


    正确答案:D

  • 第7题:

    The( )program is generally translated to an object program, which is in a form directly understandably by the computer.

    A. transfer
    B. assemble
    C. source
    D. Compile

    答案:C
    解析:
    翻译:源程序通常被翻译成一个目标程序,它的形式可以被计算机直接理解。

  • 第8题:

    Which of the following Scheduler elements encourage object reuse?()

    • A、 Schedule objects
    • B、 Program arguments
    • C、 Job classes
    • D、 Job arguments
    • E、 All of the above

    正确答案:A,B,D

  • 第9题:

    Which of the following is not a valid setting for the PROGRAM_TYPE parameter in a program object or the JOB_TYPE parameter in a job object?()

    • A、PLSQL_BLOCK
    • B、JAVA_STORED_PROCEDURE
    • C、STORED_PROCEDURE
    • D、EXECUTABLE
    • E、None of the above are invalid settings.

    正确答案:B

  • 第10题:

    单选题
    Which program helps improve thinking skills?
    A

    Sports Program.

    B

    Art Program

    C

    Development Program

    D

    Woodshop Program


    正确答案: C
    解析:
    本题关于思考技巧(thinking skills),这个在Almaden School中有提到,它提供的Development Program正好是帮助学生提高思考能力的,因此选C项。

  • 第11题:

    单选题
    Which statements about the garbage collection are true?()
    A

     The program developer must create a thread to be responsible for free the memory.

    B

     The garbage collection will check for and free memory no longer needed.

    C

     The garbage collection allow the program developer to explicity and immediately free the memory.

    D

     The garbage collection can free the memory used java object at expect time.


    正确答案: A
    解析: Java语言将内存分配和释放的工组交给了自己,程序员不必做这些工作,它提供一个系统级的线程跟踪每个内存的分配,在JVM的空闲处理中,垃圾收集线程将检查和释放不再使用的内存(即可以被释放的内存)。垃圾收集的过程在java程序的生存期中是自动的,不需要分配和释放内存,也避免了内存泄漏。可以调用System.gc()方法建议(suggest)JVM执行垃圾收集以使得可被释放的内存能立即被使用,当此方法返回的时候,JVM已经做了最大的努力从被丢弃的对象上回收内存空间。程序员不能指定收集哪些内存,一般而言也不用关心这个问题,除非是程序的内存消耗很大,特别是有很多临时对象时可以“建议“进行垃圾收集以提高可用内存。需要指出的是调用System.gc()方法不能保证JVM立即进行垃圾收集,而只能是建议,因为垃圾收集线程的优先级很低(通常是最低的)。

  • 第12题:

    单选题
    Which of the following is not a valid setting for the PROGRAM_TYPE parameter in a program object or the JOB_TYPE parameter in a job object?()
    A

    PLSQL_BLOCK

    B

    JAVA_STORED_PROCEDURE

    C

    STORED_PROCEDURE

    D

    EXECUTABLE

    E

    None of the above are invalid settings.


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

  • 第13题:

    An application software is any program(68)to perform. a specific function directly for the user or, in some cases, for another application program.

    A.design

    B.designing

    C.designed

    D.praticed


    正确答案:C
    解析:应用软件是直接为用户设计的具有专门功能的软件,或在某些情况下,为另一种应用程序设计的软件。

  • 第14题:

    The(74) program is generally translated to an object program, which is in a form. directly understandably by the computer.

    A.transfer

    B.assemble

    C.source

    D.compile


    正确答案:C

  • 第15题:

    is nonprogram text embedded in a program to explain its form. and function to human readers.

    A.Command

    B.Compile

    C.Comment

    D.Statement


    正确答案:C
    解析:注释是嵌入到程序中的非程序文本,用来向阅读程序的人解释程序的结构和功能。

  • 第16题:

    The term "______ program" means a program written in high-level language.

    A.compiler

    B.executable

    C.source

    D.object


    正确答案:C
    解析:译文的含义是:()程序表示用高级语言书写的程序。A、B、C、D各选项的意思分别是:编译、可执行、源、目标。所以,本题应该选择C。

  • 第17题:

    The (1) program means a program written in a high-level language. It is generally translated to an (2) program, which is in a form. directly understandably by the computer.

    The translation is usually done by a program called (3).

    A.assemble

    B.web

    C.C

    D.source


    正确答案:D

  • 第18题:

    Accelerated analysis approaches emphasize the construction of (71) to more rapidly identify business and user requirements for a new system. As an accelerated analysis technology,(72) reads the program code and automatically generates the equivalent system model, and the code can be obtained from (73) All system analysis approaches require some form. of (74) which includes those techniques to be used to identify or extract system problems and solution requirements from user community.(75) is a classical set of techniques used to collect information about system problems, opportunities, solution requirements, and priorities.

    A.object models

    B.prototypes

    C.use cases

    D.components


    正确答案:B

  • 第19题:

    Which statements about the garbage collection are true?() 

    • A、 The program developer must create a thread to be responsible for free the memory.
    • B、 The garbage collection will check for and free memory no longer needed.
    • C、 The garbage collection allow the program developer to explicity and immediately free the memory.
    • D、 The garbage collection can free the memory used java object at expect time.

    正确答案:B

  • 第20题:

    Which of the following objects can be directly referenced by a window object?()

    • A、 Schedule object
    • B、 Program object
    • C、 Job object
    • D、 Resource plan
    • E、 Resource consumer group

    正确答案:A,D

  • 第21题:

    单选题
    It can be inferred from the passage that which of the following is true for most consumer-goods markets?
    A

    The program target and the program audience are not usually identical.

    B

    The program audience and the market segment are usually identical.

    C

    The market segment and the program target are usually identical.

    D

    The program target is larger than the market segment.


    正确答案: C
    解析:
    由“mass marketing—a marketing approach that aims at a wide audience… marketing program exclusively to the program target.”得知消费品并不能实现只出售给计划目标,许多人都会受到他们并不感兴趣的产品营销的打扰。

  • 第22题:

    单选题
    Which of the following is not a valid setting for the PROGRAM_TYPE parameter in a program object or the JOB_TYPE parameter in a job object?()
    A

     PLSQL_BLOCK

    B

     JAVA_STORED_PROCEDURE

    C

     STORED_PROCEDURE

    D

     EXECUTABLE

    E

     None of the above are invalid settings.


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

  • 第23题:

    单选题
    Which of the following locations would hold 32-bit application files in Windows Vista 64-bit?()
    A

    C:/Program Files/

    B

    C:/Program Files (x86)/

    C

    C:/Program Files 32/

    D

    C:/Program files 32-bit/


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