计算机科学导论第三版弗罗赞翻译

上传人:仙*** 文档编号:127099074 上传时间:2022-07-29 格式:DOC 页数:32 大小:3.35MB
收藏 版权申诉 举报 下载
计算机科学导论第三版弗罗赞翻译_第1页
第1页 / 共32页
计算机科学导论第三版弗罗赞翻译_第2页
第2页 / 共32页
计算机科学导论第三版弗罗赞翻译_第3页
第3页 / 共32页
资源描述:

《计算机科学导论第三版弗罗赞翻译》由会员分享,可在线阅读,更多相关《计算机科学导论第三版弗罗赞翻译(32页珍藏版)》请在装配图网上搜索。

1、 .wd.Chapter 1 练习复习题1.定义一个基于图灵模型的计算机。答:Turing proposed that all kinds of computation could be performed by a special kind of a machine. He based the model on the actions that people perform when involved in computation. He abstracted these actions into a model for a computational machine that has re

2、ally changed the world.图灵模型假设各种各样的运算都能够通过一种特殊的机器来完成,图灵机的模型是基于各种运算过程的。图灵模型把运算的过程从计算机器中别离开来,这确实改变了整个世界。2.定义一个基于冯诺伊曼模型的计算机。答:The von Neumann Model defines the components of a computer, which are memory, the arithmetic logic unit (ALU), the control unit and the input/output subsystems.冯诺伊曼模型定义了计算机的组成,它包

3、括存储器、算术逻辑单元、控制单元和输入/输出系统。3.在基于图灵模型的计算机中,程序的作用是什么答:Based on the Turing model a program is a set of instruction that tells the computer what to do.基于图灵模型的计算机中程序是一系列的指令,这些指令告诉计算机若何进展运算。4.在基于冯诺伊曼模型的计算机中,程序的作用是什么答:The von Neumann model states that the program must be stored in the memory. The memory of m

4、odern computers hosts both programs and their corresponding data.冯诺伊曼模型的计算机中,程序必须被保存在存储器中,存储程序模型的计算机包括了程序以及程序处理的数据。5.计算机中有哪些子系统答:The subsystems of the von Neumann model are memory, the arithmetic/logic unit (ALU), the control unit, and the input/output.冯诺伊曼模型的计算机中子系统包括存储器、算术逻辑单元、控制单元和输入/输出单元。6.计算机中存

5、储器子系统的功能是什么答:Memory is the storage area used for programs and data.存储器的功能是用来保存程序和数据的。7.计算机中ALU子系统的功能是什么答:The arithmetic/logic unit (ALU) is where calculations and logical operations take place.计算机中ALU子系统的功能是进展算术和逻辑运算的地方。8.计算机中控制单元子系统的功能是什么答:The control unit controls the operations of the memory, ALU

6、, and the input/output subsystem.计算机中控制单元子系统的功能是控制存储器、算术逻辑单元和输入/输出的运行。9.计算机中输入/输出子系统的功能是什么答:The input subsystem accepts input data and the program from outside the computer; the output subsystem sends the result of the processing to the outside.计算机中输入子系统的功能是接收计算机外部输出的程序和数据;输出子系统是发送处理结果到计算机外部。10.简述5个

7、时代的计算机答:The first generation (roughly 19501959) is characterized by the emergence of commercial computers and were used only by professionals. The second-generation (roughly 19591965) computers used transistors instead of vacuum tubes. The third generation (roughly 1965 and 1975) started with the in

8、vention of the integrated circuit that reduced the cost and size of computers even further. The fourth generation (approximately 19751985) saw the appearance of microcomputers. The fifth generation started in 1985. It witnessed the appearance of laptop and palmtop computers, improvements in secondar

9、y storage media (CD-ROM, DVD, etc.), the use of multimedia, and the phenomenon of virtual reality.第一代计算机约19501959的特点是商业计算机的出现和仅由专业人士使用。第二代计算机约19591965用晶体管替代了真空管。第三代计算机约19651975开场于集成电路的创造,这大大降低了计算机的成本和尺寸。第四代计算机约19751985开场出现微型计算机。第五代计算机始于1985年,以笔记本电脑和掌上电脑的出现为依据,辅助存储媒体得到改进CD-ROM,、DVD等,多媒体得到应用,虚拟现实得以实现。

10、选择题11.现在的计算机是基于 模型。A.莱布尼茨 B.冯诺伊曼C.帕斯卡 D.查尔斯巴比奇12.在计算机中, 子系统存储数据和程序。A.算术逻辑单元 B.输入/输出C.存储器 D.控制单元13.在计算机中, 子系统执行算术和逻辑运算。A.算术逻辑单元 B.输入/输出C.存储器 D.控制单元14.在计算机中, 子系统接收数据和程序并将运算结果传给输出设备A.算术逻辑单元 B.输入/输出C.存储器 D.控制单元15.在计算机中, 子系统是其他子系统的管理者。A.算术逻辑单元 B.输入/输出C.存储器 D.控制单元16.根据冯诺伊曼模型, 被存在存储器中。A.只有数据 B.只有程序C.数据和程序

11、D.以上都不是17.问题的分步骤解决被称为 。A.硬件 B.操作系统C.计算机语言 D.算法18.FORTRAN和COBOL是 的例子。A.硬件 B.操作系统C.计算机语言 D.算法19.在17世纪能执行加法和减法运算的计算机器是 。A.Pascaline B.Jacquard loomC.Analytical Engine D.Babbage machine20.在计算机语言中, 是告诉计算机若何处理数据的一系列指令。A.操作系统 B.算法C.数据处理器 D.程序21. 是以构造化的形式来设计和编写程序。A.软件工程 B.硬件工程C.算法开发 C.教育体系22.第一台特殊用途的电子计算机被称

12、为 。A.Pascal B.PascalineC.ABC D.EDVAC23.第一代基于冯诺伊曼模型的计算机中有一个被称为 。A.Pascal B.PascalineC.ABC D.EDVAC24.第一台使用存储和编程的计算机器被称为 。A.the Madeline B.EDVACC.the Babbage machine D.the Jacquard loom25.( )将程序设计任务从计算机运算任务中别离出来。A.算法 B.数据处理器D.高级程序设计语言 D.操作系统11. b 12. c 13. a 14. b 15. d 16. c17. d 18. c 19. a 20. d 21.

13、 a 22. c23. d 24. d 25. c课后练习题27.如果一台小的廉价的计算机可以做大型昂贵的计算机同样能做的事情,为什么人们需要大的呢答:According to Turing, any problem that can be solved by a big computer can also be solve by a small computer but a big computer can probably solve the problem faster.根据图灵机的原理,任何问题都能在大型计算机中解决,同时也能在小型机中解决,但是大型机解决问题的速度更快。33.研究并找

14、出键盘起源于哪一代计算机。答:The first keyboard appear with time sharing, multi-user system by 1964 which is end of the second generation and the beginning of the third generation.第一个键盘与多用户系统均在1964出现,也就是在第二代计算机末期和第三代计算机初期出现。34.研究并找出打印机起源于哪一代计算机。答:In 1953, the first high-speed printer was developed by Remington-Ra

15、nd for use on the UNIVAC computer. This means that printers belong to the first generation of computers.1953年,第一台高速打印机由Remington-Rand创造,并用于UNIVAC计算机,这意味着打印机起源于第一代计算机。35.根据冯诺伊曼模型,当今的硬盘可用于输入或输出吗请解释。答:The hard disk may be used as either an input device or an output device. When data or programs are rea

16、d from the disk, the disk is considered an input device. When data or programs are written to the disk, the disk is considered an output device.硬盘既可作为输入设备,又可作为输出设备。当数据或程序从硬盘中读出时,硬盘被认为是输入设备;当数据或程序被写入硬盘时,硬盘被认为是输出设备。37.如今,硬件、软件或数据哪一个对组织机构比较有价值答:The set of data is the most valuable asset of most organiz

17、ations. An organization can replace its hardware and software if they are lost (due to theft, fire, etc.) and usually they replace them every few years as hardware or software become obsolete, but the set of data is indispensable.数据对组织机构来说是最有价值的。硬件和软件如果丧失被盗、火灾等组织机构可以替代他们。而且,通常情况下,几年时间硬件和软件就会被淘汰,但是数据

18、却是独一无二的。Chapter 2复习题1.定义一个数字系统。答:A number system shows how a number can be represented using distinct symbols.数字系统定义了若何用独特的符号来表示一个数字。2.辨析位置化和非位置化数字系统。答:In a positional number system, the position of a symbol determines the value it represents. In a nonpositional number system each symbol has a value

19、 but the position of a symbol normally has no relation to its value; the value of each symbol is fixed.位置化数字系统中,在数字中符号所占据的位置决定了其表示的值。非位置化数字系统仍然使用有限的数字符号,每个符号有一个值。但是符号所占用的位置通常与其值无关每个符号的值是固定的。3.定义位置化数字系统中的底或基数。位置化数字化系统中底与符号的数量有关系答:The base (or radix) is the total number of symbols used in a positional

20、 number system.位置化数字化系统的底或基数,它是符号集中的符号总数。4.简述十进制系统。为什么称作decimal?该系统的底是多少答:The decimal system is a positional number system that uses ten symbols to represent a number. The word decimal is derived from the Latin root decem (ten) or decimalis (related to ten). In the decimal system, the base is 10.十进制

21、系统来源于拉丁词根decem十。在该系统中,底b=10并且用10个符号来表示一个数。符号集是S=0,1,2,3,4,5,6,7,8,9。十进制系统中的符号被称为十进制数码或仅称为数码。5. 简述二进制系统。为什么称作binary?该系统的底是多少答:The binary system is a positional number system that uses two symbols (0 and 1) to represent a number. The word binary is derived from the Latin root bini (two by two) or bina

22、rius (related to two). In the binary system, the base is 2.Binary二进制来源于拉丁词根bini二。在该系统中,底b=2并且用两个符号来表示一个数,即S=0,1。该系统中的符号常被称为二进制数码或位位数码。6. 简述八进制系统。为什么称作octal?该系统的底是多少答:The octal system is a positional number system that uses eight symbols to represent a number. The word octal is derived from the Latin

23、 root octo (eight) or octalis (related to eight). In the octal system, the base is 8.Octal八进制来源于拉丁词根octo八。在该系统中,底b=8并且用8个符号来表示一个数。字符集是S=0,1,2,3,4,5,6,7。该系统中的符号常被称为八进制数码。7. 简述十六进制系统。为什么称作hexadecimal?该系统的底是多少答:The hexadecimal system is a positional number system with sixteen symbols. The word hexadeci

24、mal is derived from the Greek root hex (six) and the Latin root decem (ten). To be consistent with decimal and binary, it should have been called sexadecimal, from Latin roots sex and decem. In the hexadecimal system, the base is 16.Hexadecimal十六进制来源于希腊词根hex六和拉丁词根decem十。在该系统中,底b=16并且用16个符号来表示一个数。字符集

25、是S=0,1,2,3,4,5,6,7,8,9,A,B,C,D,E,F。该系统中的符号常被称为十六进制数码。8.为什么二进制与十六进制互换很容易答:Conversion is easy because there is a direct relationship between the two systems (see the answer to question 9).二进制中的4位恰好是十六进制中的1位。9.十六进制系统中1个数码表示二进制系统中的几位答:Four bits in binary is one hexadecimal digit.十六进制系统中1个数码表示二进制系统中的4位。1

26、0.八进制系统中1个数码表示二进制系统中的几位答:Three bits in binary is one octal digit.八进制系统中1个数码表示二进制系统中的3位。选择题11.十进制数字系统中的底是 。A.2 B.8 C.10 D.1612.二进制数字系统中的底是 。A.2 B.8 C.10 D.1613.八进制数字系统中的底是 。A.2 B.8 C.10 D.1614.十六进制系统中的底是 。A.2 B.8 C.10 D.1615.转换十进制整数为底b时,我们需要连续 b。A.除 B.乘C.a、b选项都不行 D. a、b选项都使用16.转换十进制小数为底b时,我们需要连续 b。A.

27、除 B.乘C.a、b选项都不行 D. a、b选项都使用17.以下哪种表示法是错误的 A.(10111)2 B.(349)8C.( 3AB)16 D.25618. 以下哪种表示法是错误的 A.(10121)2 B.(367)8C.( EEE)16 D.15819. 以下哪种表示法是错误的 A.(111)2 B.(346)8C.( EEG)16 D.221620. 以下哪种表示法是错误的 A.(101011)2 B.(3418)8C.( 15096)16 D.258A21.以下哪个与十进制数12等值? A.(1110)2 B.(C)16C.(15)8 D.以上都不对22.以下哪个与十进制数24等值

28、? A.(11000)2 B.(1A)16C.(31)8 D.以上都不对11. c 12. a 13. b 14. d 15. a 16. b17. b 18. a 19. c 20. d 21. b 22. a练习题23.将以下二进制数转换为十进制数,不用计算机器并写出计算过程:A.(01101)2 B.(1011000)2C.(011110.01)2 D.(111111.111)2解:24.将以下十六进制数转换为十进制数,不用计算机器并写出计算过程:A.(AB2)16 B.(123)16C.(ABB)16 D.(35E.E1)16解:25. 将以下八进制数转换为十进制数,不用计算机器并写出

29、计算过程:A.(237)8 B.(2731)8C.(617.7)8 D.(21.11)8解:26. 将以下十进制数转换为二进制数,不用计算机器并写出计算过程:A.1234 B.88C.124.02 D.14.56解:27. 将以下十进制数转换为八进制数,不用计算机器并写出计算过程:A.1156 B.99C.11.4 D.72.8解:28. 将以下十进制数转换为十六进制数,不用计算机器并写出计算过程:A.567 B.1411C.12.13 D.16.5解:29. 将以下八进制数转换为十六进制数,不用计算机器并写出计算过程:A.(514)8 B.(411)8C.(13.7)8 D.(1256)8解

30、:30. 将以下十六进制数转换为八进制数,不用计算机器并写出计算过程:A.(51A)16 B.(4E1)16C.(BBC)16 D.(ABC.D)16解:31. 将以下二进制数转换为八进制数,不用计算机器并写出计算过程:A.(01101)2 B.(1011000)2C.(011110.01)2 D.(111111.111)2解:32. 将以下二进制数转换为十六进制数,不用计算机器并写出计算过程:A.(01101)2 B.(1011000)2C.(011110.01)2 D.(111111.111)2解:35.在底为b的位置化数字系统中,可用k个数码表示的最大整数数字是bk-1。分别找出以下系统

31、中使用6个数码的最大数字:A.二进制 B.十进制C.十六进制 D.八进制解:38.下表显示若何重写小数,使其分母是2的幂次1,2,4,8,16等等。原来的写法新的写法原来的写法新的写法0.51/20.251/40.1251/80.06251/160.031251/320.0156251/64但是,我们有时需要组合它们以得到适宜的小数。例如:0.625是0.5+0.125。这意味着0.625可以写成1/2+1/8或5/8。A. 0.1875 B. 0.640625C. 0.40625 D. 0.375解:39.使用前面的解题方法,把以下数转换为二进制数:A. 7.1875 B. 12.64062

32、5C. 11.40624 D. 0.375解:Chapter 3复习题1.说出5种计算机可以处理的数据。答:We discussed five data types: numbers, text, audio, images, and video.5种计算机可以处理的数据类型为:数字、广西、音频、图像和视频。2.位模式的长度若何与其能表示的符号数量相关答:If the length of the bit pattern is L bits, the number of symbols that can be represented by the bit pattern is 2L.如果位模式的

33、长度是L位,那么数字符号能表示的位模式为2L。3.位图的方法是若何以位模式来表示一个图像的答:In the bitmap graphic method each pixel is represented by a bit pattern.在位图方法中每一像素代表一个位模式。4.矢量图方法优于位图方法的优点是什么其缺点又是什么答:In vector graphic method, the size of the file is smaller and the image can be easily rescaled. However, vector graphic can not be used

34、 to represent the details of colors in a photo.在矢量图方法中,图文件的大小更小,图更容易重构。然而,矢量图不适合存储照片图像的细微精妙。5.将音频数据转换为位模式需要哪些步骤答:The three steps are sampling, quantization, and encoding.将音频数据转换为位模式需要进展采样、量化和编码三个步骤。6.比较和对照在无符号、符号加绝对值以及二进制补码格式中的正整数的表示法。答:Representations are the same except that the representable rang

35、e of positive integers in unsigned method is twice the other methods.除了无符号正整数所能表示的范围是其他表示法的两倍外,符号加绝对值以及二进制补码格式中的正整数的表示法一样。7. 比较和对照在无符号 、符号加绝对值以及二进制补码格式中的负整数的表示法。答:In both representations, the upper half of the range represents the negative numbers. However, the wrapping is different as shown in Figu

36、re S3.7. In addition, there are two zeros in sign-and-magnitude but only one in twos complement.在无符号表示法中,它的范围介于0到无穷大之间,所以不能表示负数。在符号加绝对值表示法的负整数出现在正数的右边,有正0和负0之分。在二进制补码格式中的负整数在正整数的左边,没有正0和负0之分,负数不包括0,0属于正数。8. 比较和对照在无符号 、符号加绝对值以及二进制补码格式中的0的表示法。答:In the signed-and-magnitude representation, there are two

37、 zeros. In twos complement representation there is only one zero. In the excess representation, zero is represented by a positive number (bias) such as +127 and +1023.在符号加绝对值表示法中有两个0,即正0和负0。在另外两种表示法中,只有一个0,0只能表示正数。9.讨论在符号加绝对值和二进制补码格式中最左位扮演的角色。答:In both systems, the leftmost bit represents the sign.

38、If the leftmost bit is 0, the number is positive; if it is 1, the number is negative.在符号加绝对值格式表示法中,最左位用于定义整数的符号。0表示正整数,1表示负整数。在二进制补码表示法中,最左位决定符号。如果它是0,该整数为正;如果是1,该整数为负。10.答复以下关于实数浮点表示法的问题:A.为什么需要标准化B.什么是尾数C.数字在标准化以后,何种信息被计算机存储在内存中答:A. Normalization is necessary to make calculations easier.B. Mantiss

39、a is the bit sequence to the right of the decimal point after normalization.C. The computer stores the sign of the number, the exponent, and the mantissa.A.标准化是为了使表示法的固定局部统一,科学记数法和浮点表示法都在小数点左边使用了唯一的非零数码。同时,标准化使得计算更加容易。B.尾数是指小数点右边的二进制数。C.数字标准化后,符号、指数和尾数小数点右边的数被计算机存储在内存中。选择题11.一个字节包含 位。A.2 B.4 C.8 D.1

40、612.在一个64种符号的集合中,每个符号需要的位模式长度为 位。A.4 B.5 C.6 D.713.10位可以用位模式表示多少种符号A.128 B.256 C.512 D.102414.假设E的ASCII码是1000101,那么e的ASCII码是 。不查ASCII码表答复以下问题。A.1000110 B.1000111C.0000110 D.110010115.在所有语言中使用的32位码表示系统称为 。A.ANSI B.UnicodeC.EBCDIC D.扩展ASCII码16.使用 方法,图像可以在计算机中表示。A.位图 B.矢量图C.余码系统 D.答案A或B17.在计算机中表示图像的 图像

41、方法中,每个像素分配一个位模式。A.位图 B.矢量图C.量化 D.二进制18.在计算机中表示图像的 图像方法中,图像分解成几何图形的组合。A.位图 B.矢量图C.量化 D.二进制19.在计算机中表示图像的 图像方法中,重新调整图像尺寸导致图像粗糙。A.位图 B.矢量图C.量化 D.二进制20.当我们存储音乐到计算机中时,音频信号必须要 。A.取样 B.量化C.编码 D.以上全部答案21.在 数字表示法中,如果最左边一位为0,其表示的十进制数是非负的。A.二进制补码 B.浮点C.余码系统 D.答案A和B22.在 数字表示法中,如果最左边一位为1,其表示的十进制数是负的。A.二进制补码 B.浮点C

42、.余码系统 D.答案A和B23.哪一种数字表示方法常用于存储小数局部的指数值A.无符号整数 B.二进制补码C.余码系统 D.以上都不是24.在余码转换中,对要转换的数字 偏移量。A.加 B.减 C.乘 D.除25.当小数局部被标准化,计算机存储 。A.符号 B.指数C.尾数 D.以上全部26.存储于计算机中数字的小数局部的精度由 来定义。A.符号 B.指数C.尾数 D.以上全部27.在IEEE标准浮点格式中,一个实数的符号与尾数的组合,用 表示法作为整数的存储。A.无符号整数 B.符号加绝对值C.二进制补码 D.以上都不是11. c 12. c 13. d 14. d 15. b 16. d1

43、7. a 18. b 19. a 20. d 21. d 22. d23. c 24. a 25. d 26. c 27. b练习题28.有多少不同的5位模式答:25 = 32 patterns.29.一些国家的车牌有2个十进制数码09,我们可以有多少种不同的车牌如果不允许使用数码0,又会有多少种不同的车牌答:102 = 100 if zero is allowed. 92 = 81 if zero is not allowed.30.用2个数码跟3个大字字母AZ的车牌来重做第29题。答:a. If zero is allowed, (102 for numbers) (263 for let

44、ters) = 1757600.b. If zero is not allowed, (92 for numbers) (263 for letters) = 1423656.31.一种机器有8个不同的圈。要表示每个圈需要多少位答:2n = 8n =3 or log28 = 3.32.学生在一门课程中的成绩可用A、B、C、D、F、W退学或I未完成表示等级。表示这些等级需要多少位答:2n = 7 n 3 or log27 = 2.81 3.33.一个公司决定给每个员工分配唯一的位模式。如果该公司有900名雇员,构建该表示法的系统最少需要多少位可分配多少位模式如果再雇佣另外300名员工,系统需要增

45、加倍数吗说明答案。答:2n = 900 n 10 or log2900 = 9.81 10. With n = 10 we can uniquely assign 210 = 1024 bit pattern. Then 1024 900 = 124 patterns are unassigned. These unassigned patterns are not sufficient for extra 300 employees. If the company hires 300 new employees, it is needed to increase the number of

46、bits to 11.34.如果使用4位模式表示0到9的数码,将浪费多少位模式答:24 10 = 6 are wasted.36.将以下十进制数转成8位无符号正数。A.23 B.121 C.34 D.342答:a. 23 = 16 + 4 + 2 +1 = (0001 0111)2b. 121 = 64 + 32 + 16 + 8 +1 = (0111 1001)2c. 34 = 32 +2 = (0010 0010)2.d. Overflow occurs because 342 255.37.将以下十进制数转成16位无符号整数。A.41 B.411 C.1234 D.342答:a. 41

47、= 32 + 8 +1 = (0000 0000 0010 1001)2.b. 411 = 256 + 128 + 16 + 8 + 2 + 1 = (0000 0001 1001 1011)2.c. 1234 = 1024 + 128 + 64 + 16 + 2 = (0000 0100 1101 0010)2.d. 342 = 256 + 64 + 16 + 4 + 2 = (0000 0001 0101 0110)2.38.将以下十进制数转成8位二进制补码表示法。A. 12 B. 145 C.56 D.142答:39.将以下十进制数转成16位二进制补码表示法。A. 102 B. 179

48、C.534 D.62056答:40.将以下8位无符号整数转换成十进制数。A.01101011 B.10010100C.00000110 D.01010000答:a. 0110 1011 = 64 + 32 + 8 + 2 +1 = 107.b. 1001 0100 = 128 + 16 + 4 = 148.c. 0000 0110 = 4 + 2 = 6.d. 0101 0000 = 64 + 16 = 80.41.将以下8位二进制补码表示的整数转换成十进制数。A.01110111 B.11111100C.01110100 D.11001110答:42.下面是一些二进制补码表示的二进制数。请问

49、若何改变他们的正负。A.01110111 B.11111100C.01110111 D.11001110答:We change the sign of the number by applying the twos complement operation.a. 01110111 10001001b. 11111100 00000100c. 01110111 10001001d. 11001110 00110010Chapter 41.逻辑运算和算术运算有什么区别答:Arithmetic operations interpret bit patterns as numbers. Logical

50、 operations interpret each bit as a logical value (true or false).算术运算把位模式理解为数据;逻辑运算的每一位当成逻辑值真或假。2.在二进制补码格式的整数相加中,最左边一列是若何进位的答:The leftmost carry is discarded.最左边一位被丢弃。3.n的位分配单元可以等于1吗为什么答:The bit allocation can be 1. In this case, the data type normally represents a logical value.n的位分配单元可以等于1,在这种情况下

51、,数据类型通常表示逻辑值。4.解释“溢出这个词。答:Overflow happens when the result of an arithmetic operation is outside the range of allocated values.“溢出的发生是指算术运算的结果超出其所能表示的范围。5.在浮点数的加法运算中,若何调整指数不同的数的表示方法答:The decimal point of the number with the smaller exponent is shifted to the left until the exponents are equal.在浮点数的加

52、法运算中,增加较小的指数,移位相应的尾数,直到两个数具有一样的指数。6.一元运算和二元运算有何不同答:A unary operation takes a single operand. A binary operation takes two operands.一元运算只有一个操作数,二元运算有两个操作数。7.二元逻辑运算有哪些答:The common logical binary operations are: AND, OR, and XOR.8.什么是真值表答:A truth table lists all possible input combinations with the cor

53、responding outputs.真值表就是列出所有可能的输入组合以及相应输出的表。9.非运算符的作用是什么答:The NOT operation inverts logical values (bits): it changes true to false and false to true.非运算符的作用是对逻辑值位取反,它把真变成假,把假变成真。10.与运算符的结果何时为真答:The result of an AND operation is true when both of the operands are true.11.或运算符的结果何时为真答:The result of an OR operation is true when one or both of the operands are true.12.异或运算符的结果何时为真答:The result of an XOR operator is true when the operands are differ

展开阅读全文
温馨提示:
1: 本站所有资源如无特殊说明,都需要本地电脑安装OFFICE2007和PDF阅读器。图纸软件为CAD,CAXA,PROE,UG,SolidWorks等.压缩文件请下载最新的WinRAR软件解压。
2: 本站的文档不包含任何第三方提供的附件图纸等,如果需要附件,请联系上传者。文件的所有权益归上传用户所有。
3.本站RAR压缩包中若带图纸,网页内容里面会有图纸预览,若没有图纸预览就没有图纸。
4. 未经权益所有人同意不得将文件中的内容挪作商业或盈利用途。
5. 装配图网仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对用户上传分享的文档内容本身不做任何修改或编辑,并不能对任何下载内容负责。
6. 下载文件中如有侵权或不适当内容,请与我们联系,我们立即纠正。
7. 本站不保证下载资源的准确性、安全性和完整性, 同时也不承担用户因使用这些下载资源对自己和他人造成任何形式的伤害或损失。
关于我们 - 网站声明 - 网站地图 - 资源地图 - 友情链接 - 网站客服 - 联系我们

copyright@ 2023-2025  zhuangpeitu.com 装配图网版权所有   联系电话:18123376007

备案号:ICP2024067431-1 川公网安备51140202000466号


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