[计算机类试卷]国家二级(JAVA)机试模拟试卷113及答案与解析.doc

上传人:medalangle361 文档编号:503540 上传时间:2018-11-29 格式:DOC 页数:4 大小:39.50KB
下载 相关 举报
[计算机类试卷]国家二级(JAVA)机试模拟试卷113及答案与解析.doc_第1页
第1页 / 共4页
[计算机类试卷]国家二级(JAVA)机试模拟试卷113及答案与解析.doc_第2页
第2页 / 共4页
[计算机类试卷]国家二级(JAVA)机试模拟试卷113及答案与解析.doc_第3页
第3页 / 共4页
[计算机类试卷]国家二级(JAVA)机试模拟试卷113及答案与解析.doc_第4页
第4页 / 共4页
亲,该文档总共4页,全部预览完了,如果喜欢就下载吧!
资源描述

1、国家二级( JAVA)机试模拟试卷 113及答案与解析 一、基本操作题( 30分) 1 下面的程序是 10000 以内的 “相亲数 ”。所谓相亲数是指这样的一对数:甲数的约数之和等于乙数,而乙数的约数等于甲数, (例如 220和 284是一对相亲数 )请在程序的每条横线处填写一条语句,使程序的功能完整。 注意:请勿改动 main()主方法和其他已有的语句内容,仅在横线处填入适当的语句。 public class QinShu public static void main(String args ) for(int n=1;n 9999;n+) int s=divsum(n); if( ) S

2、ystem.out.println(n+“,“+s); public static int divsum(int n)/该方法的功能是求一个数的所有约数 int s=0; for(int i=1;_i+) if(_)s+=i; return s; 二、简单应用题( 40分) 2 请完成下列 Java程序:用 JFrame建立一个窗口,再用网格布局管理器,对窗口布局进行控制,上面有 2行 2列 4个按钮,要求对按钮的大小进行设定,宽度为 150,高度为 80。 注意:请勿改动 main()主方法和其他已有语句内容,仅在下划线处填入适当的语句。 程序运行结果如下: import java.awt.

3、*; import java.awt.event.*; import javax.swing.*; public class ex9_2 public static void main(Stringargs) JFrame frm: new JFrame(); frm.setTitle(“ex9_2“); Container cont = frm.getContentPane(); _; cont.add(new JButton(“button1“); cont.add(new JButton(“button2“); Dimension dimen=_; JButton btn1 = new

4、JButton(“button3“); btn1.setPreferredSize(dimen); cont.add(btn1); cont.add(new JButton(“button4“); frm.addWindowListener(new WindowAdapter() public void winowClosing(WindowEvent we) System.exit(0); ); frm.pack(); frm.setVisible(true); 三、综合应用题( 30分) 3 下面是一个 Applet程序,其功能是建立一个图形用户界面的窗口,包括一个文本显示区和一个按钮,单

5、击按钮,可以在文本区已有的文本基础上追加显示 10 条 “欢迎您,参加 Java考试 !”信息,并且文本区由滚动条控制文本的上下滚动。请改正程序中的错误 (有下划线的语句 ),使程序能输出正确的结果。 注意:不改动程序的结构,不得增行或删行。 源程序文件代码清单如下; import javax.swing.*; import java.awt.*; import java.awt.event.*; applet code=“ex13_3.class“ width=800 height=400 /applet public class ex13_3 extends JApplet JButton

6、 jb = new JButton(“Add Text“); JTextPane jtp = new JTextPane(); public void init() jb.addActionListener(new ActionListener() public void actionPerformed(ActionEvent e) for(int i=1; i 10; i+) jtp.getText(jtp.setText()+ “欢迎您,参加 Java考试 !“); ); Container cp = getContentPane(); cp.add(new JScrollPane(jtp

7、); cp.add(BorderLayout. SOUTH, jtp); public static void main(String args) ex13_3 obj13_3=new ex13_3(); String str = obj13_3.getClass().toString(); if(str.indexOf(“class“) !=-1) str=str.substring(6); JFrame frm = new JFrame(str); frm.addWindowListener(new WindowAdapter() public void windowClosing(WindowEvent we) System.exit(0); ); frm.getContentPane ().addiex13 3); frm.setSize(300, 400); frm.setVisible(true); ex13_3.html HTML HEAD TITLE ex13_3 /TITLE /HEAD BODY applet code=“ex13_3.class“ width=800 height=400 /applet /BODY /HTML 国家二级( JAVA)机试模拟试卷 113答案与解析

展开阅读全文
相关资源
猜你喜欢
  • BS PD IEC TS 62763-2013_5284 Pilot function through a control pilot circuit using PWM (pulse width modulation) and a control pilot wire《通过控制导向线使用PWM (脉冲宽度调制) 的导向功能和控制导向线》.pdf BS PD IEC TS 62763-2013_5284 Pilot function through a control pilot circuit using PWM (pulse width modulation) and a control pilot wire《通过控制导向线使用PWM (脉冲宽度调制) 的导向功能和控制导向线》.pdf
  • BS ISO 8070-2007 Milk and milk products - Determination of calcium sodium potassium and magnesium contents - Atomic absorption spectrometric method《牛奶和奶制品 钙、钠、钾和镁含量的测定 原子吸.pdf BS ISO 8070-2007 Milk and milk products - Determination of calcium sodium potassium and magnesium contents - Atomic absorption spectrometric method《牛奶和奶制品 钙、钠、钾和镁含量的测定 原子吸.pdf
  • BS ISO 8082-1-2009 Self-propelled machinery for forestry - Laboratory tests and performance requirements for roll-over protective structures - General machines《林业用自推进机械 防倾.pdf BS ISO 8082-1-2009 Self-propelled machinery for forestry - Laboratory tests and performance requirements for roll-over protective structures - General machines《林业用自推进机械 防倾.pdf
  • BS ISO 8082-2-2011 Self-propelled machinery for forestry Laboratory tests and performance requirements for roll-over protective structures Machines having a rotating platf.pdf BS ISO 8082-2-2011 Self-propelled machinery for forestry Laboratory tests and performance requirements for roll-over protective structures Machines having a rotating platf.pdf
  • BS ISO 8083-2006 Machinery for forestry - Falling-object protective structures (FOPS) - Laboratory tests and performance requirements《林业机械 落体防护装置(FOPS) 实验室试验和性能要求》.pdf BS ISO 8083-2006 Machinery for forestry - Falling-object protective structures (FOPS) - Laboratory tests and performance requirements《林业机械 落体防护装置(FOPS) 实验室试验和性能要求》.pdf
  • BS ISO 8086-2004 Dairy plant - Hygiene conditions - General guidance on inspection and sampling procedures《乳品厂 卫生条件 检验和取样程序通用指南》.pdf BS ISO 8086-2004 Dairy plant - Hygiene conditions - General guidance on inspection and sampling procedures《乳品厂 卫生条件 检验和取样程序通用指南》.pdf
  • BS ISO 8096-2005 Rubber- or plastics-coated fabrics for water resistant clothing - Specification《雨衣用橡胶或塑料涂覆织物 规范》.pdf BS ISO 8096-2005 Rubber- or plastics-coated fabrics for water resistant clothing - Specification《雨衣用橡胶或塑料涂覆织物 规范》.pdf
  • BS ISO 8097-2001 Aircraft Minimum airworthiness requirements and test conditions for certified air cargo unit load devices《航空器 经认证的航空货运集装单元装置最低适航性要求和试验条件》.pdf BS ISO 8097-2001 Aircraft Minimum airworthiness requirements and test conditions for certified air cargo unit load devices《航空器 经认证的航空货运集装单元装置最低适航性要求和试验条件》.pdf
  • BS ISO 8114-1993 Textile machinery and accessories - Spindles for ring-spinning and doubling machines - List of equivalent terms《纺织机械和附件 环锭纺纱机和并线机用锭子 同义术语表》.pdf BS ISO 8114-1993 Textile machinery and accessories - Spindles for ring-spinning and doubling machines - List of equivalent terms《纺织机械和附件 环锭纺纱机和并线机用锭子 同义术语表》.pdf
  • 相关搜索

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

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