作业帮 > 英语 > 作业

英语翻译1.The new keyword should be used to createan array.( )2.

来源:学生作业帮 编辑:拍题作业网作业帮 分类:英语作业 时间:2024/04/28 20:10:56
英语翻译
1.The new keyword should be used to createan array.( )
2.Attributes of a class are also known asFields.( )
3.Multiple parameters are separated withCommas.( )
4.Textbook index is an algorithm.( )
5.Pseudocode is executed on a computer.( )
6.Action structure is not a controlstructure.( )
7.next is a Java keyword .( )
8.The first operand of :isa int expression.( )
9.Both syntax errors and logic errors arecaught by the compiler.( )
10.Sentinel-controlled repetition is alsoknown as Indefinite repetition.( )
1.Multiple parameters are separated with Semicolon.( )
2.Instance variables of a class are also known as Fields ( )
3.The new keyword should be used to create an object.( )
4.Textbook index is an algorithm.( )
5.Counter-controlled repetition is also known as Indefinite repetition.( )
6.Action structure is not a control structure.( )
7.static is a Java keyword .( )
8.The first operand of :is a int expression.( )
9.Both syntax errors and logic errors are caught by the compile.( )
10.Pseudocode can’t be executed on a computer.( )
老师给的题里面没有选择题,忘了找了一些,说不定会考到,
我找了一些,说不定会考到.两天内有答案就好了
最近也在学习Java,试着帮你翻译一下:
1.new 关键字用来创建一个数组
\x09new关键字开辟了新的地址,用于创建对象,数组也是对象,对比13题来看,本题错,13题对
2.类的属性被称为字段
\x09本题正确,12题错.
3.多个元素用逗号分隔
\x09本题正确,11题错.每一条语句用分号分隔
4.书本索引?(textbook index)是一种算法
\x09这个不太懂,翻译的可能也不对.
5.伪代码在电脑上时可执行的\x09
\x09本题错,20题对.
6.行为结构?(action structure)不是一种控制结构
\x09不太清楚,翻译的可能不对
7.next是Java关键字
\x09本题错误,17题对.Java有关键字表,可以查一下.
8.?:运算符的第一个操作数是一个整型表达式
\x09?:是一个三元运算符,格式(操作数1 ? 操作数2 :操作数3 ),第一个操作数应该是boolean表达式,本题错误,18题错.
9.编译器能够同时捕获语法错误和逻辑错误
\x09本题错误,19题错误.编译器能够捕获语法错误,无法捕获逻辑错误.
10.边界值控制的重复又称为不确定重复
\x09本题正确,15题错.
11.多个元素用分号分隔
12.类的实例变量又被称为字段
13.new关键字用于创建对象
14.(textbook index)不是一种算法
15.计数器控制的重复又称为不确定重复
16.行为结构?(action structure)是一种控制结构
17.static 是Java关键字
18.?:运算符第一个操作数是一个整型表达式
19.编译器能够能够捕获语法错误和逻辑错误
20.伪代码不能再电脑上执行