计算机类
公务员类
工程类
语言类
金融会计类
计算机类
医学类
研究生类
专业技术资格
职业技能资格
学历类
党建思政类
计算机等级考试(NCRE)
全国计算机应用水平考试(NIT)
计算机软件水平考试
计算机等级考试(NCRE)
全国高校计算机等级考试CCT
行业认证
信息素养
单选题在段式存储管理系统中,如果希望存取存储在某一虚地址中的数据,且虚地址的段号大于段表长度,则将导致下述哪一种结果?( )
进入题库练习
单选题设有关系R、S和T如下。关系T是由关系R和SS过()操作得到的。
进入题库练习
单选题关于集中式P2P网络的描述中,正确的是
进入题库练习
单选题验证和确认的主要活动有______。
进入题库练习
单选题下列关于进程控制块PCB的叙述中
进入题库练习
单选题如果网络结点传输5MB数据需要0.04s,则该网络的数据传输速率是
进入题库练习
单选题有如下C语言程序 void * th_f(void * arg) { printf("Hello World"); pthread_exit(0); } int main(void) { pthread_t tid; int st; st=pthread_create( if(st==0) printf("Oops, I can not create thread\n"); exit(NULL): } 针对上述程序,下列叙述中哪一个是正确的?
进入题库练习
单选题无向完全图K中非同构的连通的生成子图有
进入题库练习
单选题操作系统的设计目标之一是正确性,下列哪一个因素不会影响该目标?
进入题库练习
单选题Which of the following statements about object oriented database is not correct?
进入题库练习
单选题在TELNET中引入NVT的主要目的之一是
进入题库练习
单选题已经获得除( )以外的所有运行所需资源的进程处于就绪状态。
进入题库练习
单选题According to the principle of CRC calculation, given a frame-bit series M=11100111 and the multiple-term formula, frame-bit series generated by the CRC G=110011, then the CRC is
进入题库练习
单选题下列各种数据对象中,与进程具有一一对应关系的是
进入题库练习
单选题In the forest corresponding to the following binary tree, how many children does node B have?
进入题库练习
单选题设R是集合A={a,b,c}上的二元关系,且R={,},下列命题中哪些为真? Ⅰ. R是自反的并且是传递的 Ⅱ. R是对称的并且是反对称的 Ⅲ. R是A上的等价关系
进入题库练习
单选题According to Shannon"s equation, what is the channel capacity of an analog voice-grade phone line with a bandwidth of 3100 Hz and a signal-to-noise ratio or 30dB? (2 Points)
进入题库练习
单选题解决进程同步与互斥问题时,信号量机制中所谓的"临界区"是指
进入题库练习
单选题视频 电子学标准协会制定的局部总线称为
进入题库练习
单选题假设某计算机系统的内存大小为256K,在某一时刻内存的使用情况如下表所示。 起始地址 0K 20K 50K 90K 100K 105K 135K 160K 175K 195K 状态 已用 未用 已用 已用 未用 已用 未用 已用 已用 未用 容量 20K 30K 40K 10K 5K 30K 25K 15K 20K 25K 此时,若进程顺序请求10K和20K的存储空间,系统采用某种算法为进程分配内存,分配后的内存情况如下表所示。 起始地址 0K 20K 30K 50K 90K 100K 105K 135K 160K 175k 195k 状态 已用 已用 已用 已用 已用 未用 已用 未用 已用 已用 未用 容量 20K 10K 20K 40K 10K 5K 20K 25K 15K 20K 25K 那么系统采用的是什么分配算法?
进入题库练习