文档库 最新最全的文档下载
当前位置:文档库 › 计算机组成原理BB平台测试题+答案

计算机组成原理BB平台测试题+答案

计算机组成原理BB平台测试题+答案
计算机组成原理BB平台测试题+答案

第一章

问题 1

The computer has experienced 4 generations, which are ( D).

A. Transistors, SMI, Laser device, Optical medium

B. Vacuum Tubes, Transistors, SSI/MSI circuit, Laser device

C. Vacuum Tubes, Digital tube, SSI/MSI circuit, Laser device

D. Vacuum Tubes, Transistors, SSI/MSI circuit, LSI/VLSI circuit

问题 2

The components of CPU do not include ( B).

A. Arithmetic unit

B. memory

C. register

D. controller

问题 3

CPU can process information of external memory directly. B

A.对

B.错

问题4?

MFLOPS is a performance index for express the speed of processing the floating point number. A

A.对

B.错

问题 5

Although computer science and technology have changed tremendously both in hardware and in software, the basic model for computers has remained essentially the same, which was presented by (B ).

A. Einstein

B. Von Neumann

C. Edison

D. Newton

问题 6

In 8-bits micro-computer system, multiplication and division are realized by (D ).C

A. dedicated chips

B. firmware

C. software

D. hardware

问题7

Software is equivalent to hardware in logic function. A

A.对

B.错

问题8

Resources management of computer software and hardware is the duty of (D ).

A. Operating System

B. Language process program A

C. Database Management System

D. Application program

问题9

The reason of binary representation for information in a computer is it can easily process the information. B

A.对

B.错

问题10

The basic feature of Von Neumann computer is (A ).

A. access memory by address and execute instruction in sequence

B. access memory by content

C. Multiple Instruction Stream Single Data Stream (MISD)

D. operate stack

问题11

Data and instructions are stored in ( C) when the program is running. A

A. memory

B. disk

C. datapath

D. operating system

问题12

The operating system is appeared in ( C).

A. the 4th generation computers

B. the 2nd generation computers

C. the 3rd generation computers

D. the 1st generation computers

问题13

The so called “PC” belongs to ( C).

A. Medium computers

B. Mainframes

C. Micro-computers

D. Mini-computers

问题14

Computer hardware consists of calculator, memory, controller and I/O devices.B A

A.对

B.错

问题15

(C ) is not belonged to system program.

A. Database system

B. Operating system

C. Compiler program

D. the above all

问题16

The vast majority of computer systems used today are constructed on (B ) computer model.

A. intelligent

B. Von Neumann

C. parallel

D. real time processing

问题17

The use of ( C ) signified the development of micro-computer.

A. software

B. disk

C. Microprocessor

D. OS

问题18

The use of microprocessor signified the development of micro-computer.A

A.对

B.错

问题19

The reason why the binary system of representation is widely adopted in computer is (B ).

A. computing speed fast

B. convenience for information processing

C. saving components

D. the restriction of the nature of physical devices

问题20

A full computer should consists of (D ).

A. host and Peripheral

B. calculator, memory and controller

C. host and program

D. hardware and software system

问题21

Host consists of CPU and I/O devices A.

A.对

B.错

问题22

In a computer based on the von Neumann model, instructions and data are all stored in memory, and CPU distinguish them according their address. B

A.对

B.错

问题23

System software is purchased, and applied software is edit by ourselves B . A.对 B.错

问题24

Which of the following languages can be implemented directly and edited by Mnemonic(助记符): ①Assembly language; ②machine language; ③High-level language; ④Operating system primitives; ⑤Regular language B

A.①, ④

B. ②,①

C. ②,⑤

D. ①,③

问题25

In computer terminology, CPU consists of calculator and controller. A

A.对

B.错

选择题答案:

1-5.DBBAB 6-10.CAABA 11-15.ACCAA 16-20.BCADD 21-25.BABBA

第二章

问题 1

If [X] 2?s complement = 0.1101010,then [X]sign-magnitude = ( D )

A. 0.0010110

B. 1.0010110

C. 1.0010101

D. 0.1101010

问题 2

( B ) is used to represent address in computer.

A. 1?s complement

B. unsigned number

C. 2?s complement

D. sign magnitude

问题 3

Numbers X1, X2 are integer, and 【X1】2?s compl = 10011011,【X2】2?s compl = 00011011, then their true value of decimal form are____-101____ and ____27____。

2.4+2.3+2.1+2.0=

问题 4

The sign-magnitude representation of …0? is unique. B

A.对

B.错

问题 5

Plus two 2?s complement numbers that adopt 1 sign bit, overflow must occur when ( CD).

A. carry signal is generated from the sign bit

B. XOR operation for carry signal generated from the sign bit and carry signal generated from the highest numerical bit is …0?

C. XOR operation for carry signal generated from the sign bit and carry signal generated from the highest numerical bit is …1?

D. XOR operation for carry signal generated from the sign bit and carry signal generated from the highest numerical bit is …1?

问题 6

The range of representation for a 1?s complement number system of 64 bits (including the sign bit) is (A).

A.0≤|N|≤263– 1

B.0≤|N|≤262– 1

C.0≤|N|≤264– 1

D.0≤|N|≤263

问题7

Fixed point number can be classified into pure decimal(纯小数) and pure integer(纯整数).

A.对

B.错 A

问题8

In fixed point calculator, whether adopted double sign bit or single sign bit, it must has ( ), which is often implemented by ( ). C

A. Decoding circuit, NAND gate

B. encoding circuit, NOR gate

C. overflow detection circuit, XOR gate

D. shift circuit, AND-OR gate

问题9

Arithmetic shift 2?s complement of a positive, sign bit remains unchanged, and the blank bit fills in …0?. Arithmetic left shift 2?s complement of a negative, sign bit remains unchanged, and the low bit fills ___0___. Arithmetic right shift 2?s complement of a negative, sign bit remains unchanged, and the high bit fills___1___, and truncat low bit.

问题10??

Let the word length is 8, the fixed point integer with 2?s complement representation of -1 is ___11111111____.

问题11

In fixed point operation, it will be overflow when the result exceeds the represent range of the computer. A

A.对

B.错

问题12

For a 8-bit 2?s complement representation integer number, its minimal value is__-128____, its maximal value is___127___.

问题13

A fixed point number is composed of sign bit and numerical part.

A.对

B.错 B

问题14

The range of representation for a 2?s complement number system of 16 bits (including the sign bit) is ( A).

A. -215 ~ + (215 -1)

B. - (215 –1) ~ + (215 –1)

C. -215 ~ + 215

D. - (215 +1) ~ + 215

问题15

8-4-2-1 BCD code of a number is 0111 1000 1001,then its true value is___789___.

问题16

The addition/subtraction algorithm for sign magnitude representation is rather simple. B

A.对

B.错

问题17

Which of the following numbers is odd parity 奇校验? A?

A. 010110011

B. 001000111

C. 110100111

D. 110100111

问题18

The number represented in the computer sometimes will be overflow, the fundamental reason is

the limited computer word length. A

A.对

B.错

问题19

For fixed point binary calculator, subtraction is implemented through ( B).

A. 2?s complement binary subtractor

B. 2?s complement binary adder

C. sign magnitude decimal adder

D. sign magnitude binary subtractor

问题20

In 2?s complement addition/subtraction, using 2 sign bits for overflow detection, when the 2 sign bits …S1S2? equals …10?, it means that (C ).

A. result is positive, with no overflow

B. result is negative, with no overflow

C. result is overflow

D. result is underflow

问题21

The 2?s complement representation of -127 is 10000000. B

A.对

B.错

10111111 11000000 11000001

问题22

The minimal number of the following numbers is ( B).

A. (100101)232+4+1=37

B. (0010 0010)BCD22

C.(50)840

D.(625)

16

问题23

2?s complement representation of …0? equals to 1?s complement representation of …-1?. B

A.对

B.错111111110

问题24

If [X]2?s complement = 1.1101010,then [X]sign-magnitude = (B)

A. 1.0010101

B. 1.0010110

C. 0.0010110

D. 0.1101010

问题25

For sign magnitude representation, 1?s complement representation, 2?s complement representation,__原码__ and__反码___has 2 representations of …0?.

问题26

The use of 2?s complement operation is adopted to simplify the design of computer. A

A.对

B.错

问题27

Fixed point calculator is used for ( A ).

A. fixed point operation

B. floating point operation

C. fixed point operation and floating point operation

D. decimal addition

问题28

When -1

A. 1-x

B. (2-2-n)-|x|

C. 2+x

D. x

问题29

The maximal number of the following numbers is (A ).

A. (227)8 151

B.(96)16 150

C.(10010101)2 149

D.(143)5 48

问题30

8-4-2-1 code is binary number. B

A.对

B.错

问题31 ???

A decimal number is 137.5, then its octal form is ___211.4__, its hexadecimal form is__89.8___. 问题32

For a 8-bit 1?s complement representation integer number, its minimal value is__-127___, its maximal value is__127___.

问题33

The (C)representation of …0? is unique.

A. sign magnitude and 1?s complement

B. 1?s complement

C. 2?s complement

D. sign magnitude

问题34

The range of representation for a unsigned binary number system of 16bits is___0_~_65535__.

问题35

Given 【x1】2’s compl =11001100,【x2】sign mag =1.0110, the decimal value of x1 and x2 are ___-52__ and _-0.75___0.375_.

答案:1-2.DB 3. -101 27 4-8.BCAAC 9. 0 1 10.10000000

11.A 12. -128 127 13-14.BA 15.789 16-20.BAABC

21-24.BBBB 25. sign magnitude representation 1?s complement representation

26-30.AAAAB 31. 211.4 89.8 32. -127 127 33.C

34. 0~65535 35. -52 -0.375

第五章

问题 1

Calculator has many components, but data bus is the key part. B

A.对

B.错

问题 2

In an adder, the carry generate variable (G) of bit …i? is ( C).

A. X i⊕Y i

B. X i·Y i·C i

C. X i+Y i+C i

D. Xi·Yi

问题 3

The carry look-ahead circuit chip 74182 realizes the carry logic between groups in parallel.

A.对

B.错

问题 4

The subtraction 减法algorithm 算法of fixed point binary is realized by ( ).

A. subtraction for si gn magnitude representation

B. addition for binary code decimal

C. addition for 2?s complement representation

D. subtraction for 2?s complement representation

问题 5

The main function of ALU is (D ).

A. arithmetic operation

B. only addition operation

C. logic operation

D. logic and arithmetic算术operation

问题 6

In a ripple-carry adder, the key factor affecting the speed of the adder is ( C).

A. Gate-level delay

B. speed of components

C. various speed of each full adder for bit i

D. carry propagation delay

问题7

A calculator consists of many components, but the key component of calculator is (

B ).

A. arithmetic and logic unit

B. data bus

C. accumulate register

D. multi-switch

问题8

An arithmetic-logic unit is the heart of the CPU, and it belongs to ( D).

A. controller

B. register

C.sequential logical circuit

D. combinational组合logic circuit电路

问题9

The commercial 商业ALU chip 芯片74181 is a 4-bit parallel adder with carry look-ahead circuit.

A.对

B.错 A

问题10

ALU usually has a ripple-carry adder in order t o improve the speed.

A.对

B.错

问题11

The commercial 4-bit ALU chip 74181 can only perform 16 different arithmetic operations.

A.对

B.错

问题12

4-bit Arithmetic Logic Unit 74181 can perform (B ).

A. 16 possible logic operations

B. 16 different arithmetic operations

C. 4-bit multiplication/division operations

D. 16 different arithmetic operations or 16 possible logic operations

问题13

ALU belongs to (B ).

A. calculator unit

B. control unit

C. memory

D. register

问题14

Using four 74181ALU chips and one 74182CLA chip can achieve the following carry propagation传播circuit: ( B).

A. carry look-ahead of all 16 bits

B. ripple carry inside each 4-bit group and carry look-ahead across different groups

C. ripple-carry circuit

D. carry look-ahead inside each 4-bit group and ripple carry across different groups

问题15

In an adder, the carry propagation variable (P) of bit …i? is (C ).

A. X i⊕Y i

B. X i·Y i·C i

C. X i+Y i

D. X i·Y i

选择题答案:

1-5.BDACD 6-10.DADAB 11-15.BDAAD

第六章

问题 1

Exponent unit in floating point calculator can realize addition, subtraction, multiplication and division operations.

A.对

B.错

问题 2

In addition/subtraction operation on two floating point numbers, x=Mx·2Ex and y=My·2Ey, it requires exponent equalization before arithmetic operation. If Ex>Ey, shift__ My ___; if Ex

___ Mx __; if Ex=Ey, no shift.

问题 3

The mantissa尾数of floating point number uses 2?s complement representation, the binary code of the mantissa before normalization is 1.10101. It needs ___left_ normalization, and it should

shift__1__bit.

问题 4

( A) representation is used in mantissa of floating point number.

A. biased code or excess-2q code

B. sign magnitude

C. 2?s complement

D. 1?s complement

问题 5

In the representation of floating point numbers, ( A )is implicit(隐含)

A.exponent

B. the radix基数of the number system to represent the mantissa

C. mantissa

D. sign bit符号位

问题 6

For a IEEE 754 standard Floating-Point number, its mantissa uses ( A ) representation.

A. biased code or excess-2q code

B. 1?s complement反码

C. sign magnitude原码

D. 2?s complement补码

问题7

Which of the followings is correct: D

A. Exponent unit can realize addition, subtraction, multiplication and division operations.

B. Mantissa unit only realize multiplication and subtraction operations.

C. Exponent unit only realize addition and subtraction for exponent.

D. Floating point calculator can be implemented by exponent and mantissa units.

问题8

The maximal positive number in IEEE754 standard for 32-bits format 版本is (B)

A. +(2 – 2-23)×2+255

B. +(2 – 2-23)×2+127

C. +(1 – 2-23)×2+127

D. 2+127 + 227

问题9

Exponent指数unit in floating point calculator can realize operations of addition, subtraction and compare. B

A.对

B.错

问题10

Which is normalized Floating-Point number, if its mantissa is represented by 2?s complement format? B

A. 0.01110

B. 1.00010

C. 0.01010

D. 1.11000

问题11

In IEEE 754 standard, a floating point number is composed of sign bit s, exponent e, and mantissa m. A

A.对

B.错

问题12

The sign bit …1? of a biased code number represents the number for__负数____, while …0? represents the number for__正数___.

问题13

In IEEE754 standard floating point, mantissa is coded as__原码__, exponent is coded as_补码____.

问题14

In IEEE 754 standard, the value of exponent is represented in excess-128 code. B

A.对

B.错

In a algorithm for normalized float-point number, a number is 25×1.10101, with 2?s complement representation for mantissa. Then it ( ).

A. needs left shift 2 bits of mantissa for normalized

B. needs left shift 1 bit of mantissa for normalized.

C. needs no normalized

D.needs right normalized

问题16

The exponent, E, of a floating point number usually uses biased code representation, which is more convenient for comparing size or exponent equalization.

A.对

B.错

问题17

The mantissa of a Floating-Point number is represented by 2?s complement, then whether the Floating-Point number is normalized is decided by ( ).

A. mantissa?s sign bit and the first bit of mantissa?s numerical part are identical

B. the sign bit of exponent and mantissa are identical

C. mantissa?s sign bit and the first bit of mantissa?s numerical part are different

D. the sign bit of exponent and mantissa are different

问题18

In the representation of floating point numbers, ______ is implicit and invisible to the computer hardware.

问题19

The purpose of using normalized floating point number is ( ).

A. to expand the range of data representation

B.to avoid for overflow

C. convenient for floating point operation

D. to ensure maximum accuracy of representation 问题20

( ) representation is used in exponent of Floating-Point number.

A. biased code or excess-2q code

B. 1?s complement

C. sign magnitude

D. 2?s complement

1.B

2. My Mx

3. left 1 4-10.BBCDBA

11.A 12.非负数负数13.原码移码14-15.BB

16-17.AC 18.基数19-20.DA

第七章

问题 1

Indirect addressing mode is designed to facilitate the access of data arrays. A.对 B.错

问题 2

Instruction set is a key factor to represent the performance of a computer. A.对 B.错

Register-Register (RR) addressing mode is slower than Register-Storage (RS) addressing mode.

A.对

B.错

问题 4

The function of program control instructions is ().

A. to perform arithmetic and logic operations

B. to move data between I/O and CPU

C. to move data between memory and CPU

D. to change the program executing order

问题 5

According to storage position of operand, the instruction set usually supports SS addressing mode.

A.对

B.错

问题 6

An instruction word consists of Opcode and addresses part.

A.对

B.错

问题7

Format and function of instruction set only affect the hard structure of a computer.

A.对

B.错

问题8

In register indirect addressing mode, the operand is in ( ).

A. PC

B. stack

C. memory

D. general register

问题9

The operand is in a register, this addressing mode is called ().

A. register direct addressing mode

B. direct addressing mode

C. indirect addressing mode

D. register indirect addressing mode

问题10

The address part in a program control instruction represents the address of next instruction that needs transfer.

A.对

B.错

问题11

In the instruction addressing modes the fastest way to get the operand is ( ).

A. register addressing mode

B. direct addressing mode

C. indirect addressing mode

D. immediate addressing mode

问题12

In order to implement arithmetic operation between two operands for one-address instruction, one operand is indicated by addresses part of instruction, another operand is specified by ( ).

A. immediate addressing mode

B. implied addressing mode

C. stack addressing mode

D. indirect addressing mode

问题13

By using different addressing mode, the instruction set can ( ).

A. reduce the instruction length, expand addressing space, improve programming flexibility

B. realize program store and program control

C. access external storage directly

D. extend OPcode and decrease the trouble of instruction decoding.

问题14

For the number of instructions, addressing mode and instruction kinds, RISC is less than CISC.

A.对

B.错

问题15

There are two instruction addressing modes, one is sequential, and the other is jump. Jump addressing mode can perform ( ).

A. conditional branch of program

B. conditional or unconditional branch of program

C. unconditional branch of program

D. stack addressing

问题16

The purpose of using extending Opcode in instruction format is ().

A. to keep the length of instructions, while increase the addressing space

B. to increase the length of instructions

C. to keep the length of instructions, while increase the kinds of instruction operate

D. to reduce the length of instructions

问题17

Which instruction has the maximal execution time()?

A. Program control instructions

B. RS instructions

C. SS instructions

D. RR instructions

问题18

Let the valid address of operand is given in the address part of instruction, then the instruction adopts ( ).

A. immediate addressing mode

B. indirect addressing

C. register direct addressing mode

D. direct addressing mode

问题19

OPcode in an instruction gives the character and function of the instruction.

A.对

B.错

问题20

Instruction addressing mode is the way that form the address of instruction. A.对 B.错

选择题答案:1-5.BABDB 6-10.ABCAA 11-15.DBAAB https://www.wendangku.net/doc/181444871.html,BAA

第八章

问题 1

According to the generation mode of control signal, controller can be divided into_____and_____. 问题 2

Counter can be used not only for counting pulse, but also used for frequency divider(分频) and timer(定时器).

A.对

B.错

问题3

The function of direct branch instruction is to transfer the address code of instruction into ( ). A. accumulator B. PC C. address register D. memory

问题 4

Status register store the result of arithmetic operation.

A.对

B.错

问题 5

In CPU, decoder is used for decode of instruction, addressing mode and address of operand.

A.对

B.错

问题 6

The speed of a computer is related to frequency, and is also related to word length, computer architecture, etc.

A.对

B.错

问题7

Which of the following statements for RISC is correct: ( ).

A. RISC must be pipeline CPU

B. RISC is not necessary pipeline CPU

C. RISC has complex instruction system

D. CPU uses fewer general registers

问题8

In a computer, memory and registers can all store data

A.对

B.错

问题9

The cycle of CPU frequency is().

A. machine Cycle

B. read/write cycle

C. clock cycle

D. instruction cycle

问题10

A CPU consists of ().

A. controller, ALU and memory

B. controller

C. calculator and memory

D. controller, ALU, registers and cache

问题11

In CPU the register pointing to the next instruction to be fetched is ( ).

A.PSW

B.PC

C.MAR

D.IR

问题12

In CPU, the register for pointing the next instruction is MAR.

A.对

B.错

问题13

The bits length of registers in CPU is decided by().

A. instruction length

B. machine word length

C. memory size

D. pins of CPU

问题14

An instruction cycle is composed of some T cycles.

A.对

B.错

问题15

Controller implementation by hardwire is also called().

A. store logic controller

B. calculator

C. combinational logic controller

D. micro programmed controller

问题16

Intel 80486 is a 32 bits processor, while Pentium is()bits processor.

A.16

B.64

C.32

D.48

问题17

A CPU at least has 6 kinds of register, which are _____,_____,_____,_____general register and status register.

问题18

PC (program counter) belongs to ( ).

A. memory

B. ALU

C. I/O

D. controller

问题19

In CPU, the register storing the current instruction being executed is_______,pointing to the next instruction to be fetched is______.

问题20

Generally, serial register has the function of shift operation.

A.对

B.错

问题21

The register used to store the current instruction being executed is IR.

A.对

B.错

问题22

In CPU, register____ is used to store the memory address during READ/WRITE operations. Register______ is used to store the status bits as the result of execution of arithmetic, logic and testing instruction.

问题23

CPU does not includes ( ).

A. MAR

B. address decoder

C. IR

D. instruction decoder

问题24

If the frequency of a computer is the highest, then its speed is the fastest.

A.对

B.错

问题25

For a n-bit CPU, n means_____

答案:

1.硬布线控制器微程序控制器2-5.ABBA

6-10.AAACD 11-15.BBBBC 16.B 17.IR PC AR MBR

18.D 19.IR PC 20.A

21.A 22.MAR SR 23-24.BB 25.字长

第九章

问题 1

Which unit is responsible for decode ( ).

A. controller

B. calculator

C. memory

D. ALU

问题 2

In micro programmed controller, control unit send control signals to execute unit, the control

signals are called ( ).

A. micro commands

B. micro operations

C. micro program

D. micro instructions

问题 3

Each machine instruction is interpreted and executed by a microcode consisting of a sequence of microinstructions.

A.对

B.错

问题 4

The function(s) of control unit is(are) ( ).

A. to fetch an instruction from memory

B. to decode the OPcode of an instruction

C. to generate sequential signals

D. to fetch instruction from memory and decode and generate corresponding control signals and execute

问题 5

The instruction cycle for all the operations is the same.

A.对

B.错

问题 6

Mutually exclusive micro-operations are the operations that cannot execute parallel in a CPU cycle.

A.对

B.错

问题7

In micro programmed controller, the relationship between machine instruction and micro instruction is:

A. each machine instruction is interpreted and executed by micro- program which constitutes of some micro instructions

B. a micro instruction is composed of some machine instruction

C. each machine instruction is executed by one micro instruction

D. a program constitutes of some machine instructions can be implemented by a micro instruction. 问题8

CPU cycle is also called clock cycle. A CPU cycle consists of some machine cycles.

A.对

B.错

问题9

The mirco-commands of a micro-instruction is mutually exclusive, then ( ).

A. they are fault-tolerance

B. they can replace each other

C. they can appear in the same time

D. they cannot appear in the same time

问题10

Processer adopts micro programmed controller is called micro processer.

A.对

B.错

问题11

Instruction cycle is the time that CPU fetches an instruction from memory and executes it.

A.对

B.错

问题12

Every instruction cycle needs at least 2 CPU cycles.

A.对

B.错

问题13

Micro-program utilizes software method to design the control operations.

A.对

B.错

问题14

Instruction cycle is().

A. the time for reading and executing an instruction

B. the time for executing an instruction

C. the time for reading an instruction from memory

D. clock cycle

问题15

The basic idea of multiple transfer for fetch the address of the next micro-instruction is().

A. using PC

B. using μPC

C. using judge field(控制字段) of μPC

D. using a specific field in instruction

问题16

Machine cycle is defined by().

A. the minimal time for reading an instruction word from memory

B. the average time for writing a data word to memory

C. the maximal time for reading a data word from memory

D. the average time for reading a data word to memory

问题17

Comparing to micro-program controller, hardwired controller are:

A. low in execution, hard for modify and extend of instruction function.

B. fast in execution, easy for modify and extend of instruction function.

C. fast in execution, hard for modify and extend of instruction function.

D. low in execution, easy for modify and extend of instruction function.

问题18

Instruction cycle is also called CPU cycle.

A.对

B.错

问题19

Micro-programs are stored in().

A. control memory

B. main memory

C. RAM

D. IR

问题20

The hardwired controller run low and it is hard to modify and extend.

A.对

B.错

答案:

1-5.AAADB 6-10.AABDB 11-15.AAAAC 16-20.ACBAB

第十章

问题 1

Fast cache memory is designed such that the main memory appears faster to the processor than it actually is.

A.对

B.错

问题 2

There are four 16K*8bit storage chips, then these chips can form a _____*16bit memory module.

问题 3

The purpose of hierarchical structure in a computer memory system is: ( ).

A. easy to store huge data

B. to reduce the volume of the computer

C. easy to operate

D. to solve the contradictory between capacity, speed and price. 问题 4

Let the word length of a computer is 32 bit, the capacity of the memory is 4MB. If the memory is addressed by half word, then its addressing space is_______.

问题 5

Set-associative mapping scheme between main memory and cache is high flexibility, high hit ratio and low cost.

A.对

B.错

问题 6

A SRAM chip is organized as 64K×16bit,then its address length is______, its word length is______.

问题7

In virtual memory, ( ) is responsible for address mapping.

A. load program

B. programmer

C. operating system

D. complier

问题8

Cache is a part of Memory, it can be accessed directly by instruction.

A.对

B.错

问题9

Refresh mode of DRAM are three ways that are centralization, distributed and asynchronous.

A.对

B.错

问题10

Memory is used to store()

A. data

B. micro-program

C. program

D. data and program

问题11

The memory system for a computer is:

A. primary memory

B. cache, main memory and secondary storage

C. RAM

D. ROM

问题12

Using 16K*1bit memory chips to form 64K*8bit main memory module. It need expand _____ times in word, expand____ times in bit.

问题13

Associative memory is accessed by address, and it is used for block table in cache. A.对 B.错

问题14

Let word length of a computer is 32 bit, the capacity of the memory is 64MB. If the memory is addressed by word, then its range of addressing is_____~_____.

The purpose of virtual memory is: ( ).

A. to expand the capacity of secondary storage

B. to increase speed for access to secondary storage

C. to expand the capacity of primary memory

D. to increase speed for access to primary memory

问题16

The purpose of setting a cache between CPU and primary memory is: ()

A. to expand the capacity of primary memory

B. to balance the speed between CPU and primary memory

C. to expand the number of registers in CPU

D. to expand both of the capacity of primary memory and the number of registers in CPU

问题17

Associative memory is a memory addressing by:

A. address

B. address and stack

C. stack

D. content

问题18

SRAM is faster than DRAM, but its Integration is lower.

A.对

B.错

问题19

CPU could not access directly to :

A. cache

B. primary memory

C. hard disk

D. register

问题20

A DRAM is organized as 512K×8bit, it has_____ address pins,______ data pins.

问题21

In multi-level hierarchical structure of a computer memory system,_____ is the fastest,_____ is the lowest.

问题22

Commonly the virtual memory is composed of(), which is a two level storage structure.

A. memory-secondary storage

B. general register-primary memory

C. cache- secondary storage

D. cache-primary memory

问题23

A fully associative cache has high hit ratio and low cost.

A.对

B.错

问题24

Address mapping functions between main memory and cache use full-associative mapping scheme, direct mapping scheme and set-associative mapping scheme.

A.对

B.错

问题25

A direct-mapped cache has high hit ratio and low cost.

A.对

B.错

问题26

16 storage chips of 2K*4 bit can form a ____*16bit memory module.

A RAM is organized as 512×8bit, besides power supply and ground terminal, the minimal pins number of the chip is_____.

问题28

Multi-level hierarchical structure for a computer memory system is used to solve the speed bottleneck of memory.

A.对

B.错

问题29

In a computer system, all the following units can store information:①Primary memory; ②general registers in CPU; ③cache ④magnetic tape ⑤disk. According to access speed, the order by fast to low is ____,Main memory includes______; Secondary memory includes ④⑤

问题30

Dual-port memory can operate r/w in a fast way. That is because it adopts

A. high speed chip

B. two separate read/write circuit

C. new type device

D. assembly line

答案:

1.A

2. 32

3.D

4. 0-2M

5.A

6. 16 16 7-10.CBAD

11.B 12. 4 8 13.B 14. 0 16 15.C 16-19.BDAC 20. 19 8

21. 通用寄存器磁带22-25.ABAB 26. 8K 27. 19 28.B 29.②③①

⑤④①③30.B

计算题

问题 1

Let the carry bits of an adder are C4, C3, C2, C1. C0 is the carry from the low bit. Please give the logic expressions of C4, C3, C2, C1 in ripple carry mode and carry look ahead mode respectively. (1)串行进位方式:

C

= G1 + P1 C0其中:G1 = A1 B1,P1 = A1⊕B1

1

C2 = G2 + P2 C1G2 = A2 B2,P2 = A2⊕B2

C3 = G3 + P3 C2G3 = A3 B3 , P3 = A3⊕B3

C4 = G4 + P4 C3G4 = A4 B4 , P4 = A4⊕B4

(2) 并行进位方式:

C1 = G1 + P1 C0

C2 = G2 + P2 G1 + P2 P1 C0

C3 = G3 + P3 G2 + P3 P2 G1 + P3 P2 P1 C0

微生物BB平台作业及答案 (2)

第一次 1.关于在微生物学发展史上作出重要贡献 的科学家及其所作出的贡献,下列哪项叙述就是错误 A、琴纳分离出天花病毒 B. 伊凡诺夫斯基发现烟草花叶病毒 C、弗莱明发现青霉菌产物能抑制金黄 色葡萄球菌的生长 D、柯霍先后分离出炭疽杆菌、结核杆菌 与霍乱弧菌 E、巴斯德首次研制出狂犬病疫苗 2.有关荚膜的错误描述就是: A. 一般在机体内形成 B. 化学成分多数为多糖,少数为多肽 C、具有免疫原性,可用于鉴别细菌 D、具有抗吞噬作用 E、可增强细菌对热的抵抗力 3.描述大肠埃希菌生长速度时常用的时间 单位就是: A.天 B、周 C、秒 D、小时 E、分钟 4.有关鞭毛的描述正确的就是: A、以上均就是 B、具有抗原性可用于细菌的鉴别 C、化学成分就是蛋白质 D、就是细菌的运动器官 E、某些细菌的鞭毛与其致病性有关 5.非细胞型微生物的就是: A、放线菌 B、支原体 C、细菌 D、衣原体 E. 以上都不就是6.无细胞壁结构的微生物就是: A. 衣原体 B、螺旋体 C. 真菌 D.支原体 E、革兰氏阴性菌 7.革兰阴性细菌的性菌毛: A、参与两个细菌间遗传物质的交换 B、化学成分为多糖 C、就是细菌吸附易感细胞的结构 D、与细菌的运动有关 E、就是转导时必要的结构 8.革兰阳性菌细胞壁的特殊组分就是: A、胆固醇 B. 磷壁酸 C、肽聚糖 D、几丁质 E. 脂多糖 9.具有粘附能力的细菌结构就是: A、鞭毛 B.菌毛 C. 胞浆膜 D、荚膜 E、中介体 10.细菌结构中,最耐热的就是: A. 繁殖体 B、荚膜 C、鞭毛 D、芽孢 E、中介体 11.关于大肠埃希菌细胞壁的组成成分,错 误的就是: A. 外膜 B、脂多糖 C.脂蛋白 D、肽聚糖 E、磷壁酸

计算机组成原理试题及答案

A .(7CD )16 B. ( 7D0)16 C. (7E0)16 D. 3. 下列数中最大的数是 _______ 。 A .(10011001) 2 B. (227) 8 C. (98)16 4. ____ 表示法主要用于表示浮点数中的阶码。 A. 原码 B. 补码 C. 反码 D. 移码 5. 在小型或微型计算机里,普遍采用的字符编码是 A. BCD 码 B. 16 进制 C. 格雷码 6. 下列有关运算器的描述中, ______ 是正确的 A. 只做算术运算,不做逻辑运算 B. C. 能暂时存放运算结果 D. 7. EPROM 是指 ____ 。 A. 读写存储器 B. C. 可编程的只读存储器 D. 8. Intel80486 是 32位微处理器, Pentium 是A.16 B.32 C.48 D.64 9 .设]X ]补=1.XXX 3X 4,当满足 _________ ■寸,X > -1/2 成立。 A. X 1必须为1,X 2X 3X 4至少有一个为1 B. X 1必须为1 , X 2X 3X 4任意 C. X 1必须为0, X 2X 3X 4至少有一个为1 D. X 1必须为0, X 2X 3X 4任意 10. CPU 主要包括 _____ 。 A.控制器 B. 控制器、运算器、cache C.运算器和主存 D.控制器、ALU 和主存 11. 信息只用一条传输线 ,且采用脉冲传输的方式称为 _________ 。 A. 串行传输 B. 并行传输 C. 并串行传输 D. 分时传输 12. 以下四种类型指令中,执行时间最长的是 _________ 。 A. RR 型 B. RS 型 C. SS 型 D. 程序控制指令 13. 下列 _____ 属于应用软件。 A. 操作系统 B. 编译系统 C. 连接程序 D. 文本处理 14. 在主存和CPU 之间增加cache 存储器的目的是 _____ 。 A. 增加内存容量 B. 提高内存可靠性 C.解决CPU 和主存之间的速度匹配问题 D. 增加内存容量,同时加快存取速 度 15. 某单片机的系统程序,不允许用户在执行时改变,则可以选用 ____________ 作为存储芯 片。 A. SRAM B. 闪速存储器 C. cache D. 辅助存储器 16. 设变址寄存器为X ,形式地址为D, (X )表示寄存器X 的内容,这种寻址方式的有 效地址为 ______ 。 A. EA=(X)+D B. EA=(X)+(D) C.EA=((X)+D) D. EA=((X)+(D)) 17. 在指令的地址字段中,直接指出操作数本身的寻址方式,称为 ___________ 。 A. 隐含寻址 B. 立即寻址 C. 寄存器寻址 D. 直接寻址 18. 下述 I/O 控制方式中,主要由程序实现的是 ________ 。 7F0)16 D. ( 152)10 o D. ASC H 码 只做加法 既做算术运算,又做逻辑运算 只读存储器 光擦除可编程的只读存储器 位微处理器。

《计算机组成原理》练习题

《微机组成原理》练习题 第一章计算机系统概论 一、选择题 1、冯.诺依曼机工作方式的基本特点是() A.多指令流单数据流B.按地址访问并顺序执行指令 C.堆栈操作D.存储器按内容选择地址 2、电子计算机的算术/逻辑单元、控制单元及主存储器合称为() A、CPU B、ALU C、主机 D、CU 3、完整的计算机系统应包括() A、运算器、存储器、控制器 B、外部设备和主机 C、主机和实用程序 D、配套的硬件设备和软件系统 4、计算机系统中的存储系统是指() A、RAM存储器 B、ROM存储器 C、主存 D、主存和辅存 5、用以指定待执行指令所在地址的是() A、指令寄存器 B、数据计数器 C、程序计数器 D、累加器 6、微型计算机的发展以()技术为标志。 A.操作系统B.微处理器C.磁盘D.软件 7、存储单元是指() A.存放在一个字节的所有存储元集合B.存放一个存储字的所有存储元集合 C.存放一个二进制信息位的存储元集合D.存放一条指令的存储元集合 8、存储字长是指() A.存放在一个存储单元中的二进制代码组合B.存放在一个存储单元中的二进制代码位数C.存储单元的个数D.机器指令的位数 9、存放欲执行指令的寄存器是() A.MAR B.PC C.MDR D.IR 10、在CPU中跟踪指令后继地址的寄存器是() A.MAR B.PC C.MDR D.IR 二、填空题 1、()和()都存放在存储器中,()能自动识别它们。 2、存储器可分为主存和(),程序必须存于()内,CPU才能执行其中的指令。 3、存储器的容量可以用KB、MB、GB表示,它们分别代表()、()、()。 4、计算机硬件的主要技术指标包括()、()、()。 5、在用户编程所用的各种语言中,与计算机本身最为密切的语言是()。 6、汇编语言是一种面向()的语言,对()依赖性强,用汇编语言编制的程序执行速度比高级 语言()。 7、有些计算机将一部分软件永恒地存于只读存储器中,称为()。 8、基于()原理的()计算机工作方式的基本特点是按地址访问并顺序执行指令。 三、简答题 1、冯.诺依曼计算机体系结构的基本思想是什么?按此思想设计的计算机硬件系统由哪些部件组成?

会计bb平台答案

复查测验:Test 11-会计报表 问题1得10 分,满分10 分资产负债表和利润表都是静态报表。 所选答案:错 问题2得10 分,满分10 分利润表编制依据的平衡公式是“收入-费用=利润”。 所选答案:对 问题3得10 分,满分10 分资产负债表是反映企业在某一特定期间财务状况的报表。 所选答案:错 问题4得10 分,满分10 分中期会计报表指的是半年报表。 所选答案:错 问题5得10 分,满分10 分资产负债表编制是以会计恒等式“资产=负债+所有者权益”为理论依据的。 所选答案:对 问题6得10 分,满分10 分现金流量表是根据权责发生制原则来编制的。 所选答案:错 问题7得10 分,满分10 分利润表是反映企业在某一日期经营成果及其分配情况的报表。 所选答案:错 问题8得10 分,满分10 分会计报表中各项目的资料均来源于总分类账户的本期发生额和期末余额。 所选答案:错 问题9得10 分,满分10 分

现金流量表是反映一定期间的现金流入和现金流出情况的报表。 所选答案:对 问题10得10 分,满分10 分在任何情况下,“应收账款”项目都是根据“应收账款”总账的期末余额填列的。 所选答案:错 问题11得10 分,满分10 分内部会计报表的编制时间、内容和格式均可视企业实际需要而定,不受国家统 一规定的限制。 所选答案:对 问题12得10 分,满分10 分按照重要性原则,所有的会计账户都应该作为会计报表项目。 所选答案:错 问题13得10 分,满分10 分一般企业的会计报表格式与金融企业的会计报表格式是相同的。 所选答案:错 问题14得10 分,满分10 分年报包括规定对外报送的全部会计报表。 所选答案:对 问题15得10 分,满分10 分资产负债表的格式有单步式和多步式。 所选答案:错 问题16得10 分,满分10 分合并报表,是指由母公司和所属子公司合并编制的反映联属公司整体情况的报 表 所选答案:对 问题17得10 分,满分10 分企业持有的三个月内准备转让的股票,属于现金等价物。 所选答案:错

计算机组成原理试题及答案

2. (2000)10化成十六进制数是______。 A.(7CD)16 B.(7D0)16 C.(7E0)16 D.(7F0)16 3. 下列数中最大的数是______。 A.(10011001)2 B.(227)8 C.(98)16 D.(152)10 4. ______表示法主要用于表示浮点数中的阶码。 A. 原码 B. 补码 C. 反码 D. 移码 5. 在小型或微型计算机里,普遍采用的字符编码是______。 A. BCD码 B. 16进制 C. 格雷码 D. ASCⅡ码 6. 下列有关运算器的描述中,______是正确的。 A.只做算术运算,不做逻辑运算 B. 只做加法 C.能暂时存放运算结果 D. 既做算术运算,又做逻辑运算 7. EPROM是指______。 A. 读写存储器 B. 只读存储器 C. 可编程的只读存储器 D. 光擦除可编程的只读存储器 8. Intel80486是32位微处理器,Pentium是______位微处理器。 A.16B.32C.48D.64 9. 设[X]补=1.x1x2x3x4,当满足______时,X > -1/2成立。 A.x1必须为1,x2x3x4至少有一个为1 B.x1必须为1,x2x3x4任意 C.x1必须为0,x2x3x4至少有一个为1 D.x1必须为0,x2x3x4任意 10. CPU主要包括______。 A.控制器 B.控制器、运算器、cache C.运算器和主存 D.控制器、ALU和主存 11. 信息只用一条传输线,且采用脉冲传输的方式称为______。 A.串行传输 B.并行传输 C.并串行传输 D.分时传输 12. 以下四种类型指令中,执行时间最长的是______。 A. RR型 B. RS型 C. SS型 D.程序控制指令 13. 下列______属于应用软件。 A. 操作系统 B. 编译系统 C. 连接程序 D.文本处理 14. 在主存和CPU之间增加cache存储器的目的是______。 A. 增加内存容量 B. 提高内存可靠性 C. 解决CPU和主存之间的速度匹配问题 D. 增加内存容量,同时加快存取速度 15. 某单片机的系统程序,不允许用户在执行时改变,则可以选用______作为存储芯片。 A. SRAM B. 闪速存储器 C. cache D.辅助存储器 16. 设变址寄存器为X,形式地址为D,(X)表示寄存器X的内容,这种寻址方式的有效地址为______。 A. EA=(X)+D B. EA=(X)+(D) C.EA=((X)+D) D. EA=((X)+(D)) 17. 在指令的地址字段中,直接指出操作数本身的寻址方式,称为______。 1

计算机组成原理 试卷含答案

湖南师范大学2012—2013学年第一学期信息与计算科学专业2011年级期末/ 补考/重修课程 计算机组成原理考核试题 出卷人:毛禄广 课程代码:考核方式: 考试时量:分钟试卷类型:A/B/C/D 一、单选题(30分,每题2分) 1. 算术逻辑单元的简称为()B A、CPU。 B、ALU。 C、CU。 D、MAR。 2. EPROM是指()D A.读写存储器 B.只读存储器 C.闪速存储器 D.可擦除可编程只读存储器 3. 异步通信的应答方式不包括()D A、不互锁 B、半互锁 C、全互锁 D、以上都不包括 4. 三种集中式总线仲裁中,______方式对电路故障最敏感。A A、链式查询 B. 计数器定时查询 C. 独立请求D、以上都不正确 5. 下面说法正确的是:()B A、存储系统层次结构主要体现在缓存-主存层次上; B、缓存-主存层次主要解决CPU和主存速度不匹配的问题; C、主存和缓存之间的数据调动对程序员也是不透明的; D、主存和辅存之间的数据调动由硬件单独完成。 6. 动态RAM的刷新不包括( ) D A、集中刷新 B、分散刷新 C、异步刷新 D、同步刷新 7. 关于程序查询方式、中断方式、DMA方式说法错误的是()D A、程序查询方式使CPU和I/O设备处于串行工作状态,CPU工作效率不高; B、中断方式进一步提高了CPU的工作效率; C、三者中DMA方式中CPU的工作效率最高; D、以上都不正确。 第 1 页共5 页 8. 发生中断请求的条件不包括()D A.一条指令执行结束 B.一次I/O操作结束 C.机器内部发生故障 D.一次DMA操作结束 9. DMA的数据传送过程不包括()A A、初始化 B、预处理 C、数据传送 D、后处理 10. 下列数中最大的数为()B A.(10010101)2 B.(227)8 C.(96)8 D.(143)5 11. 设32位浮点数中,符号位为1位,阶码为8位,尾数位为23位,则它所能表示的最大规.格化正数为()B A +(2 – 2-23)×2+127B.[1+(1 – 2-23)]×2+127 C.+(2 – 223)×2+255D.2+127 -223 12. 定点运算中,现代计算机都采用_______做加减法运算。()B A、原码 B、补码 C、反码 D、移码 13._________中乘积的符号位在运算过程中自然形成。()C A、原码一位乘 B、原码两位乘 C、补码一位乘 D、以上都不是 14.设x为真值,x*为绝对值,则[-x*]补=[-x]补能否成立()C A、一定成立 B、不一定成立 C、不能成立 D、以上都不正确 15. 最少可以用几位二进制数即可表示任一5位长的十进制整数。()A A、17 B、16 C、15 D、18 二、填空题(共10分,每题1分) 1.总线控制分为判优控制和________。(通信控制) 2.总线通信常用四种方式________、异步通信、半同步通信、分离式通信。(同步通信) 3.按在计算机系统中的作用不同,存储器主要分为主存储器、辅助存储器、_________。(缓冲存 储器) 4.随机存取存储器按其存储信息的原理不同,可分为静态RAM和__________。(动态RAM) 5.I/O设备与主机交换信息的五种控制方式是程序查询方式、中断方式和、_________、I/O通道方 式和I/O处理机方式。(DMA方式) 6.程序查询方式中为了完成查询需要执行的三条指令分别为测试指令、________、转移指令。(传 送指令) 7.浮点数由阶码和________两部分组成。(尾数) 8.二进制数-0.1101的补码为__________。(10011) 9._______是补码一位乘中乘数符号为负时的方法。(校正法)

《计算机组成原理》练习题

《计算机组成原理》练习题 第一章概论 一、选择题 01. 电子计算机主存内的ROM是指。 A.不能改变其内的数据 B.只能读出数据,不能写入数据 C.通常用来存储系统程序 D.以上都是 02. 有些计算机将一部分软件永恒地存于只读存储器中,称之为。 A.硬件 B.软件 C. 固件 D.辅助存储 03. 如果要处理速度、温度、电压等连续性数据可以使用。 A.数字计算机 B.模拟计算机 C.混合计算机 D.特殊用途计算机 04. 邮局把信件进行自动分拣,使用的计算机技术是。 A.机器翻译 B.自然语言理解 C.模式识别 D.过程控制 05. 冯.诺伊曼机工作方式的基本特点是。 A.多指令流单数据流 B.按地址访问并顺序执行指令 C.堆栈操作 D.存储器按内容选择地址。 06. 某寄存器中的值可能是操作数,也可能是地址,只有计算机的才能识别它。 A.译码器 B.判断程序 C.指令 D.时序信号。 07. 80年代以来,许多国家开始研究第五代计算机,这种计算机系统是。 A.超高速巨型计算机系统 B.知识信息处理系统 C.大型分布式计算机系统 D.超级微型计算机群组成的计算机网。 08. 计算机的算逻单元的控制单元合称为。 A.ALU B.UP C.CPU D.CAD 09. 磁盘驱动器读写数据的基本存取单位为。 A.比特 B.字节 C.磁道 D.扇区 二、填空题 01. 计算机硬件是指, 软件是指, 固件是指。 02. 数控机床是计算机在方面的应用。 03. 人工智能研究, 模式识别研究。

04. 计算机用来处理离散的数据,而计算机用来处理连续性的数据。 05.存储器可分为主存和,程序必须存于内,CPU才能执行其中的指令。 第二章计算机中的信息编码 一、选择题 01. 对真值0表示形式唯一的机器数是。 A.原码 B.补码和移码 C.补码 D.反码 02. 在整数定点机中,下述第说法正确。 A.原码和反码不能表示-1,补码可以表示-1。 B.三种机器数均可表示-1 C.三种机器数均可表示-1,且三种机器数的表示范围相同。 D.以上说法均不对。 03. 在小数定点机中,下述第说法正确。 A.只有补码能表示-1 B.只有原码能表示-1 C.三种机器数均不能表示-1 D.以上说法均不对 04.设X为真值,X*为其绝对值,则等式[-X*]补=[-X]补。 A.成立 B.不成立 05.设X为真值,X*为其绝对值,满足[-X*]补=[-X]补的条件是。 A.X任意 B.X为正数 C.X为负数 D.X为非负数 06.设寄存器内容为11111111,若它等于-0,则为 A.原码 B.补码 C.反码 D.移码 二、填空题 01.采用浮点表示时,若尾数为规格化形式,则浮点数的表示范围取决于的位数,精度取决于的位数,确定浮点数的正负。 02.一个浮点数,当其尾数右移时,欲使其值不变,阶码必须。尾数右移1 位,阶码。 03.一个浮点数,确定了小数点的位置,当其尾数左移时,欲使其值不变,必须使。 04.移码常用来表示浮点数的部分,移码和补码除符号位外,其他

建工BB平台答案

复查测验提交: 测试三 内容 用户首工程1501 李晓兰 课程建筑工程概论 测试测试三 已开始16-6-1 下午9:04 已提交16-6-1 下午10:03 状态已完成 分数得74 分,满分100 分 已用时间58 分钟,共 1 个小时。 说明每次答题时间设置为60分钟。 请完成了全部的8次答题后,再申请刷分。必须提供学号的后6位数字! 问题1 得2 分,满分2 分 不属于钢材的是: 答案 所选答案: 1. 半沸腾钢 回答反馈: 好样的 问题2 得2 分,满分2 分 不属于烧结空心砖的质量等级的指标是: 答案 所选答案: 2. 二等品 回答反馈: 简单吧? 问题3 得0 分,满分2 分 与型钢概念无关的描述是: 答案 所选答案: 4. 外形尺寸 回答反馈: 加油哦 问题4

得2 分,满分2 分 下列不属于天然材料的是____。 答案 所选答案: 红砖 回答反馈: 对 问题5 得2 分,满分2 分 木材在建筑工程中的使用,不属于其防护的内容是: 答案 所选答案: 4. 防爆 回答反馈: 对了 问题6 得0 分,满分2 分 在地表深处的岩浆,受其上部覆盖层的压力作用,缓慢冷却形成的岩石,叫做:答案 所选答案: 1. 火山岩 回答反馈: 错了 问题7 得2 分,满分2 分 不属于和水有关的性质是____。 答案 所选答案: 亲液性 回答反馈: 好样的 问题8 得2 分,满分2 分 下列不属于人造材料的有____。 答案 所选答案: 岩石

回答反馈: 好 问题9 得2 分,满分2 分 建筑工程中,钢筋混泥土结构使用的钢材主要是: 答案 所选答案: 4. 钢筋 回答反馈: 不错 问题10 得0 分,满分2 分 墙体及屋面材料种类繁杂众多,我们课堂上主要介绍的是:答案 所选答案: 1. 钢材和木材 回答反馈: 加油哦 问题11 得3 分,满分3 分 孔隙按尺寸分类为____。 答案 所选答案: 微孔 细孔 大孔 回答反馈: ^_^ 问题12 得0 分,满分3 分 属于特种混凝土的是: 答案

计算机组成原理试题及答案

二、填空题 1 字符信息是符号数据,属于处理(非数值)领域的问题,国际上采用的字符系统是七单位的(ASCII)码。P23 2 按IEEE754标准,一个32位浮点数由符号位S(1位)、阶码E(8位)、尾数M(23位)三个域组成。其中阶码E的值等于指数的真值(e)加上一个固定的偏移值(127)。P17 3 双端口存储器和多模块交叉存储器属于并行存储器结构,其中前者采用(空间)并行技术,后者采用(时间)并行技术。P86 4 衡量总线性能的重要指标是(总线带宽),它定义为总线本身所能达到的最高传输速率,单位是(MB/s)。P185 5 在计算机术语中,将ALU控制器和()存储器合在一起称为()。 6 数的真值变成机器码可采用原码表示法,反码表示法,(补码)表示法,(移码)表示法。P19-P21 7 广泛使用的(SRAM)和(DRAM)都是半导体随机读写存储器。前者的速度比后者快,但集成度不如后者高。P67 8 反映主存速度指标的三个术语是存取时间、(存储周期)和(存储器带宽)。P67 9 形成指令地址的方法称为指令寻址,通常是(顺序)寻址,遇到转移指令时(跳跃)寻址。P112 10 CPU从(主存中)取出一条指令并执行这条指令的时间和称为(指令周期)。 11 定点32位字长的字,采用2的补码形式表示时,一个字所能表示

的整数范围是(-2的31次方到2的31次方减1 )。P20 12 IEEE754标准规定的64位浮点数格式中,符号位为1位,阶码为11位,尾数为52位,则它能表示的最大规格化正数为(+[1+(1-2 )]×2 )。 13 浮点加、减法运算的步骤是(0操作处理)、(比较阶码大小并完成对阶)、(尾数进行加或减运算)、(结果规格化并进行舍入处理)、(溢出处理)。P54 14 某计算机字长32位,其存储容量为64MB,若按字编址,它的存储系统的地址线至少需要(14)条。64×1024KB=2048KB(寻址范32围)=2048×8(化为字的形式)=214 15一个组相联映射的Cache,有128块,每组4块,主存共有16384块,每块64个字,则主存地址共(20)位,其中主存字块标记应为(9)位,组地址应为(5)位,Cache地址共(13)位。 16 CPU存取出一条指令并执行该指令的时间叫(指令周期),它通常包含若干个(CPU周期),而后者又包含若干个(时钟周期)。P131 17 计算机系统的层次结构从下至上可分为五级,即微程序设计级(或逻辑电路级)、一般机器级、操作系统级、(汇编语言)级、(高级语言)级。P13 18十进制数在计算机内有两种表示形式:(字符串)形式和(压缩的十进制数串)形式。前者主要用在非数值计算的应用领域,后者用于直接完成十进制数的算术运算。P19 19一个定点数由符号位和数值域两部分组成。按小数点位置不同,

计算机组成原理试题集

1.数字电子计算机的主要特点是存储容量大、(运算速度快),(运算精度高)。 2.计算机各组成部件相互连接方式,从早期的以(存储器)为中心,发展到现在以(运算器)为中心。 3.指令寄存器寄存的是(C ) A、下一条要执行的指令 B、已执行完了的指令 C 、正在执行的指令D、要转移的指令 4.衡量计算机的性能指标主要有哪些(答主要的三项指标),并说明为什么? 解:衡量计算机性能的指标主要有:计算速度、存储容量和通讯带宽等,计算机速度是反映CPU性能,也是反映计算机能力的主要指标之一。存储容量反映出计算机可以处理的数据量空间的大小。带宽反映出计算机处理信息的通讯能力。 5,决定指令执行顺序的寄存器是(PC),而记录指令执行结果的状态的寄存器是(状态字寄存器) 6.最早提出“存储程序程序”概念的是(A ) A、Babbage B、V.Neumann C、Pascal D、Bell 7.如何理解计算机组成和计算机体系结构? 8.第一台电子计算机(ENIAC)是于1946年交付使用。 9.单地址指令中为了实现两个数的算术运算,除地址码指明的一个操作数外,另一个采用(隐含)寻址方法。 10.假定指令系统有m条指令,指令操作码的位数为N位,则N至少应当等于()。 11.用n+1位字长(含一位符号位)表示原码定点整数时,所能表示的数值范围是(0﹤﹦N );用n+1位字长(含一位符号位)表示原码定点小数时,所能表示的数值范围是() 1. CPU包括()两部分。 A、ALU和累加器 B、ALU和控制器 C、运算器和控制器 D、ALU和主存储器 C 2. 计算机运算速度的单位是()。 A、MTBF B、MIPS C、MHZ D、MB B 3. 若十六进数微AC.B,则其十进制数为()。 A、254.54 B、2763 C、172.6875 D、172.625 C 4. 若十进制数据为137.5则其八进制数为()。 A、89.8 B、211.4 C、211.5 D、1011111.101

bb平台答案

Directions: Each passage is followed by some questions or unfinished statements. For each of them there are four choices marked A), B), C), and D). You should decide on the best choice. Passage One Perhaps the most important defining characteristic of a human being is culture. The term culture as used here is not limited to operas, paintings, and other artistic endeavors. These are seen by anthropologists (人类学家) as examples of culture: culture itself is the customary manner in which human groups learn to organize their behavior and thought in relation to their environment. Defined in this manner, culture has three principal aspects: behavioral, perceptual and material. The behavioral component refers to how people act, especially how they interact with each other. In child rearing (养育) , for example, parents and children tend to interact in a relatively patterned fashion. Then there is the manner of perception, the ways people perceive the world. For example, parents have a limited range of ideas about how they should act, and what significance parenthood carries in the scheme of things. Finally, there is the material component of culture — the physical objects that we produce. Most of what goes into making up culture is a result of learning — modifying behavior in response to experience within an environment. Learning is practically universal among organisms. But no other organism has a greater capacity for learning than a human, or depends as much on learned behavior for its survival. While the survival of most other organisms is to some extent safeguarded by instincts, humans rely heavily on culture for their survival. People must learn how to live in a particular social and physical setting, biology playing but a minimal (最小限度的) role. The ideas and modes of behavior that constitute culture are transmitted largely by a complex system of symbols that includes language. Humans have evolved an extremely complex system of communication that is unique to our species. Without it the creation of human culture as we know it would be impossible. 1.What is the definition of culture by anthropologists? 问题1 答案 C) Behavioral, perceptual and material components interacting with each other.

计算机组成原理试题及答案

计算机组成原理题集含答案 题库题目总数:293 第一章单选题 1、控制器、运算器和存储器合起来一般称为(主机): I/O部件 内存储器 外存储器 主机 2、冯?诺依曼机工作方式的基本特点是(按地址访问并顺序执行指令):按地址访问并顺序执行指令 精确结果处理 存储器按内部地址访问 自动工作 3、输入、输出设备以及辅助存储器一般统称为(外围设备): I/O系统 外围设备 外存储器 执行部件 4、计算机硬件能直接识别和执行的语言是(机器语言): 高级语言 汇编语言 机器语言 符号语言 判断题

5、若某计算机字代表一条指令或指令的一部分,则称数据字(错)。 6、若某计算机字是运算操作的对象,即代表要处理的数据,则称指令字(错)。 7、数字计算机的特点:数值由数字量(如二进制位)来表示,运算按位进行。(对) 8、模拟计算机的特点:数值由连续量来表示,运算过程是连续的。(对) 填空题 9、系统软件包括:服务程序、语言程序、(操作系统)、数据库管理系统。 10、计算机系统的发展按其核心部件采用器件技术来看经历了五代的变化,分别是(电子管)、(晶体管)、(集成电路)、(大规模集成电路)、(巨大规模集成电路)五个部分。 11、计算机系统是一个由硬件和软件组成的多级层次结构,这通常由(微程序级)、(一般机器级)、(操作系统级)、(汇编语言级)和(高级语言级)等组成,在每一级上都可以进行(程序设计)。 12、计算机的软件一般分为(系统软件)和(应用软件)两大部分。 13、计算机的硬件基本组成包括(控制器)、(运算器)、(存储器)、(输入设备)和(输出设备)五个部分。 简答题 14、什么是存储容量?什么是单元地址? 存储器所有存储单元的总数称为存储器的存储容量。灭个存储单元都有编号,称为单元地址。 15、什么是外存?简述其功能。 外存:为了扩大存储容量,又不使成本有很大的提高,在计算机中还配备了存储容量更大的磁盘存储器和光盘存储器,称为外存储器,简称外存。外存可存储大量的信息,计算机需要使用时,再调入内存。 16、什么是内存?简述其功能。 内存:一般由半导体存储器构成,装在底版上,可直接和CPU交换信息的存储器称为内存储器,简称内存。用来存放经常使用的程序和数据。。 17、指令和数据均存放在内存中,计算机如何区分它们是指令还是数据? 取指周期中从内存读出的信息流是指令流,而在执行器周期中从内存读出的信息流是数据流。 18、什么是适配器?简述其功能。 适配器是外围设备与主机联系的桥梁,它的作用相当于一个转换器,使主机和外围设备并行协调的工作。

计算机组成原理试题

计算机组成原理试题(A) 教学中心名称考点成绩 专业、班级姓名学号 一、填空题(每空1分,共10分) 1.计算机中的信息可分为两类,它们是信息和信息。 2.第二代电子数字计算机所用的基本器件是。 3.设X=-9/16,[X]补= 。 4.运算器中的核心部件是。 5.浮点表示法中,阶码决定浮点数的,尾数决定浮点数的。 6.CPU中PC的主要功能是。 7.按照信息的传送格式,接口可分为和两大类。 二、选择题(每小题2分,共20分) 1. 某主存储器按字节编址,地址线数目为16,这个存储器的容量为 . A 16K×16位B.32K×8位、C.64K ×8位 2.采用DMA方式传送数据时,每传送一个数据就要占用的时间。 A一个指令周期B.一个存储周期C.一个机器周期 3. Cache是。 A.主存的一部分 B.为扩大存储容量而设置的 C.为提高存储系统的速度而设置的 4.操作控制器的功能是。 A产生操作控制信号,以解释并执行指令 B、产生时序信号C.对指令泽码 5.中断响应时,保存PC并更新PC的内容,主要是为了. A.提高处理机的速度 B.能进入中断处理程字并能正确返回原程序 C.便于编制中断处理程序 6.计算机辅助设计是指。 A.CAD B.CAI C.CAT 7.某机字长32位,内存容量为4MW,若按字节编址,其寻址范围为. A.0~4M B。0~16M C.0~32M 8.在磁盘存储器中,与转速无关的技术指标是。 A.存储密度B.平均等待时间C.数据传输率 9.设指令中的形式地址为以相对寻址时,操作数的有效地址E=. A.(D)B.(PC)+D C.(R)+D

10.计算机中,执行部件接控制部件的命令所作的不可再分的操作称为. A.微命令B.微操作C操作 三.判断改错题(每小题2分,共10分。正确,在括号内打√;错误,则打×并更正) 1.磁盘存储器是一种随机存取存储器。() 2.零地址指令就是没有操作数的指令。() 3.时序发生器是控制器的主要部件之一。() 4.设X=10110110,采奇校验时,其校验位C=1。() 5.中断处理过程中,保存现场必须在中断服务之后进行。() 四.简答题(每小题10分,共40分) 1.CPU由哪些主要部件组成?说明各部件的作用。 2.试述高速缓冲存储器的基本设计思想和特点。 3.主机与外部设备间为什么要设置接口? 4.为什么说取指令是公操作?在取指令阶段,CPU主要完成哪些操作? 五.计算题(共10 分) 1.设X=0.0101,Y=-0.1101,用双符号补码计算X+Y=?和X-Y=?并判断其结果是否溢出。(5分) 2. 设X=8C3E(H),Y=B6DF(H),Z=54D2(H)。求X∧Y⊕Z=? (5分) 七.设计题(10分) 某机字长16 位,主存按字编址,容量为8MW,请用如下RAM芯片为该机设计一个主存。 A A0 07 1.地址线和数据线各有多少根? 2.共用多少这种芯片? 3.画出其组成框图,并正确标出各信号线。

计算机组成原理练习题-答案

一、填空题 1.对存储器的要求是速度快,_容量大_____,_价位低_____。为了解决这方面的矛盾,计算机采用多级存储体系结构。 2.指令系统是表征一台计算机__性能__的重要因素,它的____格式__和___功能___不仅直接影响到机器的硬件结构而且也影响到系统软件。 3.CPU中至少有如下六类寄存器__指令____寄存器,__程序_计数器,_地址__寄存器,通用寄存器,状态条件寄存器,缓冲寄存器。 4.完成一条指令一般分为取指周期和执行周期,前者完成取指令和分析指令操作,后者完成执行指令操作。 5.常见的数据传送类指令的功能可实现寄存器和寄存器之间,或寄存器和存储器之间的数据传送。 6.微指令格式可分为垂直型和水平型两类,其中垂直型微指令用较长的微程序结构换取较短的微指令结构。 7.对于一条隐含寻址的算术运算指令,其指令字中不明确给出操作数的地址,其中一个操作数通常隐含在累加器中 8.设浮点数阶码为8位(含1位阶符),尾数为24位(含1位数符),则32位二进制补码浮点规格化数对应的十进制真值范围是:最大正数为 2^127(1-2^-23) ,最小正数为 2^-129 ,最大负数为 2^-128(-2^-1-2^-23) ,最小负数为 -2^127 。 9.某小数定点机,字长8位(含1位符号位),当机器数分别采用原码、补码和反码时,其对应的真值范围分别是 -127/128 ~+127/128 -1 ~+127/128 -127/128 ~+127/128 (均用十进制表示)。 10.在DMA方式中,CPU和DMA控制器通常采用三种方法来分时使用主存,它们是停止CPU访问主存、周期挪用和DMA和CPU交替访问主存。 11.设 n = 8 (不包括符号位),则原码一位乘需做 8 次移位和最多 8 次加法,补码Booth算法需做 8 次移位和最多 9 次加法。 12.设浮点数阶码为8位(含1位阶符),尾数为24位(含1位数符),则32位二进制补码浮点规格化数对应的十进制真值范围是:最大正数为,最小正数为,最大负数为,最小负数为。 13.一个总线传输周期包括申请分配阶段、寻址阶段、传输阶段和结束阶段四个阶段。 14.CPU采用同步控制方式时,控制器使用机器周期和节拍组成的多极时序系统。

基础化学bb平台测试题+答案-3、 缓冲溶液

3、缓冲溶液 一、是非题 √1.总浓度一定时,缓冲溶液的缓冲比越接近于1,缓冲容量越大。 ×2.缓冲溶液就是能抵抗外来酸碱的影响,保持pH绝对不变的溶液。 ×3.因HAc-NaAc缓冲溶液的pH小于7,所以不能抵抗少量的强酸。 √4.正常人血浆中c(HCO3-)/c(CO2)约为20/1。 √5.由HA和NaA组成的缓冲溶液,HA和NaA的平衡浓度近似等于起始浓度c(HA)和c(A-)。 ×6.在一定范围内稀释缓冲溶液后,由于[共轭碱]与[共轭酸]的浓度比值不变,故缓冲溶液的pH 和缓冲容量均不变。 √7.可采用在某一元弱酸HA中,加入适量NaOH的方法来配制缓冲溶液。 ×8.总浓度一定时,缓冲比越大,缓冲溶液的缓冲能力越强。 ×9.正常人体血浆中,碳酸缓冲系的缓冲比为20:1,超出10:1,所以该缓冲系无缓冲作用。 √10.取相同浓度的HCl溶液和NH3·H2O溶液(p K b=4.76)配制pH= 9.24的缓冲溶液,HCl溶液和NH3·H2O溶液的体积比应为1∶2。 二、选择题 1.用HAc和NaAc配成的缓冲液,抗酸成分和抗碱成分对应的浓度c(Ac-)—c(HAc)分别表示如下,则缓冲容量最大的一对应是 A A、0.04—0.04 B、 0.03—0.05 C、0.03—0.03 D、 0.06—0.02 2.用0.10 mol·L-1HCl滴定20.00mLNH3溶液时,当中和到50.0%时,溶液的pH为 (已知 NH3的p K b为4.76 ) B A、4.76 B、9.24 C、6.24 D、7.00 3.由HA和NaA组成的绶冲液,HA的K a=1.0×10-5,c (NaA)/ c (HA)=3,则此溶液的pH为 D A、5.00 B 、4.30 C、5.30 D、5.48 4.某缓冲溶液,共轭酸的K a=1.0×10-4,则从理论上推测其缓冲范围是D A、5-6 B、4-6 C、5-7 D、3-5 5.某缓冲溶液含有等浓度的HA和A-。已知A-的K b=1.0×10-10,则此溶液的pH为C A、10.0 B、5.0 C、4.0 D、2.0 6.人体血浆中最重要的抗酸成分是 A A、 HCO3- B、CO2 C、H2PO4- D、NaCl 7.与缓冲容量有关的因素是 A A、总浓度 B、外加酸量 C、外加碱量 D、酸或碱的解离常数 8.有关缓冲溶液的叙述中,错误的是 C A、缓冲容量越大,溶液的缓冲能力越强 B、缓冲对的总浓度越大,缓冲容量越大 C、总浓度一定时,缓冲比为1时,缓冲容量为1 D、缓冲溶液稀释后,缓冲比不变,pH不变,缓冲容量变小 9.配制pH=9.30的缓冲溶液,下列缓冲对中最合适的是 C A、NaHCO3-Na2CO3(H2CO3的p K a2 = 10.33) B、HAc - NaAc(HAc的p K a = 4.76) C、NH4Cl – NH3·H2O(NH3·H2O的p K b= 4.76) D、Na2HPO4 – Na3PO4(H3PO4的p K a3 = 12.32)

计算机组成原理试卷及答案

计算机组成原理试题及答案 一、单项选择题(从下列各题四个备选答案中选出一个正确答案,并将其代号写在题干前面的括号内。) 1.若十进制数据为137.5则其八进制数为(B )。 A、89.8 B、211.4 C、211.5 D、1011111.101 2.若x补=0.1101010,则x原=(A )。 A、1.0010101 B、1.0010110 C、0.0010110 D、0.1101010 3.若采用双符号位,则发生正溢的特征是:双符号位为(B)。 A、00 B、01 C、10 D、11 4.原码乘法是(A )。 A、先取操作数绝对值相乘,符号位单独处理 B、用原码表示操作数,然后直接相乘 C、被乘数用原码表示,乘数取绝对值,然后相乘 D、乘数用原码表示,被乘数取绝对值,然后相乘 5.为了缩短指令中某个地址段的位数,有效的方法是采取(C)。 A、立即寻址 B、变址寻址 C、间接寻址 D、寄存器寻址 6.下列数中,最小的数是(A)。 A.(101001)2B.(52)8C.(2B)16D.45 7.下列数中,最大的数是(D)。 A.(101001)2B.(52)8C.(2B)16D.45 8.下列数中,最小的数是(D)。 A.(111111)2B.(72)8C.(2F)16D.50 9.已知:X=-0.0011,Y= -0.0101。(X+Y)补= ( A)。 A.1.1100B.1.1010 C.1.0101D.1.1000 10.一个512KB的存储器,地址线和数据线的总和是(C )。 A.17 B.19C.27D.36 11.某计算机字长是16位它的存储容量是64KB,按字编址,它们寻址范围是(C )。 A.64K B.32KB C.32K D.16KB 12.某一RAM芯片其容量为512*8位,除电源和接地端外该芯片引线的最少数目是(C )。 A.21 B.17 C.19 D.20 12.计算机内存储器可以采用(A)。 A.RAM和ROM B.只有ROM C.只有RAM D.RAM和SAM 13.单地址指令中为了完成两个数的算术操作,除地址码指明的一个操作数外,另一个数常需采用( C) 。 A.堆栈寻址方式 B.立即寻址方式 C.隐含寻址方式 D.间接寻址方式 14.零地址运算指令在指令格式中不给出操作数地址,因此它的操作数来自(B)。 A.立即数和栈顶 B.栈顶和次栈顶 C.暂存器和栈顶 D.寄存器和内存单元 15.指令系统中采用不同寻址方式的目的主要是( C)。 A.实现存储程序和程序控制 B.可以直接访问外存 C.缩短指令长度,扩大寻址空间,提高编程灵活性 D.提供扩展操作码的可能并降低指令译码难度 16.用于对某个寄存器中操作数的寻址方式称为( C)寻址。 A.直接 B.间接 C.寄存器直接 D.寄存器间接 17.寄存器间接寻址方式中,操作数处在( B )。 A.通用寄存器 B.贮存单元 C.程序计数器 D.堆栈 18.RISC是(A)的简称。 A.精简指令系统计算机 B.大规模集成电路

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