嵌入式考试大纲

更新时间:2023-12-10 01:08:01 阅读量: 教育文库 文档下载

说明:文章内容仅供预览,部分内容可能不全。下载后的文档,内容与下面显示的完全一致。下载之前请确认下面内容是否您想要的,是否完整无缺。

dstandardizationofsafetyproduction,andstrivetoachieve\nsicallysafe\safetysectionandisaunitofsecurityofficersresponsibleforminesafetydutiesandsupervisetheimplementationofthefollow-upto,andimplementationofthesystem,prosecution.PartImanagementsystems...Youcanusebrazierswhen,2--3metersfromthegroundandputthefireoutbeforethework,confirmthenofirebeforetheycanleave;Highway11non-staffinthemarginwithin50m,radiusoftheexcavationwork,andworkingwithin6metresoftheedgeandstayundertheumbrellaheading;12,blastingintothepitpersonnelmustfollowtheshootingguard'scommand,hidetosafety;13non-miningvehicles(includingbicycles,animal-drawnvehicle,motorvehicles,etc)willbebannedfromenteringthepitsandotherproductionareaonpainofheavyfines,resultinginaccidentstobeinvestigatedforresponsibility;14shootingthefollowingmechanicalsafetydistancesasfollows:categorynamemechanicalcannonsshallowholesandpopshootingexposedblastingunits:metersdiggingmachinerigcargunpowderotherequipment-pitequipment,especiallyanelectricalswitchandavarietyofsafetydevices,inadditiontospecifyingtheuseofresponsiblepersonnel,bananytouchingofotherpersonnel;16foundthatpowerlinesorcablesbreakinggroundbeforewithoutascertainingwhetherthecharged,prohibitsanyonefromtouching,andshouldleave5metersaway,andimmediatelynotifythepersonchecking;17withouttheleadership'sconsent,arenotallowedtotakethestrippedtrucks,watertankers,oiltankers,asaresultofthecau ? 单片机基础知识

掌握单片机的结构与原理,了解单片机的型号;对单片机工作有较深入的了解,知道单片机是如何工作的,掌握单片机程序设计及烧录的基本方法;深入了解单片机最小系统的电路原理与制作方法;熟练运用C语言进行嵌入式程序设计等。 例:1、下列芯片中属于单片机的芯片是

A、 80486 B、 Z80 C、… AT89S51 D、80286 2、单片机应用程序一般存放在

A、特殊寄存器 B、…ROM C、定时/计数器 D、CPU 例: 3、C语言程序的基本单位是

A、程序行 B、语句 C、…函数 D、程序

4、MCS-51系列的单片机中片内RAM的字节大小可能的是 A、128M B、128K C、…128 D、64

例: 5、可以将P1口的低4位全部置高电平的表达式是

A、P1&=0x0f B、…P1|=0x0f C、P1^=0x0f D、P1=~P1

6、需要扩展一片外部RAM,大小32K字节,需要的地址线是 A、…15 B、14 C、13 D、12

例: 7、 串行口每一次传送多少字符

A、1个 B、1串 C、1波特 D、…1帧 8、KeiL C51软件中,烧录文件的扩展名是 A、.exe B、.asm C、.c D、… .hex

例: 9、一般单片机C51程序中,为了使程序执行的效率最高,函数参数传递时,函数参数的个数不能够超过

A、…3 B、4 C、5 D、6 10、目前,MCS-51单片机采用的开发语言是 A、JAVA B、C++ C、C# D、…Keil_C

? 单片机内部定时器及外围

熟悉单片机内部寄存器功能;掌握对特殊寄存器的设置方法;掌握定时/计数器的使用方法,会设置与定时器相关的寄存器并进行编程,熟练运用定时器实现精确计时的时间计算。

例: 11、单片机外部中断的触发方式为

A、用低电平触发 B、用高电平触发 C、下降沿时触发 D、…A与C皆可

dstandardizationofsafetyproduction,andstrivetoachieve\nsicallysafe\safetysectionandisaunitofsecurityofficersresponsibleforminesafetydutiesandsupervisetheimplementationofthefollow-upto,andimplementationofthesystem,prosecution.PartImanagementsystems...Youcanusebrazierswhen,2--3metersfromthegroundandputthefireoutbeforethework,confirmthenofirebeforetheycanleave;Highway11non-staffinthemarginwithin50m,radiusoftheexcavationwork,andworkingwithin6metresoftheedgeandstayundertheumbrellaheading;12,blastingintothepitpersonnelmustfollowtheshootingguard'scommand,hidetosafety;13non-miningvehicles(includingbicycles,animal-drawnvehicle,motorvehicles,etc)willbebannedfromenteringthepitsandotherproductionareaonpainofheavyfines,resultinginaccidentstobeinvestigatedforresponsibility;14shootingthefollowingmechanicalsafetydistancesasfollows:categorynamemechanicalcannonsshallowholesandpopshootingexposedblastingunits:metersdiggingmachinerigcargunpowderotherequipment-pitequipment,especiallyanelectricalswitchandavarietyofsafetydevices,inadditiontospecifyingtheuseofresponsiblepersonnel,bananytouchingofotherpersonnel;16foundthatpowerlinesorcablesbreakinggroundbeforewithoutascertainingwhetherthecharged,prohibitsanyonefromtouching,andshouldleave5metersaway,andimmediatelynotifythepersonchecking;17withouttheleadership'sconsent,arenotallowedtotakethestrippedtrucks,watertankers,oiltankers,asaresultoftheca 12、MCS-51系列单片机的定时器T0用作定时方式时,采用工作方式1,则初始化编程为

A、…TMOD=0x01 B、TMOD=0x50 C、TMOD=0x10 D、TMOD=0x02

例: 13、设MCS-51单片机晶振频率为12MHz,定时器作定时器使用时,其最高的输入计数频率应为

A、2MHz B、…1MHz C、500kHz D、250kHz

14、在定时/计数器的计数初值计算中,若设最大计数值为M,对于工作方式1下的M值为

A、M=213 =8192 B、M=28 =256

C、M=24 =16 D、…M=216=65536

? 掌握单片机程序编写方法,掌握单片机控制外围流水灯、一位数码管静态显示、多

位数码管动态显示、矩阵键盘编码、矩阵键盘识别及编程、点阵屏及步进电机的编程。须练习编程及复习以达到考试时不手生。

? 了解嵌入式操作系统的定义与特点,掌握Linux的指令系统 ,了解Linux的目录

组织结构及一些基本的文件或目录操作,熟悉在Linux下的网络设置方法等。

例: 1、Linux适合嵌入式系统,是因为它具有下列哪些优点? A)功能强且内核小 B)内核可免费获得且能自由修改 C)很强的移植性 D)…上述特点都是 2、安装Linux至少需要几个分区?

A)…1 B)2 C)4 D)5 例:3、/dev/hda5在Linux中表示什么? A)IDE0接口上的从盘 B)IDE0接口上主盘的逻辑分区

C)…IDE0接口上主盘的第五个分区 D)IDE0接口上从盘的扩展分区

4、运行一个脚本,用户需要什么样的权限? A)read B)write C)…execute D)browse on the directory

例:5、假设超级用户root当前所在目录为:/usr/local,键入cd home命令后,用户当前所在目录是以下哪个?

A)/home B)/usr

C)/home/root D)…以上命令不合法 6、pwd命令功能是什么?

A)当前目录切换到根目录 B)…切换到当前目录 C)当前目录切换到用户主目录 D)切换到上一级目录 例:7、eth0表示什么设备 ?

A)显卡 B)…网卡 C)声卡 D)视频压缩卡

dstandardizationofsafetyproduction,andstrivetoachieve\nsicallysafe\safetysectionandisaunitofsecurityofficersresponsibleforminesafetydutiesandsupervisetheimplementationofthefollow-upto,andimplementationofthesystem,prosecution.PartImanagementsystems...Youcanusebrazierswhen,2--3metersfromthegroundandputthefireoutbeforethework,confirmthenofirebeforetheycanleave;Highway11non-staffinthemarginwithin50m,radiusoftheexcavationwork,andworkingwithin6metresoftheedgeandstayundertheumbrellaheading;12,blastingintothepitpersonnelmustfollowtheshootingguard'scommand,hidetosafety;13non-miningvehicles(includingbicycles,animal-drawnvehicle,motorvehicles,etc)willbebannedfromenteringthepitsandotherproductionareaonpainofheavyfines,resultinginaccidentstobeinvestigatedforresponsibility;14shootingthefollowingmechanicalsafetydistancesasfollows:categorynamemechanicalcannonsshallowholesandpopshootingexposedblastingunits:metersdiggingmachinerigcargunpowderotherequipment-pitequipment,especiallyanelectricalswitchandavarietyofsafetydevices,inadditiontospecifyingtheuseofresponsiblepersonnel,bananytouchingofotherpersonnel;16foundthatpowerlinesorcablesbreakinggroundbeforewithoutascertainingwhetherthecharged,prohibitsanyonefromtouching,andshouldleave5metersaway,andimmediatelynotifythepersonchecking;17withouttheleadership'sconsent,arenotallowedtotakethestrippedtrucks,watertankers,oiltankers,asaresultoftheca8、关于Linux内核版本号的含义,下列说法中哪个是错误的? A)依次表示为主版本号.次版本号.修正次数的形式 B)2.6.24表示稳定的发行版

C)2.6.28表示对内核2.6的第28次修正 D)…2.6.29表示稳定的发行版

9、要更改一个文件的权限,应使用什么设置?( ) A)attrib B)…chmod C)change D)file

10、字符设备文件类型的标志是什么? ( )

A)p B)…c C)s D)l

? 掌握以下命令

mount、 cat 、mv 、rm 、mkdir 、cp 、ls 、chmod 、cd 、tar 掌握以下概念或操作

1、在一块已使用的硬盘上,新建一个分区,并且使之正常使用的方法。(hda)

1)使用命令ifconfig eth0 192.168.1.1 netmask 255.255.255.0 2)使用vi编辑 vi /etc/sysconfig/network-scripts/ifcfg-eth0 )、格式化硬盘的剩余空间;

a、使用fdisk /dev/hda命令可按p键查看分区情况 b、按n键新建分区,再划分分区的大小 c、然后按p查看, d、最后按w保存;

2)、指定文件格式;用命令mkfs –t ext3 /dev/hdan(n:代表你的第几个分区)来指定文件格式为ext3; 3)、挂载

a、先使用mkdir – r /abc新建一个目录 b、使用mount /dev/hdan /abc挂载 c、再使用vi /etc/fstab手动编辑

d、再到/abc下查看是否有lost+found文件,

掌握以下概念或操作

2、若想把修改eth0的ip地址修改为:192.168.0.100,在Linux下如何实现的? 1)使用命令ifconfig eth0 192.168.1.1 netmask 255.255.255.0 2)使用vi编辑 vi /etc/sysconfig/network-scripts/ifcfg-eth0 掌握以下概念或操作

3、比较重要的系统配置资料,一般来说大部分位于/et 目录下,如果是进行升级安装,最好先备份。 4、Linux是一套免费使用和自由传播的类操作系统,是一个基于POSIX和UNIX的多用户 、多任务支持和多CPU的操作系统。

掌握以下概念或操作

5、Linux分区类型默认的是ext3,ext2与ext3的主要区别是ext2不具有日志功能,ext3具有日志文件功能 。

6、若将一个文件的权限修改为744则表示属主 可读可写可执行,属组可读,其他

dstandardizationofsafetyproduction,andstrivetoachieve\nsicallysafe\safetysectionandisaunitofsecurityofficersresponsibleforminesafetydutiesandsupervisetheimplementationofthefollow-upto,andimplementationofthesystem,prosecution.PartImanagementsystems...Youcanusebrazierswhen,2--3metersfromthegroundandputthefireoutbeforethework,confirmthenofirebeforetheycanleave;Highway11non-staffinthemarginwithin50m,radiusoftheexcavationwork,andworkingwithin6metresoftheedgeandstayundertheumbrellaheading;12,blastingintothepitpersonnelmustfollowtheshootingguard'scommand,hidetosafety;13non-miningvehicles(includingbicycles,animal-drawnvehicle,motorvehicles,etc)willbebannedfromenteringthepitsandotherproductionareaonpainofheavyfines,resultinginaccidentstobeinvestigatedforresponsibility;14shootingthefollowingmechanicalsafetydistancesasfollows:categorynamemechanicalcannonsshallowholesandpopshootingexposedblastingunits:metersdiggingmachinerigcargunpowderotherequipment-pitequipment,especiallyanelectricalswitchandavarietyofsafetydevices,inadditiontospecifyingtheuseofresponsiblepersonnel,bananytouchingofotherpersonnel;16foundthatpowerlinesorcablesbreakinggroundbeforewithoutascertainingwhetherthecharged,prohibitsanyonefromtouching,andshouldleave5metersaway,andimmediatelynotifythepersonchecking;17withouttheleadership'sconsent,arenotallowedtotakethestrippedtrucks,watertankers,oiltankers,asaresultoftheca用户可读。

掌握以下概念或操作

7、要让Winxows用户可以共享Linux用户主机下/usr/share的文件,使用Samba服务,如何进行最简单的配置?

1)定义共享资源,如/wangluo 2)新建共享用户wangluo,并指定密码,passwd wangluo,再设置共享密码sbmpasswd wangluo

3)在linux下架设samba服务,使用vi编辑器编辑培植文件 vi /etc/samba/smb.conf [wangluo]

comment = my share is /wangluo path = /wangluo public = no

valid = wangluo

4)启动samba服务 service smb start 5)测试

? 掌握ARM的内部寄存器结构,了解ARM的工作状态,以及工作状态间的切换;

了解ARM指令的流水线机制。

例:1、ARM处理器核可以工作在以下2种状态。

(A) …ARM和Thumb状态 (B)ARM和Windows状态 (C) DOS和Windows状态(D)Unix和Linux状态

2、一般嵌入式操作系统不包含以下哪几种状态。 (A) 运行 (B)挂起 (C) …退出 (D)休眠

例:4、以下所列选项中哪个不是文件系统的格式。 (A) FAT (B)…DOS (C) NTFS (D)Ext

5、对ARM的GPIO端口进行功能的选择应该配置以下哪一个寄存器 。 (A) ...PCON(B)PDATA (C) PC (D)PUP

例:6、NAND FLASH和NOR FLASH的区别正确的是。 (A) NOR的读速度比NAND稍慢一些 (B) NAND的写入速度比NOR慢很多 (C) NAND的擦除速度远比NOR的慢

(D)…大多数写入操作需要先进行擦除操作

7、在嵌入式ARM处理器中,下面哪种中断方式优先级最高。 (A)… Reset(B) 数据中止 (C) FIQ (D) IRQ

例:8、对ARM移植片上系统时,若nandflash内无任何数据则需要先移植。

dstandardizationofsafetyproduction,andstrivetoachieve\nsicallysafe\safetysectionandisaunitofsecurityofficersresponsibleforminesafetydutiesandsupervisetheimplementationofthefollow-upto,andimplementationofthesystem,prosecution.PartImanagementsystems...Youcanusebrazierswhen,2--3metersfromthegroundandputthefireoutbeforethework,confirmthenofirebeforetheycanleave;Highway11non-staffinthemarginwithin50m,radiusoftheexcavationwork,andworkingwithin6metresoftheedgeandstayundertheumbrellaheading;12,blastingintothepitpersonnelmustfollowtheshootingguard'scommand,hidetosafety;13non-miningvehicles(includingbicycles,animal-drawnvehicle,motorvehicles,etc)willbebannedfromenteringthepitsandotherproductionareaonpainofheavyfines,resultinginaccidentstobeinvestigatedforresponsibility;14shootingthefollowingmechanicalsafetydistancesasfollows:categorynamemechanicalcannonsshallowholesandpopshootingexposedblastingunits:metersdiggingmachinerigcargunpowderotherequipment-pitequipment,especiallyanelectricalswitchandavarietyofsafetydevices,inadditiontospecifyingtheuseofresponsiblepersonnel,bananytouchingofotherpersonnel;16foundthatpowerlinesorcablesbreakinggroundbeforewithoutascertainingwhetherthecharged,prohibitsanyonefromtouching,andshouldleave5metersaway,andimmediatelynotifythepersonchecking;17withouttheleadership'sconsent,arenotallowedtotakethestrippedtrucks,watertankers,oiltankers,asaresultoftheca (A) 文件系统 (B)内核镜像 (C) …bootloader (D)OpenJTAG

9、以下哪项关于SRAM和DRAM的区别是不对。 (A)… SRAM比DRAM慢 (B)SRAM比DRAM耗电多 (C) DRAM存储密度比SRAM高得多 (D)DRM需要周期性刷新

了解以下名词含义(能够解释其意思或意义)

RISC 、CISC 、SoC 、Scheduler 、Kernel 、CPSR 、RTOS 、FIQ 、ISR 、ATPCS

掌握以下概念或操作

1、嵌入式linux操作系统属于免费的开源操作系统。

2、ARM处理器总共有37个寄存器。指令集是32位的,程序的启动都是从ARM指令集开始。 当中断时只能回到ARM状态。

3、做嵌入式开发的话需要专门的软件和硬件设备

4、ARM7TDMI中,T表示支持16位Thumb指令集,D表示在片可调试,M表示内嵌乘法器Multiplier,I表示嵌入式ICE,支持在线断点和调试

掌握以下概念或操作

5、ARM7TDMI采用3级流水线结构,ARM920TDMI采用5 级流水线 。

6、嵌入式系统的定义 :以应用为中心、以计算机技术为基础、软硬件可裁减、功能、可靠性、成本、体积、功耗严格要求的专用计算机系统。

7、从底层硬件到上层应用软件 ,嵌入式计算系统的组成主要分为硬件层 、中间层(嵌入式系统初始化,硬件相关的驱动程序) 、软件层(操作系统、文件系统、GUI,网络及通用组件) 、功能层。

掌握以下概念或操作

8、一般而言,嵌入式系统的构架可以分为4个部分:分别是 处理器、存储器、输入/输出和软件,一般软件亦分为操作系统相关和应用软件两个主要部分。 。

9、从嵌入式操作系统特点可以将嵌入式操作系统分为实时操作系统和分时操作系统,其中实时系统亦可分为硬实时系和软实时系统。 。

10、根据嵌入式系统使用的微处理器,可以将嵌入式系统分为嵌入式微控制器,嵌入式DSP处理器、嵌入式微处理器以及片上系统。

本文来源:https://www.bwwdw.com/article/xk95.html

Top