职业资格类 - 软考

管理是信息系统安全的灵魂,信息系统安全的管理体系由法律管理、()、培训管理三部分组成。


A.运行管理B.系统管理C.制度管理D.文档管理
在编制预算的时候,要进行__()__,它是成本变化的主要原因之一。
A.预算标准的制定
B.IT服务工作量预测
C.IT成本管理
D.差异分析及改进
信息系统经济效益评价方法中,不包括下列选项中的()。
A.投入产出分析法
B.分布均值计算法
C.成本效益分析法
D.价值工程方法
在系统分析过程中,编写数据字典时各成分的命名和编号必须依据()
A.数据流程图
B.决策表
C.数据结构
D.U/C矩阵
在一个完整的功能测试过程中,______不属于应该编写的测试文档。
A.测试需求文档
B.测试用例文档
C.测试标准
D.问题报告单
PING发出的是()类型的消息,其报文封装在(请作答此空)协议数据单元中传送。
A.IP
B.TCP
C.UDP
D.PPP
结构化分析的输出不包括()。
A.数据流图
B.数据字典
C.加工逻辑
D.结构图
现在计算机及网络系统中常用的身份验证方式哪种最为安全实用:()
A.用户名+密码方式
B.IC卡认证
C.动态密码
D.USBkey认证
以下关于校验码的叙述中,正确的是()。
A.海明码利用多组数位的奇偶性来检错和纠错
B.海明码的码距必须大于等于1
C.循环冗余校验码具有很强的检错和纠错能力
D.循环冗余校验码的码距必定为1
软件评测师各个科目均需达到()分及以上才能及格。
A.45
B.60
C.75
D.100
多指标综合评价的特征是()①包含多个独立指标②指标分别体现信息系统的多个方面,通常具有不同的量纲③目的是对系统做出一个整体性的判断,并用一个总体评价值来反映信息系统的一般水平
A.①②
B.①②③
C.①③
D.②
People are indulging in an illusion whenever they find themselves explaining at a cocktail(鸡尾酒)party,say,that they are"in computers,"or"in telecommunications,"or"in electronic funds transfer".The implication is that they are part of the high-tech world.Just between US,they usually aren't.The researchers who made fundamental breakthroughs in those areas are in a high-tech business.The rest of us are__1___of their work.We use computers and other new technology components to develop our products or to organize our affairs.Because we go about this work in teams and projects and other tightly knit working groups(紧密联系在一起的工作小组),we are mostly in the human communication business.Our successes stem from good human interactions by all participants in the effort,and our failures stem from poor human interactions.The main reason we tend to focus on the___2__rather than the human side of the work is not because it's more__3__,but because it's easier to do.Getting the new disk drive installed is positively trivial compared to figuring out why Horace is in a blue funk(恐惧)or why Susan is dissatisfied with the company after only a few months.Human interactions are complicated and never very crisp(干脆的,干净利落的)and clean in their effects,but they matter more than any other aspect of the work.If you find yourself concentrating on the__4___rather than the__5___,you're like the vaudeville character(杂耍人物)who loses his keys on a dark street and looks for them on the adjacent street because,as he explains,"The light is better there!".
3、_____
A.trivial
B.crucial
C.minor
D.insignificant
以下不属于数据流图基本符号的是()。
A.数据存储
B.处理
C.数据流
D.条件判断
在系统测试中发现的子程序调用错误属于()
A.功能错误
B.系统错误
C.数据错误
D.编程错误
以下列出的IP地址中,__()__不能作为目标地址。
A.100.10.255.255
B.127.0.0.1
C.0.0.0.0
D.10.0.0.1
进程视图是以可执行线程和进程作为活动类的建模,它描述了并发与同步结构。UML中的()可以用于表达进程视图。
A.部署图
B.组件图
C.活动图
D.状态图
阅读下列说明,回答问题。
【说明】
逻辑覆盖法是设计白盒测试用例的主要方法之一,通过对程序逻辑结构的遍历实现程序的覆盖。针对以下由C语言编写的程序,按要求回答问题。
int XOR(char * filename,unsigned long key){FILE * input = NULL , *output =NULL; //ichar * outfilename = NULL;int len = strlen(filename);unsigned char buffer;if( (filename[len-2] == '.')&& (filename[len-1] == 'c') ) { //2,3outfilename = new char[len+1];//4strcpy(outfilename, filename);outfilename[len-2] = '\0';}else{ //5outfilename = new char[len+5];strcpy(outfilename, filename);strncat(outfilename,".c",2);}input =fopen(filename,"rb");if( input == NULL) { //6cout << "Error opening file " << filename << endl;//7delete [] outfilename;outfilename = NULL;return 1;}output =fopen(outfilename,"wb");if( output == NULL ) { //8cout << "Error creating output file " << outfilename << endl;//9delete [] outfilename;outfilename = NULL;return 1;}while( ! feof(input) ) {//10if(fread(&buffer,sizeof(unsigned char),1,input) != 1 ) { //11if( ! feof(input) ) { //12delete [] outfilename;//13outfilename = NULL;fclose(input);fclose(output);return 1;}}else{ //14buffer ^= key;fwrite(&buffer,sizeof(unsigned char),1,output);}}fclose(input); //15fclose(output);delete [] outfilename;return 0;}
请画出上述程序的控制流图,并计算其控制流图的环路复杂度VG.
以下关于验收测试的叙述中,不正确的是()。
A.验收测试由开发方主导,用户参与
B.验收测试也需要制定测试计划
C.验收测试之前需要先明确验收方法
D.验收测试需要给出验收通过或者不通过结论
在异步通信中,每个字符包含1位起始位、7位数据位和2位终止位,若每秒钟传送500个字符,则有效数据速率为()。
A.500b/s
B.700b/s
C.3500b/s
D.5000b/s
什么是性能测试?性能测试包括哪些测试类型?它们有什么区别?