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. Windows系统时间同步出错解决办法(w32tm /register按回车,可能是为了解决时间COM注册的问题)

    有时候我们设置本地时间与Internet时间同步时,经常连接服务器time.windows.com超时,导致时间同步失败,解决办法如下: 利用快捷键"Win+R"调出运行框,输入: ...

  2. BZOJ 1050 枚举+并查集

    思路: 枚举最大边 像Kruskal一样加边 每回更新一下 就搞定了- //By SiriusRen #include <cstdio> #include <cstring> ...

  3. 图解RHEL6从安装光盘中进行yum安装

    图解RHEL6从安装光盘中进行yum安装 导读:我们这里讲的Yum,是Yellow dog Updater, Modified的缩写,可执行程序名为yum,它的理念是使用一个中心仓库(reposito ...

  4. Codefroces A. Saitama Destroys Hotel

    A. Saitama Destroys Hotel time limit per test 1 second memory limit per test 256 megabytes input sta ...

  5. epson 630打印机驱动安装不上

    1号机: 连接到630打印机的电脑 2号机: 通过网络连接到630打印机 *现状: 直接将数据线插在2号机上安装打印机时,驱动安装不上,设备管理器中有“!”号 *原因: 可能是已有一台通过网络连接到1 ...

  6. 好吧,左小波出山了——ie8兼容indexOf问题

    我,还是一个不懂世事的毛头小子,第一次写博.万事开头难,没事咱慢慢来.咳,练文笔吗.我觉得写东西最锻炼逻辑思维,我是一个不善于表达的人,可能是程序员的通病,但你看看人家王小波,八九十年代的作家兼职程序 ...

  7. 学习TF:《TensorFlow实战》中文版PDF+源代码

    深度学习乃至人工智能正逐渐在FinTech领域发挥巨大的作用,其应用包括自动报告生成.金融智能搜索.量化交易和智能投顾.而TensorFlow为金融业方便地使用深度学习提供了可能.<Tensor ...

  8. jQuery 判断是否包含在数组中 jQuery.inArray()

    var arr = [ "mysql", "php", "css", "js" ];   $.inArray(" ...

  9. IDEA 热启动,每次更改代码后不用重启服务

    1.ctrl+Shift+Alt+/,选择Registry 2.勾选 compiler.automake.allow.when.app.running(可能不按首字母排序,可以多找找) 3.Setti ...

  10. flex RemoteObject 的两种使用方法

    这里使用的是django1.6 和 postgreSQL9.0  FlashBuilder4.5 django方面就不说了,根据文档来做,建好模块,配置好数据库等等 创建 gateway 和 time ...