单选题下面C 程序中,若在屏幕上输入数值331 后回车,程序执行后,屏幕上显示的输出结果应为__(63)__。
main(void)
{ unsigned int a,b,c,d;
Scanf("%o",
b = a>>4;
c = ~ (~ 0 << 4);
d = b
printf("d=%o\n",d);
}
单选题操作系统中的“抖动”是指 (41) 的现象。
单选题将一条指令的执行过程分解为取指、分析和执行三步,按照流水方式执行,若取指时间t取指=4∆t、分析时间t分析=2∆t、执行时间t执行=3∆t,则执行完100条指令,需要的时间为( )∆t
单选题在面向对象方法中,对象可看成是属性(数据)以及这些属性上的专用操作的封装体。封装是一种______技术。 A.信息隐蔽 B.组装 C.固化 D.产品化
单选题( )的保护期限是可以延长的
单选题以下关于特权指令的叙述中,错误的是( )
单选题计算机在进行浮点数的相加(减)运算之前先进行对阶操作,若 x 的阶码大于 y 的阶码,则应将__(2)__。
单选题在CPU和主存之间设置“Cache”的作用是为了解决________的问题。
单选题 With hundreds of millions of
electronic{{U}} {{U}} 66 {{/U}} {{/U}}taking place daily,
businesses and organizations have a strong incentive to protect the{{U}}
{{U}} 67 {{/U}} {{/U}}of the data exchanged in this manner, and to
positively ensure the{{U}} {{U}} 68 {{/U}} {{/U}}of those
involved in the transactions. This has led to an industry-wide quest for better,
more secure methods for controlling IT operations, and for deploying
strong security mechanisms deeply and broadly throughout networked
infrastructures and client devices. One of the more successful concepts to
engage the imaginations of the security community has been the development of
standards-based security{{U}} {{U}} 69 {{/U}} {{/U}}that can be
incorporated in the hardware design of client computers. The principle of
encapsulating core security capabilities in{{U}} {{U}} 70
{{/U}} {{/U}}and integrating security provisions at the deepest levels
of the machine operation has significant benefits for both users and those
responsible for securing IT operations.
单选题表达式251-53=176在 (23) 进制时成立。
单选题执行下面的一段C程序后,变量ret的值为________。
char str[20];
int ret = strlen(strcpy(str,"Hello_World\0"));
单选题若某文件系统的目录结构如下图所示,假设用户要访问文件f1.java,且当前工作目录为Program,则该文件的全文件名为(22),其相对路径为(23)。
单选题嵌入式系统可以有多种电源管理方案,对于每个给定的任务都具有最优的功耗
单选题使用PERT 图进行进度安排,不能清晰地描述 (16) ,但可以给出哪些任务完成后才能开始另一些任务。下面PERT图所示工程从A 到K 的关键路径是 (17) ,(图中省略了任务的开始和结束时刻)。
单选题高级程序设计语言中用于描述程序中的运算步骤、控制结构及数据传输的是 (63) 。
单选题Which is not a computer language?________.
单选题在网络设计和实施过程中要采取多种安全措施,下面的选项中属于系统安全需求的措施是( )
单选题对于两个并发进程,设互斥信号量为mutex,若mutex=1,则______。 A.表示没有进程进入临界区 B.表示有一个进程进入临界区 C.表示有一个进程进入临界区,另一个进程等待进入 D.表示有两个进程进入临界区
单选题在某嵌入式操作系统中,若P、V 操作的信号量S 的初值为2,当前值为-1,则表示等待信号量S 的任务个数为 (48) 。
