【计算机类职业资格】二级JAVA机试79及答案解析.doc

上传人:outsidejudge265 文档编号:1326682 上传时间:2019-10-17 格式:DOC 页数:2 大小:34KB
下载 相关 举报
【计算机类职业资格】二级JAVA机试79及答案解析.doc_第1页
第1页 / 共2页
【计算机类职业资格】二级JAVA机试79及答案解析.doc_第2页
第2页 / 共2页
亲,该文档总共2页,全部预览完了,如果喜欢就下载吧!
资源描述

1、二级 JAVA机试 79及答案解析(总分:100.00,做题时间:90 分钟)一、B1基本操作题/B(总题数:1,分数:30.00)1.下面程序的功能是显示已定义的一个 3行 3列的二维数组每行的元素,并求所有元素的和并输出。请在程序的每条横线处填写一个适当的语句,使程序的功能完整。 public class ShuZu public static void main(String args) int sum=0; int b=11,12,13,21,22,23,31,32,33; for(int i=0;_i+) Systemout,print(“b“+i+“:“); for(int j=0

2、;_j+) System.out.print(bij+“ “); _ System.out.println(); System.out.println(“Sum=“+sum); (分数:30.00)_二、B2简单应用题/B(总题数:1,分数:40.00)2.请完成下列 Java程序。程序的输出结果:a=6,b=5。 注意:请勿改动 main()主方法和其他已有语句内容,仅在下划线处填入适当的语句。 程序运行结果如下: (分数:40.00)_三、B3综合应用题/B(总题数:1,分数:30.00)3.下面 Applet程序的功能是统计在平面坐标系中第一象限中,半径大于 9,小于 10的圆环中坐标值

3、为整数的点有多少?并且给出其坐标值请改正程序中的错误(有下划线的语句),使程序执行后,能得到预期的结果。 注意:不改动程序的结构,不得增行或删行。 程序的执行结果为: (分数:30.00)_二级 JAVA机试 79答案解析(总分:100.00,做题时间:90 分钟)一、B1基本操作题/B(总题数:1,分数:30.00)1.下面程序的功能是显示已定义的一个 3行 3列的二维数组每行的元素,并求所有元素的和并输出。请在程序的每条横线处填写一个适当的语句,使程序的功能完整。 public class ShuZu public static void main(String args) int sum

4、=0; int b=11,12,13,21,22,23,31,32,33; for(int i=0;_i+) Systemout,print(“b“+i+“:“); for(int j=0;_j+) System.out.print(bij+“ “); _ System.out.println(); System.out.println(“Sum=“+sum); (分数:30.00)_正确答案:()解析:ib.length; jbi.length; sum+=bij; 解析 本题主要考查 for循环语句。解答本题的关键是热练掌握 for循环语句的用法。在本题中,外层 for循环控制语句 for

5、(int i=0;ib.length;i+)的功能是控制数组的行元素的值的输出,内层 for循环控制语句 for(int j=0;jbj.length;j+)的功能是控制二维数组每行元素的输出,sum+=bij;语句的功能是累加求和。二、B2简单应用题/B(总题数:1,分数:40.00)2.请完成下列 Java程序。程序的输出结果:a=6,b=5。 注意:请勿改动 main()主方法和其他已有语句内容,仅在下划线处填入适当的语句。 程序运行结果如下: (分数:40.00)_正确答案:()解析:a+b a-b 解析 本题主要考查变量的基本运算。解答本题的关键是理解程序的基本思想。本题的思想是不借

6、助第 3个变量来交换两个数的值。三、B3综合应用题/B(总题数:1,分数:30.00)3.下面 Applet程序的功能是统计在平面坐标系中第一象限中,半径大于 9,小于 10的圆环中坐标值为整数的点有多少?并且给出其坐标值请改正程序中的错误(有下划线的语句),使程序执行后,能得到预期的结果。 注意:不改动程序的结构,不得增行或删行。 程序的执行结果为: (分数:30.00)_正确答案:()解析:xrl; y+ continue; 解析 本题主要考查 for循环语句的基本用法。一个循环语句一般应包含 4部分内容:(1)初始化部分:用来设置循环控制的一些初始条件,如设置计数器等。(2)循环体部分:这是反复执行的一段代码,可以是单一的一条语句,也可以是复合语句(代码块)。(3)迭代部分:用来修改循环控制条件。常常在本次循环结束,下一次循环开始前执行。例如,使计数器递增或递减。 (4)判断部分:也称终止部分。是一个关系表达式或布尔逻辑表达式,其值用来判断是否满足循环终止条件。每执行一次循环都要对该表达式求值。解答循环语句题要抓住这四个部分。

展开阅读全文
相关资源
猜你喜欢
  • BS 6043-1 8-1986 Methods of sampling and test for carbonaceous materials used in aluminium manufacture - Electrode pitch - Determination of ash《制铝工业用炭素材料取样与试验方法 第1部分 电极硬柏油脂 第8节 灰分测.pdf BS 6043-1 8-1986 Methods of sampling and test for carbonaceous materials used in aluminium manufacture - Electrode pitch - Determination of ash《制铝工业用炭素材料取样与试验方法 第1部分 电极硬柏油脂 第8节 灰分测.pdf
  • BS 6043-1 9-1989 Methods of sampling and test for carbonaceous materials used in aluminium manufacture Electrode pitch Determination of sulphur content (bomb method)《制铝工业用炭素材料取样与试验.pdf BS 6043-1 9-1989 Methods of sampling and test for carbonaceous materials used in aluminium manufacture Electrode pitch Determination of sulphur content (bomb method)《制铝工业用炭素材料取样与试验.pdf
  • BS 6043-2 1-1985 Methods of sampling and test for carbonaceous materials used in aluminium manufacture - Electrode coke - Sampling《制铝工业用炭素材料取样与试验方法 第2部分 电极用焦炭 第1节 取样》.pdf BS 6043-2 1-1985 Methods of sampling and test for carbonaceous materials used in aluminium manufacture - Electrode coke - Sampling《制铝工业用炭素材料取样与试验方法 第2部分 电极用焦炭 第1节 取样》.pdf
  • BS 6043-2 11-1995 Methods of sampling and test for carbonaceous materials used in aluminium manufacture - Electrode coke - Determination of volatile matter content《制铝工业用炭素材料取样与试验方法.pdf BS 6043-2 11-1995 Methods of sampling and test for carbonaceous materials used in aluminium manufacture - Electrode coke - Determination of volatile matter content《制铝工业用炭素材料取样与试验方法.pdf
  • BS 6043-2 12-1994 Methods of sampling and test for carbonaceous materials used in aluminium manufacture - Electrode coke - Determination of particle size distribution of fine coke《.pdf BS 6043-2 12-1994 Methods of sampling and test for carbonaceous materials used in aluminium manufacture - Electrode coke - Determination of particle size distribution of fine coke《.pdf
  • BS 6043-2 13-1996 Methods of sampling and test for carbonaceous materials used in aluminium manufacture - Electrode coke - Determination of tapped bulk density of green and calcine.pdf BS 6043-2 13-1996 Methods of sampling and test for carbonaceous materials used in aluminium manufacture - Electrode coke - Determination of tapped bulk density of green and calcine.pdf
  • BS 6043-2 15-1997 Methods of sampling and test for carbonaceous materials used in aluminium manufacture - Electrode coke - Determination of grain stability of calcined coke using a.pdf BS 6043-2 15-1997 Methods of sampling and test for carbonaceous materials used in aluminium manufacture - Electrode coke - Determination of grain stability of calcined coke using a.pdf
  • BS 6043-2 16-1998 Methods of sampling and test for carbonaceous materials used in aluminium manufacture - Electrode coke - Determination of water content of calcined coke《铝制造用炭素物的抽.pdf BS 6043-2 16-1998 Methods of sampling and test for carbonaceous materials used in aluminium manufacture - Electrode coke - Determination of water content of calcined coke《铝制造用炭素物的抽.pdf
  • BS 6043-2 20 1-2001 Methods of sampling and test for carbonaceous materials used in aluminium manufacture - Electrode coke - Carboxy reactivity of calcined coke - Determination of .pdf BS 6043-2 20 1-2001 Methods of sampling and test for carbonaceous materials used in aluminium manufacture - Electrode coke - Carboxy reactivity of calcined coke - Determination of .pdf
  • 相关搜索

    当前位置:首页 > 考试资料 > 职业资格

    copyright@ 2008-2019 麦多课文库(www.mydoc123.com)网站版权所有
    备案/许可证编号:苏ICP备17064731号-1