精品文档---下载后可任意编辑Computer organization and architectureMidterm exam2024/11I. Multi-choice1. Erasure unit for flash memory is(B)a. Chip levelb. byte levelc. block leveld. word level2. Cache usually adopts (B)a. Direct access method (semi sequential)b. random access methodc. Sequential access methodd. read only method3. If memory cycle is 250ns and 16 bits are read each time, then the data transfer rate of the memory is (d)a. 4x106 bytes/sb. 4M bytes/sc. 8x106 bytes/sd. 8M bytes/s4. 假设某系统总线在一个总线周期中并行传输 4 字节信息, 一个总线周期占用2 个时钟周期, 总线时钟频率为 10MHz, 则总线带宽是( b )a. 10 MB/sb. 20 MB/sc. 40 MB/sd. 80 MB/s5. 浮点数加、减运算过程包括对阶、尾数运算、规格化、舍入和判溢出等步骤。设浮点数的阶码和尾数均采纳补码表示,且位数分别为 5 位和 7 位(均含 2位符号位)。若有两个数 X=27x29/32,Y=25x5/8,则用浮点加法计算 X+Y 的最终结果是( d ) a. 00111 1100010b. 00111 0100010 c. 01000 0010001d. 发生溢出6. 设某浮点数共 12 位, 其中阶码含 1 位阶符共 4 位, 以 2 为底, 补码表示; 尾数含 1 位数符共 8 位, 补码表示, 规格化。则该浮点数所能表示的最大正数是( )。 a. 27b. 28c. 28-1d. 27-17. 不恢复余数除法(也称加减交替除法)C11精品文档---下载后可任意编辑 a. 不存在恢复余数的操作b. 当某一步运算不够减时,做恢复余数操作 c. 仅当最后一步余数为负时,做恢复余数操作 d. 当某一步余数为负时,做恢复余数操作8. 指令周期是指 ( c )a. CPU 从主存取出一条指令的时间 b. CPU 执行一条指令的时间c. CPU 从主存取出一条指令加上执行一条指令的时间 d. 时钟周期时间II. Questions1. The following figure shows the relevant portion of memory and processor registers. Please show the program execution for the instructions in memory locations 1002, 1003, and 1004. Note: instructions are two addresses one. “Load $R1, 1006” --- register R1 (1006)“Add $R2, $R1” --- $R2 ($R1) + ($R2)“I...