CISP/CISA 每日一题 11
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的更多相关文章
- CISP/CISA 每日一题 五
CISA 每日一题(答) 信息系统审计师要确认系统变更程序中的: 1.变更需求应有授权.优先排序及跟踪机制: 2.日常工作手册中,明确指出紧急变更程序: 3.变更控制程序应同时为用户及项目开发组认可: ...
- CISP/CISA 每日一题 22
CISSP 每日一题(答)What should be done to verify patcheshave been applied? Auditpatches, or use a vulnerab ...
- CISP/CISA 每日一题 21
CISSP 每日一题(答)What is the term that identifies data ona disk after the data has supposedly been erase ...
- CISP/CISA 每日一题 20
CISSP 每日一题(答) What methods can be used to protectmobile devices such as a smartphone? Encryption,GPS ...
- CISP/CISA 每日一题 19
CISSP 每日一题(答)What determines how often an audit should be performed? Risk What policy requires u ...
- CISP/CISA 每日一题 18
CISSP 每日一题(答)What is the purpose of an access review and audit? Checkto ensure that users do not hav ...
- CISP/CISA 每日一题 17
CISSP 每日一题(答) What are often added to passwords to maketheir resultant hash secure and resistant to ...
- CISP/CISA 每日一题 16
CISA 每日一题(答) 作业调度软件的优点: 1.作业信息仅需建立一次,减少错误发生概率: 2.可定义作业间的依赖关系,当某一项作业失败时,依赖于该作业的后续作业就不会被执行: 3.所有成功或失败的 ...
- CISP/CISA 每日一题 15
CISA 每日一题(答) 作业记帐: 监控和记录信息系统资源的使用,这些信息可被信息系统审计师用来执行: 1.将资源使用和相关用户挂钩以便实行计费: 2.通过改变系统软件的默认设置来最优化硬件性能 作 ...
随机推荐
- [9]EC_屏蔽ecshop云提示no_license
安装完后,打开后台就看到这个,特别烦,想立刻干掉它. watermark/2/text/aHR0cDovL2Jsb2cuY3Nkbi5uZXQvdXB0b255dWFu/font/5a6L5L2T/f ...
- HDU 4572 Bottles Arrangement
具体的证明:点击打开链接 我的想法: 要想保证题目所说 构造最小行的和,仅仅能是这样的情况 ..... m-3 m-2 m-1 m | m m-1 m-2 m-3 ...
- 78.Nodejs基础中间件Connect
转自:https://www.cnblogs.com/chris-oil/p/5625437.html 前言 “中间件”在软件领域是一个非常广的概念,除操作系统的软件都可以称为中间件,比如,消息中间件 ...
- 2015合肥网络赛 HDU 5492 Find a path 动归
HDU 5492 Find a path 题意:给你一个矩阵求一个路径使得 最小. 思路: 方法一:数据特别小,直接枚举权值和(n + m - 1) * aver,更新答案. 方法二:用f[i][j] ...
- Sqoop-1.4.6工具import和export使用详解(官网)
不多说,直接上干货! 1.Sqoop Import (进入官网) 因为,sqoop的使用方式是: sqoop COMMAND ARGS. 以下是 sqoop COMMAND ARGS 以下是 ...
- codeforces 710A King Moves(水)
output standard output The only king stands on the standard chess board. You are given his position ...
- py2exe打包python脚本
在工作中遇到将python脚本转换成exe可执行程序的需求,通过查询可以使用py2exe来构建满足要求的程序,这里简要说明一下使用步骤. 一.py2exe是一个将python脚本转换成windows上 ...
- 【hdu 1429】胜利大逃亡(续)
[Link]: [Description] 给你一个n*m的格子; 里面有钥匙,以及钥匙能开的门; 以及墙,以及起点,以及出口; 问你从起点出发,到出口的话,能不能在t时间内到; [Solution] ...
- EditPlus,UltraEdit等编辑器列选择的方法
在使用富文本编辑器的时候,通常模式是行选择状态,由于今天想使用EditPlus列选择状态, 于是通过在网上收集的资料,总结出相关富文本编辑器的列选择的方法. EditPlus 1)菜单:编辑 -&g ...
- C#与Linux守护进程
用C#编写Linux守护进程 如果要在Red Hat Enterprise Linux上将.NET Core进程作为后台进程运行,则可以创建自定义systemd单元.今天我将为.NET Core编 ...