更多“With respect to program variables,(73)means assigning a beginning value to a variablA.B.Se ”相关问题
  • 第1题:

    To document your code can increase program(72) and make program easier to(73).

    A.reliability

    B.security

    C.readability

    D.usability


    正确答案:C

  • 第2题:

    self-respect _____73______ The workplace


    正确答案:G

  • 第3题:

    "With all respect" means().

    A、恕我直言

    B、尊敬的首相

    C、向你致敬

    D、对不起


    参考答案:A

  • 第4题:

    In C language, ______ are used to create variables and are grouped at the top of a program block.

    A.declarations

    B.dimensions

    C.comments

    D.descriptions


    正确答案:A
    解析:译文的含义是:在C语言中,()用于创建变量,而且在程序块顶端分组。选项A、B、C、D的含义分别是声明、维、注释、描述。选项A符合题意,为所选。

  • 第5题:

    In C program, all variables must be(70)before use, usually at the beginning of the function before any(71)statements.

    A.stated

    B.writed

    C.illustrated

    D.declared


    正确答案:D
    解析:译文:在一段C程序中,所有变量在使用前必须声明,通常在函数的可执行语句之前声明。

  • 第6题:

    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

  • 第7题:

    In C language,(69) are used to create variables and are grouped at the top of a program block.

    A.declarations

    B.dimensions

    C.comments

    D.descriptions


    正确答案:A

  • 第8题:

    With respect to program variables, (71) means assigning a beginning value to a variabl

    A.Setup

    B.startup

    C.initialization

    D.pre-compile


    正确答案:C
    对程序变量来说,初始化意味着给变量赋初值。

  • 第9题:

    With respect to program variables, ( ) means assigning a beginning value to a variable.

    A.setup
    B.startup
    C.initialization
    D.pre-compile

    答案:C
    解析:
    对程序变量来说,初始化意味着给变量赋初值。

  • 第10题:

    Which statements concerning the value of a member variable are true, when no explicit assignments have been made?()  

    • A、The value of an int is undetermined.
    • B、The value of all numeric types is zero.
    • C、The compiler may issue an error if the variable is used before it is initialized.
    • D、The value of a String variable is "" (empty string).
    • E、The value of all object variables is null.

    正确答案:B,E

  • 第11题:

    多选题
    Which statements concerning the value of a member variable are true, when no explicit assignments have been made?()
    A

    The value of an int is undetermined.

    B

    The value of all numeric types is zero.

    C

    The compiler may issue an error if the variable is used before it is initialized.

    D

    The value of a String variable is  (empty string).

    E

    The value of all object variables is null.


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

  • 第12题:

    单选题
    ()means that every project has a definite beginning and a definite end.
    A

    Projectphase

    B

    Unique

    C

    Temporary

    D

    Closure


    正确答案: A
    解析: 该题的关键词为"a definite beginning and a definite end",其语句结构为" (主语)means(谓语)that",含义为"什么意味着",该题干为项目管理的一个基本概念描述,描述了项目具备临时性特点。所以选择选项C。

  • 第13题:

    ● The program and the data are kept inside the computer in a place called

    (73) .

    (73)

    A. bus

    B. cache

    C. CPU

    D. memory


    正确答案:D

    试题(73)参考译文
    在计算机中存放程序和数据的地方称为内存。
    参考答案
    (73)D

  • 第14题:

    ● To document your code can increase program (72) and make program easier to (73).

    (72)

    A. reliability

    B. security

    C. readability

    D. usability

    (73)

    A. execute

    B. interpret

    C. compile

    D. maintain


    正确答案:C,D

  • 第15题:

    ()means the respect and admiration that someone or something.

    A. guild

    B. license

    C. missionary

    D. prestige


    正确答案:D

  • 第16题:

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

    A.compiler

    B.executable

    C.source

    D.object


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

  • 第17题:

    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。

  • 第18题:

    In C program, all variables must be declared before(52), usually at the(53) of the function before any executable statements.

    A.stated

    B.instructed

    C.illustrated

    D.use


    正确答案:D

  • 第19题:

    A(73)is a value that never changes, for example: the value of Pi(approximately 3.14).

    A.variable

    B.string

    C.Boolean

    D.constant


    正确答案:D
    解析:译文:常量是不会改变的量,例如:Pi的值(近似于3.14)。

  • 第20题:

    ● The most important program on any computer is (73) .

    (73)

    A. Office 2000

    B. Virus

    C. software

    D. Operating System


    正确答案:D

  • 第21题:

    Program(73)describes program's objectives, desired output, input data required, processing requirement, and documentation.

    A.specification
    B.flowchart
    C.structure
    D.address

    答案:C
    解析:
    程序规格说明书描述了程序的目标、预期的输出、所需的输入数据、处理的要求和文档。

  • 第22题:

    Your business has departmental reports that are generated every day. Each department must use the same set of queries, but access a different subset of data in the tables, depending on which department generates the report. The format of the reports is being developed; currently, the format changes daily. How would you configure the database to ensure that each department generates its report (based on its target data) using the most recent report format every day?()

    • A、 By having each user run the report generation procedure at the scheduled time, supplying the necessary input variables.
    • B、 By creating a program using DBMS_JOB that accepts one or more variables, and creating a job that calls this program using DBMS_JOB.
    • C、 By having each user schedule a job using DBMS_JOB that accepts one or more input variables and calls a procedure that generates the report.
    • D、 By having each user create a job using DBMS_SCHEDULER that includes all the information and commands necessary to generate the report.
    • E、 By creating a program using DBMS_SCHEDULER that accepts one or more variables, and creating a job that calls this program using DBMS_SCHEDULER.

    正确答案:E

  • 第23题:

    单选题
    ()means that every project has a definite beginning and a definite end.
    A

    Project phase

    B

    Unique

    C

    Temporary

    D

    Closure


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