欢迎来到淘文阁 - 分享文档赚钱的网站! | 帮助中心 好文档才是您的得力助手!
淘文阁 - 分享文档赚钱的网站
全部分类
  • 研究报告>
  • 管理文献>
  • 标准材料>
  • 技术资料>
  • 教育专区>
  • 应用文书>
  • 生活休闲>
  • 考试试题>
  • pptx模板>
  • 工商注册>
  • 期刊短文>
  • 图片设计>
  • ImageVerifierCode 换一换

    《组成习题答案》PPT课件.ppt

    • 资源ID:69968164       资源大小:1.33MB        全文页数:27页
    • 资源格式: PPT        下载积分:11.9金币
    快捷下载 游客一键下载
    会员登录下载
    微信登录下载
    三方登录下载: 微信开放平台登录   QQ登录  
    二维码
    微信扫一扫登录
    下载资源需要11.9金币
    邮箱/手机:
    温馨提示:
    快捷下载时,用户名和密码都是您填写的邮箱或者手机号,方便查询和重复下载(系统自动生成)。
    如填写123,账号就是123,密码也是123。
    支付方式: 支付宝    微信支付   
    验证码:   换一换

     
    账号:
    密码:
    验证码:   换一换
      忘记密码?
        
    友情提示
    2、PDF文件下载后,可能会被浏览器默认打开,此种情况可以点击浏览器菜单,保存网页到桌面,就可以正常下载了。
    3、本站不支持迅雷下载,请使用电脑自带的IE浏览器,或者360浏览器、谷歌浏览器下载即可。
    4、本站资源下载后的文档和图纸-无水印,预览文档经过压缩,下载后原文更清晰。
    5、试题试卷类文档,如果标题没有明确说明有答案则都视为没有答案,请知晓。

    《组成习题答案》PPT课件.ppt

    Computer Organizationexerciseexercise2-1Give the sign mag、1s compl、2s compl representation of the follow number(word length is 8),where MSB is the highest bit(sign bit),LSB is the lowest bit。If the number is decimal,the decimal point is behind the MSB;if the number is integer,then the decimal p o i n t i s b e h i n d t h e L S B.(1)35/64 (2)23/128 (3)127(4)1(decimal representation)(5)1(integer representation)2-1 Solute:(1)-35/64 binary-100011/1000000=-0.100011=-0.1000110 sign mag:1.1000110 1s compl:1.0111001 2s compl:1.0111010(2)23/128 binary10111/10000000=0.0010111 sign mag:0.0010111 1s compl:0.0010111 2s compl:0.00101112-1 Solute:(3)-127 binarysign mag:11111111 (1,1111111)1s compl:10000000 (1,0000000)2s compl:10000001 (1,0000001)(4)-1(decimal)There are no representation of-1 in sign mag and 1s compl 2s compl:1.0000000(5)-1(integer)sign mag:10000001 (1,0000001)1s compl:11111110 (1,1111110)2s compl:11111111 (1,1111111)2-2 Rank these numbers:(small to large)16,1010.11B,25.3Q,X1 2s compl=10001101,1CH,X2 1s compl=01001101,0110.1001BCD,X3 sign mag=10101011,-X4 2s compl=10111111,-X5 2s compl=10100101 Key:(1)unify all the forms,generally decimal is selected(2)transformation between B,Q,H and BCD;2-2 Solute:16,1010.11B,25.3Q,X1 2s compl=10001101,0110.1001BCD,1CH,X2 1s compl=01001101,X3 sign mag=10101011,-X4 2s compl=10111111,-X5 2s compl=10100101 AN:1010.11B=10.75,25.3Q=21.375,X1=-01110011B=-1150110.1001BCD=6.9,1CH=28,X2=01001101B=77X3=-0101011B=-43,X4=01000001B=65,X5=01011011B=91 small to large:X1,X3,0110.1001BCD,1010.11B,16,25.3Q,1CH,X4,X2,X5 3-1 设计一个一个A、B、C三人表决三人表决电路,当表决某路,当表决某个提案个提案时,多数人同意提案通,多数人同意提案通过,同,同时A具具有否决有否决权,用与非,用与非门实现。v设计步步骤1.列出真列出真值表表 设设A、B、C三个人,表决同意用三个人,表决同意用1表示,不同意表示,不同意时用时用0表示;表示;Y为表决结果,提案通过用为表决结果,提案通过用1表示,表示,提案未通过用提案未通过用0表示,同时还要考虑表示,同时还要考虑A的否决权。的否决权。2.写出写出逻辑表达式表达式3.画出画出逻辑图3-1 Solute:输入输入输出输出A AB BC CY Y0 00 00 00 00 00 01 10 00 01 10 00 00 01 11 10 01 10 00 00 01 10 01 11 11 11 10 01 11 11 11 11 1写出逻辑表达式:写出逻辑表达式:Y=AB+AC3-1 Solute:ACYB6-1 Given a 32 bit floating-point number,1 bit for sign,8 bit for E,represented by biased code,23 bit for M,represented by 2s Complement;radix is 2:(1)Maximal binary;(2)Minimal binary;(3)range;(4)positive and negative normalized representation float-point that closest to 06-1 Solute:v规格化浮点数的最大正数值是由尾数的最大正数值与阶码的最大正数值组合而成的;最小正数值是由尾数的最小正数值与阶码的最小负数值组合而成的。在负数区间;最大负数值是由尾数的最大负数值与阶码的最小负数值组合而成的;最小负数值是由尾数的最小负数值与阶码的最大正数值组合而成的。6-1 Solute:vf-p format is X=2EM,8 bit E(biased code),with a range of-128+127;23 bit M(2s C),with it max positive value of Mmax=1-2-23,min positive is Mmin=2-23,max negative value of Mmax=-2-23,min positive value of Mmin=-1(1)binary format of Maximum:Positive Xmax=2127(1-2-23)=2127 0.111111=11111100000 (23 bits 1,104 bits 0)Negative Xmax=2-128(-2-23)=-0.0000001 (151 bits 0)(2)binary format of Minimum:positive Xmin=2-1282-23=0.0000001 (151 bits 0)Negative Xmin=2127(-1)=-10000000(127 bits 0)6-2 Transform the follow decimal to IEEE754 32 bit float-point(1)27/64 (2)-27/646-2 Solute:vTransform the follow decimal to IEEE754 32 bit float-point(1)27/64=11011X2-6=1.1011X2-2S=0;E=2127125=01111101B;M=1011 0000 0000 0000 0000 000result:0011 1110 1101 1000 0000 0000 0000 00003ED80000H6-2 Solute:vTransform the follow decimal to IEEE754 32 bit float-point(2)-27/64=-11011X2-6=-1.1011X2-2S=1;E=2127125=01111101B;M=1011 0000 0000 0000 0000 000result:1011 1110 1101 1000 0000 0000 0000 0000BED80000H6-3 Transform decimal-0.75 to IEEE754 32 bit single precision float-point number6-3 Solute:vTransform decimal-0.75 to IEEE754 32 bit single precision float-point number -0.75=-3/4=-11X2-2=-1.1X2-1S=1;E=1127126=01111110B;M=1000 0000 0000 0000 0000 000result:1011 1111 0100 0000 0000 0000 0000 0000BF400000H6-4 Transform 0C0B00000H IEEE754 32 bit float-point number to Decimal6-4 Solute:vTransform 0C0B00000H IEEE754 32 bit float-point number to Decimal(1)0C0B00000H=1 10000001 0100 0000 0000 0000 0000 000S=1;e=E-127=(10000001 01111111)B(2)10;1.M=(1.01)B=(1.25)10result:(-1)1 X(1.25)X 22 =-1 X 1.25 X 4=-5.06-5 Transform(0.15)10 to Normalized floating-point numbers representation阶码:Sign of m:1-bitExponent:8-bit,integer,biased code,radix=2mantissa:23-bit,decimal,sign-mag,radix=2,implied leading 1Sign of mantissaexponentexponentmantissamantissa6-5 Transform(0.15)10 to Normalized floating-point numbers representation阶码:Sign of m:1-bitExponent:8-bit,integer,biased code,radix=2mantissa:23-bit,decimal,sign-mag,radix=2,implied leading 1Solute:0.15D 0.001001100110011001 22S=0;M001 1001 1001 1001 1001 1001=199999HE=-2+128=126D 01111110=7EHN 0 01111110 001 1001 1001 1001 1001 1001 3F199999HSign of mantissaexponentexponentmantissamantissa6-6 Transform(0.1)10 to Normalized floating-point numbers representation阶码:(1)Sign of m:1-bitExponent:8-bit,integer,biased code,radix=2mantissa:23-bit,decimal,sign-mag,radix=2,implied leading 1(2)Sign of m:1-bitExponent:7-bit,integer,biased code,radix=2mantissa:6-bit,decimal,sign-mag,radix=16Sign of mantissaexponentexponentmantissamantissa6-6 Transform(0.1)10 to Normalized floating-point numbers representation阶码:(1)Sign of m:1-bitExponent:8-bit,integer,biased code,radix=2mantissa:23-bit,decimal,sign-mag,radix=2,implied leading 1Solute:0.1D 0.00011001100110011001 23S=0;M 100 1100 1100 1100 1100 11004CCCCCH;E -3+128=125D 01111101=7DH;N 0 01111101 1001 1001 1001 1001 1001 100 3ECCCCCCHSign of mantissaexponentexponentmantissamantissa6-6 Transform(0.1)10 to Normalized floating-point numbers representation阶码:(2)Sign of m:1-bitExponent:7-bit,integer,biased code,radix=2mantissa:6-bit,decimal,sign-mag,radix=16Solute:0.1D 0.00011001100110011001 0.199999999H 20S=0;M0001 1001 1001 1001 1001 1001 B199999H;E=064=64D 1000000B=40H;N 0 1000000 0001 1001 1001 1001 1001 1001 40199999HSign of mantissaexponentexponentmantissamantissa6-7 Let X=2-0100.10010010,Y=2-011(-0.11110111),e=6 bits,m=10 bits(all with 2 sign bits,2s c)X+Y?6-7 Let X=2-0100.10010010,Y=2-011(-0.11110111),exponent:6 bits,with 2 sign bits,2s compl representationmantissa:0 bits,with 2 sign bits,2s compl representation X+Y?An:Floating-point number:X 2s compl=11 1110;00.10010010Y 2s compl=11 1101 ;1 1.00001001(1)Exponent equalization(2)111110-111101=000001ExEyY 2s compl=11 1110 ;1 1.10000100(1)1.(2)Mantissa add/sub2.00.10010010+1 1.10000100(1)=00.00010110(1)6-7 Let X=2-0100.10010010,Y=2-011(-0.11110111),exponent:6 bits,with 2 sign bits,2s compl representationmantissa:0 bits,with 2 sign bits,2s compl representation X+Y?An:Step(2)result is:X+Y2s c compl=11 1110;00.00010110(1)(3)normalization:After left normalization:X+Y2s c=11 1011;00.10110100(4)Rounding has no effect(5)Check the result:not overflow,not zero result:X+Y=2-101 X 0.10110100

    注意事项

    本文(《组成习题答案》PPT课件.ppt)为本站会员(wuy****n92)主动上传,淘文阁 - 分享文档赚钱的网站仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对上载内容本身不做任何修改或编辑。 若此文所含内容侵犯了您的版权或隐私,请立即通知淘文阁 - 分享文档赚钱的网站(点击联系客服),我们立即给予删除!

    温馨提示:如果因为网速或其他原因下载失败请重新下载,重复下载不扣分。




    关于淘文阁 - 版权申诉 - 用户使用规则 - 积分规则 - 联系我们

    本站为文档C TO C交易模式,本站只提供存储空间、用户上传的文档直接被用户下载,本站只是中间服务平台,本站所有文档下载所得的收益归上传人(含作者)所有。本站仅对用户上传内容的表现方式做保护处理,对上载内容本身不做任何修改或编辑。若文档所含内容侵犯了您的版权或隐私,请立即通知淘文阁网,我们立即给予删除!客服QQ:136780468 微信:18945177775 电话:18904686070

    工信部备案号:黑ICP备15003705号 © 2020-2023 www.taowenge.com 淘文阁 

    收起
    展开