资源预览内容
第1页 / 共8页
第2页 / 共8页
第3页 / 共8页
第4页 / 共8页
第5页 / 共8页
第6页 / 共8页
第7页 / 共8页
第8页 / 共8页
亲,该文档总共8页全部预览完了,如果喜欢就下载吧!
资源描述
开发人员应试考题考试目的:选聘适合开发工作的人员应试资格要求:大学本科、硕士及以上毕业试题类型:填空20分、选择15分、问答题15分、程序题20分、翻译20分考试时间:60分钟一、填空题(每空2分,共20分)1在Windows系统中,目前最常用的字库格式是。2数据库采用的SQL语言通常分为:查询语言SQL、数据操作语言DML、及和。3在网络中使用的术语“WWW”是的简写。4在Windows95中编辑注册表文件的命令或程序是。5请列举出三种微软Office97的组件(请写英文)。6DOS6.22中,Formatc:/s命令的含义是。7Windows95中,在各个应用程序之间切换的快捷键是。二、选择题(其中1,2,3题每题3分;第4题6分,共15分)1MSWindows软件的基本运行机制是()。A程序流式控制B同步与异步控制C消息驱动D伪代码解释执行2在Windows95中,以下哪一项提供了类似DOS目录的功能:()AShortcutBFolderCWindowsExplorerDMydocument3在Windows95上拷贝当前屏幕画面的按键是:()AScrollLockBNumLockCPgdnDPrtsc4以下软件中哪些是专业图形处理软件:()AAutoCADBMicrosoftIECPaintBrushDExcelENetscapeFFreehandGIllustratorHMicroMediaDirectorIFit三、简答题(每题5分,共15分)1假如1+1=10,那么1+1+1=?并说明理由。2何谓OLE?3请说明在Internet上Ping命令的用途。四、逻辑推理题(此题10分)一个公安人员审查一件盗窃案,已知下列事实:1甲或乙盗窃了录象机;2若甲盗窃了录象机,则作案时间不能发生在午夜前;3若乙的证词正确,则午夜时屋里灯光未灭;4若乙的证词不正确,则作案的时间发生在午夜前;5午夜时屋里的灯光灭了。试问:盗窃录象机的是甲还是乙?并写出推理过程。五、程序题(每题10分,共20分)1写出下面程序的运行结果:classClass1public:voidF(void)printf(“#1n”);virtualvoidG(void)printf(“#2n”);F();voidH(void)printf(“#3n”);G();classClass2:publicClass1public:voidF(void)printf(“#4n”);virtualvoidG(void)printf(“#5n”);F();voidmain(void)Class2obj;obj.G();obj.H();指出以下程序的错误:函数ExchangeInt交换它的两个指针参数所指向的整数。VoidExchangeInt(int*p1,int*p2)int*p;*p=*p1;*p1=*p2;*p2=*p;六、阅读下面文章,并翻译成中文(此题20分)微软公司把软件产品的开发过程分成了构思、策划、开发和稳定期四个阶段,每一个阶段结束时,都会形成一个里程碑。以下文字摘自微软公司对其软件产品开发过程模型的描述。请你认真阅读后,用中文写出它的大意。要求:1不需要一一对应的直译;2保证中文的通顺;3前三段必做,第四段可选。TheEnvisioning(构思)Phaseculminatesin(以?为终点,终止于?)VISION/SCOPEAPPROVEDMILESTONE.Onceanewproduct(orinthecaseofinfrastructuredeployment,anewservice)gainsinterestandapproval,aprojectteamisassembledtodefinetheproduct.Avisionstatementarticulates(明确地表达)theultimategoalsfortheproductorserviceandprovidescleardirection.Scopeistheoppositeofvision:itdefinesthelimitsforaparticularversionoftheproductorservice,recognizingthatfurtherdevelopmentmaycomeinfutureversions.ThePlanningPhaseculminatesinthePROJECTPLANAPPROVEDMILESTONE.TheProjectPlancontainstheFunctionalSpecification,thecombinedplansofeachfunctionalteam(asdefinedintheMSFTeamModel:Development,Testing,UserEducation,Logistics(后勤),ProgramManagement,andProductManagement)andaschedule.Thefunctionalspecificationprovidestheprojectteamwithenoughdetailtoidentifyresourcerequirementsandmakecommitments.AttheProjectPlanApprovedMilestone,customersandteamagreeonwhatistobedelivered,andhowitwillbebuilt.Thisisanimportantopportunitytoreassessrisk,establishpriorities,andfinalizeestimatesforscheduleandresources.TheDevelopingPhaseculminatesintheSCOPECOMPLETE/FIRSTUSEMILESTONE.Anapprovedfunctionalspecificationandassociatedprojectplanprovidethebaselineforfocuseddevelopmenttobegin.Thedevelopmentteamsetsanumberofinterim(中期)deliverymilestones,eachofwhichinvolvesafulltest/debug/fixcycle.AttheScopeComplete/FirstUseMilestonecustomersandteamassesstheproductsfunctionalityandverifythatrolloutandsupportplansareinplace.Atthismilestone,allnewdevelopmentiscomplete,anddeferred(延期的、推迟的)functionalityisdocumentedforthenextrelease.TheStabilizationPhaseculminatesintheRELEASEMILESTONE.Testingactivitiesareperformedconcurrentlywithcodedevelopment.Duringthestabilizingphasetheseactivitiestakecenterstageasbugfindingandfixingbecometheprimaryfocus.AttheReleaseMilestonetheproductisformallyturnedovertotheoperationsandsupportgroups.Typically,theprojectteameitherbeginsworkonthenextreleaseordisperses(转移)tootherdevelopmentproject.答案一、填空题(每空2分,共20分)1TrueType2数据定义语言(DDL)和数据控制语言(DCL)3WorldWideWeb4regedit.exe5Word、Powerpoint、Access、Project、Excel6把C盘格式化并把它设作系统盘7Alt+Tab二、选择题(其中1,2,3题每题3分;第4题6分,共15分)1C2B3D4A、F、G三、简答题(每题5分,共15分)1.因为是二进制,结果=11。2.ObjectLinkandEmbed对象的链接与嵌入3.检测网上的其他站点是否可以与本机相连四、逻辑推理题(此题10分)五、程序题(每题10分,共20分)1#5#4#3#5#42指出以下程序的错误:
收藏 下载该资源
网站客服QQ:2055934822
金锄头文库版权所有
经营许可证:蜀ICP备13022795号 | 川公网安备 51140202000112号