硬件工程师面试必备(九)
[b][font=宋体]单片机、[/font][font=Times New Roman]MCU[/font][/b][b][font=宋体]、计算机原理[/font][font=Times New Roman]:[/font][/b][font=Times New Roman] [/font][font=Times New Roman]1[/font][font=宋体]、简单描述一个单片机系统的主要组成模块,并说明各模块之间的数据流流向和控制流流向。简述单片机应用系统的设计原则。(仕兰微面试题目)[/font][font=Times New Roman] [/font]
[font=Times New Roman]2[/font][font=宋体]、画出[/font][font=Times New Roman]8031[/font][font=宋体]与[/font][font=Times New Roman]2716[/font][font=宋体]([/font][font=Times New Roman]2K*8ROM[/font][font=宋体])的连线图,要求采用三[/font][font=Times New Roman]-[/font][font=宋体]八译码器,[/font][font=Times New Roman]8031[/font][font=宋体]的[/font][font=Times New Roman]P2.5,P2.4[/font][font=宋体]和[/font][font=Times New Roman]P2.3[/font][font=宋体]参加译码,基本地址范围为[/font][font=Times New Roman]3000H-3FFFH[/font][font=宋体]。该[/font][font=Times New Roman]2716[/font][font=宋体]有没有重叠地址?根据是什么?若有,则写出每片[/font][font=Times New Roman]2716[/font][font=宋体]的重叠地址范围。(仕兰微面试题目)[/font][font=Times New Roman] [/font]
[font=Times New Roman]3[/font][font=宋体]、用[/font][font=Times New Roman]8051[/font][font=宋体]设计一个带一个[/font][font=Times New Roman]8*16[/font][font=宋体]键盘加驱动八个数码管(共阳)的原理图。(仕兰微面试题目)[/font][font=Times New Roman] [/font]
[font=Times New Roman]4[/font][font=宋体]、[/font][font=Times New Roman]PCI[/font][font=宋体]总线的含义是什么?[/font][font=Times New Roman]PCI[/font][font=宋体]总线的主要特点是什么?[/font][font=Times New Roman] [/font][font=宋体](仕兰微面试题目)[/font][font=Times New Roman] [/font]
[font=Times New Roman]5[/font][font=宋体]、中断的概念?简述中断的过程。(仕兰微面试题目)[/font][font=Times New Roman] [/font]
[font=Times New Roman]6[/font][font=宋体]、如单片机中断几个[/font][font=Times New Roman]/[/font][font=宋体]类型,编中断程序注意什么问题;(未知)[/font][font=Times New Roman] [/font]
[font=Times New Roman]7[/font][font=宋体]、要用一个开环脉冲调速系统来控制直流电动机的转速,程序由[/font][font=Times New Roman]8051[/font][font=宋体]完成。简单原理如下:由[/font][font=Times New Roman]P3.4[/font][font=宋体]输出脉冲的占空比来控制转速,占空比越大,转速越快;而占空比由[/font][font=Times New Roman]K7-K0[/font][font=宋体]八个开关来设置,直接与[/font][font=Times New Roman]P1[/font][font=宋体]口相连(开关拨到下方时为[/font][font=Times New Roman]"0"[/font][font=宋体],拨到上方时为[/font][font=Times New Roman]"1"[/font][font=宋体],组成一个八位二进制数[/font][font=Times New Roman]N[/font][font=宋体]),要求占空比为[/font][font=Times New Roman]N/256[/font][font=宋体]。[/font][font=Times New Roman] [/font][font=宋体](仕兰微面试题目)[/font][font=Times New Roman] [/font]
[font=Times New Roman][/font][font=宋体]下面程序用计数法来实现这一功能,请将空余部分添完整。[/font][font=Times New Roman]
MOV P1[/font][font=宋体],[/font][font=Times New Roman]#0FFH
LOOP1 [/font][font=宋体]:[/font][font=Times New Roman]MOV R4[/font][font=宋体],[/font][font=Times New Roman]#0FFH
--------
MOV R3[/font][font=宋体],[/font][font=Times New Roman]#00H
LOOP2 [/font][font=宋体]:[/font][font=Times New Roman]MOV A[/font][font=宋体],[/font][font=Times New Roman]P1
--------
SUBB A[/font][font=宋体],[/font][font=Times New Roman]R3
JNZ SKP1
--------
SKP1[/font][font=宋体]:[/font][font=Times New Roman]MOV C[/font][font=宋体],[/font][font=Times New Roman]70H
MOV P3.4[/font][font=宋体],[/font][font=Times New Roman]C
ACALL DELAY [/font][font=宋体]:此延时子程序略[/font][font=Times New Roman]
--------
--------
AJMP LOOP1 [/font]
[font=Times New Roman]8[/font][font=宋体]、单片机上电后没有运转,首先要检查什么?(东信笔试题)[/font][font=Times New Roman] [/font]
[font=Times New Roman]9[/font][font=宋体]、[/font][font=Times New Roman]What is PC Chipset? [/font][font=宋体](扬智电子笔试)[/font][font=Times New Roman] [/font]
[font=Times New Roman] [/font][font=宋体]芯片组([/font][font=Times New Roman]Chipset[/font][font=宋体])是主板的核心组成部分,按照在主板上的排列位置的不同,通常分为北桥芯片和南桥芯片。北桥芯片提供对[/font][font=Times New Roman]CPU[/font][font=宋体]的类型和主频、内存的类型和最大容量、[/font][font=Times New Roman]ISA/PCI/AGP[/font][font=宋体]插槽、[/font][font=Times New Roman]ECC[/font][font=宋体]纠错等支持。南桥芯片则提供对[/font][font=Times New Roman]KBC[/font][font=宋体](键盘控制器)、[/font][font=Times New Roman]RTC[/font][font=宋体](实时时钟控制器)、[/font][font=Times New Roman]USB[/font][font=宋体](通用串行总线)、[/font][font=Times New Roman]Ultra DMA/33(66)EIDE[/font][font=宋体]数据传输方式和[/font][font=Times New Roman]ACPI[/font][font=宋体](高级能源管理)等的支持。其中北桥芯片起着主导性的作用,也称为主桥([/font][font=Times New Roman]Host Bridge[/font][font=宋体])。[/font][font=Times New Roman]
[/font][font=宋体] 除了最通用的南北桥结构外,目前芯片组正向更高级的加速集线架构发展,[/font][font=Times New Roman]Intel8xx[/font][font=宋体]系列芯片组就是这类芯片组的代表,它将一些子系统如[/font][font=Times New Roman]IDE[/font][font=宋体]接口、音效、[/font][font=Times New Roman]MODEM[/font][font=宋体]和[/font][font=Times New Roman]USB[/font][font=宋体]直接接入主芯片,能够提供比[/font][font=Times New Roman]PCI[/font][font=宋体]总线宽一倍的带宽,达到了[/font][font=Times New Roman]266MB/s[/font][font=宋体]。[/font][font=Times New Roman] [/font]
[font=Times New Roman]10[/font][font=宋体]、如果简历上还说做过[/font][font=Times New Roman]cpu[/font][font=宋体]之类,就会问到诸如[/font][font=Times New Roman]cpu[/font][font=宋体]如何工作,流水线之类的问题。[/font][font=Times New Roman] [/font][font=宋体](未知)[/font][font=Times New Roman] [/font]
[font=Times New Roman]11[/font][font=宋体]、计算机的基本组成部分及其各自的作用。(东信笔试题)[/font][font=Times New Roman] [/font]
[font=Times New Roman]12[/font][font=宋体]、请画出微机接口电路中,典型的输入设备与微机接口逻辑示意图(数据接口、控制接口、所存器[/font][font=Times New Roman]/[/font][font=宋体]缓冲器)。[/font][font=Times New Roman] [/font][font=宋体](汉王笔试)[/font][font=Times New Roman] [/font]
[font=Times New Roman]13[/font][font=宋体]、[/font][font=Times New Roman]cache[/font][font=宋体]的主要部分什么的。(威盛[/font][font=Times New Roman]VIA 2003.11.06 [/font][font=宋体]上海笔试试题)[/font][font=Times New Roman] [/font]
[font=Times New Roman]14[/font][font=宋体]、同步异步传输的差异(未知)[/font][font=Times New Roman] [/font]
[font=Times New Roman]15[/font][font=宋体]、串行通信与同步通信异同[/font][font=Times New Roman],[/font][font=宋体]特点[/font][font=Times New Roman],[/font][font=宋体]比较。(华为面试题)[/font][font=Times New Roman] [/font]
[font=Times New Roman]16[/font][font=宋体]、[/font][font=Times New Roman]RS232c[/font][font=宋体]高电平脉冲对应的[/font][font=Times New Roman]TTL[/font][font=宋体]逻辑是[/font][font=Times New Roman]?([/font][font=宋体]负逻辑[/font][font=Times New Roman]?) [/font][font=宋体](华为面试题)[/font]
页:
[1]
