文档库 最新最全的文档下载
当前位置:文档库 › 嵌入式系统设计教程(第2版)简答题答案

嵌入式系统设计教程(第2版)简答题答案

嵌入式系统设计教程(第2版)简答题答案
嵌入式系统设计教程(第2版)简答题答案

第一章嵌入式系统概论

1.嵌入式系统的定义是什么?

答:以应用为中心,以计算机技术为基础,硬件、软件可裁剪,功能、可靠性、成本、体积、功耗严格要求的专用计算机系统。

2.简述嵌入式系统的主要特点。

答:(1)功耗低、体积小、具有专用性

(2)实时性强、系统内核小

(3)创新性和高可靠性

(4)高效率的设计

(5)需要开发环境和调试工具

3. 嵌入式系统一般可以应用到那些领域?

答:嵌入式系统可以应用在工业控制、交通管理、信息家电、家庭智能管理系统、网络及电子商务、环境监测和机器人等方面。

4. 简述嵌入式系统的发展趋势

答:(1)嵌入式应用的开发需要强大的开发工具和操作系统的支持

(2)连网成为必然趋势

(3)精简系统内核、算法,设备实现小尺寸、微功耗和低成本

(4)提供精巧的多媒体人机界面

(5)嵌入式软件开发走向标准化

5.嵌入式系统基本架构主要包括那几部分?

答:嵌入式系统的组织架构是由嵌入式处理器、存储器等硬件、嵌入式系统软件和嵌入式应用软件组成。嵌入式系统一般由硬件系统和软件系统两大部分组成,其中,硬件系统包括嵌入式处理器、存储器、I/O系统和配置必要的外围接口部件;软件系统包括操作系统和应用软件。

6.嵌入式操作系统按实时性分为几种类型,各自特点是什么?

答:(1)具有强实时特点的嵌入式操作系统。

(2)具有弱实时特点的嵌入式操作系统。

(3)没有实时特点的嵌入式操作系统。

第二章嵌入式系统的基础知识

1.嵌入式系统体系结构有哪两种基本形式?各自特点是什么?

答:冯诺依曼体系和哈佛体系。冯诺依曼体系结构的特点之一是系统内部的数据与指令都存储在同一存储器中,其二是典型指令的执行周期包含取指令TF,指令译码TD,执行指令TE,存储TS四部分,目前应用的低端嵌入式处理器。

哈佛体系结构的特点是程序存储器与数据存储器分开,提供了较大的数据存储器带宽,适用于数据信号处理及高速数据处理的计算机。

2.在嵌入式系统中采用了哪些先进技术?

答:(1)流水线技术

(2)超标量执行

(3)总线和总线桥

3.简述基于ARM架构的总线形式

答:ARM架构总线具有支持32位数据传输和32位寻址的能力,通过先进微控制器总线架构AMBA支持将CPU、存储器和外围都制作在同一个系统板中。AMBA具体包含两条总线,一是高性能总线AHB是为高速传输而经过优化的,他直接连接到CPU上。二是连接外设的外围设备总线APB,属于本地二级总线,通过桥连接器与AHB相连,它主要用于不需要高性能流水线接口或不需要高带宽接口的设备互联。

4.简述一下嵌入式存储系统的地址映像方式和组成结构。

答:嵌入式存储系统一般是由高速缓存区Cache(SRAM),内部存储器(SDRAM)和外部存储器(Flash ROM)组成。

5.简介嵌入式存储系统的地址映像方式和工作原理。

答:通常使用的方法有全相联映像:它允许内存中的每一个存储块都可以映像到Cache存储器的任何一个存储块位置上,也允许从确实已被沾满的Cache存储器中替换出任何一个旧存储块。

直接映像方式:内存中的存储块与Cache中存储块有固定的对应关系。

组相连映像方式:是直接映像和全相连映像方式的一种折中方案。

6.闪速存储器主要由哪两种技术实现?他们的主要差别是什么?

答:NOR型和NAND型两种非易失闪速存储器。

差别:(1)NOR Flash带有SRAM接口,具有先行寻址特性,可以很容地存取访问其内部的每一个字节,NOR类型的速度比NAND类型稍快一些。NAND Flash使用复用接口和控制IO 接口对此寻址存取数据,NAND类型的擦除速度和写入速度比NOR类型块。

(2)NAND Flash生产简单,成本低。存储密度大于NOR Flash。

(3)NAND Flash每块最多擦鞋次数是100万次,而NOR类型存储器的最多擦写次数是10W 次。

7.简述在嵌入式存储系统中的数据存放的格式。

答:存放格式分为大端序格式和小端序格式。

8.嵌入式软件系统结构包含有哪几个层面,主要完成什么功能?

答:四个层面:驱动层、操作系统层、中间件层、应用层。

驱动层:为上层软件提供了设备的接口

操作系统层:隐藏硬件细节,而只提供给应用程序开发人员一个抽象的接口。

应用层:完成特定的工作。

9.简述嵌入式操作系统发展的四个阶段。

答:(1)无操作系统阶段

(2)简单操作系统阶段

(3)实时操作系统阶段

(4)面向Internet阶段

10.什么是嵌入式实时操作系统?简单介绍其特点。

答:在给定的时间内提供某种程度的服务,如果在规定的时间内没有得到结果,那整个的系统就是失败。

特点:

(1) 多任务

(2) 任务的事件驱动

(3) 中断与中断优先级

(4) 同步与异步

(5) 资源与临界资源

(6) 容错与安全性

11.非占先式与占先式调度法的区别有哪些?

答:非占先式内核的任务及响应时间是不确定的,不知道什么时候高优先级的任务才能拿到CPU的控制权,完全取决于应用程序什么时候释放CPU。占先式内核最高优先级的任务一旦就绪,总能得到CPU的控制权。

12简述嵌入式微处理器的中断处理过程。

答:(1)保存CPSR到SPSR

(2)设置当前状态寄存器CPSR中的相应位。

(3)将一起异常指令的下一条指令的地址保存到新的异常工作模式的程序连接寄存器R14_mode中,使异常处理程序执行完后能正确返回原地址。

(4)给程序计数器(PC)强制赋值,使程序在对应的矢量地址开始执行中断处理程序。

13嵌入式硬实时操作系统与软实时操作系统有什么不同?

14常用的四种嵌入式操作系统各自都有哪些特点?

答:uC/OS-II:首先是公开源代码,其次是具有可移植性、可固化、可裁剪性。

Linux:(1)开放源代码

(2)内核小、功能强大、运行稳定、效率高

(3)有大量的且不断增加的开发工具和开发环境。

(4)对网络方面的支持是非常完整的

(5)应用广泛。

(6)包括内核和应用程序两部分。

(7)包括进程调度、内存管理、文件管理、进程间通信、网络和驱动程序。

Windows CE:(1)WinCE不能运行现有的任何Windows应用程序。

(2)有严格的内存限制。

(3)有精简的运行库和API

(4)通常没有鼠标

(5)硬件并不十分标准化

VxWorks:可靠性、实时性和可裁剪性。

15.嵌入式系统的计算机语言主要有哪几种?分别用在什么场合?

答:嵌入式系统的计算机语言主要有汇编语言,其中包括ARM/Thumb/Jazelle。应用代码一般使用C语言。

16.什么是操作系统的移植?

17.简述ARM指令集的基本寻址方式和分类形式?

答:ARM处理器支持的基本寻址方式一共有9种,具体的有立即数寻址、寄存器寻址、寄存器间接寻址、寄存器唯一寻址、基址寻址、相对寻址、多寄存器寻址、块复制寻址、堆栈寻址方式。

ARM指令集可以分为跳转指令、数据处理指令、程序状态寄存器(PSR)传输指令、Load/Store 指令、异常中断产生指令和协处理器指令6类。

18.简述ARM指令集同X86指令集的主要差别。

答:指令格式定长4字节、不定长1-15字节

程序读/写指令计数器可以、不可以

状态标志位更新由指令的附加位决定、指令隐含决定

按照边界对其取指令必须在4字节边界取指

操作数寻址方式三地址、二地址

状态位个数4/6

高密度指令有、无

条件判断执行几乎每一条、专用条件判断指令

栈数据传输指令没有,用LDM/STM实现、有专用指令PUSH/POP

DSP处理的乘加指令有、无

访存体系结构Load/Store指令、算术逻辑指令也能访问内存

19.ARM指令集和Thumb指令集的主要差异有哪些?

答:指令工作标志:CPSR的T位=0、CPSR的T位=1

操作数寻址方式:大多数指令为3地址、大多数指令为2地址

指令长度:32位、16位

内核指令:58条、30条

条件执行:大多数指令、只有分支指令

数据处理指令:访问桶形位移器和ALU、独立的桶形位移器和ALU

寄存器使用:15个通用寄存器+PC(R15)、8个通用低寄存器+7个高寄存器+PC(R15) 程序状态寄存器:特权模式下可读写、不能直接访问

异常处理:能够全盘处理、不能处理

第三章基于ARM架构的嵌入式微处理器

1.基于ARM架构的微处理器有哪些特点?

答:在处理器内部大量使用32位寄存器使内部的代码及实时内核的执行时间减少到最低的限度。

系统内部具有很强的存储区保护功能。

内部具有可扩展的处理器结构,以最短的时间和最快的速度扩展出满足应用性能的嵌入式微处理器。

系统具有小体积、低功耗、低成本、高性能的特点。

2.简述基于ARM架构的微处理器的内部结构。

答:ARM系统架构的微处理器一般是由32位算术逻辑单元ALU、近40个32位通用及专用寄存器组、32位桶形移位寄存器、指令译码及控制逻辑、指令流水线和数据/地址寄存器等部件组成。

3.ARM指令集定义了几种变种形式?

答:(1)Thumb指令集(T变种)

(2)长乘法指令(M变种)

(3)增强型DSP指令(E变种)

(4)JAVA加速器Jazelle(J变种)

(5)ARM媒体功能扩展(SIMD变种)

4.简述ARM微处理器的两种工作状态。

答:从编程角度看,ARM微处理器的工作状态一般有ARM状态和Thumb状态两种工作状态。ARM工作状态时,处理器执行32位的字对齐和ARM指令系统。对于Thumb工作状态,此时处理器执行16位的,半字对齐的Thumb指令系统。可以通过转移指令在两种状态之间进行切换,两者之间的状态切换不影响处理器工作状态和寄存器中的内容。

5.ARM微处理器有哪几种工作模式?

答:ARM微处理器支持7中工作运行模式:

用户模式(USR)

快速中断模式(FIQ)

外部中断模式(IRQ)

管理模式(SVC)

中止模式(ABT)

未定义(UND)

系统模式(SYS)

6.简述ARM微处理器的寄存器组织及R13/R14/R15/CPSR/SPSR的特殊作用及使用场合。答:寄存器R13在ARM中常用作栈指针,在ARM指令集中只是一种习惯的用法,在Thumb 指令集中,有一些指令强制性的使用R13作为栈指针。

寄存器R14又称为连接寄存器,在ARM体系中具有下面两种特殊作用。每一种处理器模式中,自己的物理地址R14中存放在当前子程序的返回地址。当通过BL或BLX指令调用子程序时,R14被设置成盖子程序的返回地址。在子程序中,当把R14的值复制到程序计数器PC 中时,子程序即返回。

程序计数器R15。寄存器R15用作程序计算器(PC)。

当前程序状态寄存器CRSR。包括条件标志位,中断禁止位,当前处理器标志位,以及其他一些相关的控制和状态未。

程序状态寄存器SPSR。

7.ARM微处理器系统控制程序执行流程有哪三种形式,都是如何工作的?

答:在ARM体系微处理器中,通常有三种方式控制程序的执行流程方式。他们分别是:(1) 在正常程序执行过程中,这个过程是按顺序执行的。

(2) 程序通过跳转指令可以跳转到特定的地址标号处执行,或者跳转到特定的子程序处执行。

(3) 异常(Exceptions)是当正常的程序执行流程发生暂时停止或改变时,成为异常。

8.ARM体系中的异常中断有几种形式?为什么?

答:ARM体系中的异常中断有如下7种形式。

(1) 复位(Reset)

(2) 未定义指令(Undefine Instruction)

(3) 软件中断(Software Interrupt,SWI)

(4) 指令预取终止(Prefech Abort)

(5) 数据中止(Data Abort)

(6) 外部中断请求(IRQ)

(7) 快速中断模式请求(FIQ)

各种异常中断具有各自的备份寄存器组。当多个异常中断同时发生时,处理器可以根据个异常中断的优先级选择响应优先级最高的异常中断。

9.存储管理单元MMU主要完成哪些工作?

答:MMU主要完成虚拟存储空间到物理空间的映射,ARM采用了页式虚拟存储器管理方式。其次是控制存储器访问权限,最后是设置虚拟存储空间的缓冲特性等三项工作。

10.Samsun S3C44B0微处理器内部主要集成了哪些部件?

答:集成了8KB的Cache、外部存储器控制器、LCD控制器、4个DMA通道、2通道UART、1个多主机I2C总线控制器、1个I2S总线控制器,5通道PWM定时器及1个内部定时器、71个通用I/O口、8个外部中断源、实时时钟、8通道10位ADC等部件。

11.ARM7TDMI内核支持中断断点的设置有几种类型,各自的特点是什么?

答:ARM7TDMI中断断点的类型包含有硬件断点和软件断点。

硬件中断断点数量偏少,但是可以在程序存储器中的任何地方来设置断点。

软件中断断点是在程序存储器中设置断点的数目不受限制。但是软件断点只能在科协的存储器的地址中设置(如RAM)。而不能在ROM(如Flash)中设置。

12.S3C44B0微处理器中断优先级别是如何设置的?

答:一种方式是通过软件查询PEND寄存器来决定中断优先级。另一种方式是通过硬件接线决定中断优先级,也就是向量中断模式,它只适用IRQ。

13.S3C44B0位处理器内部中断控制器内部具有哪些专用寄存器?可接收多少个中断请求?答:可以接收30个中断源的请求。中断控制器内部包括中断请求寄存器INTPND、中断屏蔽寄存器INTMSK、中断控制器INTCON、中断模式寄存器INTMOD、中断服务悬挂寄存器I_ISPR/F_ISPR、中断服务悬挂清除寄存器I_ISPC/F_ISPC。

14.简述S3C44B0微处理器内部定时器的功能?

答:在S3C44B0中具有6个16位定时器,每个定时器可以基于中断模式或DMA模式运行。定时器0/1/2/3具有脉宽调试PWM功能,定时器0还具有死区发生器可用于大电流设备。

15.S3C2410B微处理器主要性能有哪些?

答:MCU采用ARM920T核,主频高达203MHz

SDRAM为32位,16MB,32MB,64MB可选;Flash:32位,4MB,16MB可选。

USB接口有两路:一路DEVICE,另一路HOST;UART:UART0/UART2可选择(RS-232)

JTAG接口为14针

电源输入+5~+9V,输出为+3.3V和1.8V,LCD控制器支持STN和TFT形式。

4路DMA:3路出啊口;8路ADC和触摸屏控制接口;具有RTC功能。

支持MMC和SMC卡、4路PWM和1路内部定时器、看门口电路、117路I/O口和24路外部中断。

272引脚FBGA封装。

16.S3C2410B位处理器内部DMA控制器进行数据传输有哪四种情况?

答:源器件和目的器件都在系统总线;

源器件在系统总线,目的器件在外设总线;

源器件在外设总线,目的器件在系统总线;

源器件和目的器件都在外设总线。

17.简述S3C2410B微处理器内部DMA的工作过程。

答:(1)外设向DMAC发出请求;

(2)DMAC通过HOLD向CPU发出总线请求;

(3)CPU响应释放三总线;

(4)DMAC向外设发DMA应答;

(5)DMAC发出地址、控制信号、为外设传输送数据;

(6)传送完规定的数据后,DMAC撤销HOLD信号,CPU也撤销HLDA信号,并且恢复对三总线的控制。

18.S3C2410B微处理器系统有几种启动方式?是如何实现的?

答:S3C2410具有三种启动方式,有OM[1:0]引脚选择:

00时处理器从NAND Flash启动;

01时从16位宽的ROM启动;

10时从32位宽ROM启动。

19.简单介绍Intel PXA255微处理器的特点和功能。

答:

20.简单介绍Intel PXA27X系列微处理器的特点和功能。

第四章嵌入式系统设计

1.介绍一下嵌入式系统的设计步骤有哪些?各部分的主要工作是什么?

答:(1)需求分析阶段:罗列出用户的需求。

(2)体系结构设计阶段:系统的功能如何实现是体系结构的设计目的。

(3)硬件/软件设计阶段:具体的实施软硬件的实现。

(4)系统集成和测试阶段:把系统的软件、硬件和执行装置集成在一起进行调试,发现并改进在设计过程中的错我。对设计好的系统进行测试,看其是否满足给定的要求。

2.简述嵌入式系统选型的原则。

答:(1)市场进入时间

(2)可移植性

(3)可利用资源

(4)系统定制能力

(5)成本

(6)中文内核支持

3.在实际的项目设计中,如何选择嵌入式微处理器?

答:首先,要根据设计需求来合理的选择高、中、低档位的微处理器。

4.简述嵌入式系统的开发流程。

答:首先进行硬件系统与软件系统的分类划分,以决定那些功能有硬件实现,哪些用软件实现?在具体的硬件设计中,应注意设计硬件子系统时一般采用top-down方法。在检查设计中,要归类文档、协助检查和召开审查会。

5.嵌入式系统硬件系统的设计可包含哪几部分?

答:微处理器芯片选型;多路时钟电路的设计;系统复位的电路设计;电源管理器;存储系统的设计;

6.介绍一下在嵌入式系统中,多路时钟电路是如何实现的?

答:通常使用频率较低的石英晶体振荡电路作为基准时钟源,然后通过锁相倍频电路得到高频时钟后经过分频器进行分频,获得多时钟源来提供给系统使用。

处理器内部设计了多种时钟源,分别为处理器内核时钟、实时时钟电路、I/O部件提供不同的时钟信号。

7.在嵌入式系统中电源管理器的作用有哪些?

答:嵌入式系统是通过电源管理器来对系统的电源进行管理的,这样可以提高整个系统的电源效率,并且可以为系统中的每一个外围设备模块提供相应的电源管理。通过电源管理不仅可以减少目标设备上的电源损耗,而且可以使系统再重新启动、正常运行、空闲和挂起工作模式的电源状态下保存RAM中的文件系统。

8.嵌入式系统中使用的存储器有哪几种?分别有什么特点?适用于哪些场合?

答:嵌入式系统常用的存储器包括有被用作装载启动程序(Bootloader)的ROM(几兆字节容量);用作高速缓存的嵌入式静态存储器(SRAM)(几十千字节);荣靓仔8~512MB的该

密度SDRAM;最大容量达到G字节的Flash ROM。

9.简述S3C44B0微处理器的存储系统是如何分配的?

答:嵌入式系统中的存储体一般是由8个Bank存储区组成的。

Bank0:由一片1MB NOR Flash构成,放置系统引导程序。

Bank1:由K9F2808芯片构成,采用非线性寻址方式。

Bank2/3/4/5:可以提供扩展外部设备使用。

Bank6:SDRAM,起始地址为0xC0000000。

Bank7:可以扩展另一片SDRAM。

10.举例说明通用目的输入、输出引脚GPIO的组成形式和初始化过程。

答:ARM系列的嵌入式系统采用了存储器与I/O端口的统一编址方式,即把I/O端口作为特殊的存储器地址来对待处理。

#define rPCONF (*(volatile unsigned *) 0x01d20040)

#define rPDATF (*(volatile unsigned *) 0x01d20044)

#define rPUPF (*(volatile unsigned *) 0x01d20048)

11.简述在嵌入式处理器中进行中断的过程。

答:中断响应、中断处理和中断返回。

12.常用嵌入式处理器内部一般都集成了哪些接口?它们的用途是什么?

答:(1)并口:将多位数据在同时从一个设备传输到另一个设备。

(2)中断接口:用于处理外部输入或处理异常。

(3)串行外围设备UART:用于控制计算机与串口设备的接口。

(4)串行外围设备接口SPI:主要用于主从分布式的通信网络。

(5)A/D转换接口:用于将模拟信号转换为数据信号的接口。

(6)I2S音频设备接口:穿行的数字音频总线协议。

(7)AC’97数字音频接口:一种在主流PC中实现音频特性的方法。

(8)SD存储卡接口:广泛用于便携式装置上使用。

(9)显示器接口:用于进行人机交互的显示、触摸等操作。

(10)I2C总线接口:用于连接串行存储器和LCD控制器。

(11)CAN总线接口:用于骑车中各种不同电子元件之间的通信。

(12)嵌入式以太网接口:当今最重要的一种局域网建网技术。

13.S3C2410单元提供了几个异步串口UART?其主要特点有哪些?

答:S3C2410有三个UART:三个UART都有遵从1.0规范的红外传输功能,UART0/1有完整的握手信号,可以连接Modem。

14.简述SPI串口的特点。

答:主要用于主从分布式的通信网络,用4根接口线(SCLK,SDI,SDO,CS)即可完成主从之间的数据通信。在时钟信号的作用下,发送的同时,接受对方发来的数据;也可以只发送或者只接收。SPI的波特率可以达到20Mb/s以上。SPI设备系统可以多个SPI设备组成,任何一个设备都可以为主SPI,但是任何一时刻只能有一个主SPI设备。

15.简述嵌入式系统中的主USB接口和从USB接口的特点。

答:主USB接口可连接外部设备进行通信和存储,从USB接口可与PC上的USB连接进行完成程序下载、通信等功能。

16.简单介绍一下S3C44B0X芯片内部的A/D转换器和其内部主要的组成部件。

答:S3C440B芯片内部自带一个8路10位A/D转换器,该转换器可以通过软件设置为Sleep 模式,可以节电减少功率损失,最大转换率为500kb/s,分线性度为正负1位,输入电压范围为0~2.5V;分辨率为10位;最大带宽为100HZ。

内部主要由逐次逼近寄存器SAR,D/A转换器,比较器以及时序和控制逻辑部分等部分组成。

17.在嵌入式系统中,有哪几种数字音频设备接口?简述各自特点。

答:I2S音频设备接口:串行的数字音频总线协议。

AC’97数字音频接口:一种在主流PC中实现音频特性的方法。

18.介绍一下常用的嵌入式系统具有哪些人机接口?

答:(1)显示器接口

(2)键盘接口

(3)触摸屏接口

19.简述STN和TFT两类LCD屏的区别。

答:TFT控制液晶的电压不用直接加在液晶两端,而是加在晶体管上。

20.简述电阻式触摸屏工作原理。

答:电阻式触摸屏的屏体部分是一块与显示屏表面非常配合的多层复合薄膜,内层和外层都涂有一层透明的导电层,在两个导电层之间有许多细小的透明隔离点把他们隔离绝缘。触摸屏负责将受压的位置转换成模拟电信号,再经过A/D转换为数字量表示x,y坐标,送入CPU 处理。

21.简述IIC总线接口的特点。

答:IIC总线具有低成本、易实现、中速(标准总线达到100kb/s,扩展总线达到400kb/s)的特点。

22.简述CAN总线接口的特点。

答:CAN协议的特性包括有高完整性的串行数据通信、提供实时支持、传输速率高达1Mb/s、同时具有11位的寻址及检错能力。

CAN控制系统强调集成、规模化的工作方式,具有抗干扰能力强、实时性好、系统错误检测和隔离能力强的优点。

23.简述以太网接口的特点。

答:以太网具有高度的灵活性、组网相对简单、低价格等特点。以太网的物理组成非常简单、该网络是一条具有单信号路径的总线,以太网连接载体标准可以由几种不同的实现方法,比如采用双绞线、同轴电缆或光缆。

24.简述嵌入式Internet的接入方式。

答:嵌入式Internet接入原理有两种方式:一是直接接入Internet方式,设备可以直接接到Internet上,对Internet进行透明访问。而是通过网关接入Internet。嵌入式Internet接入32/64位网络处理器时,由于在32/64位的嵌入式系统有足够的能力和和资源,所以可以使用TCP/IP协议的全集和标准的Socket接口,并且集成以太网控制器接口。

25.在嵌入式系统中,一般采用哪几种无线通信技术?各自的特点是什么?

答:(1)无线局域网WiFi技术:是利用无线通信技术在一定的局部范围内建立的网络,是计算机网络与无线通信技术相结合的产物,它以无线多址信道作为传输媒介,提供传统优先局域网的功能。

(2)蓝牙技术:

①适用设备多。

②工作频段全球通用。

③使用方便、即插即用。

④安全加密、抗干扰能力强。

⑤兼容性好。

⑥尺寸小、功耗低。

⑦多路方向链接。

(3)ZigBee通信技术

ZigBee可以实现点对点、点对多和多对多之间的设备间数据的透明传输,支持三种主要的自组织无线网络类型,即星状结构、网络结构和簇状结构;网络结构具有很强烈的网络健壮性和系统可靠性。

第五章嵌入式系统开发环境与相关开发技术

1.嵌入式系统开发过程主要分为哪几个步骤,各步骤主要完成哪些工作?

答:嵌入式软件的开发一般分为生成、调试和固化运行三个步骤。

嵌入式软件系统的生成是在宿主机上进行的,利用软/硬件各种工具完成对应用程序的编辑、交叉编译和交叉链接工作,完成可提供调试或固化的目标程序。其中通过交叉编译器和交叉链接器可以在宿主机上生成能在目标机上运行的代码,而交叉调试器和硬件仿真器等则用于完成宿主机与目标机之间的嵌入式软件调试。调试成功后还要使用一定的工具将程序固化到目标机上。

2.简述在ARM裸机开发阶段常用的工具。

答:(1)ARM Developer Suite(ADS):是由ARM公司所开发的全套实时开发软件工具包,内部包含了编辑工具、编译工具和调试工具。

(2)ARM Real-Time Trace和Real Monitor实时跟踪器和实时监视器。

(3)Integrator集成开发平台。

(4)ARM Firmware Suite(固化工具组)

3.基于嵌入式操作系统与应用程序开发阶段常用的工具有哪些?

答:(1)针对Uc/OS-II的开发工具。

(2)针对嵌入式Linux的开发工具。

(3)针对Windows CE操作系统的开发工具。

(4)针对VxWorks操作系统的开发工具。

4.简述基于ARM系统的调试技术。

答:基于ARM系统的调试技术有四种:

(1)基于指令集模拟器的调试技术。

(2)基于驻留监控软件的调试技术。

(3)基于JTAG仿真器的调试技术。

(4)实时在线仿真器的调试技术。

5.简述嵌入式软件开发中的程序下载调试与程序自启动固化方式有哪些不同之处。

答:两者程序代码或数据在目标机内存中的定位有所不同。

6.简述基于JTAG的调试过程。

7.简述基于Angel调试的工作过程。

8.在嵌入式硬件开发中应该注意哪些事项?

答:在硬件开发设计中开发者首先应学习应用最新嵌入式微处理器相关功能,还有外部扩展功能的增强等。其次,在扩展接口的开发尽可能采用FPGA或CPLD等器件开发。这类器件都是开发平台的支持,开发难度小,开发出的硬件特性可靠、结构紧凑、利于修改、保密性好。

9.Bootloader主要完成哪些工作?

答:主要完成进行初始化系统硬件设置的任务,包括CPU、SDRAM、Flash、串口初始化、时钟设置、存储器的映射等,还要设置堆栈指针,创建内核需要的信息等工作,最后是调用操作系统内核。

10.简述Bootloader的两种操作模式。

答:(1)程序调试下载启动模式

(2)程序固化自启动加载模式。

11.简述Bootloader的调试过程。

答:(1)Bootloader阶段1(Stage1):主要步骤有硬件系统自检、对系统硬件进行初始化。为加载Bootloader的阶段2准备RAM空间,并复制Bootloader的阶段2到RAM空间中。配置相关寄存器、存储器或者端口、外设等地址、工作模式和堆栈等工作。

(2)Bootloader阶段2(Stage2):通常采用C语言来编写Bootloader阶段2的程序,其主要工作有实现更复杂的初始化操作和本阶段要使用到的硬件设备,检测系统内核映射,将系统下载到RAM空间中,对内核进行参数和数据的设置、启动参数,跳转到内核映像入口并执行内核程序,系统的软件设置,更新系统(system.bin)。

1. μC/OS-II系统的特点有哪些?

答:(1)有源代码

(2)可移植

(3)可固化和裁剪

(4)可剥夺型和可确定性

(5)任务站和多任务

(6)系统服务和终端管理

(7)稳定性和可靠性

2.在μC/OS-II系统中,任务间是如何通信的?消息信箱与消息队列具体有哪些区别?

答:可以使用全局变量、信号量、消息信箱和消息队列。

3.在μC/OS-II系统中,任务有哪些状态?各状态间是怎么转换的?

答:任务有五个状态:挂起、就绪、运行、中断服务、等待或挂起。

_______

--------------------------------- |等待或| -----

| ------| 挂起| |

| | ------------ |

| |挂起时间到|

| |收到消息|

| | |

| | |

| | |

↓ ↓ |

______ 创建任务______ 任务调度______ 中断___________

|挂起|-------------- |就绪|---------------- |运行|-------------- |中断服务|

| | --------------| | ----------------| | --------------| |

--------- 删除任务--------- 任务被占先---------- 中断服务----------------

4. μC/OS-II系统的内核属于可剥夺型内核,它有哪些特点?

答:最高优先级的任务一旦就绪,总能得到CPU的控制权。使用可剥脱型内核,最高优先级的任务什么时候可以执行,可以得到CPU的控制权是可知的。使用可剥夺型内核使得任务优先级响应时间得以最优化。

5.结合μC/OS-II系统的任务调度机制,具体说明为什么可剥夺型内核不宜直接使用不可重入性函数?

1.嵌入式Linux的内核有哪几个组成部分,其各自功能是什么?

答:(1)进程调度(SCHED):进程调度负责控制进程对CPU的访问。

(2)内存管理(MM):内存管理的作用是允许多个进程安全的共享主内存区域。

(3)虚拟文件系统(VFS):虚拟文件系统VFS隐藏了各种硬件的具体细节,为所有的设备提供了统一的接口。

(4)网络接口(NET):网络接口提供了对各种网络标准的存取和各种网络硬件的支持。(5)进程间通信(IPC):进程间通信支持进程间各种通信机制。

2.简述嵌入式Linux的启动过程。

答:嵌入式Linux启动分为两个部分:系统引导与嵌入式Linux启动。其中系统引导将完成嵌入式Linux装入内存前,初始化CPU和相关I/O设备,并将嵌入式Linux调入内存的工作。系统引导主要由Bootloader实现,Bootloader将嵌入式Linux内核调入内存之后,将权利交给嵌入式Linux Kernel,进入嵌入式Linux的启动部分。

3.简述Qt/Embedded应用程序的基本开发流程。

答:(1)Qt Designer,在安装QT的bin目录下键入./designer将启动一个包含很多Qt组件的可视化界面。

(2)UIC,将file.ui文件生成file.cpp和file.h文件。

(3)用qmake工具生成file.pro文件。

(4)MOC用来解析一个C++文件中的类声明并且生成初始化对象的C++代码。

4.简述常用的嵌入式系统的文件系统种类及各自特点。

答:(1)cramfs:是一个压缩式的文件系统,它并不需要一次性的将文件系统中的所有内容都解压缩到内存之中。

(2)romfs:是一种只读文件系统,占用系统资源也比较小。

(3)JFFS2:在扇区级别上执行闪存擦除、写、读操作要比EXT2文件系统好。提供了比EXT2更好的崩溃、掉电安全保护。是专门为闪存芯片及类似嵌入式设备创建的,所以它的整个设计提供了更好的闪存管理。

5.简述嵌入式Linux的设备分类及各自特点。

答:(1)字符设备(Char Device):存取时没有缓存。

(2)块设备(Block Device):读写都有缓存支持,并且块设备必须能够随机存取。

(3)网络设备(Network Device):网络设备在Linux操作系统作专门的处理。Linux操作系统的网络系统主要是基于BSD UNIX的Socket机制。

第8章Windows CE操作系统的应用与开发

1.Windows CE操作系统发展至今都有哪些版本?

答:Windows CE 1.0/Windows CE/2.0Windows CE3.0/Windows CE .NET4.0/Windows CE .NET5.0/Windows CE .NET6.0/

2.Windows CE操作系统在体系结构上有哪些特点?

答:(1)更广泛且可扩展的CPU支持

(2)仿真环境

(3)强大的应用程序开发

(4)支持针对小内存体积占用进行的优化

(5)硬实时内核

(6)强健的内存管理

(7)先进的电源管理

(8)最新的Web浏览技术

(9)强大的多媒体能力

(10)广泛的多语言支持

3.基于Windows CE操作系统开发的主要工具有哪些?其功能是什么?

答:(1)eMbedded Visual C++:为Windows CE操作系统编程语言。

(2)Platform Builder:微软提供给Windows CE操作系统开发人员进行基于Windows CE平台下嵌入式操作系统定制的集成开发环境,它提供了所有进行设计、创建、编译、调试和测试Windows CE操作系统平台的工具。

4.在Windows CE操作系统中,驱动程序主要分为哪几种?各自的特点是什么?

答:Built-in Drivers驱动程序和Installable Drivers驱动程序。

5.介绍一下Windows CE的应用程序开发流程。

答:应用程序的创建和编写,编译生成可执行文件,应用程序的调试。

蒋静仪-阅读教程2-课后习题答案(含quotations)

蒋静仪阅读教程2 课后习题答案(含quotations) Unit One Human Relationship 1. Interpretation of the quotations ①No man can be separated from the society and disconnected with other people as an island is isolated from the mankind. The inherent(内在的) oneness of mankind is just like a whole mass land. ②. when you deal with issues about yourself, try to be calm, reasonable and intelligent; but when you deal with issues about other people, you need to be affectionate, sincere and sympathetic. ③Here is an easy-to-follow, buy established and uncontroversial model for getting along with other people successfully. You just face and accept any serious misfortune or failure peacefully, as if it were something of litter significance or value; but never treat some ordinary, commonplace things as if they were extremely serious. Reference answers to the exercises Reading One: Check your comprehension 1-5 ADCCB Check your vocabulary 1.Fisher and Ury’s theory is based on the belief that the “win or lose”model does not work when two sides try to reach an agreement. https://www.wendangku.net/doc/754624243.html,e positive statements surrounding ideas that are negative. 3.You can often successfully resolve differences if you try this collaborative approach. Reading Two Check your vocabulary Resisted; frustration; fluttered; jerked; restless; haltingly; gratefully; thoughtless Reading Three Check your comprehension 1-7 FTFFTFT Check your vocabulary Administrative; meekly; hysterical; requisition; deposit; severe Confronted; spluttered; irate; bogus; purchase Reading four Check your comprehension 1-6 FTTTFT Check your comprehension 1.How often does this seriously affect people’s communication and make them fail in building

邹申版英语写作教程1课后答案-UNIT 2-keys

P21 Pronouns 1)She me 2)Me 3)Him 4)She 5)Who 6)Whoever 7)Who/whom 8)Whom P25 2 1)play a minor role 2) That’s Greek to me 3) belated action 4)Where there is smoke there is fire 5) be a utility man 6)walk into the trap 7) one’s face glowing with health 3 1)We must practice economy. We must reduce unnecessary expenditures. 2)It is essential to control environmental pollution. 3)We must arrive at the station on time. 4)Financial expenditures should be arranged in order of priority. 5)We should speed up construction of urban housing, so as to improve the housing conditions. 6)Private capital has to meet two conditions. First, the profits must be legal. Second, they must be excessive. 7)During the period of the Eleventh Five-Year Plan we must never neglect grain production. Instead, we must steadily increase it. P26 5 1)me 2)who 3)I 4)me/myself 5)me 6)each other’s 7)who 8)us 9)whom 10)Some 11)one’s 12)his 13)his 14)his his

英语泛读教程2参考答案(1-10)

英语泛读教程(第2册)参考答案 Unit One Comprehension Points 1.Every year at the same time the stars were in the same place in the sky. 2.They are the planets. 3.He thought that … (Page 2, parag. 12) 4.The idea was that the stars and the sun did not turn around the earth. Instead, it was the earth that was turning. The sun and the stars were not really moving. 5.Because they would upset the whole science of astronomy and cause cruel persecution by the Church. 6.Content/details. https://www.wendangku.net/doc/754624243.html,mon. 8.Because radio telescopes find out new stars by picking up radio waves from them. 9.It means the group of stars that our earth is a member of. 10.The implication is that probably by then the earth has already been melted. 11.Every three days it gets very dim. It stays dim for a few hours, then it gets bright again. 12.Because a comet isn’t solid. It is thin like a cloud. Its tail is nothing but glowing gas. And its head is made of small pieces that could not hurt the earth. Exercises I. True or false 1. F 2. F 3. T 4. F 5. T 6. F 7. T 8. T 9. T 10. F II. 1.略。 2.Four stages. Childhood, manhood, old age, and the last stage. 3.The very hottest ones are blue. Those not quite so hot are white, and those less hot than the white ones are yellow and red. 4.略。 5.They help sailors to find their way and they help us to tell time. Unit Two Comprehension Points 1.It means to function properly. 2.电气史上最伟大的人物之一迈克尔·法拉第写了一篇报告,介绍了一种叫做gutta percha 的类似橡胶的物质,这种物质是从生在在马来西亚的一种树上提取出来的。 3.It means to bring out of the water on to the land. 4.To lay a cable under the Atlantic. 5.To become weaker. 6.第一个it指的是the telegraph failed,第二个it指的是it ever worked,第三个it指的是 the cable. 7.Because a big ship can’t carry the end of the cable on to the shore, it will get stranded.

全新版大学英语综合教程2[第二版]课后答案解析

Unit1 Ways of Learning Vocabulary I 1. 1)insert 2)on occasion 3)investigate 4)In retrospect 5)initial 6)phenomena 7)attached 8)make up for 9)is awaiting 10)not; in the least 11)promote 12)emerged 2. 1) a striking contrast between the standards of living in the north of the country and the south. 2)is said to be superior to synthetic fiber. 3)as a financial center has evolved slowly. 4)is not relevant to whether he is a good lawyer. 5)by a little-known sixteen-century Italian poet have found their way into some English magazines. 3. 1)be picked up; can’t accomplish; am exaggerating 2)somewhat; the performance; have neglected; they apply to 3)assist; On the other hand; are valid; a superior II 1. 1)continual 2)continuous 3)continual 4)continuous 2. 1)principal 2)principal 3)principle 4)principles 5)principal III 1.themselves 2.himself/herself 3.herself/by herself/on her own 4.itself 5.ourselves 6.yourself/by yourself/on your own Comprehensive Exercises I.cloze 1.

阅读教程2答案

阅读教程2 Unit 1 Part I P7 I Reading for Information 1-6 A C D B C A P8 II Translation 1.有一百份卷子要批,而且全是男孩们用潦草的字迹写的,这事它已经拖了好几个星期了。这些日子,他一直觉得头上仿佛悬着把剑。 2. 我私下里已经花了一大笔钱来学音乐。 3.他的脸上挂满了汗珠。 4.没有哪个宣布判决的法官会比吃上的谢卡尔更痛苦、更无助。 5.说出事实和接受事实同样需要勇气。 P8 III Summary 1.sun, straight in the face, blinking, dazed. 2.morning , night, tempering truth, shock 3.truth, trials, wife, headmaster 4.apple pie, culinary masterpiece, good, swallow 5.fine, mean, selfish 6.singing, stupefied 7.frogs, buffalo, window shutters 8.strength, give, receive Part II P14 Answer the following questions.

1.Hell is not so terrible as most people think because it can be transformed into Heaven through hard work, courage, faith and love. The real hell is in one’s heart. 2.Heaven is a land of beauty and peace, and it is the result o our hard work. 3.all those hardworking people with courage and determination can rest in Heaven after they die, because although they cannot all reach Heaven in the first place, they can build hell into Heaven. 4.Those who are afraid of Hell and do not have courage to fight difficulties and disasters will end up in Hell. 5.This parable tells us that our destiny is controlled by ourselves. Part III P.16 True or False Passage 1 1-5 T F T F F Passage 2 6-10 T F T T F Passage 3 11-15 C B B B D Passage 4 16-20 C D B D C Unit 2

泛读教程第二册答案(全)

Keys to Reading Course 2 Unit 1 Reading Section A Word Pretest 1.B 2.A 3.B 4.A 5.B 6.C 7.B 8.C Reading Comprehension 1.B 2.A 3.B 4.B 5.C 6.C Vocabulary Building Word Search 1. assignment 2. irony 3. reverse 4. accomplish 5. assemble 6. squeeze 7. sensual 8. fragment 9. narcotic 10. adolescence Use of English 1. Bob agreed to take on the leadership of the expedition. 2. The world was taken in by his fantastic story of having got to the Pole alone. 3. He took up his story after a pause for questions and refreshments. 4. That takes me back to the time I climbed to the top of Mount Fuji. 5. The members of the party took it in turns to steer the boat. 6. They took it for granted that someone would pick up their signals and come to their aid. Stems 1. proclaim: to announce officially and publicly; to declare 2. percentage: a proportion or share in relation to a whole; a part 3. confirm: to support or establish the certainty or validity of; to verify 4. affirm: to declare positively or firmly; to maintain to be true 5. centigram: a metric unit of mass equal to one hundredth of a gram 6. exclaim: to express or utter(something) suddenly or vehemently Synonyms 1. adaptability 2. purpose 3.strained 4.hold 5.defeat Cloze important second France student bilingual monolingual serious means use difficult Section B 1.F 2.T 3.T 4.C 5.A 6.B 7.B 8.B 9.B 10.T 11.T 12.F 13.F 14.T 15.T Section C 1.F 2.T 3.T 4.F 5.T 6.F 7.F 8.F 9.F 10.F

泛读教程2、课后题答案

A :c B 1-5 baccd 6-8 cdd D.1-5 daaba 6-10 dadca Fast Reading:1 dbcca 2 cbbcd 3 dcdcd Home Reading:abcccbac Unit 2 A:c B 1-5 cdada 6-10 bdacb D 1-5 dcbad 6-10 cbbad 11-15 cabdc Fast Reading:1 bbcad 2 bbbdd 3 cddda Home Reading: abadcadbcd Unit 3 A :c B 1-5 dccad 6-10 ddcaa D 1-5 badcd 6-12 bbcdacb Fast Reading:1 dbacc 2 abdcbd 3 dabc Home Reading:abdccccbab Unit 4 A :c B bdcaab D 1-5 dbacb 6-12 ccdcdcb Fast Reading:1 cdabd 2 cdcdd 3 dccbb Home Reading:bcddcdccdd Unit 5 A: c B 1-5 cacbd 6-10 bdabc D 1-5 abacd 6-10 ababa Fast Reading:1 ddbdb 2 dbddc 3 cdbcd Home Reading:cbdcbaacbd Uint 6 A:a B 1-5 bbbad 6-10 bdddc D 1-5 ccbaa 6-12 dabada Fast Reading:1 cabdd 2 addaa 3 bccdb Home Reading:bcacbbbb Unit 7 A:b B 1-5 cadbd 6-11 abcbad D 1-5 badca 6-14 bcbbadcab Fast Reading:1 cabdb 2 dbbdd 3 dccbd Home Reading:dcdbaccadb Unit 8 A:b B 1-5 badda 6-8 bac D:dacdcabbdab Fast Reading:1 cdbbd 2 dcacb 3 adcab Home Reading:accbdbacdb Unit 9 A:c B 1-5 bdcac 6-8 bcd D:aaabccdacbb Fast Reading:1 bcdda 2 adccd 3 dcbdc Home Reading:bcbadcab Unit 10 A:a B 1-5 acdcb 6-10 dadcc D:aaadbbcdabb Fast Reading: 1 ddccc 2 bbbca 3 cdacc Home Reading:bddcddcba Unit 11 A:c B 1-5 bdbba 6-7 bc D:aabbadab Fast Reading:1 bcbcb 2 ccbdd 3 abccd Home Reading:cdddddbcba

全新版大学英语综合教程2第二版答案

汪晓寒 location 场所位置 dumb 愚蠢的(foolish),哑的(toneless) assure 向某人保证(promise),使确信(guarantee) glorious 极好的(wonderful),辉煌的(splendid),光荣的 (completely) exhaust 筋疲力尽,用完 community 社区 committee 交流 fade 渐渐消失,褪色 comtast 持续的,不变的 humiliate 羞辱,使丢脸 simultaneous 同事的 interference 干涉,干扰 keep (sb)in suspense 使产生悬念 talented /gift/ genius 天赋 typical 典型的 consist of / be made up of 由……组成 reversal 颠倒 critical 至关重要的 principal 主要的 initial 最初的 investigate 调查 elementary 基本的 vigorous 用力地,精力充沛的 colleague 同事 creative 独创的 creativity 创造力 originality 独创性 independence 独立 enormous 巨大的,极大的 breakthrough 突破 (一到五单元单词) 1)背离传统需要极大的勇气。(departure,enormous)' It takes an enormous amount of courage to make a departure from the tradition. 3) 很多教育家认为从小培养孩子的创新精神是很可取的。(creative,desirable) Many educators think it desirable to foster the creative spirit in the child at an early age. 5)如果这些数据在统计上是站得住脚的,那它将会帮助我们认识正在调查的问题。 (throw lighton, investigate, valid) If the data is statistically valid, it will throw light on the problem we are investigating.

大学英语阅读教程2答案

《全新版大学英语阅读教程》 (通用本课后练习答案) 第二册 UNIT ONE The Pleasure of Learning Key to the Exercises I. 1. C 2. A 3. C 4. B 5. B II. 1. F 2. T 3. T 4. T. 5. F. 6. T III. 1.对于太多的人来说,学习似乎是自己的意愿屈服于外界的指引,是一种奴役. 2.然而,只要幸运,有决心,指导得法,人的精神不仅经得起贫穷而且经得起富裕的考验. 3.对一个人来说,形成完整和协调的人格与保持自身的卫生,健康以及经济上的自立是同样必要的,那些从来没有认识到这一点的人已经吃尽苦头. IV. 1. First of all , the writer points out that there is a mistake about learning. Some young people dislike learning simply because they are educated in the wrong way. Learning is a natural pleasure that should be enjoyed. Then he develops this idea by examples to illustrate the different aspects: learning from books, by travel and trough practice. Learning can expand one’s knowledge over a period of time. 2. The chief danger of learning is laziness, sloth, routine, stupidity. It sneaks into people’s mind like wind through the shutters, causing people to slowly give up learning. We should realize that learning is a life-long endeavor, and only by continuous learning can one gain a meaningful and rewarding life. Key to the reading—skill Exercises 1. Students have improved SAT scores. 2. Teenagers planned patrols 3. TV programs are less thorough than newspapers. 4. Welcome to Our City is about the South and its people 5. Some films show little children fascinated at the world. 6. One can communicate with the writer as one reads a book. with Santa Claus Key to the Exercises I . 1. A 2. D 3. C 4. A 5. C 6. B II. . 1. 朱莉让我们如此为难,我的确感到生气.难道圣诞老人不存在的事实不是从同学那里得知的吗 2.我给她讲述了事情的经过,尽量使它听起来滑稽有趣,希望她不要注意到我和杰里在处理我开始认为的"圣诞老人问题"上是如此拙劣. 3.我可以看出,他正努力在想一种办法,用来解释我们的行为,使其听起来不太像事实那样具有欺骗性,那样错误和愚蠢. 4.事情就这样结束了.对圣诞老人不存在的事实悲伤了片刻只后,生活又恢复了正常. III. 1. Santa Claus is an imaginary old man with a long white beard and a red coat.

英语泛读教程2-王守仁-答案

英语泛读教程2-王守仁-答案

Keys to Reading Course 2 Unit 1 Reading Section A Word Pretest 1.B 2.A 3.B 4.A 5.B 6.C 7.B 8.C Reading Comprehension 1.B 2.A 3.B 4.B 5.C 6.C Vocabulary Building Word Search 1. assignment 2. irony 3. reverse 4. accomplish 5. assemble 6. squeeze 7. sensual 8. fragment 9. narcotic 10. adolescence Use of English 1Bob agreed to take on the leadership of the expedition. 2The world was taken in by his fantastic story of having got to the Pole alone. 3He took up his story after a pause for questions and refreshments.

4That takes me back to the time I climbed to the top of Mount Fuji. 5The members of the party took it in turns to steer the boat. 6They took it for granted that someone would pick up their signals and come to their aid. Stems 7proclaim: to announce officially and publicly; to declare 8percentage: a proportion or share in relation to a whole; a part 9confirm: to support or establish the certainty or validity of; to verify 10affirm: to declare positively or firmly; to maintain to be true 11centigram: a metric unit of mass equal to one hundredth of a gram 12exclaim: to express or utter(something) suddenly or vehemently Synonyms

全新版大学英语第二版综合教程2答案unit

最全的全新版大学英语第二版综合教程2答案 课后练习答案 Unit1 Ways of Learning Part II Reading Task Comprehension Content Question Pair Work 1. They were studying arts education in Chinese kindergartens and elementary schools in Nanjing. 2. Their 18-month-old son Benjamin was fond of trying to place the key into the slot of the key box during their stay at the Jinling Hotel. 3. They would come over to watch Benjamin and then try to teach him how to do it properly. 4. Because he realized that this anecdote was directly relevant to their assigned tasks in China: to investigate early childhood education and to throw light on Chinese attitudes toward creativity. 5. Most of them displayed the same attitude as the staff at the Jinling Hotel. 6. He emphasized that the most important thing is to teach the child that on can solve a problem effectively by

综合教程2课后答案

全新版大学英语综合教程(第二版)2 TextA参考答案 Unit 1 Text A After listening 1. much more advanced 2. apply some academic pressure, gave in to his pleas/gave up 3. a duck takes to water 4. memorizing (stuff), thinking 5. ample space to grow Text Organization 1-1 The text begins with an anecdote. 1-2 His thoughts are mainly about different approaches to learning in China and the West. 1-3 He winds up the text with a suggestion in the form of a question. 2. 1, show a child how to do something, or teach by holding the hand; teach children that they should rely on themselves for solutions to problems. 2,give greater priority to developing skills at an early age,believing that creativiy can be promoted over time. Put more emphasis on fostering creativity in young children, thinking skills can be picked up later. Language Sense Enhancement (1) summarizing (2) value originality and independence (3) contrast between (4) in terms of (5)harbor (6)fearful (7) comparable (8) promote creativity (9)emerge (10) picked up

综合教程2(第二版)课后翻译答案

To improve our English, it is critical to do more reading, writing, listening and speaking. Besides, learning by heart as many well-written essays as possible is also very important. Without an enormous store of good English writing in your head you cannot express yourself freely in English. It is also helpful to summarize our experience as we go along, for in so doing, we can figure out which way of learning is more effective and will produce the most desirable result. As long as we keep working hard on it, we will in due course accomplish the task of mastering English. Unit 2 With more and more donations coming in, our university will be much better off financially next year. We will thus be able to focus on the most important task that we, educators, must take on: to encourage students to attain their scholarly/academic goals, to train them to be dependable and responsible individuals, to prepare them for the life ahead, and to guide them in their pursuit of spiritual as well as material satisfaction. Unit 3 George, the son of Mr. Johnson, liked listening to heavy metal music in the evenings, which made it hard for other residents in the community to fall asleep. Eventually the exhausted neighbors lost their patience and decided on direct interference. They called Mr. Johnson to tell him in a frank manner what they were thinking. Mr. Johnson assured them that he would certainly settle the issue. As soon as he put down the phone he scolded his son, “What has come over you? You should know better than to disturb others for your own amusement.”In the end George traded his CDs for computer games software from his classmates. Unit 4 Perhaps you envy me for being able to work from home on the computer. I agree that the Internet has made my job a lot easier. I can write, submit and edit articles via email, chat with my colleagues on line and discuss work with my boss. With a click of the mouse, I can get all the data I need and keep up with the latest news. But then, communicating through the Net can be frustrating at times. The system may crash. Worse still, without the emotional cues of face-to-face communication, the typed words sometimes seem difficult to interpret. Unit5 Numerous facts bear out the argument/statement/claim that in order to recover speedily from negative emotion, you should allow yourself to cry. Y ou needn't/ don't have to be ashamed of crying. Anxiety and sorrow can flow out of the body along with tears. Consider the case of /Take Donna. Her son unfortunately died in a car accident. The intensity of the blow made her unable to cry. She said, "It was not until two weeks later that I began to cry. And then I felt as if a big stone had been lifted from my shoulders. It was the tears that brought me back to earthand helped me survive the crisis."

最新英语泛读教程2答案资料

Unit 9 First Aid Section A Word Pretest 1.B. 2.A. 3.C 4.B. 5.B. 6.B. 7.B. 8.A. 9.C. 10.B Reading comprehension 1.B. 2. C. 3. D. 4. B/D/A/C. 5.C. 6.C. 7.A. 8.C/A/B/D Vocabulary Building Word Search 1.ambulance 2.urgent 3.emergency 4.massage 5.yell 6.vein 7.artery 8.fracture 9.blister 10.tetanus Use of English 1.The government has come in for a lot of criticism. 2. It’s hard to come to terms with the government’s defense policy. 3. After retiring in 1980 he has decided to make a comeback to the political scene. 4. The situation has come to the boil now that the government has to face a vote of confidence. 5. The tax cuts announced in the Budget do not come into effect until next year. 6. The miners came out on strike against the government’s

相关文档
相关文档 最新文档