单选题关于RapidIO技术,下列说法中错误的是54________。
单选题在发送电子邮件附加多媒体数据时需采用70________协议来支持邮件传输。
单选题RS422和RS485都是在RS-232C的基础上发展起来的串行数据接口标准,下面描述正确的是28________。
单选题对于嵌入式系统,下面理解不正确的是48________。
单选题I/0端口的访问包括存储器映射方式和I/0映射方式,下面描述中不正确的是26________。
单选题某电子商务网站向CA申请了数字证书,用户可以通过使用(8)________验证(9)________的真伪来确定该网站的合法性。
单选题Edge computing is a (71)_______,open IT architecture that features decentralized processing power,enabling mobile computing and Internet of Things(IoT)technologies.In edge computing,data is processed by the (72)_______ itself or by a local computer or server,rather than being transmitted to a data center.Edge computing enables data-stream acceleration,including real-time data processing without latency.It allows smart (73)_______ and devices to respond to data almost instantaneously,as its being created,eliminating lag time.This is critical for technologies such as self-driving ears,and has equally important benefits for business.Edge computing allows for efficient data processing in that large amounts of data can be processed near the source,reducing (74)_______ bandwidth usage.This both eliminates costs and ensures that applications can be used effectively in (75)_______ locations.In addition,the ability to process data without ever putting it into a public cloud adds a useful layer of security for sensitive dat
现有3个同时到达的作业J1、J2和J3,它们的执行时间分别是T
1
、T
2
和T
3
,且T
1
<T
2
<T
3
。系统按单道方式运行且采用短作业优先算法,则平均周转时间是__________。
Embedded C is a set of _________ for the C Programming language by the C Standards committee to address commonality issues that exist between C extensions for different embedded systems.
以下关于软件可靠性相关的叙述中,错误的是__________。
设n的初值为正整数,设计一个递归算法如下: int fact (int n) { if (n<=0) return 1; else return (n*fact(n-1)); }以下叙述中,正确的是__________。
计算机性能指标对用户非常重要,下列与计算机性能评测有关的叙述,不正确的是___________。
软件设计师王某在其公司的某一综合信息管理系统软件开发工作中承担了大部分程序设计工作。该系统交付用户,投入试运行后,王某辞职离开公司,并带走了该综合信息管理系统的源程序,拒不交还公司。王某认为,综合信息管理系统源程序是他独立完成的,他是综合信息管理系统源程序的软件著作权人。王某的行为__________。
下列进程状态变化中,__________是不可能发生的。
防火墙不具备__________功能。
POP3协议采用__________(67)模式,客户端代理与POP3服务器通过建立TCP连接来传送数据。
已知Cache命中率H=0.98,主存比Cache慢4倍,已知主存存取周期为200ns,则系统的平均访问时间是__________ns。
假设以下代码运行环境为32位系统,其中,__attribute__((ipacked))的作用是告诉编译器取消结构在编译过程中的优化对齐,按照实际占用字节数进行对齐。 代码段1: struct student1{ char name[10]; long sno; char sex; float score[4]; }__attribute__((packed)) *p1, a1, b1; 代码段2: union student2{ char name[10]; long sno; char sex; float score[4]; } *p2, a2, b2; sizeof(struct student1)、sizeof(union student2)的结果分别是__________。
CPU通过接口对外设控制的方式一般包含程序查询方式、中断处理方式和DMA方式,以下描述正确的是___________。
An embedded system is an applied computer system,as distinguished from other types of_________such as personal computers(PCs)or supercomputers.