全文预览已结束
下载本文档
版权说明:本文档由用户提供并上传,收益归属内容提供方,若内容存在侵权,请进行举报或认领
文档简介
07 08 07 08 学年 1 学期 第 页 共 页 题号 题号 一 二 三 四 五六七 八 九 十 总分总分人一 二 三 四 五六七 八 九 十 总分总分人 得分 得分 得分得分 阅卷人阅卷人 Part I Single Choice Questions for Basic Concept 3 Points each 45 Points total 1 2 3 4 5 6 7 8 9 10 1 2 3 4 5 6 7 8 9 10 1 An error in a program that results in the program outputting 100 instead of the correct answer 250 is a a programmer error b a syntax error c a run time error d a logical error 2 Which of the following is a legal Java identifier a 1ForAll b oneForAll c one 4 all d 1 4 all 3 If x is an int and y is a float all of the following are legal except which assignment statement a y x b x y c y float x d x int y 4 If a b and c are int variables with a 5 b 7 c 12 then the statement int z a b c a will result in z equal to a 0 b 4 c 5 d 5 5 What is output with the statement Syste x 10 and y 5 a 15 b 10 5 c 105 d An error since neither x nor 6 Suppose that String name Frank Z name toUpperCase replace A a FRANK ZAPPA b FRINK ZIPPI c Frink Zippi d Frank Zappa 7 Since you cannot take the square ro following instructions to find the s a Math sqrt x x b Math sqrt int x c Math sqrt Math abs x d Math abs Math sqrt x 8 Which of the following will yield following a Math random 10 5 b Math random 10 5 1 c Math random 10 5 1 d None above 9 In order to preserve encapsulation which one a Make the instance data pri b Define the methods in the c Make the methods of the cl d Make the class final 10 If x is an int where x 1 what w while x 0 j System out print s charAt j 1 a it prints s out backwards b it prints s out forwards c it prints s out backwards after skipping the last character d it yields a run time error because there is no character at s charAt j 1 for j 0 12 All classes in Java are directly or indirectly subclasses of the class a Wrapper b String c Reference d Object 13 In order to determine the type that a polymorphic variable refers to the decision is made a by the programmer at the time the program is written b by the compiler at compile time c by the operating system when the program is loaded into memory d by the Java run time environment at run time 14 A Java program can handle an exception in several different ways Which of the following is not a way that a Java program could handle an exception a ignore the exception b handle the exception where it arose using try and catch statements c propagate the exception to another method where it can be handled d throw the exception to a pre defined Exception class to be handled 15 Giving the following definition public class Upton public static void main String argv public void amethod int i Here After Here which statement is legal a public int amethod int z return 99 b public int amethod int i int j return 99 c void amethod long l return 99 d private int anothermethod 得分得分 阅卷人阅卷人 Part II Analysis programs and gi 1 Consider that you want to extend data z Which of the following w a public BClass int a i super a b c b public BClass int a i x a y b z c c public BClass int a i z c d public BClass int a i super a b z c e public BClass int a i super Your answer 2 If method question is called as qu public int question i if x y return 0 else return quest a 11 b 8 c 5 d 3 e 24 Your Answer ve result 25 Points total AClass to BClass BClass will have a third int instance ould best define BClass constructor 5 Points nt b int c nt b int c nt b int c nt b int c nt b int c estion 8 3 what is returned 6 Points nt x int y ion x 1 y 1 学院 班级 学号 姓名 山东大学 高级程序设计语言 课程试卷 A 第 2 页 共 4 页 07 08 07 08 学年 1 学期 第 页 共 页 3 7 points public class Test2008 public static void main String args int a new int 5 5 int i j k 10 for i 0 i 5 i for j 0 j 5 j if i j 5 a 4 i 4 j k k else a 4 i 4 j i j for i 0 i 5 i for j 0 j 5 j System out print a i j t System out println Your Answer 4 What will be output if you try to called Hello txt in the current directory import java io public class Mine public static vo Mine m new Min System out pri public int ameth try FileInputS catch FileNo System out return 1 catch IOExcep finally System out return 0 Your Answer compile and run the following code but there is no file 7 points id main String argv e ntln m amethod od tream dis new FileInputStream Hello txt tFoundException fne println No such file found tion ioe println Doing finally 学院 班级 学号 姓名 山东大学 高级程序设计语言 课程试卷 A 第 3 页 共 4 页 07 08 07 08 学年 1 学期 第 页 共 页 得分得分 阅卷人阅卷人 Part III Application 30 Points Part III Application 30 Points 1 Finish the method to sort array of numbers in the ascending order Then write a search method to find a number from the sorted array above and to return the array index 15 points void sort int numbers int onArray int numbers int num 2 Write a completed Java program to 1 Read real numbers from the binary 2 Calculate the average valu
温馨提示
- 1. 本站所有资源如无特殊说明,都需要本地电脑安装OFFICE2007和PDF阅读器。图纸软件为CAD,CAXA,PROE,UG,SolidWorks等.压缩文件请下载最新的WinRAR软件解压。
- 2. 本站的文档不包含任何第三方提供的附件图纸等,如果需要附件,请联系上传者。文件的所有权益归上传用户所有。
- 3. 本站RAR压缩包中若带图纸,网页内容里面会有图纸预览,若没有图纸预览就没有图纸。
- 4. 未经权益所有人同意不得将文件中的内容挪作商业或盈利用途。
- 5. 人人文库网仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对用户上传分享的文档内容本身不做任何修改或编辑,并不能对任何下载内容负责。
- 6. 下载文件中如有侵权或不适当内容,请与我们联系,我们立即纠正。
- 7. 本站不保证下载资源的准确性、安全性和完整性, 同时也不承担用户因使用这些下载资源对自己和他人造成任何形式的伤害或损失。
最新文档
- 三方代运营合同模板5篇
- 关于实训工作计划四篇
- 2025年报检员之报检员资格考试题库练习试卷A卷附答案
- 国家安全课件下载官网
- 护士职业素养试题及答案
- 生理学教案设计
- 2025 年大学轮机工程(轮机研究)试题及答案
- 数据可视化试题及答案
- 新员工转正考试题及答案通关秘籍题库
- 新网络安全岗位面试题(附答案解析)
- 2025广东东莞市厚街镇下属事业单位招聘10人参考题库附答案详解(a卷)
- 2025年湖南岳麓山实验室第二批招聘19人参考题库及完整答案详解一套
- 2025年大学《医学实验技术-实验动物学基础》考试参考题库及答案解析
- GB/T 12221-2025金属阀门结构长度
- 2024年毕节市村干部专项招聘乡镇事业单位真题
- 2025年江苏省南通市公共基础辅警考试笔试题库及答案
- 2025中国超算中心建设及市场应用前景分析报告
- 特殊人群疼痛管理
- 浙江省温州市2024-2025学年高三上学期11月第一次适应性考试地理试题(解析版)
- 北京导游考试口试导游词
- 2022年《国民经济行业分类》
评论
0/150
提交评论