当前位置:首页 → 计算机类 → 软件水平考试 → 中级嵌入式系统设计师->2016年嵌入式系统设计师上午真题卷
某公司内部使用wb.xyz.com.cn作为访问某服务器的地址,其中wb是( )。
已知数据信息为16位,最少应附加位()校验位,以实现海明码纠错。
下面是路由表的4个表项,与地址220.112.179.92匹配的表项是()。
甲公司软件设计师完成了一项涉及计算机程序的发明。之后,乙公司软件设计师也完成了与甲公司软件设计师相同的涉及计算机程序的发明。甲、乙公司于同一天向专利局申请发明专利。此情形下,( )是专利权申请人
计算机在一个指令周期的过程中,为从内存读取指令操作码,首先要将()的内容送到地址总线上。
在敏捷过程的开发方法中,()使用了迭代的方法,其中,把每段时间(30天)一次的迭代称为一个“冲刺”,并按需求的优先级别来实现产品,多个自组织和自治的小组并行地递增实现产品。
能隔离局域网中广播风暴、提高带宽利用率的设备是()。
如果路由器收到了多个路由协议转发的、关于某个目标的多条路由,它如何决定采用哪个路由?()。
( )的保护期限是可以延长的。
甲、乙两厂生产的产品类似,且产品都使用“B"商标。两厂于同一天向商标局申请商标注册,且申请注册前两厂均未使用“B"商标。此情形下,( )能核准注册
以下关于 Cache 与主存间地址映射的叙述中,正确的是( )。
常用的函数参数传递方式有传值与传引用两种。( )。
结构化开发方法中,( )主要包含对数据结构和算法的设计。
会导致进程从执行态变为就绪态的事件是()。
以下与文件系统相关的叙述中,不正确的是()。
分配到必要的资源并获得处理机时的进程状态是()。
下面不属于数字签名作用的是()。
以下协议中属于应用层协议的是(),该协议的报文封装在(请作答此空)中传送。
阅读下面的C语言程序,请给出正确的输出结果()。#includeimage.pngstdio.h>#defineN10#defines(x)x*x#definef(x)(x*x)#defineg(x)((x)*(x))main(){inti1,i2,i3,i4;i1=1000/s(N);i2=1000/f(N);i3=f(N+1);i4=g(N+1);printf(“i1=%d,i2=%d,i3=%d,i4=%d\n”,i1,i2,i3,i4);}
下面是用递推法计算菲波那(Fibonacci)级数第n项的函数,请填补空缺。intf(intn) intf0=0,fl=1,f,i; if(n==0)return0; if(n==1)return1; for(i=2;iimage.png=n;i++) {f=f0+fl; f0f1; (); } returnf;}
一个C语言程序的执行是从()。
基线是一组经过正式验证或确认,并作为后续工作开展依据的一个或一组工作产品,软件项目至少应形成功能基线、分配基线和产品基线三类基线。功能基线形成的时机是______。
DSP(DigitalSignalProcessor)是一种特别适合于进行数字信号处理运算的微处理器,以下不属于DSP芯片特点叙述的是()。
以下关于时序逻辑电路的叙述中,不正确的是()。
某移位型计数器中移位寄存器触发器级数为n,则组成的环形计数器和扭环形计数器的进位模数依次为()。
在嵌入式系统硬件设计中,可以采用()方法减少信号的辐射。
在可靠性要求较髙的嵌入式系统中,经常加入看门狗(Watchdog)电路。以下关于看门狗技术的叙述中,正确的是()。
以下关于存储管理单元(MMU)的说法中,错误的是()。
某软件项目的活动图如下图所示,其中顶点表示项目里程碑,连接顶点的边表示包含的活动,边上的数字表示相应活动的持续时间(天),则完成该项目的最少时间为(请作答此空)天。活动BC和BF最多可以晚开始()天而不会影响整个项目的进度。
ARINC429总线是嵌入式系统中常用的一种面向接口型数据传输的总线,以下叙述中,错误的是()。
将一条指令的执行过程分解为取指、分析和执行三步,按照流水方式执行,若取指时间t取指=4?t、分析时间t分析=2?t、执行时间t执行=3?t,则执行完100条指令,需要的时间为()?t。
从信息流的传送效率来看,(请作答此空)工作效率最低,从吞吐量来看,()最强。
从信息流的传送效率来看,()工作效率最低,从吞吐量来看,(请作答此空)最强。
在FM方式的数字音乐合成器中,改变数字载波频率可以改变乐音的(请作答此空),改变它的信号幅度可以改变乐音的()。
在网络设计和实施过程中要采取多种安全措施,下面的选项中属于系统安全需求的措施是()。
在FM方式的数字音乐合成器中,改变数字载波频率可以改变乐音的(),改变它的信号幅度可以改变乐音的(请作答此空)。
以下协议中属于应用层协议的是(请作答此空),该协议的报文封装在()中传送。
以下关于SD卡的叙述中,不正确的是()。
某8位D/A变换器的输出最大电压为5V,其分辨率指标是最低有效位输入时输出的变化程度,那么该D/A变换器的分辨率是()。
下图为典型DMA(直接存储器访问)的结构示意图,其中(1)、(2)和(3)分别是()。
以下关于嵌入式软件开发的叙述中,正确的是()。
在利用FPGA/CPLD进行逻辑电路设计时,综合后的结果是()。
在某嵌入式系统中采用PowerPC处理器,若C语言代码中定义了如下的数据类型变量X,则X所占用的内存字节数是()。
以下C语言程序的输出结果是()。structs{intx,y;}data[2]={10,100,20,200};main(){structs*p=data;p++;printf(“%d\n”,++(p->x));}
某软件项目的活动图如下图所示,其中顶点表示项目里程碑,连接顶点的边表示包含的活动,边上的数字表示相应活动的持续时间(天),则完成该项目的最少时间为()天。活动BC和BF最多可以晚开始(请作答此空)天而不会影响整个项目的进度
容错技术可以提高计算机系统的可靠性,利用元件冗余保证在局部故障情况下系统还可工作,其中带有热备份的系统称为双重系统,()是双重系统的特点。
以下关于嵌入式软件测试的叙述中,错误的是()。
以下关于结构测试用例设计的叙述中,不正确的是()。
假设段页式存储管理系统中的地址结构如下图所示,则系统()。
在软件能力成熟度模型CMM(CapabilityMaturityModel)中,“同行评审”关键过程域属于()。
假设系统中有n个进程共享3台扫描仪,并采用PV操作实现进程同步与互斥。若系统信号量S的当前值为-1,进程P1、P2又分别执行了1次P(S)操作,那么信号量S的值应为()。
()用来区分在存储器中以二进制编码形式存放的指令和数据。
软件需求分析阶段的测试手段一般采用()。
某字长为32位的计算机文件管理系统采用位示图(bitmap)记录磁盘的使用情况。若磁盘的容量为300GB,物理块的大小为1MB,那么位示图的大小为()个字。
某系统中有3个并发进程,都需要同类资源4个,试问该系统不会发生死锁的最少资源数是()。
文件系统中,打开文件(open)操作的功能是()。
逻辑表达式求值时常采用短路计算方式。“&&”“||”“!”分别表示逻辑与、或、非运算,“&&”“||”为左结合,“!”为右结合,优先级从高到低为“!”“&&”“||”。对逻辑表达式“x&&(y||!z)”进行短路计算方式求值时,()。
嵌入式处理器流水线技术中的结构冒险是指()。
某32位总线处理器的Cache直接映射方式如下图所示,若Cache大小为16KB,每个Cache块为16字节,则Offset,Index和Tag所占的位数分别是()。
冯·诺依曼计算机中指令和数据存放在存储器中,CPU区分它们的依据是()。
在程序的执行过程中,Cache与主存的地址映射是由()。
一次总线事务中,主设备只需给出一个首地址,从设备就能从首地址开始的若干连续单元格实现读取或者写入,这种总线事务方式是()。
以下关于中断的叙述中,不正确的是()。
以下关于Cache和主存叙述中,不正确的是()。
以下关于特权指令的叙述中,错误的是()。
A real-time operating system. (RTOS) is an operating system intended to serve ( ) application process data as it comes in, typically without buffering delays. A key ( ) of a RTOS is the level of its consistency concerning the amount of time it takes to accept and complete an application’s task; the variability is jitter. A hard real-time operating system has ( ) jitter than a soft real-time operating system. The chief design goal is not high throughput, but rather a guarantee of a soft or hard performance category. A RTOS has an advanced algorithm for scheduling. ( ) flexibility enables a wider, computer-system orchestration of process priorities, but a real-time OS is more frequently dedicated to a narrow set of applications. Key factors in a real-time OS are minimal (请作答此空) latency and minimal thread switching latency.
A real-time operating system. (RTOS) is an operating system intended to serve (请作答此空) application process data as it comes in, typically without buffering delays. A key ( ) of a RTOS is the level of its consistency concerning the amount of time it takes to accept and complete an application’s task; the variability is jitter. A hard real-time operating system has ( ) jitter than a soft real-time operating system. The chief design goal is not high throughput, but rather a guarantee of a soft or hard performance category. A RTOS has an advanced algorithm for scheduling. ( ) flexibility enables a wider, computer-system orchestration of process priorities, but a real-time OS is more frequently dedicated to a narrow set of applications. Key factors in a real-time OS are minimal ( ) latency and minimal thread switching latency.
A real-time operating system. (RTOS) is an operating system intended to serve ( ) application process data as it comes in, typically without buffering delays. A key (请作答此空) of a RTOS is the level of its consistency concerning the amount of time it takes to accept and complete an application’s task; the variability is jitter. A hard real-time operating system has ( ) jitter than a soft real-time operating system. The chief design goal is not high throughput, but rather a guarantee of a soft or hard performance category. A RTOS has an advanced algorithm for scheduling. ( ) flexibility enables a wider, computer-system orchestration of process priorities, but a real-time OS is more frequently dedicated to a narrow set of applications. Key factors in a real-time OS are minimal ( ) latency and minimal thread switching latency.
A real-time operating system. (RTOS) is an operating system intended to serve ( ) application process data as it comes in, typically without buffering delays. A key ( ) of a RTOS is the level of its consistency concerning the amount of time it takes to accept and complete an application’s task; the variability is jitter. A hard real-time operating system has (请作答此空) jitter than a soft real-time operating system. The chief design goal is not high throughput, but rather a guarantee of a soft or hard performance category. A RTOS has an advanced algorithm for scheduling. ( ) flexibility enables a wider, computer-system orchestration of process priorities, but a real-time OS is more frequently dedicated to a narrow set of applications. Key factors in a real-time OS are minimal ( ) latency and minimal thread switching latency.
A real-time operating system. (RTOS) is an operating system intended to serve ( ) application process data as it comes in, typically without buffering delays. A key ( ) of a RTOS is the level of its consistency concerning the amount of time it takes to accept and complete an application’s task; the variability is jitter. A hard real-time operating system has ( ) jitter than a soft real-time operating system. The chief design goal is not high throughput, but rather a guarantee of a soft or hard performance category. A RTOS has an advanced algorithm for scheduling. (请作答此空) flexibility enables a wider, computer-system orchestration of process priorities, but a real-time OS is more frequently dedicated to a narrow set of applications. Key factors in a real-time OS are minimal ( ) latency and minimal thread switching latency.
某幅图像具有1024×768个像素点,若每个像素具有8位的颜色深度,则可以表示( )种不同的颜色,经4:1压缩后,其图像数据需占用(请作答此空)KBWe的存储空间。
某幅图像具有1024×768个像素点,若每个像素具有8位的颜色深度,则可以表示(请作答此空)种不同的颜色,经4:1压缩后,其图像数据需占用( )KBWe的存储空间。