C语言程序设计基础习题集

整理文档很辛苦,赏杯茶钱您下走!

免费阅读已结束,点击下载阅读编辑剩下 ...

阅读已结束,您可以下载文档离线阅读编辑

资源描述

Wewillcontinuetoimprovethecompany'sinternalcontrolsystem,andsteadyimprovementinabilitytomanageandcontrol,optimizebusinessprocesses,toensuresmoothprocesses,responsibilitiesinplace;tofurtherstrengtheninternalcontrols,playacontrolpostindependentoversightroleofevaluationcomplyingwiththird-partyresponsibility;toactivelymakeuseofinternalaudittoolsdetectpotentialmanagement,streamline,standardizerelatedtransactions,strengtheningoperationsinaccordancewithlaw.Deepeningtheinformationmanagementtoensurefullcommunicationzeroresistance.ToconstantlyperfectERP,andBFS++,andPI,andMIS,andSCM,informationsystembasedconstruction,fullintegrationinformationsystem,achievedinformationresourcesshared;toexpandPortalsystemapplicationofbreadthanddepth,playinformationsystemonenterpriseofAssistantrole;toperfectdailyrunmaintenanceoperationofrecords,promoteproblemreasonsanalysisandsystemhandover;tostrengtheningBFS++,andERP,andSCM,technologyapplicationoftraining,improveemployeesapplicationinformationsystemofcapacityandlevel.Humanisticcaretoensurezero.TostrengtheningHumanitiescare,continuestofostercompanywindclear,andgasare,andheartShunofcultureatmosphere;strengtheninglovehelpedtrapped,caredifficultemployees;carriedoutstyleactivities,richemployeeslife;strengtheninghealthandlabourprotection,organizationcareerhealthmedical,controlcareeragainst;continuestoimplementationpsychologicalwarningpreventionsystem,trainingemployeeshealthofcharacter,andstableofmoodandenterprisingofattitude,createdfriendlyfraternityofHumanitiesenvironment.Tostrengthenriskmanagement,ensurethatthebusinessofzerorisk.Tostrengthenedbusinessplansmanagement,willbusinessbusinessplanscovertoalllevel,ensurethebusinesscancontrolincontrol;tocloseconcernfinancial,andcoalelectriclinkage,andenergy-savingscheduling,nationalpolicytrends,strengtheningtrack,activeshould;toimplementationState-ownedassetsmethod,furtherspecificationbusinessfinancialmanagement;toperfectrisktubecontrolsystem,achievedriskrecognition,andmeasure,andassessment,andreport,andcontrolfeedbackofclosedringmanagement,improveriskpreventioncapacity.Tofurtherstandardizetrading,andstrivetoachieveaccordingtolaw,standardizeandfair.Innovationofperformancemanagement,toensurethatpotentialemployeeszerofly.Tostrengthenperformancemanagement,processcontrol,enhanceemployeeevaluationandlevelsofeffectivecommunicationtoimproveperformancemanagement.Tofurtherquantifyandrefineemployeestandards...Work,fullplayparty,andbranch,andmembersinfivetypeEnterpriseconstructionintheofcorerole,andfightingfortressroleandpioneermodelrole;tocontinuestostrengtheningfourgoodleadershipconstruction,fullplaylevelscadresinenterprisedevelopmentinthe门急诊医技楼外脚手架采用悬挑式单排脚手架,基础回填后改为落地式双排脚手架,脚手架搭设高度为23m。病房医技楼外脚手架采用悬挑双排脚手架,分四次悬挑ofbackbonebackbonerole;tofullstrengtheningmembersyouthwork,fullplayyouthemployeesincompanydevelopmentintheofforcerole;toimproveindependentCommissionagainstcorruptionworklevel,strengtheningonenterprisebusinesskeylinkofeffectivenessmonitored.,Andmaintainstability.Tofurtherstrengthenpublicityandeducation,improvetheoveralllegalsystem.Wemuststrengthensafetymanagement,establishandimprovetheeducation,supervision,andevaluationasoneofthetrafficsafetymanagementmechanism.ToconscientiouslysumuptheOlympicsecuritycontrols,promotingintegratedmanagementtoahigherlevel,higherstandards,ahigherlevelofdevelopment.Employees,todayislunarcalendaronDecember24,theoxBellisabouttoring,atthistimeofyear,weclearlyfeelthepulseoftheXXpowergenerationcompanytoflourish,tomoreclearlyhearXXpowergenerationcompaniesmatureandsymmetrybreathing.Recallingpastoneanotheracrossarailing,weareenthusiasticandfullofconfidence.Futuredevelopmentopportunities,wemoreexcitingfightmorespirited.Employees,letustogetheracross2013fullofchallengesandopportunities,tocreateagreen,low-costoperation,fullofhumanecareofaworld-classpowergenerationcompanyandworkhard!TheoccasionoftheSpringFestival,mysincerewishthatyouandthefamiliesofthestaffinthenewyear,goodhealth,happy,happyC语言程序设计基础习题集一、选择填空知识点1:C程序的基本结构和算法基本概念1.C语言程序的基本单位为_______。A)程序行B)语句C)函数D)字符2.用C语言编写的代码程序______。A)可立即执行B)是一个源程序C)经过编译即可执行D)经过编译解释才能执行3.以下叙述中正确的是______。A)用C程序实现的算法必须要有输入和输出操作B)用C程序实现的算法可以没有输出但必须要输入C)用C程序实现的算法可以没有输入但必须要有输出D)用C程序实现的算法可以既没有输入也没有输出4.结构化程序由三种基本结构组成,三种基本结构组成的算法____。A)可以完成任何复杂的任务B)只能完成部分复杂的任务C)只能完成符合结构化的任务D)只能完成一些简单的任务5.在一个C程序中______。A)main函数必须出现在所有函数之前B)main函数可以在任何地方出现C)main函数必须出现在所有函数之后D)main函数必须出现在固定位置6.下列关于C语言的叙述错误的是______。A)大写字母和小写字母的意义相同B)不同类型的变量可以出现在同一个表达式中C)在赋值表达式中等号(=)左边的变量和右边的值可以是不同类型D)同一个运算符号在不同的场合可以有不同的含义7.以下叙述中错误的是_______。A)C程序中的#include和#define行均不是C语句B)除逗号运算符外,赋值运算符的优先级最低C)C程序中,j++;是赋值语句D)C程序中,+、-、*、/、%号是算术运算符,可用于整型和实型数的运算8.以下程序的功能是给r输入数据后计算半径为r的圆面积s。程序在编译时出错,出错的原因是________。main()/*Beginning*/{intr;floats;scanf(%d,&r);s=p*r*r;printf(s=%f\n,s);}A)注释语句书写位置错误B)存放圆半径的变量r不应该定义为整型C)输出语句中格式描述符非法D)计算圆面积的赋值语句中使用了非法变量知识点2:数据和表达式计算9.以下标识符中,不能作为合法的C语言用户定义标识符的是_____。Wewillcontinuetoimprovethecompany'sinternalcontrolsystem,andsteadyimprovementinabilitytomanageandcontrol,optimizebusinessprocesses,toensuresmoothprocesses,responsibilitiesinplac

1 / 47
下载文档,编辑使用

©2015-2020 m.777doc.com 三七文档.

备案号:鲁ICP备2024069028号-1 客服联系 QQ:2149211541

×
保存成功