chgcfhnvf转炫舞财富值怎么获得5

当前位置: >>
单片机课程设计-数字秒表系统设计
《单片机课程设计》设计课题:数字秒表系统设计 学 姓 专 号: 名:伍兴勇 业:自动化指导教师:徐猛华、黄永忠 目录一、课程设计目的............................2 二、设计任务与要求..........................2 三、硬件框图结构............................2 四、元件图及说明............................3 五、电路原理图与说明........................8 六、设计流程图及源程序......................10 七、课程设计心得............................20 八、参考文献................................201 一、课程设计目的《单片机原理与应用》是一门实践性和实用性都很强的课程,学习的目的在 于应用。通过实践与理论相结合,巩固课程与书本上的理论知识框架,提高综合 能力和动手能力, 提高系统设计水平和启发创新思想,使的自己有独立设计完成 一个典型的微机应用系统。掌握系统设计的一般步骤和方法,掌握一个大系统中 各个子系统之间的相互作用和相互制约关系。掌握用流程图来分析问题,使程序 的编写与调试简单、 有序的进行。最终达到提升自己的动手能力和分析解决问题 的能力,学会用正确的方法去发现问题、分析问题、解决问题。二、设计任务与要求1、设计任务: 1)两路秒表时间计时功能; 2)具有时间查询功能; 3) 全部采用 LED 显示。 2、设计说明: 1)可以自增系统功能; 2)允许用 MCS-51 系列或其他类型的单片机; 3)系统程序采用汇编或 C 语言编程; 4)硬件原理图采用电子 CAD 绘制。 3、设计要求: 利 用 实 验 机 上 提 供 的 8279 键 盘 电 路 , 数 码 显 示 电 路 , 设 计 一 个 电 子 钟,用小键盘控制电子钟的启停及瞬时值的存储与显示子程的调用。 电子钟做成如下格式: XX XX XX 由 左 向 右 分 别 为 :分 、 秒 、 毫 秒 1) A 键 : 启 动 键 , 电 子 钟 计 时 ; 2) B 键 : 存 储 键 , 存 储 当 前 值 ; 3) C 键 : 清 零 键 , 显 示 00.00.00; 4) D 键 : 停 止 键 , 电 子 钟 停 止 计 ; 5) E 键 : 显 示 键 , 可 显 示 多 路 存 储 时 间 的 功 能 。三、硬件框图结构硬件框图流程如下图所示:2 四、元件图及说明1、8279 芯片简介:3 芯片功能说明: 8279 按功能可分为:键盘功能块、显示功能块、控制功能块与 CPU 接口功 能块。 (1)DB0~DB7:双向数据总线。在 CPU 与 8279 间做数据与命令传送。 (2)CLK:8279 的系统时钟,100KHz 为最佳选择。 (3)RESET:复位输入线。输入 HI 时可复位 8279。 (4)CS:芯片选择信号线。当这个输入引脚为低电平时,可将命令写入 8279 或读取 8279 的数据。 (5)A0:缓冲器地址选择线。A0=0 时,读写一般数据;A0=1 时,读取状态 标志位或写入命令。 (6)RD:读取控制线。RD=0 时,8279 输送数据到外部总线。 (7)WR:写入控制线。WR=0 时,8279 从外部总线接收数据。 (8)IRQ:中断请求。平常 IRQ 为 LO,在键盘模式下,每次读取 FIFO/SENSOR RAM 的数据时,IRQ 变为 HI,读取后转为 LO;在传感器模式下,只要传感器一有 变化,就会使 IRQ 变为 HI,读取后转为 LO。 (9)SL0~SL3:扫描按键开关或传感器矩阵及显示器,可以是编码模式(16 对 1)或解码模式(4 对 1)。 (10)RL0~RL7:键盘/传感器的返回线。无按键被按时,返回线为 HI;有按 键被按时,该按键的返回线为 LO。在激发输入模式时,为 8 位的数据输入。 (11)SHIFT:在键盘扫描模式时,引脚的输入状态会与其它按键的状态一同 储存(在 BIT6),内部有上拉电阻,未按时为 HI,按时为 LO。 (12)CNTL/STB:在键盘扫描模式时,引脚的输入状态会与 SHIFT 以及其它 按键的状态同一储存,内部有上拉电阻,未按时为 HI,按时为 LO。在激发输入 模式时,作为返回线 8 位数据的使能引脚。 (13)OUTA0~OUTA3:动态扫描显示的输出口(高 4 位)。 (14)OUTB0~OUTB3:动态扫描显示的输出口(低 4 位)。 (15)BD:消隐输出线。 (16)VCC:+5V 电源输入线。 (17)VSS:地线输入线。 2、74LS138 芯片简介:4 芯片功能说明: 74LS138 为 3 线地址输入端和 8 线输出端译码器,共有 74HC138 和 74LS138 两种芯片结构型式,其工作原理如下: 当一个选通端 E3 为高电平时,另两个选通端 E 1 和 E 2 为低电平时,可将地 址端(A0、A1、A2)的二进制编码在一个对应的八位输出端以低电平编译出来。 利用 E 3 、 E 1 和 E 2 可级联扩展成 24 线译码器;若外接一个反相器还可级联扩展 成 32 线译码器。若将选通端中的一个作为数据输入端时,74LS138 还可作数据 分配器。 3、四位八段 LED 数码管显示器: 数码管外部结构:数码管内部电路:5 LED 数码管功能说明: 四位八段 LED 数码管显示器由四个8段发光二极管组成,分别为 a、b、c、d、 e、f、g、dp。其中 a、b、c、d、e、f、g 这7段长条形的发光管排列成“日”字 形,另一个圆点形的发光管 dp 在数码管显示器的右下角作为显示小数点用。将 四位 LED 数码管的8段一一对应的连接在一起,即字母标识相同段的连在一起, 具体的了解可看上图的 LED 数码管内部电路,由此7段长条形的发光管能显示各 种数字及部份英文字母。LED 数码管显示器有两种不一样的形式:一种是四位8 段发光二极管的12、9、8、6这四个脚与阳极连在一起,则称之为共阳极 LED 数 码管显示器;另一种是四位8段发光二极管的12、9、8、6这四个脚与阴极连在一 起,则称之为共阴极 LED 数码管显示器。 4、7404 芯片简介:芯片功能说明: 7404 芯片是一个六反相器芯片,有很多种类和结构,但功能都基本相同。 它由六个非门器组成的具有六组反相输出的结构,可驱动多位数码管,其 中 1A-6A 为数据输入端,1Y-6Y 为数据输出端。当输入端为高电平时,其输 出端为低电平;当输入端为低电平时,其输出端为高电平。5、8051 芯片简介:6 (1)VCC:芯片电源,接+5V。 (2)VSS:接地端。 (3)XTAL1、XTAL2:晶体振荡电路反相输入端和输出端。 (4)ALE/PROG:地址锁存允许/片内 EPROM 编程脉冲。 (5)ALE:用来锁存 P0 口送出的低 8 位地址。 (6)PROG:片内有 EPROM 的芯片,在 EPROM 编程期间,此引脚输入编程脉冲。 (7)PSEN:外 ROM 读选通信号。 (8)RST:复位信号输入端。 (9)VPD:在 Vcc 掉电情况下,接备用电源。 (10)EA:内外 ROM 选择端。 (11)Vpp:片内有 EPROM 的芯片,在 EPROM 编程期间,施加编程电源 Vpp。 (12)4 个 8 位并行 I/O 端口:P0、P1、P2、P3 口,共 32 个引脚。P3 口还具有 第二功能,用于特殊信号输入输出和控制信号(属控制总线) 。6、74LS273 芯片简介:7 芯片功能说明: 带有清除端的8D 触发器,只有在清除端保持高电平时,才具有锁存功能, 锁存控制端为11脚 CLK,采用上升沿锁存。CPU 的 ALE 信号必须经过反相器反相 之后才能与74LS273的控制端 CLK 端相连。1D~8D 为数据输入端,1Q~8Q 为数 据输出端,正脉冲触发,低电平清除,常用作8位地址锁存器。 7、2764 芯片简介:8 芯片功能说明: ① A0 一 A12:13 根地址输入线。用于寻址片内的 8K 个存储单元。 ② D0~D7:8 根双向数据线,正常工作时为数据输出线。编程时为数据输 入线。 ③ OE:输出允许信号。低电平有效。当该信号为 0 时,芯片中的数据可由 D0~D7 端输出。 ④ CE:选片信号。低电平有效。当该信号为 0 时表示选中此芯片。 . ⑤ PGM:编程脉冲输入端。对 EPROM 编程时,在该端加上编程脉冲。读操作 时该信号为 1。 ⑥ VPP:编程电压输入端。编程时应在该端加上编程高电压,不同的芯片 对 VPP 的值要求的不一样,可以是+12.5V,+15V,+21V,+25V 等。五、电路原理图与说明1、原理图:9 模块图:10 11 2、硬件电路图说明: 硬件电路图主要采用的元器件有: 片 8279 键盘显示接口芯片、 个 74LS138 1 1 译码器、3 个 7404 六反相器、2 个四位八段 LED 数码管和若干电阻、按钮。 由这些器件便可组成我们所需要的数字秒表系统电路, 其中由按键给出的电 平通过 8279 扫描处理之后,同时一方面通过 SL0-SL2 送给 74LS138 译码器进行 译码来驱动对应的数码管端口,另一方面由动态扫描端口 OUTA0-OUTA3 和 OUTB0-OUTB3 把信息送给 7404 六反相器来驱动对应的放光管,其他部分端口为 外接 CPU 的 I/O 端口,从而实现了按键控制秒表的硬件电路。 六、设计流程图及源程序 1、设计流程图:12 SAVE_T 主程序框图DISPLYNSAVE 主程序框图13 GETWORD 子 程 序 框 图14START 主 程 序 框 图 INIT8279 子程序框图INT_T1 中断子 程 序 框 图15 DISPLAY 子程序框图 2、源程序: Z8279 EQU D8279 EQU LEDMOD EQU LEDFEQ LEDCLS LEDWR0 READKB EQU EQU EQU EQU ORG AJMP ORG AJMP ORG MOV LCALLDISLED 子程序框图0H 00H 2FH 0C1H 80H 40H 0000H START 001BH INT_T1 0040H SP,#60H INIT8279;8279 状态/命令口地址 ;8279 数据口地址 ;左边输入 八位字符显示 ;外部译码键扫描方式,双键互锁 ;扫描速率 ;清除显示 RAM ;设定的将要写入的显示 RAM 地址 ;读 FIFO RAM 地址 0 的命令字;INT T1 入口地址START: ;初始化 827916 MOV MOV MOV MOV MOV MOV MOV MOV MOV LCALL SETB SETB WAIT:R0,#30H R7,#00H R3,#0H R2,#0H R1,#0H R6,#0FFH TMOD,#10H TL1,#00H TH1,#0DCH DIS_mS ET1 EA;分 ;秒 ;10 毫秒 ;标志 ;10 毫秒的时间常数;允许中断 ;读键盘 ;判断是否有键输入 ;输入键是'C',转 CLEAR_T ;输入键是'A',转 START_T ;输入键是'D',转 STOP_T ;输入键是'B',转 SAVE_T ;输入键是'E',转 DISPLYNSAVE ;若无秒标志则循环 ;显示时间 ;清标志 ;循环 ;电子钟计时子程序LCALL GETKEY CJNE A,#0FFH,CONT MOV A,B CJNE A,#3CH,KEY_G LCALL CLEAR_T KEY_G: CJNE A,#3AH,KEY_D LCALL START_T KEY_D: CJNE A,#3DH,KEY_P LCALL STOP_T KEY_P: CJNE A,#3BH,KEY_E LCALL SAVE_T KEY_E: CJNE A,#3EH,CONT LCALL DISPLYNSAVE CONT: CJNE R6,#0FFH,WAIT LCALL DISPLAY MOV R6,#0 SJMP WAIT START_T: SETB TR1 RET STOP_T: CLR TR1 RET CLEAR_T: CLR TR1 MOV R3,#0H MOV R2,#0H MOV R1,#0H MOV R6,#0FFH LCALL DIS_mS LJMP START;电子钟停止计时子程序;时间清零子程序 ;关计数器 ;分钟清零 ;秒清零 ;10 毫秒清零 ;置秒标志 ;显示毫秒17 SAVE_T: CLR TR1 ;储存多路当前值 INC R7 CJNE R7,#01H,SAVE_T2 SAVE_T1:MOV A,R3 MOV @R0,A INC R0 MOV A,R2 MOV @R0,A INC R0 MOV A, R1 MOV @R0,A SETB TR1 RET SAVE_T2:INC R0 MOV A,R3 MOV @R0,A INC R0 MOV A,R2 MOV @R0,A INC R0 MOV A,R1 MOV @R0,A MOV R7,#00H RET DISPLYNSAVE:CLR TR1 ;显示存储时间 INC R7 CJNE R7,#01H,DISPLYSAVE2 DISPLYSAVE1:MOV R0,#30H MOV A,@R0 MOV R3,A INC R0 MOV A,@R0 MOV R2,A INC R0 MOV A,@R0 MOV R1,A LCALL DISPLAY RET DISPLYSAVE2:INC R0 MOV A,@R0 MOV R3,A INC R0 MOV A,@R0 MOV R2,A18 INC R0 MOV A,@R0 MOV R1,A MOV R7,#00H LCALL DISPLAY RET INIT8279: ;8279 初始化子程序 PUSH DPH ;保存现场 PUSH DPL PUSH ACC LCALL DELAY ;延时 MOV DPTR ,#Z8279 MOV A,#LEDMOD ;置 8279 工作方式 MOVX @DPTR,A MOV A,#LEDFEQ ;置键盘扫描速率 MOVX @DPTR,A MOV A,#LEDCLS ;清除 LED 显示 MOVX @DPTR,A POP ACC ;恢复现场 POP DPL POP DPH RET ;读取键盘子程序 ;输入: 无 ; 输出: B: 读到的键码 A: 按键的标志 GETKEY: PUSH DPH ;保存现场 PUSH DPL PUSH PSW MOV DPTR,#Z8279 MOVX A,@DPTR ;读 8279 状态 ANL A,#07H ;屏蔽 D7-D3 JNZ GETVAL ;判断是否有键输入 MOV A,#0H ;置标志(无键输入) SJMP NKBHIT GETVAL: MOV A,#READKB ;读 FIFO RAM 命令 MOVX @DPTR,A MOV DPTR,#D8279 MOVX A,@DPTR ;读键 ANL A,#3FH ;屏蔽 SHIFT 和 CTRL 键 MOV DPTR,#KEYCODE ;键码表起始地址 MOVC A,@A+DPTR ;查表 MOV B,A ;置返回键值 MOV A,#0FFH ;置标志(有键输入) NKBHIT: POP PSW ;恢复现场 POP DPL19 POP DPH RET ;显示字符子程序 ;输入: R4,位置 R5,值 DISLED: PUSH DPH PUSH DPL PUSH ACC MOV A,#LEDWR0 ADD A,R4 MOV DPTR,#Z8279 MOVX @DPTR,A MOV DPTR,#LEDSEG MOV A,R5 MOVC A,@A+DPTR MOV DPTR,#D8279 MOVX @DPTR,A POP ACC POP DPL POP DPH RET DELAY: PUSH 0 PUSH 1 MOV 0,#0H DELAY1: MOV 1,#0H DJNZ 1,$ DJNZ 0,DELAY1 POP 1 POP 0 RET DIS_mS: MOV A,R1 ANL A,#0FH MOV R5,A MOV R4,#0 LCALL DISLED MOV A,R1 SWAP A ANL A,#0FH MOV R5,A MOV R4,#1 LCALL DISLED RET INT_T1: PUSH DPH;保存现场;置显示起始地址 ;加位置偏移量 ;设定显示位置 ;置显示常数表起始位置 ;查表 ;显示数据 ;恢复现场;延时子程序 ;保存现场;恢复现场;显示 10 毫秒低位 ;高低半字节交换;显示 10 毫秒高位 ;INT_T1 中断服务子程序 ;保护现场20 PUSH PUSH PUSH CLR MOV MOV SETB MOV ADD DA MOV LCALL CJNE MOV CJNE MOV CJNE MOV MINUTE: MOV ADD DA MOV SECOND: MOV ADD DA MOV EXIT: POP POP POP POP RETI DISPLAY:MOV ANL ADD MOV MOV LCALL MOV SWAP ANL MOV MOV LCALL MOVDPL ACC PSW TR1 TL1,#00H TH1,#0DCH TR1 A,R1 A,#1 A R1,A DIS_mS R1,#0,EXIT R6,#0FFH R2,#59H,SECOND R2,#99H R3,#59H,MINUTE R3,#99H A,R3 A,#1 A R3,A A,R2 A,#1 A R2,A PSW ACC DPL DPH A,R3 A,#0FH A,#10H R5,A R4,#4 DISLED A,R3 A A,#0FH R5,A R4,#5 DISLED A,R2;10 毫秒定时常数;10 毫秒数加 1;显示 10 毫秒 ;判断 10 毫秒=0 ;置秒标志 ;判断秒=59 ;判断分=59;分加 1;秒加 1;恢复现场;中断返回;显示分钟低位;显示分钟高位21 ANL A,#0FH ADD A,#10H MOV R5,A MOV R4,#2 LCALL DISLED ;显示秒低位 MOV A,R2 SWAP A ANL A,#0FH MOV R5,A MOV R4,#3 LCALL DISLED ;显示秒高位 MOV A,R1 ANL A,#0FH MOV R5,A MOV R4,#0 LCALL DISLED ;显示 10 毫秒低位 MOV A,R1 SWAP A ;高低半字节交换 ANL A,#0FH MOV R5,A MOV R4,#1 LCALL DISLED ;显示 10 毫秒高位 RET ;LED 显示常数表 LEDSEG: DB 3FH,06H,5BH,4FH,66H,6DH,7DH,07H ;'0,1,2,3,4,5,6,7' DB 7FH,6FH,77H,7CH,39H,5EH,79H,71H ;'8,9,A,B,C,D,E,F' DB 0BFH,86H,0DBH,0CFH,0E6H,0EDH,0FDH,087H ;'0.,1.,2.,3., 4.,5.,6.,7.' DB 0FFH,0EFH,0F7H,0FCH,0B9H,0DEH,0F9H,0F1H ;'8.,9.,A., B.,C.,D.,E.,F.' DB 6DH,02H,08H,00H,59H,0FH,76H;'U,-,_, ,I,O,P, ' ;键盘键码表 KEYCODE:DB 30H,31H,32H,33H,34H,35H,36H,37H ;'1,2,Q,W,A,S,+,Z' DB 38H,39H,3AH,3BH,3CH,3DH,3EH,3FH ;'3,4,E,R,D,F,X,C' END22 七、课程设计心得课程设计是培养学生综合运用所学知识,发现,提出,分析和解决实际问题, 锻炼实践能力的重要环节,是对学生实际工作能力的具体训练和考察过程.随着 科学技术发展的日新日异,单片机已经成为当今计算机应用中空前活跃的领域, 在生活中可以说得是无处不在。 因此作为二十一世纪的大学来说掌握单片机的开 发技术是十分重要的。 通过为期两周的单片机课程设计,从理论到实践,从开始的无穷下手到最后 的柳暗花明,让我感慨颇多,的确让我学到了很多很多的的东西,同时不仅可以 巩固了以前所学过的知识, 而且学到了很多在书本上所没有学到过的知识。通过 这次课程设计使我懂得了理论与实际相结合是很重要的, 只有理论知识是远远不 够的,只有把所学的理论知识与实践相结合起来,从理论中得出结论,才能真正 为社会服务, 从而提高自己的实际动手能力和独立思考的能力。在设计的过程中 我们都有不同的想法, 在通过讨论和老师的细心指导,我们最终很好的设计和调 试出了我们所期待的结果,让我们感觉到了曙光,同时也有了信心和激情,通过 这次实践同时也让我发现了自己的不足之处, 对以前所学过的知识理解得不够深 刻, 掌握得不够牢固,比如说对单片机汇编语言掌握得不好??通过这次课程设 计之后,也让我对单片机有了重新的认识。 这次课程设计终于顺利完成了,在设计中遇到了很多编程问题,但最后在徐 老师和黄老师的辛勤指导下,问题终于迎然而解。同时,在两位老师那里我学到 很多实用的知识,在次我表示感谢!同时,对给过我帮助的所有同学和各位指导 老师再次表示忠心的感谢!八、参考文献【1】朱兆优.单片机原理与应用.北京:电子工业出版社,2010.9 【2】晁阳.单片机 MCS-51 原理及应用开发教程.北京:清华大学出版社,2007.10 【3】宋贤法.电路设计实例指导教程.北京:机械工程出版社,2009.1 【4】胡汉才.单片机原理及其接口技术.北京:清华大学出版,1996 【5】曹国华.单片机原理及接口技术.陕西:西安电子科技大学出版社,2000.7 【6】付家才.单片机控制工程实践技术.北京:化学工业出版社,2004.5 【7】童诗白,华成英.模拟电子技术基础.北京:高等教育出版社,2006.5 【8】阎石.数字电子技术基础.北京:高等教育出版社,2006.523
基于51单片机的数字秒表设计 - 单片机系统课程设计 单片机系统 课程设计 成绩评定表 设计课题 : 学院名称 : 专业班级 : 学生姓名 :学号: 王黎 31-630 2013-...单片机课程设计---电子秒表设计 - 单片机原理及系统课程设计 摘要 本设计是一个基于单片机的电子秒表设计。设计采用 AT89C51 单片机和四位 一体的 LED 数码管,...基于单片机数字秒表系统的设计 - 单片机课程设计 目录 1 引言 ......基于51单片机的数字秒表课程设计、毕业设计论文 - 基于stc82c52单片机和 共阳数码管,含C语言程序,Proteus仿真单片机课程设计--数字式秒表 - 湖南工学院 单片机课程设说明书 数字式秒表 学生姓名: 系部: 刘波 电气与信息工程系 凌云 指导教师: 专班业: 级: 自动化 自...单片机课程设计-数字秒表系统设计 - 《单片机课程设计》 设计课题:数字秒表系统设计 学姓专号: 名:伍兴勇 业:自动化 指导教师:徐猛华、黄永忠 目录 一、...51单片机数字秒表设计_工学_高等教育_教育专区。51出租车计价器设计,课程设计,单片机,计算机控制技术 单片机系统课程设计 单片机系统 课程设计 成绩评定表设计课题指导...基于单片机的秒表设计单片机课程设计 - 单片机课程设计 I 摘 要 本课程设计的数字电子秒表系统采用 AT89C51 单片机为中心器件,利用其定时器/ 计数器定时和记数的...单片机课程设计_秒表系统 - 课程设计报告 课程名称设计题目系部名称专业班级姓学成名号绩 单片机原理及应用 基于单片机的秒表系统设计 机械电子工程系 电...中南林业科技大学课程论文《0-99 秒计时秒表》 姓名 学号 班级 何明武 ...本设计的数字电子秒表系统采用 8051 单片机为 中心器件,利用其定时器 /计数器...
All rights reserved Powered by
www.tceic.com
copyright &copyright 。文档资料库内容来自网络,如有侵犯请联系客服。CFH的百度个人主页
LOADING...如图,抛物线y=-x²+bx+c经过点A(1,0),B(0,5)两点,该抛物线与x轴的另一交点为C;_百度知道
如图,抛物线y=-x²+bx+c经过点A(1,0),B(0,5)两点,该抛物线与x轴的另一交点为C;
如图,抛物线y=-x²+bx+c经过点A(1,0),B(0,5)两点,该抛物线与x轴的另一交点为C;(1)求这个抛物线的解析式和点C的坐标;(2)P是线段OC上的一动点,过点P作PH⊥x轴,与抛物线交于H点,与BC交于点F,若直线BC把△PCH分成面积之比为2:3的两部分,请...
答题抽奖
首次认真答题后
即可获得3次抽奖机会,100%中奖。
1)把x=0,y=5代入解析式得c=5把x=1,y=0,c=5代入解析式得b=-4抛物线解析式为y=-x^2-4x+5令-x^2-4x+5=0解得x=1或x=-5所以C坐标(-5,0)2)直线BC解析式为y=x+5设P(m,0)&&&&(-5≤m≤0)则H(m,-m^2-4m+5),F(m,m+5)线段HF长度=(-m^2-4m+5)-(m+5)=-m^2-5m线段PF长度=m+5三角形两部分面积之比为2:3,有两种情况,如下i)若S△CFH/S△CFP=2/3,则FH/FP=2/3(-m^2-5m)/(m+5)=2/3解得m=-2/3ii)若S△CFH/S△CFP=3/2,则FH/FP=3/2(-m^2-5m)/(m+5)=3/2解得m=-3/2综上所述,P坐标为(-2/3,0)或(-3/2,0)
采纳率:71%
来自团队:
为您推荐:
其他类似问题
换一换
回答问题,赢新手礼包
个人、企业类
违法有害信息,请在下方选择后提交
色情、暴力
我们会通过消息、邮箱等方式尽快将举报结果通知您。当前位置: >>
第5章 Q5-1d Which of the following do not contain job quality requirements? 以下哪一项不包含质量要求? a.codes 规范 b.drawings 图纸 C.specifications 技术说明 d.textbooks, .教科书 e.standards 标准 Q5-2d Of the following,which may be considered mandatory? 以下哪一项可考虑为强制性要求? a.codes 规范 b.specifications 技术说明 c.standards 标准 d.all of the above 以上都是 e.none of the above 以上都不是 The job documents that best describe the size and configuration of a weldment are: 能够最好的描述焊接构件的尺寸和形状的工作文件是: a.codes 规范 b.standards 标准 c.specifications 技术说明 d.drawings 图纸 e.none of the above 以上都不是 The type of document that has legal status by definition is: 以下哪类文件具有法律效应: a.code 规范 b.standard 标准 c.specification 技术说明 d.both a and b above a 和 b 都是 e.all of the above 以上都是Q5-3dQ5-4aQ5-5e The type of document that describes the requirements for a particular material or component is referred to as: 以下哪种类型的文件阐述有关材料和组件的特殊要求: a.code 规范 b.standard 标准 c.specification 技术说明 d.a and b above a 和 b e.b and C above b 和 c Q5-6b Something set up and established by authority as a rule to measure quantity, quality,value,or weight is a: 由权威部门制定的一些有关数量,质量,数值或重量等的测量的文件是: a.specification 技术说明 b.standard 标准 c.code 规范 d.drawing 图纸 e.none of the above 以上都不是 Q5-7e Of the following types of documents,which have general acceptance in the welding industry? 以下类型的文件中,哪种被焊接界全面接受? a.contracts 合同 b.standards 标准 c.specifications 技术说明 d.drawings 图纸 e.all of the above 以上都是 Q5-8d The code that covers the welding of steel structures is: 涵盖了钢结构焊接要求的是以下哪个规范: a.ASME Section IX b.ASME B31.1 c.API 1104 d.AWS Dl.l e.ASME B31.3 The code that covers the design of metallic unfired pressure vessels is: 涵盖了非燃烧的金属压力容器的是哪个规范: a.ASME Section XI b.ASME Section VIII c.ASME Section X d.API 1104 e.AWS D1.1Q5-9bQ5-10c The series of specifications covering the requirements for welding electrodes is designated: 以下哪个系列的技术条件指明了焊条(丝)的技术要求: a.AWS D1.X b.AWS D14.X c.AWS A5.1-A5.31 d.ASTM A 53 e.ASTM A 36Q5-11dWhich of the following methods for controlling materials in a fabrication shop is most suitable for automation?2 以下哪种方法最适合于在制造厂内控制材料: a.color coding 色码 b.alphanumeric coding 数字编码 c.heat number transfer 炉批号移植 d.bar coding 条形码 e.segregation by alloy 合金分隔 Q5-12e Which Section of the ASME Code covers qualification of welders? ASME 规范中的哪一卷包括焊工技能评定? a.Section V b.Section XI c.Section III d.Section VIII e.Section IX Q5-13c Tolerances are required on drawings to: 图纸上的公差要求作用是: a.guide the inspector on permissible size variations 指导检验员控制尺寸容许偏差 b.show the total amount of variation permitted from the design size 显示与设计尺寸的总的允许偏差 c.both a and b above a 和 b d.none of the above 以上都不是 Q5-14d Tolerances can be expressed:公差可表达为: a.as a variation between limits 在限定值之内的偏差 b.as plus or minus dimension 尺寸的增加和减少 c.as a design size with either a plus or a minus 设计尺寸的增加或减少 d.all of the above 以上都是 c.none of the above 以上都不是 Drawing notes can be classified as:图纸说明可分类为: a.general 概要 b.local 局部的 c.specifications 技术说明 d.all of the above 以上都是 e.none of the above 以上都不是 Hold points refer to:停止点是指: a.the points for lifting an object 工件的吊装停止点 b.a delay in fabrication to permit inspection 暂缓制作而允许进行检验 c.a shutdown at the end of the day 每天工作结束后的停工3Q5-15dQ5-16b d.none of the above Q5-17b以上都不是The welding inspector is not responsible for checking to make sure all welding and testing personnel have adequate certifications. 对于确保所有焊接和检测人员有足够的证明, 焊接检验员没有责任进行检查的。 a.true 对 b.false 错Q5-18e The American Welding Society has developed how many welding codes? 美国焊接学会开发了多少焊接规范? a.one 一 b.two 二 c.three 三 d.six 六 e.nine 九 Q5-19a When inspecting unfired pressure vessels to the ASME Code,the inspector will usually use several different Sections. 当按 ASME 规范检验不燃烧压力容器时,检验员通常采用一些不同章节. a.true 对 b.false 错 Q5-20b In what Section of the ASME Code are the filler materials found? 填充材料在 ASME 规范的哪一卷中? a.Section III b.Section II, Part C c.Section II,Part D d.Section IX e.none of the above Standards are never considered mandatory.标准决不被认为是强制性的。 a.true 对 b.false 错 Base metals used in fabrication can be bought to conform to which of the following? 制作中所用母材可以符合以下哪一项? a.ASTM standards ASTM 标准 b.ASME Code,Section II,Parts A and B ASME 规范,Section II,Parts A and B c.it is not required to specify base metals 对母材没有要求 d.a and b above a 和 b4Q5-21bQ5-22d e.none of the above 以上都不是 Q5-23a The AWS Specifications designated as A5.XX refer to: AWS 的 A5.XX 技术条件是指: a.filler metals 填充金属 b.rules for bridgeipelines 横穿国家的管线 d.pressure vessel fabrication 压力容器 e.none of the above 以上都不是Q5-24e An effective materials control system will: 一个有效的材料控制系统需要: a.be as simple as possible 尽可能的简单 b.contain checks and balances 包括检查和平衡 c.not be necessary unless the fabrication is for nuclear work 除非制作核子工程,否则并非必需 d.be based on“first in-first out” 基于“第一时间进-第一时间出” e.a and b above 以上 a 和 b Q5-25d UNS refers to:UNS 是指: a.United Nondestructive Society 美国无损检测协会 b.United National Standards 美国国家标准 c.Unified National System 统一的国家标准 d.Unified Numbering System 统一的标号系统 e.none of the above 以上都不是 Who is normally responsible for the qualification of welding procedures and welders? 通常由谁负责焊接工艺和焊工的评定? a.welder 焊工 b.architect 建筑师 c.welder’s employer 焊工的雇主 d.engineer 工程师 e.Code body 规范Q5-26cQ5-27c Which of the following processes is not considered prequalified in accordance with AWS D 1.1? 根据 AWS D 1.1,以下种焊接工艺不被认为可以免除评定? a.shielded metal arc 药皮焊条电弧焊 b.submerged arc 埋弧焊 c.short-circuiting transfer gas metal arc 短路电弧-气体保护熔化电极电弧焊 d.spray transfer gas metal arc 喷射过渡-气体保护熔化电极电弧焊 e.flux cored arc 药芯焊丝电弧焊 Q5-28d Of the following types of test specimens,which is used by API and not ASME for procedure and welder qualification testing?5 以下哪类试样,是用以进行 API 而不是 ASME 的工艺和焊工评定试验? a.face bend 面弯 b.root bend 根弯 c.side bend 侧弯 d.nick break 刻痕断裂 e.tensile 拉伸 Q5-29c What is the pipe welding position where the pipe remains fixed with its axis horizontal,so the welder must weld around the joint? 管子固定、轴线水平放置、焊接时不转动,焊接时焊工必须绕着接头施焊,这 是什么焊接位置? a.1G b.2G c.5G d.6G c.6GR Q5-30d What is the pipe welding position where the axis of the pipe lies fixed at a 45°angle? 管子倾斜 45°焊接时固定不旋转,这是管子的什么焊接位置? a.1G b.2G c.5G d.6G e.none of the above 以上都不是Q5-31e What is the pipe position test for welders who are trying to qualify to weld T-,K-, and Y-connections? 焊工要评定管子 T、Y 或 K 形节点的焊接,以下哪种焊接位置适用? a.1G b.2G c.5G d.6G e.6GR Q5-32c If a welder qualifies to weld with an E6010 electrode,which is an F3 group electrode,in AWS D1.1 and ASME Section IX they are also qualified to weld with all of the following except: 如果焊工使用 E6010 焊条进行评定, 此焊条属于 F3 类, 那么在 AWS D1.1 and ASME Section IX 中,哪么以下的什么焊条他的资格不能覆盖? a.E601l b.E6012 c.E7018 d.E7024 e.E601 36 Q5-33e With relation to procedure and welder qualification,which of the following can be an important task for the welding inspector? 由于和工艺和焊工技能评定的关系, 以下哪个选项对于焊接检验员来说是重要 任务? a.watching the welding qualification test 观测焊接评定试验 b.identifying samples 鉴别试样 c.cutting and testing specimens 切割和检测试样 d.monitoring production welding to ensure the correct variables are used. 监督产品的焊接并且确保所用参数的准确 e.all of the above 以上都是 Q5-34a For most codes,if a welder continues to use a particular process and procedure, how long does the welder’s qualification remain in effect? 对于大部分规范, 如果焊工持续使用特定的焊接方法和工艺, 那么这个焊工资 质可以持续多久? a.indefinitely 不确定 b.6 months 6 个月 c.1 year 1 年 d.3 years 3 年 e.until the welder produces a rejectable weld 直到该名焊工焊出了被拒收的焊缝为止7 第6章 Q6-1c The property of metals that describes their resistance to indentation is called: 描述材料抵抗压痕或侵入的性质称为: a.strength 强度 b.toughness 韧性 c.hardness 硬度 d.ductility 延展性 e.none of the above 以上都不是 Q6-2a The property of metals that describes their ability to carry a load is: 描述金属承受所加载荷能力的性质称为: a.strength 强度 b.toughness 韧性 c.hardness 硬度 d.ductility 延展性 e.none of the above 以上都不是Q6-3c Generally,as strength increases for carbon steels,the ductility: 通常,当碳钢的强度增加时,则延展性: a.increases 增加 b.stays the same 没有变化 c.decreases 减少 d.is not related to strength 与强度无关 e.none of the above 以上都不是 Q6-4d The property that describes the ability of a metal to deform when stressed is: 金属在承受应力而变形的能力称为: a.strength 强度 b.toughness 韧性 c.hardness 硬度 d.ductility 延展性 e.none ofthe above 以上都不是Q6-5e The type of strength related to a metal’s behavior when the load is applied in a cyclic manner is: 当金属材料承受施加的周期载荷时,与此有关的材料强度称为; a.tensile 拉力 b.compressive 压力 c.torsional 扭力 d.impact 冲击力 e.fatigue 疲劳强度8 Q6-6e The yield strength of a material is determined by: 材料的屈服强度由什么确定: a.impact testing 冲击试验 b.tensile testing 拉伸试验 c.hardness testing 硬度试验 d.the Offset method 偏移测试 e.b and d above b 和 d 都是 Q6-7e Which metal properties are directly related? 以下什么金属材料性能直接关联? a.conductivity and strength 传导率和强度 b.strength and ductility 强度和延展性 c.strength and hardness 强度和硬度 d.ductility and toughness 延展性和韧性 e.c and d above c和 d Q6-8d The ability of a metal to absorb energy is called: 金属吸收能量的能力称为: a.strength 强度 b.ductility 延展性 c.hardness 硬度 d.toughness 韧性 e. none of the above 以上都不是Q6-9e The metal property affected by the surface condition of the sample is: 材料性能受试样表面状态影响的是: a.tensile strength 抗拉强度 b.UTS 极限抗拉强度 c.hardness 硬度 d.fatigue strength 疲劳强度 e.all of the above 以上都不是 Q6-10b Which alloying element is generally considered to have the most pronounced effect on the properties and performance of carbon steel? 以下哪个合金元素对于碳钢的性能有显著的影响? a.aluminum 铝 b.carbon 碳 c.manganese 锰 d.chromium 铬 e.none of the above 以上都不是 Which alloying element is commonly added to steel to improve its corrosion resistance? 以下哪个合金元素通常被添加进钢材以提高抗腐蚀能力?9Q6-11d a.carbon 碳 b.aluminum 铝 c.silicon 硅 d.chromium 铬 e.none ofthe above 以上都不是 Q6-12e Hydrogen in the molten weld metal can cause: 氢在熔融焊缝金属中会导致: a.undercut 咬边 b.overlap 焊瘤 c.cracking 裂纹 d.porosity 气孔 e.c and d above c 和 d Q6-13d Which property cannot be determined from a tensile test? 什么材料性能不能由拉伸试验确定? a.ultimate tensile strength 极限抗拉强度 b.percent elongation 延伸率 c.percent reduction of area 断面收缩率 d.impact strength 冲击强度 e.yield strength 屈服强度 A metal’s ductility can be expressed as: 金属的延展性可以表示为: a.percent elongation 伸长率 b.percent reduction of area 断面收缩率 c.proportional limit 比例极限 d.a and b above a 和 b e. b and c above b 和 c A tensile specimen having a cross sectional area of 0.25 sq in breaks at a load of 1 5 250 lbs.What is its tensile strength?(Tensile Strength=Load/Area) 一个抗拉强度的试样, 截面为 0.25 平方英寸, 在受到 15250lbs 的载荷时断裂, 那么,此试样的抗拉强度是多少?(抗拉强度=载荷/面积) a.3813 psi b.61 000 psi c.6100 psi d.58 500 psi e.none of the above 以上都不是 The point at which a metal’S behavior changes from elastic to plastic(onset of permanent deformation) is referred to as: 金属材料从弹性变形到塑性变形(永久变形的开始)的那一点称为: a.yield strength 屈服强度10Q6-14dQ6-15bQ6-16a b.ultimate tensile strength 极限抗拉强度 c.modulus of elasticity 弹性模量 d.Young’s modulus 杨氏模量 e.none of the above 以上都不是 Q6-17b What is the percent elongation of a specimen whose original gage length was 2 in and final gage length was 2.5 in? 试样的原始长度是 2in,最终长度是 2.5in,那么该试验的延伸率是多少? a. 30% b. 25% c. 50% d. 40%, e. none of the above 以上都不是Q6-18c The family of hardness tests that uses both a minor and major load is called: 硬度测试时,要使用小载荷和主要载荷的方法称为: a.Brinell 布氏硬度 b.Vickers 维氏硬度 c.Rockwell 洛氏硬度 d.Knoop 努普显微压痕硬度试验 e.none ofthe above 以上都不是 Q6-19e Which of the following tests are referred to as microhardness tests? 以下哪个测试是显微硬度测试? a.Rockwell 洛氏硬度 b.Vickers 维氏硬度 c.Knoop 努氏硬度 d.a and b above a 和 b e.b and C above b 和 c Q6-20e What type of test uses a weighted pendulum which strikes a notched test specimen? 以下哪类测试方法是利用摆锤来冲击试样的缺口? a.Brinell tes 布氏硬度试验 b.fatigue test 疲劳试验 c.tensile test 拉伸试验 d.microhardness test 显微硬度试验 e.Charpy impact test 夏比冲击试验 Endurance limit is an expression used for what type of testing? 以下哪类测试进行耐疲劳极限的试验? a.fatigue 疲劳试验 b.hardness 硬度试验 c.soundness 完好性试验11Q6-21a d.tension 拉伸试验 e.none of the above 以上都不是 Q6-22b The metal property that relates to a metal’s deforming without failing is called: 材料变形但未失效的性能称: a.tensile strength 抗拉强度 b.ductility 延展性 c.hardness 硬度 d.toughness 韧性 e.none of the above 以上都不是 Which test is not considered a soundness test? 以下哪类试验不视为完好性试验? a.hardness 硬度试验 b.face bend 面弯试验 c.fillet break 角焊缝断裂 d.root bend 根部断裂 e.nick break 切口断裂 The type of testing used to evaluate the type of microstructure present in a metal is called: 用来评估金属的微观组织行为的试验称为: a.tensile 拉伸试验 b.hardness 硬度试验 c.toughness 韧性 d.metallographic 金相试验 e.none of the above 以上都不是Q6-23aQ6-24dQ6-25e Which of the following tests can be used to judge the soundness of a weld? 下面的什么试验可以用以评判焊缝的完好性? a.nick break 切口断裂试验 b.side bend 旁弯试验 c.face bend 面弯试验 d.fillet break 角焊缝断裂试验 e.all of the above 以上都是 Q6-26c Which of the following tests will generally be used to determine the behavior of a metal at a specific temperature? 下面的什么试验一般用来确定金属在特定温度下的性能? a.guided-bend test 导向弯曲试验 b.root-bend test 根部试验 c.Chamy impact test 夏比冲击试验 d.transverse fillet weld shear test 横向角焊缝剪切试验 e.all of the above 以上都是12 Q6-27c With respect to the rolling direction of steel plate manufacture,which statement is true? 对于钢板的轧制方向,下述什么说法正确? a.The strength is highest in the‘Z’direction. Z 方向强度最高 b.The strength is lowest in the‘X’direction. X 方向强度最低 c.The strength is highest in the‘X’direction. X 方向强度最高 d.The strength is highest in the‘Y’direction. Y 方向强度最高 e.The strength is lowest in the‘Y’direction Y 方向强度最低 Q6-28a The fillet weld break test is used to evaluate the: 角焊缝断裂试验用以评估: 断裂焊缝的质量 a.quality of the fractured weld b.ductility of the weld metal 焊缝金属的延展性 c.impact strength of the weld 焊缝冲击强度 d.tensile strength of the base metal 母材的抗拉强度 e.none of the above 以上都不是 The welding inspector is not concerned with the mechanical and chemical properties of metals. 焊接检验员与金属的力学性能和化学性质无关。 a.true 对 b.false 错Q6-29bQ6-30e For plain carbon steels,their approximate tensile strength can be estimated by multiplying their BHN by: 对于普通碳素钢,其大致的抗拉强度可以通过乘以下述的哪个布氏硬度值来估 算? a.400 b.300 c.100 d.200 e.500 Q6-31b Notch toughness and impact strength are not synonymous. 缺口韧性和冲击强度不同义。 a.true 对 b.false 错Q6-32e Phosphorus and sulfur are added to carbon steel to improve: 碳钢中添加磷和硫是为了改善钢的什么性能: a.ductility 延展性 b.toughness 韧性13 c.weld ability 焊接性能 d.impact strength 冲击强度 e.none of the above 以上都不是 Q6-33c To improve the low temperature properties of carbon steels,the most likely alloy addition would be: 为了改善碳钢的低温性能,最合适加入的合金是: a.manganese 锰 b.carbon 碳 c.nickel 镍 d.chromium 铬 e.none of the above 以上都不是 Q6-34a Hydrogen,oxygen,and nitrogen can all cause embrittlement in carbon steels. 氢、氧和氮都能导致碳钢的脆性。 a.true 对 b.false 错Q6-35e Gage marks on a tensile specimen are: 标记在拉伸试样上的刻度是: a.scratches caused by improper handling 操作不当引起的擦伤 b.marks caused by using a gage to measure sample area 测量试样面积 使分开一个距离 c.spaced a set distance apart d.used for calculating percent elongation 用来计算伸长率 e.c and d above c 和 d 都是 Q6-36a The offset method is used for determining which property? 偏移法用于确定哪个材料性能? a.yield strength 屈服强度 b.tensile strength 抗拉强度 c.hardness 硬度 d.fatigue strength 疲劳强度 e.impact strength 冲击强度 Surface preparation is not an important step in destructive testing. 在破坏性试验中表面准备不是重要的步骤。 a.true 对 b.false 错 The Brinell hardness test is always a destructive test. 布氏硬度试验总是一种破坏性试验。 a.true 对 b.false 错Q6-37bQ6-38b14 Q6-39bIn Charpy testing,the test temperature is: 夏比冲击试验中,试验温度是: a.not important 不重要的 b.very important 很重要 c.not considered 不需要进行考虑的 d.never reported 没有提及过 e.none of the above 以上都不是 In Charpy testing,the test data can be reported as: 在夏比冲击试验中,试验数据是以什么方式报告: a.foot pounds energy absorbed 吸收的英尺-磅能量 b.lateral expansion 横向膨胀 c.percent shear 切应力百分比 d.all of the above 以上都是 e.offset data 补偿数据 The objective of the guided bend test is to break the sample. 导向弯曲试验的目的是要断裂试样 a.true 对 b.false 错Q6-40dQ6-41b15 第7章 Q7-1c A 50.0 1b can of welding electrodes weighs how many kg? 50.0 磅焊条是多少公斤? a. 227 kg b. 25 kg c. 22.7 kg d. 23 000 kg e. none of the above 以上都不是 Q7-2b A weld joint is measured and found to be 345 mm long.How long is that joint in terms of in? 一个焊接接头经测量长度为 345mm。换算成英制是多少英寸? a.135 in b.13.58 in c.8760 in d.876 in e.13.0 in What is the wire feed speed that is measured to be 175 in/min? 焊接速度为 175in/min,换算成米制为多少? a.0.070 m/s b.74.0 mm/s c.7.4 mm/s. d.70 mm/s e.75 mm/sQ7-3bQ7-4e Which of the following are the proper base unit(s)for linear measurement in the U.S.system? 在美国体系中,下面哪个单位是恰当的线性测量单位? a.yard 码 b.inch 英寸 c.foot 英尺 d.mile 英里 e.all of the above 以上都不是 Q7-5b What is the base unit(according to AWS)for measuring mass in the SI system? 在 SI 系统中,测量质量的基本单位是什么(根据 AWS)? a.meter 米 b.kilogram 千克 c.megapascal 百万帕斯卡 d.1iter 公升16 e.none of the above 以上都不是Q7-6bA gas flow rate of 30 cfh is what in l/min? 当气体的流速为 30 cfh 时,换算成升/分钟(l/min)为多少? a.1.4 l/min b.14 l/min c.140 l/min d.64 l/min e.640 l/min17 第8章 Q8-1e As a metal is heated: 当金属加热时: a. energy is added to the structure 能量被添加到结构中 b. the atoms move further apart 原子运动到了更远的地方 c. the atoms vibrate more vigorously 原子更加激烈的运动 d. the metal expands 母材膨胀 e. all of the above 以上所有 The state of matter which exhibits the least amount of energy is: 以上哪种形式储存的能量最少: a.solid 固体 b.1iquid 液体 c.gas 气体 d.quasi-liquid 类似液体 e.none of the above 以上都不是 Q8-3c A problem occurring in weldments caused by the non-uniform heating produced by the welding operation is: 在焊接操作中不均匀的加热容易造成焊件的缺陷为: a.porosity 气孔 b.incomplete fusion 未熔合 c.distortion 变形 d.slag inclusions 夹杂 e.none of the above 以上都不是 Q8-4b Which of the following is not a method used to eliminate or reduce residual stresses? 以下哪种方法不被用作消除或者减小残余应力: a.vibratory stress relief 震动消除压力 b.external restraint 外部约束 c.thermal stress relief 加热消除应力 d.peening 锤击 e.annealing 退火 Q8-2aThe type of alloying in which the alloy atoms are located in the spaces between the atoms of the parent metal is referred to as: 下面的哪种类型的合金原子存在于基材的原子与原子的空隙之中? a.atomic alloying 原子合金 b.substitutional alloying 置换合金 空隙合金 c.space alloying18Q8-5d d.interstitial alloying e.none of the above间隙合金 以上都不是Q8-6e Rapid quenching of steel from the austenitic range results in a hard,brittle structure known as; 钢的快速淬火会使奥氏体变成又硬又脆的组织是: a.pearlite 珠光体 b.carbide 碳化物 c.cementite 渗碳体 d.ironite e.martensite 马氏体 Very slow cooling of steel may result in the production of a soft , ductile microstructure which has a lamellar appearance when viewed under high magnification.This structure is referred to as: 钢很慢冷却时会产生软的易延展的微观结构,通过高倍放大镜下可以看到其 呈层状。这种组织是: a.martensite 马氏体 b.pearlite 珠光体 c.bainite 贝氏体 d.ferrite 铁素体 e.cementite 渗碳体 Q8-7b When rapid cooling produces a martensitic structure , what sub-critical heat treatment may be applied to improve the ductility of the steel? 当快速冷时将产生马氏体,哪种亚临界热处理可以改变钢的延展性? a.quenching 淬火 b.tempering 回火 c.annealing 退火 d.normalizing 正火 e.none of the above 以上都不是 Q8-8b It is determined that a welding procedure is creating an excessive heat input.Which of the changes listed below would result in a reduction of the heat input? 当被认定焊接工艺会造成较大热输入的时候,下列哪个方法可以减小热输入? a.decrease current 减少焊接电流 b.decrease voltage 减少焊接电压 c.increase travel speed 增大前进速度 d.change from weave to stringer bead technique 将摆动技术改为窄焊道技术 e.all of the above 以上都是 Q8-10c The use of preheat will tend to: 采用预热将会: a.result in a wider heat-affected zone 可以造成更宽的热影响区 b.produce lower heat-affected zone hardness 减小热影响区的硬度19Q8-9e c.slow down the cooling rate 降低冷却速度 d.reduce the tendency to produce martensite in the heat―affected zone 减小热影响区产生 马氏体的趋势。 e.all of the above 以上都是 Q8-11e Which of the following changes will warrant an addition or increase in the required preheat? 以下哪种改变有理由需要增加预热? a.decreased carbon equivalent 减少碳当量 b.increased carbon equivalent 增加碳当量 c.increased base metaI thickness 增加母材厚度 d.a and C above 以上 a 和 b e.b and C above 以上 b 和 c Q8-12c What heat treatment is characterized by holding the part at the austenitizing temperature for some time and then slow cooling in the furnace? 将零件在奥氏体的温度状态保持一段时间,然后在炉子里边慢慢冷却,这是下 面哪一种热处理方式? a.normalizing 正火 b.quenching 淬火 c.anneallng 退火 d.tempering 回火 e. stress relief 应力释放 What heat treatment is characterized by holding the part at the austenitizing temperature for some time and then cooling in still air? 将零件在奥氏体的温度状态保持一段时间,然后在静止的空气里冷却,这 是下面哪一种热处理方式? a.normalizing 正火 b.quenching 淬火 c.annealing 退火 d.tempering 回火 e.stress relief 应力释放Q8-13aQ8-14aSteel heated above the lower transformation temperature(A1)will change metallurgical structure.This temperature is: 将钢加热而高于较低的转变温度(A1)的时候可以改变母材的冶金结构。这 个温度是多少: a.1333°F 1333 华氏度 b.933°F 933 华氏度 c.1560°F 1560 华氏度 d.3600°C 3600 摄氏度 e.none of the above 以上都不是20 Q8-15dAtoms in the solid (frozen) state: 原子在固体(凝固)状态 a.have a specific“home”position 有一个特殊的‘家’的位置 没有清楚的结构 b.have no distinct structure c.are essentially fixed in a definite structured position 基本上固定在一定的结构 位置 d.a and c above a与c e.none of the above 以上都不是Q8-16c What is the heat input for a molten weld pool at 5 ipm travel speed,25 volts,and 100 amperes? (Refer to page 10―8 for Formula) 请计算相应的热输入:焊接速度为 5 英寸/分钟,电压为 25 伏,电流为 100 安培(请参照练习题后面所附的计算公式) a.300 J/in b.300 000 J/in300000j/in c.30 000 J/in30000j/in d.3.633 J/in3.633j/in e.none of the above 以上都不是 Q8-17b One way that atoms are added to a pure metal to form an alloy is: 原子加入到纯金属中形成合金的一种途径是: a.peening 锤击 b.substitutionallv 置换 c.automatically 自动 d.solidification 凝固 e.sensitizing 光敏处理 The process where carbon is added to the surface of a steel to harden it is: 以下哪一种方法可以将碳元素加入到钢铁表面,以增加硬度: a.decarburization 脱碳 b.pack carburizing 固体渗碳 c.precipitation hardening 淀积硬化 d.quenching 淬火 e.none of the above 以上都不是Q8-18bQ8-19dSteel exists in which of the following crystal structures? 钢是下面哪一种晶体结构? a.HCP b.FCC c.BCC d.all of the above 以上都是 e.BCT21 Q8-20aWhich of the following usually follows quenching? 以下哪道工序通常跟在淬火之后进行? a.tempering 回火 b.stress relieving 应力释放 c.normalizing 正火 d.annealing 退火 e.none of the above 以上都不是 Which of the following can be accomplished using either thermal or mechanical techniques? 以下哪一种能够或者用加热,或者机械的技术予以完成? a.annealing 退火 b.tempering 回火 c.quenching 淬火 d.stress relieving 应力释放 e.none of the above 以上都不是Q8-21dWhich of the following results in the softest condition for carbon steel? 以下哪一种加工可以导致碳钢成最软的状态? a.annealing 退火 b.quenclalng 淬火 c.stress relmvlng 应力释放 d.tempering 回火 eNormalizing 正 火 Q8-23e For a steel having a chemical composition of: 0.16% carbon, 0.84%manganese, 0.09% nickel,0.25% chromium,0.052% copper,and 0.40%molybdenum,what is its Carbon Equivalent? 一个钢的化学成分如下:碳 0.16%,锰 0.84%,镍 0.09%,铬 0.25%,铜 0.052%,钼 0.40%,请计算其碳当量? % Mn % Ni %Cr %Cu % Mo CE=%C+ + + + + 6 15 5 13 4 a.0.23 b.0.34 c.0.37 d.0.41 e.0.46 Q8-24bStainless steels are defined as having at least what percent chromium? 按定义,不锈钢的最少含铬量为多少? a.7% b.12% c.15% d.20% e. 30%22Q8-22a Q8-25dSensitization, carbide precipitation, austenitic stainless steels can be reduced or of by which of the following methods? 通过以下哪种方法,可以减少奥氏体不锈钢的敏化或碳化物沉淀? a.solution annealing,water quenching 固溶退火,水中淬火 b.using stabilized grades containing titanium or niobium(columbium) 应用含钛或者铌之类的稳定元素 c.using the low carbon grades of stainless steels 应用低碳不锈钢 d.all of the above 以上全都是 e.using high carbon stainless steels 应用高碳不锈钢 Metals must be molten for diffusion to occur. 金属必须熔化才能扩散 a.true 对 b.false 错 Hydrogen can diffuse into a solid metal at room temperature. 氢在室温下可以扩散到固态金属中 a.true 对 b.false 错 Metals can diffuse into each other when both are in the solid form. 当两个金属都呈固态情况下可以相互扩散。 a.true 对 b.false 错 The process whereby nitrogen diffuses into the surface of carbon steel is: 哪种方法可以使氮扩散到碳钢的表面: a.sensitization 7 b.nitrogen removal 脱氮 c.carburizing 渗碳 d.nitriding 渗氮 e.none ofthe above 以上都不是Q8-26bQ8-27aQ8-28aQ8-29dQ8-30aWelding metallurgy is concerned with the changes in the metals during welding. 焊接金属学是关于金属在焊接过程中的变化的学科。 a.true 对 b.false 错23 第9章 Q9-1d A discontinuity is: 不连续是: a.always a defect 总是缺陷 b.always a reject 总是不合格 c.always acceptable 总是合格的 d.rejectable if it exceeds code limits e.none of the above 以上都不是 Q9-2d如果超过了规范的限定,则不合格Whether a particular weld discontinuity is critical can be judged on the basis of: 特定的焊缝不连续是否处于临界,可在下述基础上予以判定: a.Whether it is surface or subsurface 是否是表面的,或表面下 b.Whether it is linear or nonlinear 是否是线性,或非线性 c.Whether it has a sharp end condition 是否端部呈尖锐状态 d.all of the above 以上都是 e.none of the above 以上都不是 What discontinuity is generally considered to be the most severe? 哪种缺陷一般被认为是最严重的? a.porosity 气孔 b.incomplete fusion 未熔合 c.slag inclusion 夹渣 d.crack 裂纹 e.arc strike 电弧引燃Q9-3dQ9-4c Which of the following discontinuities is less likely to be found visually? 以下的那种不连续不可能由目检发现? a.toe crack 焊趾裂纹 b.undercut 咬边 c.lamellar tear 层状撕裂 d.overlap 焊瘤 e.none of the above 以上都不是 Q9-5d Underbead crack can result from which of the following welding practices? 焊道下裂纹能由以下哪一个操作所引起? a.use of wet electrodes 使用潮湿焊条 b.welding on contaminated steels 在污染的钢材上焊接 c.welding over paint 在油漆层上焊接 d.all of the above 以上都是 e.none of the above 以上都不是Q9-6c The weld discontinuity that results from improper termination of the welding arc is24 referred to as: 以下哪一种焊缝不连续是由于不恰当的焊接收弧(停止焊接)所引起? a.undercut 咬边 b.overlap 焊瘤 c.crater crack 弧坑裂纹 d.incomplete fusion 不完全熔合 e.all of the above 以上都是 Q9-7b Of the following processes, which is unlikely to have slag inclusions in a completed weld? 以下焊接方法中,哪种完工焊缝不太可能产生夹渣。 a.SMAW b.PAW c.FCAW d.SAW e.none of the above 以上都不是 The discontinuity that results from the entrapment of gas within the weld cross section is referred to as: 以下不连续中,哪一种是由于焊缝横截面滞留了气体而引起: a.crack 裂纹 b.slag inclusion 夹渣 c.incomplete fusion 未融合 d.porosity 气孔 e.none of the above 以上都不是Q9-8dQ9-9c What weld discontinuity results when the welder travels too slowly,causing excess weld metal to flow out of the joint and lay on the base metal surface without fusing? 以下哪种缝不连续是由于焊工焊接速度太慢,导致多余的焊接金属流出接 头,堆积在母材表面且未熔合? a.undercut 咬边 b.underfill 未填满 c.overlap 焊瘤 d.incomplete fusion 未融合 e.none of the above 以上都不是 Q9-10a What weld metal discontinuity results when the welder fails to completely fill the weld groove? 哪种焊缝金属的不连续是由于焊工没能完全填满焊缝坡口而造成的? a.underfill 未填满 b.undercut 咬边 c.overlap 焊瘤 d.incomplete fusion 未融合 e.none of the above 以上都不是 Excessive weld metal buildup on a groove weld is referred to as:25Q9-11b 过多的焊接金属堆积在坡口焊缝位置称为: a.excess convexity 过分凸起 b.excess weld reinforcement 焊缝余高过大 c.overfill 溢出 d.all of the above 以上都是 e.none of the above 以上都不是 Q9-12e The weld discontinuity that results from the initiation of the welding arc outside the weld joint is refefred to as: 由于在焊接接头外部引弧而导致的焊缝不连续称为: a.incomplete fusion 未融合 b.undercut 咬边 c.overlap 焊瘤 d.scratch start 划痕 e. arc strike 电弧烧伤 Q9-13b What weld discontinuity shows up as a light region on radiograph? 哪种焊缝不连续在底片上呈现出明亮的区域? a.porosity 气孔 b. tungsten inclusion 夹钨 c.slag inclusion 夹渣 d.a and b above a 和 b e.b and c above b 和 c Which of the following is a base metal discontinuity that is associated with the stresses induced from welding? 以下哪种是伴随着焊接的应力而发生的母材不连续? a.1amination 分层 b.lamellar tear 层状撕裂 c.seam 卷边 d. pipe shrinkage 管状收缩 e. none of the above 以上都不是Q9-14bQuesting Q9-1 5 through Q9-19 refer to the figure shown below: : 请参考下图: 问题 Q9-1 5 到 Q9-19 请参考下图:26 Q9-15bWhat discontinuity is shown by #12b? 12b 所示是什么不连续? a. longitudinal crack 纵向裂缝 b. transverse crack 横向裂缝 c. underbead crack 焊道下裂纹 d. toe crack 焊趾裂纹 e. root crack 根部裂纹Q9-16c What step-like discontinuity is shown by #11? 11 所示台阶状的不连续是? a.1amination 分层 b.porosity 气孔 c.lamellar tear 层状撕裂 d.seam 缝隙 e.1ap 焊瘤 Q9-17e What discontinuity is shown by #12g? 12g 所示是什么不连续? a.toe crack 焊趾裂纹 b.incomplete fusion 不完全熔合 c.root crack 根部裂纹 d.1amellar tear 层状撕裂 e.underbead crack 焊道下裂纹27 Q9-18a What discontinuity is shown by #5? 5 所示是什么不连续? a.undercut 咬边 b.underfill 未填满 c.overlap 焊瘤 d.incomplete fusion 不完全熔合 e.toe crack 焊趾裂纹 Q9-19b What discontinuity is shown by #10? 10 所示是什么不连续? a.1amination 分层 b.seam 裂开 c.delamination 剥离 d.base metal crack 母材裂纹 e.incomplete fusion 不完全熔合28 第 10 章 Q10-1d Which of the following nondestructive testing methods are limited to the detection of surface discontinuities? 以下哪种无损检测方法仅限于检验表面不连续? a.visual 目检 b.penetrant 渗透 c.radiographic 射线 d.a and b above a 和 b e.b and c above b 和 c Q10-2d To be most effective,visual inspection should be performed: 最有效的目检应该如何进行: a.before welding 在焊接前 b.during welding 在焊接过程中 c.after welding 在焊接完成后 d.all of the above 以上都是 e.none of the above 以上都不是 The time period during which the penetrant remains on the surface of the part, allowing it to be drawn into any surface discontinuities is called: 渗透剂从构件表面进入到表面不连续内的时间称为: a.waiting time 等待时间 b.penetrating time 渗透时间 c.soak time 浸透时间 d.dwell time 居留时间 e.none of the above 以上都不是 Which type of magnetizing current provides the best iron particle mobility? 哪种磁化电流能提供最好的铁的微粒移动? a.AC b.DC c.DCEP b和c d.b and c above e.all of the above 以上都是 What MT technique could be used for the discovery of longitudinal flaws? 哪种 MT 技术可以用于发现纵向缺陷? a.head shot (circular magnetism) 工件通电法(环状磁场) b.side shot 边磁化法 c.coil shot(longitudinal magnetization) 线圈通电法(纵向磁场) d.a and b above a 和 b e b and c above b 和 cQ10-3dQ10-4aQ10-5a29 Q10-6dWhich of the following magnetizing methods produce a circular magnetic field in the test piece? 下述哪种磁化方法在试件上形成一个环状磁场? a.head shot 工件通电法? b.passing an electrical current through the part 在工件上通过一道电流 c.prod 触头法 d.all of the above 以上都是 e.none of the above 以上都不是Q10-7e Which of the following magnetizing methods can produce a longitudinal magnetic field in the test piece? 下述哪种磁化方法可以在试件上形成一个纵向磁场? a.head shot (XXXX 法) b.coil shot 线圈磁化法 c.yoke 磁轭法 d.a and b above a 和 b e.b and c above b 和 c Q10-8c What NDT method is best for evaluating subsurface porosity? 评估表层下气孔,最好 NDT 方法是? a.PT b.MT c.RT d.VT e.all of the above 以上都是 Q10-9c Which of the following statements is correct for radiographic testing? 关于射线检测的说法,以下哪种说法是正确的? a.A reduction in thickness will produce a lighter image on the film. 厚度减少会在底片上产生亮的图像。 b.A low density discontinuity will produce a lighter image on the film. 低密度的缺陷会在底片上产生亮的图像。 c.A high density discontinuity will produce a lighter image on the film. 高密度的缺陷会在底片上产生亮的图像。 d.a and b above 以上 a 和 b e.b and c above 以上 b 和 c Q10-10e Radiographic testing(RT)can be performed using which of the following? 以下哪一项可以用来进行射线检测(RT)? a.X―ray machine X-射线机 b.Cesium 137 铯 137 c.Iridium 192 铱 192 d.Cobalt 60 钴 60 e.all of the above 以上都是30 Q10-11c MT can be used most effectively to inspect which of the following? 使用 MT 最有效的检验是以下哪一项? a.austenitic stainless steel welds on carbon steel 碳钢上的奥氏体不钢焊缝。 b.austenitic stainless steel welds on stainless steel 不锈钢上的奥氏体不锈钢焊缝。 c.carbon steel welds on carbon steel 碳钢上的碳钢焊缝。 a和b d.a and b above e.b and c above b和c Q10-12d Which of the following discontinuities will not usually be revealed using RT? 以 下哪种不连续一般不能通过 RT 显现? a.crack 裂纹 b.incomplete joint penetration 接头未融合 c.porosity 气孔 d.lamination 分层 e.none of the above 以上都不是 What device is used during radiography to indicate the resolution sensitivity of a radiograph? 在使用射线检测时,哪种设备可以用来确认底片分辨率的灵敏度? a.IQI 图像指示器 b.dosimeter 放射量测定器 c.lead screen 铅屏 d.all of the above 以上都是 e.none of the above 以上都不是Q10-13aQ10-14c Which nondestructive test method uses sound energy as a probing medium? 哪项 哪种无损探伤检验方法使用声波为探测媒介? a.MT b.RT c.UT d.PT e.ET Q10-15b The process whereby ultrasonic indications are related to dimensions in a test standard is referred to as; 通过一个测试标准使得超声波能读取尺寸的过程称为: a.setup 设置 b.calibration 校准 c.standardization 标准化 d.synchronization 同步 e.none of the above 以上都不是31 Q10-16d As-welded groove welds are usually inspected ultrasonically using what technique? 完成的坡口焊缝通常使用何种超声技术进行检验? a.straight beam 直射波束 b.shear wave 剪切波 c.angle beam 斜射波束 d.b and c above b 和 c e.all of the above 以上都是 Q10-17d Capillary action plays a role in which NDT method? 毛细现象在哪种 NDT 技术中起作用? a.ET b.UT c.RT d.PT e.MT Which NDT method is considered to be a true volumetric test? 哪种 NDT 技术可认为是对体积的测定? a.RT b.UT c.PT d.MT e.VT Which NDT method uses an alternating current coil? 哪种 NDT 技术使用交流线圈? a.MT b.UT c.ET d.a and c above a 和 c e.b and c above b 和 cQ10-18bQ10-19dQ10-20a Changes in heat treatment can be measured using which NDT method? 使用哪种 NDT 方法可以测定由于热处理而产生的变化? a.ET b.RT c.MT d.UT e.none of the above 以上都不是 Q10-21e Which of the following NDT methods can detect surface cracks? 下述哪种 NDT 方法可以检测表面裂纹? a.RT32 b.VT c.ET d.PT e.all of the above 以上都是 Q10-22b Which NDT method is most likely to reveal subsurface laminations in a rolled plate? 哪种 NDT 方法对发现扎制钢板中的分层最有效? a.RT b.UT c.ET d.MT e.none of the above 以上都不是 Piezoelectricity is a properly used by which NDE method? 哪种 NDE 方法使用压电现像? a. ET b. UT c. RT a和b d. a and b above e. b and c above b和cQ10-23bQ10-24a Which is the best technique for orienting magnetic lines of force when conducting MT testing? 进行 MT 时,哪种是标定磁力线最好的技术? a.two directions 双向法 b.single direction 单向法 c.residual magnetism 剩磁法 d.all of the above 以上都是 e.none of the above 以上都不是 Q10-25a What resolution sensitivity is normally required for RT? 一般 RT 要求多少分辨率? a.2% b.4% c.5% d.7% e.9%Q10-26c What is the basic element of evaluation in any quality control program? 质量控制程序的基本的评估要素是什么? a.radiographic testing 射线检测 b.penetrant testing 渗透试验 c.visual inspection 目检33 d.all of the above 以上都是 e.none of the above 以上都不是 Q10-27e When should the applicable job documents be reviewed? 什么时候应该对适用的工作文档进行审核? a.after the job is completed 在工作完成后 b.before welding begins 在焊接开始前 c.at any time when information is necessary 任何需要该信息的时候 d.a and b above a 和 b e.b and c above b 和 c Q10-28e What is the role of the AWS CWI in NDE? AWS 的 CWI 在 NDE 方面扮演什么角色? a.see that inspections are done 了解是否进行了检验 b.verify personnel qualifications for NDE inspection 确认 NDE 人员的资质 c.prepare proper records 准备适当的记录 d.see that proper records are maintained 了解是否保存了适当的记录 e.all of the above 以上都是 Q10-29c A number in parentheses just above or below a test symbol describes: 一个括弧内的数字标记于检测符号的上面或下面,用来描述: a.the length of weld to be tested 需要进行检测的焊缝的长度 检测的范围 b.the extent of testing c.the number of tests to perform 进行检测的数量 需要进行检测的类型 d.the type of test to perform e.none of the above 以上都不是 Q10-30b A number to the right of a nondestructive testing symbol refers to the: 在无损检测符号右边的数字表示: a.number of tests to perform 需要进行检测的数量 b.the length of weld to be tested 需要进行检测的焊缝长度 c.the applicable quality standard 适用的质量标准 使用的检测方法 d.the test procedure to use e.none of the above 以上都不是 Test information above the reference line refers to the arrow side. 在箭头基准线上面的检测信息表示箭头侧. a.true 正确 b.false 错误Q10-31b34 WIT-Useful Formulae WIT-使用公式 使用公式 Area of Square or Rectangle 正方形或者长方形面积 Area=length × width or: Area=width×thickness 面积=长×宽 或 面积=宽×厚Area or Circle 圆形面积 Area=π× radius2 or Area=π× diameter 2 or Area=0.7854×diameter2 4面积=π×半径 2 或 面积=π×直径 2/4 或 面积=0.7854×直径 2Percent Elongation 伸长率 %Elongation=Final Gage Length
Original Grage Length × 100 Original Grage Length伸长率(%)=( (最终标尺长度-最初标尺长度)/最初标尺长度) × 100Percent Reduction of Area 断面收缩率 Original Area-Final Area %Reduction of Area=---------------------------------------×100 Original Area 断面收缩率(%)=( (起始面积-最终面积)/起始面积) × 100Tensile Strength 抗拉强度 P max UTS = Areawhere: P max.=load to break specimen Area=specimen’s original cross-sectional areaUTS= P max /面积Pipe 管子其中: P max =试样断裂载荷 面积=试样原始横截面积35 UTS for full section pipe=P max 0.7854(OD 2
ID 2 )全截面管子 UTS= P max /(0.7854( OD 2
ID 2 ) )Yield Strength 屈服强度 YS = Load at specified offset Original cross
sec tional areaYS=达到规定变形量时的强度/原始横截面积Welding Heat Input 焊接热输入 J / in = V × A × 60 Travel Speed (ipm) where: J = Joules(energy) V=welding voltage A =welding amperage ipm=inches per minuteJ / in = (V × A × 60 )/焊接速度(ipm) 其中:J=焦耳(能量)V=焊接电压 A=焊接电流 Ipm=英寸/分Carbon Equivalent 碳当量 % Mn % Ni %Cr %Cu % Mo CE = %C + + + + + 6 15 5 13 1436 Welding Usage Conversion Chart-U.S.Customary and SI . . 焊接使用的美国惯用单位制和公制转换表 Property’ To convert From: To: Multiply By: 性质 转变前 转变为 乘以 2 2 in mm 6.452×102 area dimensions -3 面积 mm2 in2 1.550×10 -3 current density A/in2 A/mm2 1.550×10 2 电流密度 A/mm2 A/in2 6.452×10 deposition rate Lb/hr kg/hr 0.454 熔敷率 Kg/hr lb/hr 2.205 3 ft /h L/min 4.719×10-1 flow rate 流率 1/min Ft3/h 2.119 heat input J/in J/m 39.37 热输入 J/m J/in 2.54×10-2 ln mm linear measure 25.4 长度 mm in 3.937×10-2 2 ft mm 3.048×10 mm ft 3.281×10-3 lb kg 0.454 Mass 质量 kg 1b 2.205 psi KPa 6.895 Pressure 压力 psi Mpa 6.895×10-3 kPa Psi 0.145 MPa Psi 1.450×102 bar Psi 14.50 psi bar 6.9×10-2 Temperature °F °C (°F-32)/1.8 温度 °C °F (°C-1.8)+32 psi Mpa 6.895×10-3 tensile strength 2 抗拉强度 MPa psi 13450×10 travel speed in/min mm/s 4.233×10-1 焊接速度 mm/s in/min 2.362 Vacuum Pa torr 7.501×10-3 真空 wire feed speed in/min mm/s 0.423 送丝速度 mm/s in/min 2.36237 各章习题答案第1章第2章第3章第4章第5章38 Q1-1 Q1-2 Q1-3 Q1-4 Q1-5 Q1-6 Q1-7 Q1-8 Q1-9 Q1-10 Q1-11 Q1-12 Q1-13 Q1-14 Q1-15 Q1-16 Q1-17 Q1-18 Q1-19 Q1-20 Q1-21 Q1-22e c b b d c a e b e e a e d b a b a b b a eQ2-1 Q2-2 Q2-3 Q2-4 Q2-5 Q2-6 Q2-7 Q2-8 02-9 Q2-10 Q2-11 Q2-12 Q2-13 Q2-14 Q2-15 Q2-16 Q2-17 Q2-18 Q2-19 Q2-20 Q2-21 Q2-22e c e b c b a a d d b d a e b b e e c b e eQ3-1 Q3-2 Q3-3 Q3-4 Q3-5 Q3-6 Q3-7 Q3-8 Q3-9 Q3-10 Q3-11 Q312 Q3-13 Q3-14 Q3-15 Q3-16 Q3-17 Q3-18 Q3-19 Q3-20 Q3-21 Q3-22 Q3-23 Q3-24 Q3-25 Q3-26 Q3-27 Q3-28 Q3-29 Q3-30 Q3-31 Q3-32 Q3-33 Q3-34 Q3-35 Q3-36c c a b c d a e d d b d a c a c c c c b b c b b d b c e c d c e c d c aQ4-1 Q4-3 Q4-4 Q4-5 Q4-6 Q4-7 Q4-8 Q4-9 Q4-10 Q4-11 Q4-12 Q4-13 Q4-14 Q4-15 Q4-16 Q4-17 Q4-18 Q4-19 Q4-20 Q4-21 Q4-22 Q4-23 Q4-24 Q4-25 Q4-26 Q4-27 Q4-28 Q4-29 Q4-30 Q4-31 Q4-32 Q4-33 Q4-34 Q4-35 Q4-36 Q4-37 Q4-38 Q4-39 Q4-40 Q4-41 Q4-42 Q4-43 Q4-44c b c d a c e b c e d c a b c b c d c b b a e c a e b d a c d e c c d d c c a e e b aQ5-1 Q5-2 Q5-3 Q5-4 Q5-5 Q5-6 Q5-7 Q5-8 Q5-9 Q5-10 Q5-11 Q5-12 Q5-13 Q5-14 Q5-15 Q5-16 Q5-17 Q5-18 Q5-19 Q5-20 Q5-21 Q5-22 Q5-23 Q5-24 Q5-25 Q5-26 Q5-27 Q5-28 Q5-29 Q5-30 Q5-31 Q5-32 Q5-33 Q5-34d d d a e b e d b c d e c d d b b e a b b d a e d c c d c d e c e a第6章第7章第8章第9章第 10 章39 Q6-1 Q6-2 Q6-3 Q6-4 Q6-5 Q6-6 Q6-7 Q6-8 Q6-9 Q6-10 Q6-11 Q6-12 Q6-13 Q6-14 Q6-15 Q6-16 Q6-17 Q6-18 Q6-19 Q6-20 Q6-21 Q6-22 Q6-23 Q6-24 Q6-25 Q6-26 Q6-27 Q6-28 Q6-29 Q6-30 Q6-31 Q6-32 Q6-33 Q6-34 Q6-35 Q6-36 Q6-37 Q6-38 Q6-39 Q6-40 Q6-41c a c d e e e d e b d e d d b a b c e e a b a d e c c a b e b e c a e a b b b d bQ7-1 Q7-2 Q7-3 Q7-4 Q7-5 Q7-6c b b e b bQ8-1 Q8-2 Q8-3 Q8-4 Q8-5 Q8-6 Q8-7 Q8-8 Q8-9 Q8-10 Q8-11 Q8-12 Q8-13 Q8-14 Q8-15 Q8-16 Q8-17 Q8-18 Q8-19 Q8-20 Q8-21 Q8-22 Q8-23 Q8-24 Q8-25 Q8-26 Q8-27 Q8-28 Q8-29 Q8-30e a c b d e b b e c e c a a d c b b d a d a e b d b a a d aQ9-1 Q9-2 Q9-3 Q9-4 Q9-5 Q9-6 Q9-7 Q9-8 Q9-9 Q9-10 Q9-11 Q9-12 Q9-13 Q9-14 Q9-15 Q9-16 Q9-17 Q9-18 Q9-19d d d c d c b d c a b e b b b c e a bQ10-1 Q10-2 Q10-3 Q10-4 Q10-5 Q10-6 Q10-7 Q10-8 Q10-9 Q10-10 Q10-11 Q10-12 Q10-13 Q10-14 Q10-15 Q10-16 Q10-17 Q10-18 Q10-19 Q10-20 Q10-21 Q10-22 Q10-23 Q10-24 Q10-25 Q10-26 Q10-27 Q10-28 Q10-29 Q10-30 Q10-31d d d a a d e c c e c d a c b d d b d a e b b a a c e e c b b40
七年级政治上册5-10课知识点总结 - 七年级上册 5-10 课知识点总结 第五课 《友情伴我同行》知识点 1. 友情的作用是什么? ①有助于我们增长智慧和才干,更...标准日本语第5-10课很详细的语法,花了两天时间总结,希望可以减少大家的复习时间。加油。标准日本语第5-10课很详细的语法,花了两天时间总结,希望可以减少大家的复习...八年级道德与法治知识要点(5-10课)_初二政史地_政史地_初中教育_教育专区。5-10课每节知识点带答案,复习提纲 八年级道德与法治知识要点(5-10 课)第五课:...三年级上册5-10课 - 5 ( jiāo wài ) ( miàn bāo zhā ( kě xī ( ) ( ) sàn bù ) ( xiōng pú ) ( yǎng wàng ...英语口语学习者英语发音、口语视频教程,英格教育全套教学,在线学习英语课程,跟Shane老师一起学英语(5-10课)视频下载第5课到第10课 翻译 - 翻译部分 1 1. 我不相信幸运这一类事情.我认为大多数时候事情发展地顺利 或不顺利主要因为人们自己的行为.我相信大多数的情况下你 ...人教版八年级历史5-10课重点问题总结 - 人教版八年级历史 5-10 课重点问题总结 1、新中国成立后巩固新政权进行啦那些斗争(或采取哪些措 施)? 2、新中国成立...青岛版三年级科学5--10课复习题 - 5、有趣的磁铁 1、无论是什么形状的磁铁,都有 ___个磁极,分别是___, 用___表示,和 ___, 用___...小学五年级10课综合性学习_语文_小学教育_教育专区。小学五年级10课综合性学习,由O帅帅不乖O搜集 1,古今笑话某军战争期间俘获了一个战俘, 后来他得了一种 病...冀教版五年级下9--10课 - 内部资料,注意保存 Unit 2 In Beijing Unit 2 In Beijing 教材基本要求: Unit 2 Lesson 9 Arriving...
All rights reserved Powered by
www.tceic.com
copyright &copyright 。文档资料库内容来自网络,如有侵犯请联系客服。

我要回帖

更多关于 陌陌财富值等级表图片 的文章

 

随机推荐