2022年自考Java语言程序设计一程序设计综合题汇总 .pdf
《2022年自考Java语言程序设计一程序设计综合题汇总 .pdf》由会员分享,可在线阅读,更多相关《2022年自考Java语言程序设计一程序设计综合题汇总 .pdf(12页珍藏版)》请在淘文阁 - 分享文档赚钱的网站上搜索。
1、更多 优质 自考资料尽在百度贴吧自考乐园 俱乐部(http:/ )欢迎 ? 加入 .欢迎 ? 交流.止不住的惊喜等着你. 自考乐园 , 自考学习交流、资料共享的好去处!自考乐园, 自考人自己的家园.俱乐部 id:5346389(请牢记它哦 在百度贴吧的搜索框中输入俱乐部id,可以直接进入俱乐部自考 Java 语言程序设计一程序设计综合题汇总程序设计综合题(程序填空和编程题) 一、程序填空,阅读下列程序并完成程序填空1、用 Java Applet 小应用程序完成下列填空3.2 import java.applet.*; import java. 【awt】.*; public class tes
2、t1_1 extends 【Applet 】 public void paint( 【Graphics】 g) int x=2,y=1; 【switch】 (x+y) case 1: g.setColor(Color.red); g.drawString(“我是红色 ” ,5,10);break; case 2: g.setColor(Color.blue); g.drawString(“我是蓝色 ” ,5,10);break; case 3: g.setColor(Color.green); g.drawString(“我是绿色 ” ,5,10);break; 【 default】 : g.
3、drawString(“没有设置颜色 ” ,5,10); awt Applet Graphics switch default 2、3.2 import java. 【applet 】.*; import java.awt.*; public class test1_1【extends 】Applet public void paint(Graphics g) int【sum=0 】; for(int i=1; 【i=100 】;i+) sum=sum+i; g.【drawString】( “ sum= ” +sum,10,20); applet extends sum=0 i=100 dra
4、wString名师资料总结 - - -精品资料欢迎下载 - - - - - - - - - - - - - - - - - - 名师精心整理 - - - - - - - 第 1 页,共 12 页 - - - - - - - - - 更多 优质 自考资料尽在百度贴吧自考乐园 俱乐部(http:/ )欢迎 ? 加入 .欢迎 ? 交流.止不住的惊喜等着你. 自考乐园 , 自考学习交流、资料共享的好去处!自考乐园, 自考人自己的家园.俱乐部 id:5346389(请牢记它哦 在百度贴吧的搜索框中输入俱乐部id,可以直接进入俱乐部3、3.2 【public】 class test1_1 public【s
5、tatic】void main(【String】args) int i,j; for(j=2;j=50;j+) for(i=2;ij/2) System.【 out】.pritnln(j+”是素数 ” ); public static String j%i=0 out 4、4.5 import java. 【applet】.*; import java.awt.*; 【class】Chengji float f(float x,float y) return x*y; class Xiangjia 【extends】Chengji float f(float x,float y) return
6、 x+y; public class test1_1 extends Applet Xiangjia sum; public void 【init( ) 】sum=new Xiangjia( ); public void paint( 【Graphics】g) g.drawString(“ sum= ” +sum.f(4,6),5,20); applet class extends init( ) Graphics 5、4.5 【class】Student int number;String name; 名师资料总结 - - -精品资料欢迎下载 - - - - - - - - - - - -
7、- - - - - - 名师精心整理 - - - - - - - 第 2 页,共 12 页 - - - - - - - - - 更多 优质 自考资料尽在百度贴吧自考乐园 俱乐部(http:/ )欢迎 ? 加入 .欢迎 ? 交流.止不住的惊喜等着你. 自考乐园 , 自考学习交流、资料共享的好去处!自考乐园, 自考人自己的家园.俱乐部 id:5346389(请牢记它哦 在百度贴吧的搜索框中输入俱乐部id,可以直接进入俱乐部【Student】 (int number,String name) this.number=number;this.name=name; Systemout.println(“
8、I am ” +name+” My number is”+number); class Univer_Student【 extends 】Student boolean 婚否 ; Univer_Student(int number,String name,boolean b) 【super】 (number,name); 婚否 =b; System.out.pritnln(“婚否 =”+婚否 ); public class test1_1 public static void main(String args) Univer_Student zhang= 【new】Univer_Student
9、(9901,”和小林 ”,false); class Student extends super new 6、5.7 import java.applet.*;import java.awt; class test1_extends 【Applet】【String】tom; public void【init( )】 tom=” 2203026206209021 ”; public void paint( 【Graphics】g) if(tom. 【startsWith】 ( “” 220)&(tom.endsWith(“ 1”)|tom.endsWith(“3”)g.drawString(“
10、tom 是吉林人 ,男性 ”,10,10); Applet String init() Graphics statsWith 7、5.11 import java.applet.*; import java. 【awt 】.*; public class test1_1 extends 【Applet】【 String】 tom=” I am a good cat”; int x,y,z; public void paint(Graphics g) 名师资料总结 - - -精品资料欢迎下载 - - - - - - - - - - - - - - - - - - 名师精心整理 - - - - -
11、 - - 第 3 页,共 12 页 - - - - - - - - - 更多 优质 自考资料尽在百度贴吧自考乐园 俱乐部(http:/ )欢迎 ? 加入 .欢迎 ? 交流.止不住的惊喜等着你. 自考乐园 , 自考学习交流、资料共享的好去处!自考乐园, 自考人自己的家园.俱乐部 id:5346389(请牢记它哦 在百度贴吧的搜索框中输入俱乐部id,可以直接进入俱乐部x=tom.【indexOf】 ( “ a” );y=tom.indexOf(“ good” ,2);z=tom.indexOf(“a”,7);g. 【setColor】(Color.red); g.drawString(“ ” +x
12、+” : ” +y+” : ” +z,20,20); awt Applet String indexOf setColor 8、8.1 【import 】java.applet.*; import java.awt.*; public class test1_1 extends 【 Applet】 【TextField】text1, text2; public void【 init( )】 text1=new TextField(“输入密码: ” ,10);text1.setEditable(false); text2=new TextField(10); text2. 【setEchoCha
13、r】 (,*?);add(text1);add(text2); import Applet TextField init() setEchoChar 8、9.1 【import 】java.applet.*; import java.awt.*; public class test1_1 extends 【Applet】 【Button】 button1,button2; public void 【init( ) 】 button1=new Button(); button2=new Button(“确定 ” );【add】 (button1);add(button2); import App
14、let Button init() add 9、10.1 import java. 【applet 】.*; import java.awt.*; public class Test1_1 【extends】Applet 【Label】labe1; 【 TextField】 text1; public void init() 名师资料总结 - - -精品资料欢迎下载 - - - - - - - - - - - - - - - - - - 名师精心整理 - - - - - - - 第 4 页,共 12 页 - - - - - - - - - 更多 优质 自考资料尽在百度贴吧自考乐园 俱乐部(ht
15、tp:/ )欢迎 ? 加入 .欢迎 ? 交流.止不住的惊喜等着你. 自考乐园 , 自考学习交流、资料共享的好去处!自考乐园, 自考人自己的家园.俱乐部 id:5346389(请牢记它哦 在百度贴吧的搜索框中输入俱乐部id,可以直接进入俱乐部label1=new Label(“输入姓名 ” );label1. 【setBackgound】(Color.red); text1=new TextField(10); add(label1);add(text1); applet extends Label TextField setBackgroud 10、11.1 import java.awt.*
16、; import java.applet.*; public class test1_1 【extends】 Applet 【panel】p; 【Scrollpane】scrollpane; public void 【 init( )】 p=【new】Panel(); scrollpane=new Scrollpane(Scrollpane.SCROLLBARS_ALWAYS) extends Panel ScroolPane init() new 11、 13.1 import java.applet.*; import java.awt.*; class Mypanel1 extends【
17、Panel】 【Checkbox】 box1,box2; Mypanel1() box1=new Checkbox( 女生 ); box2=new Checkbox( 男生 ); add(box1);add(box2); public class Test1_2 extends 【Applet】 Mypanel1 panel1; public void init() panel1=【 new】Mypanel1(); 【 add】 (panel1); Panel Checkbox Applet new add 12、15.1 名师资料总结 - - -精品资料欢迎下载 - - - - - - -
18、- - - - - - - - - - - 名师精心整理 - - - - - - - 第 5 页,共 12 页 - - - - - - - - - 更多 优质 自考资料尽在百度贴吧自考乐园 俱乐部(http:/ )欢迎 ? 加入 .欢迎 ? 交流.止不住的惊喜等着你. 自考乐园 , 自考学习交流、资料共享的好去处!自考乐园, 自考人自己的家园.俱乐部 id:5346389(请牢记它哦 在百度贴吧的搜索框中输入俱乐部id,可以直接进入俱乐部import java.applet.*; import java.awt.*; class Mywindow extends【Frame】 Mywindow
19、(String s) 【super】 (s); 【setLayout】 (new GridLayout(1,1); setSize(60,70); 【setBackgound】 (Color.white); setVisible(true); pack(); public class Test1_2 extends 【Applet】 Mywindow window; public void init() window=new Mywindow( “ 冰雪之窗 ” ); Frame super setLayout setBackground Applet 13、下面程序段是创建一个文件对话框类,
20、请填空完成。16.2 class Mydialog extends 【Dialog】 Button button1,button2; Mydialog( 【Frame】F,String s) 【super】 (F,s); button1=new Button(“ open” );button2=new Button(“ close ” );【setLayout】(new FlowLayout(); setSize(90,90); setVisible(true); 【setModal】(false); add(button1);add(button2); Dialog Frame super
- 配套讲稿:
如PPT文件的首页显示word图标,表示该PPT已包含配套word讲稿。双击word图标可打开word文档。
- 特殊限制:
部分文档作品中含有的国旗、国徽等图片,仅作为作品整体效果示例展示,禁止商用。设计者仅对作品中独创性部分享有著作权。
- 关 键 词:
- 2022年自考Java语言程序设计一程序设计综合题汇总 2022 自考 Java 语言程序设计 程序设计 综合 汇总
限制150内