JTAG是用来进行嵌入式处理器调试的标准化接口,下列描述中,正确的是__________。
以下关于容错技术的叙述中,错误的是__________。
根据下图所示的输出信息,可以确定的是:____________。
下列做法中不利于嵌入式应用软件移植的是___________。
以下描述中不属于嵌入式操作系统特点的是__________。
以下关于嵌入式安全关键系统的设计以及系统健壮性相关的描述中,错误的是_________。
三日运算符表达式“d=a>b?(a>c?a:c):(b>c?b:c);”等价于下列①、②、③、④四组程序的__________组解释。①if(a>b) ②if(a>b)d=a; if(a>c)d=c; else if(a>c)d=a; else d=a: else if(b>c)d=b; else if(b>c)d=c; else d=c; else d=b;③if(a>b)d=b; ④if(a>b){ else if(a>c)d=c; if(a>c)d=a; else if(b>c)d=c; else d=c; else d=b; }else{if(b>c)d=b; else d=c;}
变量W_data定义如下: union data_node. { float ff; int n; char ch; } W_data;则变量W_data所占的内存存储空间可表示为__________。
以下关于CISC和RISC的描述中,不正确的是___________。
在PowerPC处理器中,内存地址与I/O地址统一编址,访问内存单元和I/O设备是靠__________来区分的。
某同步总线的时钟频率为100MHz,宽度为3:2位,地址/数据线复用,每传输一个地址或者数据占有一个时钟周期。若该总线支持burst(猝发)传输方式,则一次“主存写”总线事务传输一个数组int buf[4]所需要的时间至少是___________ns。
单选题李某购买了一张有注册商标的应用软件光盘,则李某享有( )
单选题采用________不能解决计算机终端用户下载或显示图片/影像时,因等待失去耐心雨放弃下载或显示图片/影像。
单选题嵌入式处理器流水线技术中的结构冒险是指( )
单选题uClinux源程序目录uclinx-44bOii是Linux 2.4.x内核源代码文件目录,其中 (49) 目录包括与CPU类型相关的子目录和文件。
单选题RUP(Rational Unified Process)分为4 个阶段,每个阶段结束时都有重要的里程碑,其中生命周期架构是在__(16)__结束时的里程碑。
单选题Extreme Programming (XP) is a discipline of software development with (71) of simplicity, communication, feedback and courage. Successful software development is a team effort-not just the development team, but the larger team consisting of customer, management and developers. XP is a simple process that brings these people together and helps them to succeed together. XP is aimed primarily at object-oriented projects using teams of a dozen or fewer programmers in one location. The principles of XP apply to any (72) project that needs to deliver quality software rapidly and flexibly. An XP project needs a(an) (73) customer to provide guidance. Customers, programmers, managers, are all working (74) to build the system that's needeD.Customers-those who have software that needs to be developed-willleam simple, effective ways to (75) what they need, to be sure that they are getting what they need, and to steer the project to success.
单选题数字电路根据逻辑功能的不同特点,可以分成两大类:组合逻辑电路和时序逻辑电路
单选题关于线性表的顺序查找、折半查找、分块查找方法的叙述中,错误的是 (47) 。
单选题以下几种A/D转换器中转换速率最快的是 (34) 。