一起答
单选

●系统故障的恢复 (48) 

(48)

  • A.仅需要使用日志   
  • B.仅需要使用备份
  • C.必须使用日志和备份   
  • D.仅需要使用日志或备份
参考答案
查看试卷详情
相关试题
  1. ●要使4个连续的C类网络汇聚成一个超网,则予网掩码应该为(70) 。

    (70)

    • A. 255.240.0.0 
    • B.255.255.0.0   
    • C.255.255.252.0 
    • D.255.255.255.252
  2. ●R

    • avi, like many project&n
    • bsp; (71) ,had studied the waterfall model of software development as the primary software life-
    • cycle (72) .He was all set to use it for an upcoming project, his first assignment. However, Ravi foun
    • d that the waterfall model could not be used because the customer wanted the software delivered in stages, something that implied that the system had to be delivered and built in (73) and not as (74) .The situation in many other projec
    • choice. To be the most suitable, an existing process must be (75) to the new problem.Adevelopment process, even after tailoring, generally cannot handle change requests. Toaccommodate change requests without losing control of the project, you mu
  3. ●“三网合一”的三网是指(69)。

    (69)

    • A.电信网、广播电视网、互联网
    • B.物联网、广播电视网、电信网
    • C.物联网、广播电视网、互联网
    • D.物联网、电信网、互联网
  4. ●ARP协议属于 (66) 协议,它的作用是 (67) 。

    (66)

    • A.物理层   
    • B.数据链路层 
    • C.网络层  
    • D.传输层    (67)
    • A.实现MAC地址与主机名之间的映射
    • B.实现IP地址与MAC地址之间的变换
    • C.实现IP地址与端口号之间的映射
    • D.实现应用进程与物理地址之间的变换
  5. ●下面关于集线器与交换机的描述中,错误的是(68) 。

    (68)

    • A.交换机是一种多端口网桥
    • B.交换机的各个端口形成一个广播域
    • C.集线器的所有端口组成一个冲突域
    • D.集线器可以起到自动寻址的作用
  6. ●数据仓库通常采用三层体系结构,中间层为(64)。

    (64)

    • A.数据仓库服务器   
    • B.OLAP服务器
    • C.查询和报表工具   
    • D.数据挖掘工具
  7. ●回答“银行根据历史数据判断一个新的申请贷款人是否有偿还贷款的能力”这一问题的数据挖掘知识发现类型属于(65)。

    (65)

    • A.关联规则   
    • B.特征描述   
    • C.分类   
    • D.聚类
  8. ●E-R图转换为关系模型时,对实体中的多值属性采用的方法是 (60),得到的关系模式属于 (61)。

    (60)

    • A.将实体的码分别和每个多值属性独立构成一个关系模式
    • B.将多值属性和其它属性一起构成该实体对应的关系模式
    • C.多值属性不在关系中出现
    • D.所有多值属性组成一个关系模式    (61)
    • A.2NF   
    • B.3NF   
    • C.BCNF   
    • D.4NF
  9. ●以下的SQL 99语句,Student与Person之间的关系是 (62) 。

    CREATE TYPE Person(

         name char(20),

    • address varchar(50));
    • CREATE TYPE Student(    under Person    (degree char(20)
    • department char(20));    (62)
    • A.类型继承   
    • B.类型引用   
    • C.表继承  
    • D.无任何关系
  10. ●需求分析阶段,用于描述业务处理流程及各项业务处理所使用数据的图是(58)。

    (58)

    • A.数据流图   
    • B.类图   
    • C.E-R图   
    • D.用例图