大学职业搜题刷题APP
下载APP
首页
课程
题库模板
Word题库模板
Excel题库模板
PDF题库模板
医考护考模板
答案在末尾模板
答案分章节末尾模板
题库创建教程
创建题库
登录
logo - 刷刷题
创建自己的小题库
搜索
【简答题】

Libraries everywhere in the world have always been people’s only access to important sources of information. This historical function of libraries has worked out for centuries and has made libraries a necessity to people. Now, that function has been called into question by the fast development of digital media over the past several decades. In order to continue to hold the public interest, libraries everywhere are forced to develop means of granting access to these expensive new services to average people. In the past, the publishing industry maintained the rights of libraries to freely provide published materials on the condition that libraries bought so many of their books. Since the new electronic publications can ea sily be copied in their completeness by the library readers, the publishing industry is reconsidering its f ormer support of the library system. There have even been attempts to stop libraries from delivering digital media. In addition to the reluctant cooperation of the publishing industry, there is the problem that the newer forms of information are much more specialized than those which they replace. Deciding how to transfer already limited resources is increasingly difficult as there are more methods. While a single reference index(索引) might have covered an entire field in the past, now there are frequently several specialized indexes available in electronic form. Above all, in order to continue to make use of the newer technology, libraries must decide which kinds of material are most useful to the majority of their readers. There are many different solutions being applied, but only the process of trial and error will help find out the most effective method. (Note: Answer the questions or complete the statements in NO MORE THAN 20 WORDS) 1. What has been called into question? 2. In the past, publishers cooperate with libraries because ______________. 3. The most important way to use the new technology is to determine ________ 4. According to the passage, how can best solutions be found?

手机使用
分享
复制链接
新浪微博
分享QQ
微信扫一扫
微信内点击右上角“…”即可分享
反馈
收藏 - 刷刷题收藏
举报
参考答案:
举一反三

【单选题】下面有关索引的描述正确的是

A.
建立索引以后,原来的数据库表文件中记录的物理顺序将被改变
B.
索引与数据库表的数据存储在一个文件中
C.
创建索引是创建一个指向数据库表文件记录的指针构成的文件
D.
使用索引并不能加快对表的查询操作

【单选题】删除全部索引的命令是( )。

A.
DELEATE TAG
B.
DELEATE TAG ALL
C.
DROP TAG
D.
DROP TAG ALL

【单选题】数据库表索引的最主要作用是()。

A.
加快数据检索速度
B.
加快写磁盘数据速度
C.
加快读磁盘数据速度
D.
加快数据计算速度

【单选题】索引无序文件是指()

A.
主文件有序,索引表有序
B.
主文件有序,索引表无序
C.
主文件有序,索引表无序
D.
主文件无序,索引表有序

【单选题】下列关于索引表的叙述中,______是正确的。

A.
索引表每个记录的索引项可以有多个
B.
对索引文件存取时,必须先查找索引表
C.
索引表中含有索引文件的数据及其物理地址
D.
建立索引表的目的之一是为减少存储空间

【单选题】在SQL中,建立索引的命令是( )。

A.
CREATE TABLE
B.
CREATE INDEX
C.
CREATE VIEW
D.
INDEX ON

【单选题】关于索引的叙述,不正确的是()。

A.
create index语句表示建立索引
B.
drop index语句表示删除索引
C.
一个基本表上可以建立多个聚簇索引
D.
索引删除后,DBMS会从数据字典中删去有关该索引的描述

【单选题】索引属于

A.
模式
B.
内模式
C.
外模式
D.
概念模式

【单选题】下列哪种不是建立索引的方法:

A.
完全重建法
B.
两边文档遍历法
C.
排序法
D.
归并法

【单选题】索引属于______。

A.
模式
B.
内模式
C.
外模式
D.
概念模式
相关题目:
【单选题】●索引设计属于数据库设计的(54)阶段。(54)
A.
需求分析
B.
概念设计
C.
逻辑设计
D.
物理设计
【单选题】下面有关索引的描述正确的是
A.
建立索引以后,原来的数据库表文件中记录的物理顺序将被改变
B.
索引与数据库表的数据存储在一个文件中
C.
创建索引是创建一个指向数据库表文件记录的指针构成的文件
D.
使用索引并不能加快对表的查询操作
【单选题】删除全部索引的命令是( )。
A.
DELEATE TAG
B.
DELEATE TAG ALL
C.
DROP TAG
D.
DROP TAG ALL
【单选题】数据库表索引的最主要作用是()。
A.
加快数据检索速度
B.
加快写磁盘数据速度
C.
加快读磁盘数据速度
D.
加快数据计算速度
【单选题】索引无序文件是指()
A.
主文件有序,索引表有序
B.
主文件有序,索引表无序
C.
主文件有序,索引表无序
D.
主文件无序,索引表有序
【单选题】( )不属于目录索引。
A.
网易搜索
B.
LookSmart
C.
Yahoo
D.
Google
【单选题】下列关于索引表的叙述中,______是正确的。
A.
索引表每个记录的索引项可以有多个
B.
对索引文件存取时,必须先查找索引表
C.
索引表中含有索引文件的数据及其物理地址
D.
建立索引表的目的之一是为减少存储空间
【单选题】在SQL中,建立索引的命令是( )。
A.
CREATE TABLE
B.
CREATE INDEX
C.
CREATE VIEW
D.
INDEX ON
【单选题】关于索引的叙述,不正确的是()。
A.
create index语句表示建立索引
B.
drop index语句表示删除索引
C.
一个基本表上可以建立多个聚簇索引
D.
索引删除后,DBMS会从数据字典中删去有关该索引的描述
【单选题】索引属于
A.
模式
B.
内模式
C.
外模式
D.
概念模式
【单选题】下列哪种不是建立索引的方法:
A.
完全重建法
B.
两边文档遍历法
C.
排序法
D.
归并法
【单选题】索引属于______。
A.
模式
B.
内模式
C.
外模式
D.
概念模式
刷刷题-刷题-导入试题 - 刷刷题
参考解析:
AI解析
重新生成
题目纠错 0
发布
刷刷题-刷题-导入试题 - 刷刷题刷刷题-刷题-导入试题 - 刷刷题刷刷题-刷题-导入试题 - 刷刷题
刷刷题-刷题-导入试题 - 刷刷题
刷刷题-刷题-导入试题 - 刷刷题
刷刷题-单词鸭