我是靠谱客的博主 眯眯眼麦片,最近开发中收集的这篇文章主要介绍ZUCC操作系统原理 周测11,觉得挺不错的,现在分享给大家,希望可以做个参考。

概述

由ZUCC INTERSECTION题库提供答案。

知识回顾

1.在分页时,每个进程拥有一个页表,且页表驻留在内存中。

编号选项
A
B

2.页式存储管理中,一个作业可以占用不连续的内存空间,而段式存储管理,一个作业则是占用连续的内存空间。

编号选项
A
B

3.下列选项中对分段存储管理叙述正确的是()。

编号选项
A分段存储管理中每个段必须是大小相等的
B每一段必须是连续的存储区
C每一段不必是连续的存储区
D段间的存储区必须是连续的

4.A system with 32-bit addresses 1GB main memory, and a 1 megabyte(20-bit) page size will have a page table that contains () entries.

编号选项
A4K
B4M
C1M
D1K

5.In a system using segmentation, the logical address is expressed in 32 bits within which 20 bits are used as segment number. The maximum size of each sehment is_.

编号选项
A2^12
B2^16
C2^20
D2^32

6.虚拟存储管理系统的基础是程序的()理论。

编号选项
A动态性
B全局性
C局部性
D虚拟性

7.()是请求分页存储管理方式和基本分页存储管理方式的区别。

编号选项
A不必将作业装入连续区域
B地址重定向
C采用快表技术
D不必将作业全部装入内存

8.引入TLB(快表)是为了解决分页时两次内存访问的问题。

编号选项
A
B

9.在请求分页式系统中,以页为单位管理用户的虚空间,以段为单位管理内存空间。

编号选项
A
B

10.Consider a demand-paging system with the following time-measured utilizations:

CPU utilization 20%
Paging disk 97.7%
Other I/O devices 5%

Which (if any) of the following will (probably) improve CPU utilization?

编号选项
Ato install a faster hard disk
Bto increase swap space with large capacity hard disk
Cto increase the number of running processes
Dto increase physical memory capacity via increasing memory chips

缺页中断和页面替换

1.虚拟存储器的最大容量()。

编号选项
A由作业的地址空间决定
B是任意的
C由计算机的地址结构决定的
D为内、外容量之和

2.进程在执行中发生了缺页中断,经操作系统处理后,应让其执行()指令。

编号选项
A被中断的那一条
B被中断的后一条
C启动时的那一条
D被中断的前一条

3.考虑页面置换算法,系统有m个物理块供调度,初始时全空,页面引用串长度为p,包含了n个不同的页号,无论用什么算法,缺页次数不会少于()。

编号选项
Amin(m, n)
Bn
Cm
Dp

4.In a demanding paging system, the size of a page is 4KB. A process access the logical address 12345(0x3039)will ___ if the page table is as the following:

Page#
Frame#
Vaildity
0
3
v
1
4
v
2
2
v
3
-
i
编号选项
Aaccess physical address 4*4096+57
Baccess physical address 3*4096+57
Caccess physical address 2*4096+57
Dcause a page-fault interrupt

5.在请求分页系统中,若逻辑地址中的页号超过页表寄存器中的页表长度,则会引起()。

编号选项
A输入输出中断
B时钟中断
C越界中断
D缺页中断

6.With the demanding paging,__has best system performance.

编号选项
Astacks
Blists
Chashed tables
Darrays

@Power By Exercises-Manager

最后

以上就是眯眯眼麦片为你收集整理的ZUCC操作系统原理 周测11的全部内容,希望文章能够帮你解决ZUCC操作系统原理 周测11所遇到的程序开发问题。

如果觉得靠谱客网站的内容还不错,欢迎将靠谱客网站推荐给程序员好友。

本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
点赞(37)

评论列表共有 0 条评论

立即
投稿
返回
顶部