CISA 每日一题(答)

一个合理建造的数据仓库应当支持下列三种基本的查询格式:

1、向上溯源和向下溯源——向上溯源是对数据进行总计;向下溯源是将数据进行细化;

2、交叉溯源——通过通用属性访问数据仓库中内容有交叉的信息

3、历史分析——数据仓库应当储存具有时间变量的数据,支持数据历史分析   IT 服务包括: 信息系统运行、IT 服务和信息系统管理,以及负责支持的群体

CISSP每日一题

以下哪项技术描述了在单个计算机系统中使用多个处理器来增加计算机应用环境中的计算性能?

A. 流水线

B. 多任务

C. 多道程序设计

D. 多重处理

Answer: D Multiprocessingis an organizational technique in which a number of processor units areemployed in a single computer system to increase the performance of the systemin its application environment above the performance of a single processor ofthe same kind. In order to cooperate on a single application or class ofapplications, the processors share a common resource. Usually this resource isprimary memory, and the multiprocessor is called a primary memorymultiprocessor. A system in which each processor has a private (local) mainmemory and shares secondary (global) memory with the others is a secondarymemory multiprocessor, sometimes called a multicomputer system because of thelooser coupling between processors. The more common multiprocessor systemsincorporate only processors of the same type and performance and thus arecalled homogeneous multiprocessors; however, heterogeneous multiprocessors arealso employed. A special case is the attached processor, in which a secondprocessor module is attached to a first processor in a closely coupled fashionso that the first can perform input/output and operating system functions,enabling the attached processor to concentrate on the application workload.

CISA每日一题

针对正在考虑购置的新应用程序软件包,IS审计师评估其控制规范的最佳时间是在:

A .内部实验测试阶段。

B .测试和用户接受之前。

C .需求收集期间。

D .可行性研究阶段。

答案:C IS审计师的最佳参与时间是在应用程序软件开发或购置的需求定义开始之时。这是审查供应商及其产品的最好机会。后期参与(如在测试或接受阶段)会导致资源限制,妨碍完整评估。IS审计师的早期参与也会最大程度地减少对给定解决方案的业务承诺需求,其随着流程的继续可能会难以克服。但是,在可行性分析阶段评估控制可能还为时过早。

CISP每日一题

审核在实施审核时,所使用的检查表不包括的内容有?

A.审核依据

B.审核证据记录

C.审核发现

D.数据收集方法和工具

【答案】 C

CISP/CISA 每日一题 11的更多相关文章

  1. CISP/CISA 每日一题 五

    CISA 每日一题(答) 信息系统审计师要确认系统变更程序中的: 1.变更需求应有授权.优先排序及跟踪机制: 2.日常工作手册中,明确指出紧急变更程序: 3.变更控制程序应同时为用户及项目开发组认可: ...

  2. CISP/CISA 每日一题 22

    CISSP 每日一题(答)What should be done to verify patcheshave been applied? Auditpatches, or use a vulnerab ...

  3. CISP/CISA 每日一题 21

    CISSP 每日一题(答)What is the term that identifies data ona disk after the data has supposedly been erase ...

  4. CISP/CISA 每日一题 20

    CISSP 每日一题(答) What methods can be used to protectmobile devices such as a smartphone? Encryption,GPS ...

  5. CISP/CISA 每日一题 19

    CISSP 每日一题(答)What determines how often an audit should be performed? Risk     What policy requires u ...

  6. CISP/CISA 每日一题 18

    CISSP 每日一题(答)What is the purpose of an access review and audit? Checkto ensure that users do not hav ...

  7. CISP/CISA 每日一题 17

     CISSP 每日一题(答) What are often added to passwords to maketheir resultant hash secure and resistant to ...

  8. CISP/CISA 每日一题 16

    CISA 每日一题(答) 作业调度软件的优点: 1.作业信息仅需建立一次,减少错误发生概率: 2.可定义作业间的依赖关系,当某一项作业失败时,依赖于该作业的后续作业就不会被执行: 3.所有成功或失败的 ...

  9. CISP/CISA 每日一题 15

    CISA 每日一题(答) 作业记帐: 监控和记录信息系统资源的使用,这些信息可被信息系统审计师用来执行: 1.将资源使用和相关用户挂钩以便实行计费: 2.通过改变系统软件的默认设置来最优化硬件性能 作 ...

随机推荐

  1. iOS Code Sign error: Provisioning profile can't be found 解决方式

    出现error的过程:在执行另外一个xcode项目重置了code sign.回到原来的项目的时候出现这个error 修复方法: targe-build settings-code signing id ...

  2. 【HeadFirst设计模式——开篇】

    近期在看HeadFirst,接下来的一段时间会陆续更新有关HeadFirst设计模式相关的文章.记得非常久之前在学习大话设计模式的时候,仅仅是走马观花的大致走过一遍.至于里面非常多东西都掌握的不是非常 ...

  3. Java定时器TimeTask

    package com.alan.timer; import java.util.Calendar;import java.util.Date;import java.util.Timer;impor ...

  4. vim 脚本之快速打印log

    " zsl_log.vim " Version: 1.0 if exists("g:zsl_loaded_log") || &cp || v:versi ...

  5. python 写了一个批量拉取文件进excel文档

    路径如: C:\\Users\\huaqi\\Desktop\\信息收集 “信息收集”目录下有以下子目录:[技术,客服,运营,行政] “技术”目录下有以下子文件:[小白.txt,小红.txt,小黑.t ...

  6. 使用 HTML5 canvas制作拾色器

    自制的拾色器漂亮吧,哈哈 废话不多说直接上代码,希望可以帮到需要的朋友 <html><head>    <style>        .canvas_color{p ...

  7. 【Henu ACM Round#16 C】Graph and String

    [链接] 我是链接,点我呀:) [题意] 在这里输入题意 [题解] 根据题意:先明确以下规则: 1.如果两个点之间没有边,那么这两个点只能是a或c,且不能相同 2.如果两个点之间有边,那么他们之间的差 ...

  8. Android设计模式(七)--原型模式

    1.定义: 用原型实例指定创建对象种类,并通过拷贝这些原型创建新的对象. 2.目的: 从一个对象创建另外一个可定制的对象,而不须要知道不论什么创建细节. 3.作用: 3.1.简化对象的创建. 3.2 ...

  9. 【剑指Offer学习】【面试题27:二叉搜索树与双向链表】

    题目:输入一棵二叉搜索树,将该二叉搜索树转换成一个排序的双向链表.要求不能创建不论什么新的结点.仅仅能调整树中结点指针的指向. 比方输入图4.12 中左边的二叉搜索树,则输出转换之后的排序现向链表. ...

  10. session timer(一)

    功能介绍 SIP并没有为所建立的会话定义存活机制. 虽然用户代理能够通过会话特定的机制推断会话是否超时,可是代理server却做不到这点. 如此一来.代理server有时会无法推断会话是否还是活动的. ...