题目内容

In the programming process which of the following is not involved in defining what the program is to do在编程过程中,以下哪些与定义程序的工作无关:

A. Process 过程处理
B. Compile code 编译代码
C. Input 输入
D. Output 输出
E. Purpose 目标

查看答案
更多问题

One of the design tools used by programmers when creating a model of the program is .程序员在创建程序模型时使用的设计工具之一是:

A. Disk drive 磁盘驱动
B. Compiler 编译器
C. ALU算术逻辑单元
D. Pseudocode 伪代码

Which of the following is not part of a method call? 以下哪项不是方法调用的一部分?

A. method name 方法名
B. return type 返回类型
C. parentheses 括号
D. all of the above are part of a method call 以上都是方法调用的一部分

若有定义String words="回首向来萧瑟处,归去,也无风雨也无晴。";则words.length()的值是____。

已知语句为:int[] numbers ={60 , 70 , 100 , 50 , 44 , 63 , 80};则numbers [3]=__________。

答案查题题库