大本堂
参考答案:
原是皇子读书之处。太子稍长要与群臣见面,学习批阅章奏、处理政务,所以大本堂又是保存前朝典籍图书和本朝档案的方法。
有一个文件系统如图5.4所示。图中的框表示目录,圈表示普通文件。根目录常驻内存,目录文件组织成链接文件,不设文件控制块,普通文件组织成索引文件。目录表目指示下一级文件名及其磁盘地址(各占2个字节,共4个字节)。若下级文件是目录文件,指示其第一个磁盘块地址。若下级文件是普通文件,指示其文件控制块的磁盘地址。每个目录文件磁盘块后4个字节供拉链使用。下级文件在上级目录文件中的次序在图中为从左至右。每个磁盘块有512字节,与普通文件的一页等长。
普通文件的文件控制块组织结构如图5.5所示,其中每个磁盘地址占2个字节,前10个地址直接指示该文件前10页的地址。第11个地址指示一级索引表地址,一级索引表中每个磁盘地址指示一个文件页地址;第12个地址指示二级索引表地址,二级索引表中每个地址指示一个一级索引表地址;第13个地址指示三级索引表地址,三级索引表中每个地址指示一个二级索引表地址。
问: (1)一个普通文件最多可有多少个文件页 (2)若要读文件J中的某一页,最多启动磁盘多少次 (3)若要读文件W中的某一页,最少启动磁盘多少次 (4)就(3)而言,为最大限度减少启动磁盘的次数,可采用什么方法此时,磁盘最多启动多少次
Certificates are (16) documents attesting to the (17) of a public key to an individual or other entity. They allow verification of the claim that a given public key does in fact belong to a given individual. Certificates help prevent someone from using a phony key to (18) someone else. In their simplest form, Certificates contain a public key and a name. As commonly used, a certificate also contains an (19) date, the name of the CA that issued the certificate, a serial number, and perhaps other information. Most importantly, it contains the digital (20) of the certificate issuer. The most widely accepted format for certificates is X.509, thus, Certificates can be read or written by any application complying with X.509.
A.communication
B.computation
C.expectation
D.expiration