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

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

1、计算机二级 JAVA-74及答案解析(总分:100.00,做题时间:90 分钟)一、基本操作题(总题数:3,分数:100.00)1.本程序将数组 arrA中元素按逆序存储在另一个相同长度的数组 arrB中。 public class exam_82 public static void main(String args) int arrA=1,3,8,4,2,6,9,0,7; int arrB=_; int i=0; int j=_; for(i=0;iarrA.length;i+) arrBj=arrAi; _; System.out.println(“arrA:“+“arrB:“); fo

2、r(i=0;iarrA.length;i+) System.out.println(arrAi+“ “+arrBi); (分数:30.00)_2.本程序随机产生 10个 09 的数字,并统计 10个随机数中大于 5的数字的个数。 public class exam_83 public static void main(String args) int result=0; int i=0; int randomNum; while(_) randomNum=(int)(_); System.out.print(randomNum+“,“); if(randomNum5) _; i+; Syste

3、m.out.println(“The num(5):“+result); (分数:30.00)_3.本程序求三个整数 a、b、c 中的最大数,并打印输出计算结果,其中,a 为 69,b 为 54,c 为 87。请将程序中空缺的部分填写适当内容,使程序能正确运行。 public class exam_84 public static void main(String args) int a=69,b=54,c=87; _; if(ab) if(ac) max=a; else _; else if(bc) _; else max=c; System.out.println(“Max num:“+m

4、ax); (分数:40.00)_计算机二级 JAVA-74答案解析(总分:100.00,做题时间:90 分钟)一、基本操作题(总题数:3,分数:100.00)1.本程序将数组 arrA中元素按逆序存储在另一个相同长度的数组 arrB中。 public class exam_82 public static void main(String args) int arrA=1,3,8,4,2,6,9,0,7; int arrB=_; int i=0; int j=_; for(i=0;iarrA.length;i+) arrBj=arrAi; _; System.out.println(“arrA

5、arrB:“); for(i=0;iarrA.length;i+) System.out.println(arrAi+“ “+arrBi); (分数:30.00)_正确答案:()解析:第 1处:new intarrA.length 第 2处:arrA.length-1 第 3处:j-(或 j=j-1或 j-=1)2.本程序随机产生 10个 09 的数字,并统计 10个随机数中大于 5的数字的个数。 public class exam_83 public static void main(String args) int result=0; int i=0; int randomNum;

6、 while(_) randomNum=(int)(_); System.out.print(randomNum+“,“); if(randomNum5) _; i+; System.out.println(“The num(5):“+result); (分数:30.00)_正确答案:()解析:第 1处:i10 第 2处:Math.random()*10 第 3处:result+(或 result=result+1或 result+=1)3.本程序求三个整数 a、b、c 中的最大数,并打印输出计算结果,其中,a 为 69,b 为 54,c 为 87。请将程序中空缺的部分填写适当内容,使程序能正确运行。 public class exam_84 public static void main(String args) int a=69,b=54,c=87; _; if(ab) if(ac) max=a; else _; else if(bc) _; else max=c; System.out.println(“Max num:“+max); (分数:40.00)_正确答案:()解析:第 1处:int max 第 2处:max=c 第 3处:max=b

展开阅读全文
相关资源
猜你喜欢
  • IEC 62056-7-5-2016 Electricity metering data exchange - The DLMS COSEM suite - Part 7-5 Local data transmission profiles for Local Networks (LN)《电力计量数据交换 DLMS COSEM套件 第7-5部分 本地网络 (LN) 的本地数据传输配置文件》.pdf IEC 62056-7-5-2016 Electricity metering data exchange - The DLMS COSEM suite - Part 7-5 Local data transmission profiles for Local Networks (LN)《电力计量数据交换 DLMS COSEM套件 第7-5部分 本地网络 (LN) 的本地数据传输配置文件》.pdf
  • IEC 62056-8-3-2013 Electricity metering data exchange - The DLMS COSEM suite - Part 8-3 PLC S-FSK communication profile for neighbourhood networks《电量测量数据交换.DLMS COSEM套件.第8-3部分 社区网络PLC S-FSK通讯配置文件》.pdf IEC 62056-8-3-2013 Electricity metering data exchange - The DLMS COSEM suite - Part 8-3 PLC S-FSK communication profile for neighbourhood networks《电量测量数据交换.DLMS COSEM套件.第8-3部分 社区网络PLC S-FSK通讯配置文件》.pdf
  • IEC 62056-9-7-2013 Electricity metering data exchange - The DLMS COSEM suite - Part 9-7 Communication profile for TCP-UDP IP networks《电量测量数据交换.DLMS COSEM套件.第9-7部分 TCP-UDP IP网络用通讯配置文件》.pdf IEC 62056-9-7-2013 Electricity metering data exchange - The DLMS COSEM suite - Part 9-7 Communication profile for TCP-UDP IP networks《电量测量数据交换.DLMS COSEM套件.第9-7部分 TCP-UDP IP网络用通讯配置文件》.pdf
  • IEC 62058-11-2008 Electricity metering equipment (AC) - Acceptance inspection - Part 11 General acceptance inspection methods《电计量设备(AC).验收检验.第11部分 通用验收检验方法》.pdf IEC 62058-11-2008 Electricity metering equipment (AC) - Acceptance inspection - Part 11 General acceptance inspection methods《电计量设备(AC).验收检验.第11部分 通用验收检验方法》.pdf
  • IEC 62059-31-1-2008 Electricity metering equipment - Dependability - Part 31-1 Accelerated reliability testing - Elevated temperature and humidity《电计量设备.可靠性.第31-1部分 增加可靠性测试.提高温度和湿度》.pdf IEC 62059-31-1-2008 Electricity metering equipment - Dependability - Part 31-1 Accelerated reliability testing - Elevated temperature and humidity《电计量设备.可靠性.第31-1部分 增加可靠性测试.提高温度和湿度》.pdf
  • IEC 62059-41-2006 Electricity metering equipment - Dependability - Part 41 Reliability prediction《电计量设备.可靠性.第41部分 可靠性预测》.pdf IEC 62059-41-2006 Electricity metering equipment - Dependability - Part 41 Reliability prediction《电计量设备.可靠性.第41部分 可靠性预测》.pdf
  • IEC 62061 CORR 2-2008 Safety of machinery - Functional safety of safety-related electrical electronic and programmable electronic control systems Corrigendum 2《机械安全.与安全有关的电气、电子和可编程电子控制系统的功能安全.技术勘误.pdf IEC 62061 CORR 2-2008 Safety of machinery - Functional safety of safety-related electrical electronic and programmable electronic control systems Corrigendum 2《机械安全.与安全有关的电气、电子和可编程电子控制系统的功能安全.技术勘误.pdf
  • IEC 62061 Edition 1.1-2012 Safety of machinery - Functional safety of safety-related electrical electronic and programmable electronic control systems《机械安全性.电气保险性 电子和可编程电子控制系统的功能性安全》.pdf IEC 62061 Edition 1.1-2012 Safety of machinery - Functional safety of safety-related electrical electronic and programmable electronic control systems《机械安全性.电气保险性 电子和可编程电子控制系统的功能性安全》.pdf
  • IEC 62061-2005 Safety of machinery - Functional safety of safety-related electrical electronic and programmable electronic control systems《机械安全.与安全有关的电气、电子和可编程序电子控制系统的功能安全》.pdf IEC 62061-2005 Safety of machinery - Functional safety of safety-related electrical electronic and programmable electronic control systems《机械安全.与安全有关的电气、电子和可编程序电子控制系统的功能安全》.pdf
  • 相关搜索
    资源标签

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

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