计算机类
公务员类
工程类
语言类
金融会计类
计算机类
医学类
研究生类
专业技术资格
职业技能资格
学历类
党建思政类
计算机软件水平考试
全国计算机应用水平考试(NIT)
计算机软件水平考试
计算机等级考试(NCRE)
全国高校计算机等级考试CCT
行业认证
信息素养
嵌入式系统设计师(中级)
信息系统项目管理师(高级)
系统分析师(高级)
系统架构设计师(高级)
网络规划设计师(高级)
系统规划与管理师(高级)
软件评测师(中级)
软件设计师(中级)
网络工程师(中级)
多媒体应用设计师(中级)
嵌入式系统设计师(中级)
电子商务设计师(中级)
系统集成项目管理工程师(中级)
信息系统监理师(中级)
信息安全工程师(中级)
数据库系统工程师(中级)
信息系统管理工程师(中级)
软件过程能力评估师(中级)
计算机辅助设计师(中级)
计算机硬件工程师(中级)
信息技术支持工程师(中级)
程序员(初级)
网络管理员(初级)
信息处理技术员(初级)
电子商务技术员(初级)
信息系统运行管理员(初级)
网页制作员(初级)
多媒体应用制作技术员(初级)
PMP项目管理员资格认证
嵌入式系统基础知识
嵌入式系统基础知识
嵌入式系统设计应用技术
单选题关于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.
进入题库练习