计算机类
公务员类
工程类
语言类
金融会计类
计算机类
医学类
研究生类
专业技术资格
职业技能资格
学历类
党建思政类
计算机软件水平考试
全国计算机应用水平考试(NIT)
计算机软件水平考试
计算机等级考试(NCRE)
全国高校计算机等级考试CCT
行业认证
信息素养
软件设计师(中级)
信息系统项目管理师(高级)
系统分析师(高级)
系统架构设计师(高级)
网络规划设计师(高级)
系统规划与管理师(高级)
软件评测师(中级)
软件设计师(中级)
网络工程师(中级)
多媒体应用设计师(中级)
嵌入式系统设计师(中级)
电子商务设计师(中级)
系统集成项目管理工程师(中级)
信息系统监理师(中级)
信息安全工程师(中级)
数据库系统工程师(中级)
信息系统管理工程师(中级)
软件过程能力评估师(中级)
计算机辅助设计师(中级)
计算机硬件工程师(中级)
信息技术支持工程师(中级)
程序员(初级)
网络管理员(初级)
信息处理技术员(初级)
电子商务技术员(初级)
信息系统运行管理员(初级)
网页制作员(初级)
多媒体应用制作技术员(初级)
PMP项目管理员资格认证
软件设计基础知识
软件设计基础知识
软件设计应用技术
单选题某虚拟存储系统采用最近最少使用(LRU)页面淘汰算法,假定系统为每个作业分配3个页面的主存空间,其中一个页面用来存放程序。现有某作业的部分语句如下: Var A: Array[1..150,1..100] OF integer; i, j: integer; FOR i:=1 to 150 DO FOR j:=1 to 100 DO A[i,j]:=0; 设每个页面可存放150个整数变量,变量i、j放在程序页中。初始时,程序及变量i、j已在内存,其余两页为空,矩阵A按行序存放。在上述程序片段执行过程中,共产生 (27) 次缺页中断。最后留在内存中的是矩阵A的最后 (28) 。
进入题库练习
单选题下列成果中,能取得专利权的是______。 A.程序代码 B.管理的规则和方法 C.数学公式 D.用于管理公司财务的程序
进入题库练习
单选题
进入题库练习
单选题建立一个供应商、零件数据库。其中“供应商”表S(Sno,Sname,Zip,City)分别表示:供应商代码、供应商名、供应商邮编、供应商所在城市,其函数依赖为:Sno→(Sname,Zip,City),Zip→City。“供应商”表S属于______。 A.1NF B.2NF C.3NF D.BCNF
进入题库练习
单选题已知一个线性表(38,25,74,63,52,48),假定采用散列函数h(key)=key%7计算散列地址,并散列存储在散列表A[0…6]中,若采用线性探测法解决冲突,则在该散列表上进行等概率成功查找的平均查找长度为 (63) 。
进入题库练习
单选题在某段页式系统中,虚地址空间包含了8个段,段长为2”字节。硬件把每个段分成大小为256字节的页,虚地址中有 (18) 位可以用于指定段号; (19) 位可以指定页号; (20) 位可以指定页内偏移量; (21) 位可以指定整个虚地址。
进入题库练习
单选题软件开发中的瀑布模型典型地刻画了软件生存周期的各个阶段,与其最相适应的软件开发方法是______。 A.构件化方法 B.结构化方法 C.面向对象方法 D.快速原型方法
进入题库练习
单选题假设系统中有三类互斥资源R1, R2 和R3,可用资源数分别为8, 7 和4。在T0 时刻系统中有P1、P2, P3, P4 和P5 五个进程,这些进程对资源的最大需求量和己分配资源数如下表所示。在T0 时刻系统剩余的可用资源数分别为(24)。如果进程按(25)序列执行,那么系统状态是安全的。
进入题库练习
单选题DES是( )算法
进入题库练习
单选题软件调试技术包括 (14) 。
进入题库练习
单选题UML的设计视图包含了类、接口和协作,其中,设计视图的动态方面由 (48) 表现。
进入题库练习
单选题某文件管理系统采用位示图(bitmap)记录磁盘的使用情况。如果系统的字长为32位,磁盘物理块的大小为4MB,物理块依次编号为:0、1、2、…,位示图字依次编号为:0、1、2、…,那么16385号物理块的使用情况在位示图中的第______个字中描述;如果磁盘的容量为1000GB,那么位示图需要______个字来表示。
进入题库练习
单选题面向对象设计的任务可以分成 (54) 。
进入题库练习
单选题从存储空间的利用率角度来看,以下关于数据结构中图的存储的叙述,正确的是_______。
进入题库练习
单选题WWW is popular for its multimedia transmission and friendly (71) . Although the speed of network has been improved considerably in recent years, the rapid (72) of using the Internet, the inherited character of delay in the network and the Request/Response working mode of WWW still make the Internet traffic very (73) and give no guarantee on the Quality of Service. Because HTTP has no states, the web server cannot know the users' demand and the users' requests cannot be predicted Taking advantage of a cache mechanism and the time locality of WWW accesses, the browser can preserve the documents ever accessed in the local machine. By this means, for the documents in the local cache, the browser does not need to send the requests to the remote server or to receive the whole responses from the remote one Pre-fetching uses the space locality of accesses First, the users' access requests are predicted according to the users' current request. Secondly, the expected pages are fetched into the local cache when the user is brow sing the current page. Finally, the users can access these pages downloaded from the local cache. And this can reduce the access delay to some degrees. Pre-fetching is one kind of active caches that can cache the pages which are still not requested by the user. The application of pre-fetching technology in the web can greatly reduce the waiting time after users have sent their requests. This paper brings forward an intelligent technique of web pre-fetching, which can speed up fetching web pages. In this technique, we use a simplified WWW data model to represent the data in the cache of web browser to mine the association rules. We store these rules in a knowledge base so as to (74) the user's actions. In the client sides, the agents are responsible for mining the users' interest and pre-fetching the web pages, which are based on the interest association repository. Therefore it is (75) for the users to speed up the browsing.
进入题库练习
单选题在面向对象技术中,对象具有以下特性:________。 ①清晰的边界 ②良好定义的行为 ③确定的位置和数量 ④可扩展性
进入题库练习
单选题将一条指令的执行过程分解为取址、分析和执行三步,按照流水方式执行,若取指时间t取址=4△t、分析时间t分析=2△t、执行时间t执行=3△t,则执行完100条指令,需要的时间为( )△t。
进入题库练习
单选题将高级语言程序翻译为机器语言程序的过程中,常引入中间代码,其好处是______的适当工具。
进入题库练习