首页
试卷库
试题库
当前位置:
X题卡
>
所有题目
>
题目详情
以下不正确的是( )。
查看本题答案
包含此试题的试卷
计算机等级考试《单项选择》真题及答案
点击查看
你可能感兴趣的试题
犯罪的青少年主要是哪些人以下不正确的是
留守儿童
父母离异
溺爱犯罪
学习优异
非正式沟通可以满足职工的需要以下不正确的是
生理的需要
安全的需要
感情的需要
社交的需要
以下不正确的航空运费货币代码是
USD
JPY
RMB
HKD
以下不属于牌价的维护与查询的主要风险点的是
该网点不具备受理该业务的权限
由于操作人员维护的牌价信息不正确,直接影响银行的汇兑损益
不能随时更新最新牌价而影响银行的汇兑损益
由于维护的汇率不正确或没有实时更新而影响其它系统的取值不正确
重症多形红斑以下不正确的是
高热
黏膜损害
蛋白尿
肝功能异常
心电图异常
常见硬盘的传输模式有好多以下不正确的是
DMA33
DMA66
DMA100
DMA150
以下不正确的转义字符是
'//'
'/t'
''
'088'
以下不正确的转义字符是
'//'
'/t'
'' '088'
加入增白剂的面粉以下不正确的特征是
惨白
略带微黄色
灰白
以上都正确
以下不正确的转义字符是
'//'
'/d'
'/s'
'088'
以下不正确的转义字符是______
’\\’
’\d’
’\s’
’088’
以下不属于内部欺诈事件的是
交易不报告
伪造
交易品种未经授权
管理信息不正确
柏拉图认为国家具有以下的特征中以下不正确的是
统治者
战士
生产者
知识分子
以下不正确的转义字符是
’//’
’/d’
’/s’
’088’
天气预报可分为哪些以下不正确的是
天气形势预报
气象要素预报
大风降温预报
三观教育指的是什么以下不正确的是
科学观
世界观
人生观
价值观
对于结构功能要求以下不正确的选项
经济性
安全性
适用性
耐久性
老子思想产生的基础以下不正确的是
史官哲学
zōng jiāo 祭祀
zōng jiāo 神灵
礼乐文明
关于夫妻轴的属性以下不正确的是
非连续性
包容性
性爱
选择意向
人体骨骼按形态分类以下不正确的是
长骨
短骨
扁骨
条状骨
不规则骨
热门试题
更多
下列叙述中错误的是
试题源程序文件清单如下//main.cpp#include<iostrcam.h>classvehicleprivate:intMaxSpeed;intWeight;public://**********found**********vehicleintmaxspecdintweight:1~vehiclc;intgetMaxSpeedreturnMaxSpeed;intgetWeightreturnWeight;://**********found**********classhicycle:2publicvehiclepnvate:intHeight;public:bicycleintmaxspeedintweightintheight:vehiclemaxspeedweightHeightheightintgetHeightreturnHeight;;;//**********found**********classmotorcar:3publicvehicleprivate:intSeatNum:public:motorcarintmaxspeedintweightintsealnum:vehiclemaxspeedweightSeatNumseatnumintgetSeatNumreturnSeatNum;;;//**********found**********classmotorcycle:4public:motorcycleintmaxspeedintweightintheight:vehiclemaxspeedweightbicyclemaxspeedweightheightmotorcarmaxspeedweight1;voidmainmotorcyclea80150100;cout<<a.getMaxSpeed<<endl;cout<<a.getWeight<<endl;cout<<a.getHeight<<endl;cout<<a.getSeatNum<<endl;
下列程序的运行结果是#include<iostream.h>voidfunint*aint*bint*k;k=a;a=b;b=k;voidmaininta=2004b=9*x=&a*y=&b;funxy;cout<<a<<<<b<<endl;
若有以下程序#include<iostream>usingnamespacestd;classBasepublic:voidwhocout<<Base<<endl;;classDerivedl:publicBasepublic:voidwhocout<<Derived<<endl;;intmainBase*p;Derived1obj1;p=&obj1;p->who;return0;则该程序运行后的输出结果是______
算法运行过程中所耗费的时间称为算法的______
有以下程序#include<iostream>usingnamespacestd;classsampleprivate:intx;public:sampleintax=a;frienddoublesquaresamples;;doublesquaresamplesreturns.x*s.x;intmainsamples120s230;cout<<squares2<<endl;return0;执行结果是
设在主函数中有以下定义和函数调用语句且fun函数为void类型请写出fun函数的首部______intmaindoubles[10][22];intn;funs;return0;
下面程式程序的执行结果是#include<iostream.h>voidmainint*pr;p=newint;*p=20;r=sizeof*p;cout<<r<<endl;deletep;
使一个函数可以定义成对许多不同数据类型完成同一个任务
试题源程序文件清单如下//main.cpp#include<iostream>usingnamespacestd;classMyClassint*p;constintN:public://ERROR**********found**********MyClassintval:N=11p=newint;*p=val;//ERROR**********found**********~MyClassdelete*p;2friendvoidprintMyClass&obj;;//ERROR**********found**********voidMyClass::printMyClass&obj3cout<<value=<<*obj.p<<endl;cout<<number=<<obj.N<<endl;intmainMyClassobj63;printobj;return0:
有如下程序#include<iostream>#include<iomarup>usingnamespacestd;intmaincout<<setw10<<setfill'x'<<setprecision8<<left;cout<<12.3456793<<______<<98765;return0;若程厚的输出是12.345679x98765xxxxx则划线处缺失的部分是
在计算机软件系统的体系结构中数据库管理系统位于用户和______之间
下列语句段落将输出字符'*'的个数为#include<iostream.h>Voidmaininti=100;while1i--;ifi==0break;cout<<'*';
数据库设计的根本目标是要解决
下列关于模板的叙述中错误的是
从数据库的整体结构看数据库系统采用的数据模型有
在面向对象的程序设计中下列叙述中错误的是
试题源程序文件清单如下//main.cpp#include<iostrcam.h>classvehicleprivate:intMaxSpeed;intWeight;public://**********found**********vehicleintmaxspecdintweight:1~vehiclc;intgetMaxSpeedreturnMaxSpeed;intgetWeightreturnWeight;://**********found**********classhicycle:2publicvehiclepnvate:intHeight;public:bicycleintmaxspeedintweightintheight:vehiclemaxspeedweightHeightheightintgetHeightreturnHeight;;;//**********found**********classmotorcar:3publicvehicleprivate:intSeatNum:public:motorcarintmaxspeedintweightintsealnum:vehiclemaxspeedweightSeatNumseatnumintgetSeatNumreturnSeatNum;;;//**********found**********classmotorcycle:4public:motorcycleintmaxspeedintweightintheight:vehiclemaxspeedweightbicyclemaxspeedweightheightmotorcarmaxspeedweight1;voidmainmotorcyclea80150100;cout<<a.getMaxSpeed<<endl;cout<<a.getWeight<<endl;cout<<a.getHeight<<endl;cout<<a.getSeatNum<<endl;
下列程序的输出结果是______#include<iostream>usingnamespacestd;classAinta;public:A:a9virtualvoidprintconstcout<<a;;;classB:publicAcharb;public:Bb=’S’;voidprintoconstcout<<b;;voidshowA&xx.print;intmainAd1*p;Bd2;d1.print;d2.print;p->print;showd1;showd2;return0;
在下列函数原型中可以作为类AA构造函数的是
某类中有一个无参且无返回值的常成员函数Show则正确的Show函数原型是
写出下列程序的运行结果______#include<iostream.h>#include<fstream.h>#include<stdlib.h>voidmainfstreamoutfileinfile;outfile.opendata.datios::out;if!outfilecout<<Can’topenthefile.<<endl;abort;outfile<<1234567890<<endl;outfile<<aaaaaa.aaa<<endl;outfile<<**********<<endl;outfile.close;infile.opendata.datios::in;if!infilecout<<Can’topenthefile.<<endl;abort;charline[80];intI=0;while!infile.eofI++;infile.getlinelinesizeofline;cout<<I<<:<<line<<endl;infile.close;
重载的运算符仍然保持其原来的操作数个数优先级和______不变
有如下语句序列charstr[10];cin>>str;当从键盘输入Ilovethisgame时str中的字符串是
请在横线处填写派生类Derived的继承方式使得程序的输出结果为Base#include<iostream>usingnamespacestd;classBasepublic:voidprintcout<<Base;;classDerived:______Base;intmainDerivedd;d.print;return0;
有如下的运算符重载函数定义doubleoperator+intiintkreturndoublei+k;但定义有错误对这个错误最准确的描述是
试题源程序文件清单如下://Matrix.h#include<iostream>#include<iomanip>usingnamespacestd;constintM=18:constintN=18:classMatrixintarray[M][N];public:MatrixintgetElementint.iintjconstreturnarray[i][j];voiclsetElementintiintjintvaluearray[i][j]=value;intmax_valueconst;voidshowconstchar*sconstcout<<endl<<s;forinti=0;i<M;i++cout<<endl;forintj=0;j<N;j++cout<<setw4<<array[i][j];;voidreadFromFileconstchar*Matrix&;voidwriteToFilechar*constMatrix&;//main.cpp#includeMatrix.h#include<fstream>voidreadFromFileconstchar*fMatrix&mifstreaminfilef;ifinfile.failcerr<<打开输入文件失败!;return;intk;forinti=0;i<M;i++forintj=0;j<N;j++infile>>k;m.setElementijk;intMatrix::max_valueconst//********33********intmainMatrixm;readFromFileK://K01//61010001//in.datm;m.showMatrix:;cout<<endl<<最大元素:<<m.max_value<<endl;writeToFileK://K01//61010001//m;return0;
计算机技术中为解决一个特定问题而采取的特定的有限的步骤称为______
下列虚基类的声明中正确的是
对长度为n的线性表进行顺序查找在最坏情况下所需要的比较次数为
热门题库
更多
法宣在线考试
司法卷一
司法卷二
司法卷三
司法卷四
企业法律顾问资格考试
“十三五”规划继续教育
潜力激活与创造力开发继续教育
创新创业能力继续教育
科研方法与论文写作继续教育
全面深化改革实现文明发展
提高自身绩效路径与方法
互联网监管与网络道德建设
“互联网+”和电子商务继续教育
职业道德素养继续教育
加强和创新网络道德教育