
【名词&注释】
审计工作(audit work)、游泳池(swimming pool)、圆周率(pi)、暴力破解、单元格(unit grid)、有利于(beneficial to)、所有人(owner)、const关键字、源程序文件
[单选题]以下哪一项不是跨站脚本攻击?()
A. 给网站挂马
B. 盗取COOKIE
C. 伪造页面信息
D. 暴力破解密码
查看答案&解析
点击获取本科目所有试题
举一反三:
[单选题]●试题六阅读下列程序说明和C++代码,将应填入(n)处的字句写在答卷的对应栏内。
A. 【说明】
B. 源程序中定义了Circle类与Money类,Circle类可对半径为r的圆进行周长与面积的计算,而Money类用于计算一圆形游泳池的造价。游泳池四周有原形过道,过道外围上栅栏,过道宽度为3米,根据键入的游泳池半径,每米栅栏价格及每平方米过道价格,即可计算出游泳池的造价。请按要求完成下列操作,将程序补充完整。
C. ①定义符号常量PI(值为3.14159f)与WIDTH(值为3.00f),分别用于表示圆周率与过道的固定宽度。
D. ②定义Circle类默认构造函数,把私有成员radius初始化为参数r的值。
E. ③完成Money类默认构造函数的定义,把私有成员FencePrice(每米栅栏的价格)、 ConcretePrice(每平方米过道的价格)初始化为参数f,c的值。
F. ④完成Money类成员函数float Money::TotalMoney(float fencelen, float conarea)的定义,根据参数fencelen(栅栏的长度)和conarea(过道的面积),返回栅栏与过道的总造价。
G. 注意:除在指定位置添加语句之外,请不要改动程序中的其他内容。
H. 源程序文件test4.cpp清单如下:
I. include
J. (1)
K. class Circle
L. {
M. private:
N. float radius;
O. public:
P. (2)
Q. float Circumference(){return 2 * PI * radius;}
R. float Area(){return PI * radius * radius;}
S. };
T. class Money
U. {
V. private:
W. float FencePrice;
X. float ConcretePrice;
Y. public:
Z. Money(float f,float c);
[单选题]以下关于项目总结的描述中,错误的是(70)。
A. 项目总结用于检查项目团队成员及相关干系人是否按规定履行了所有责任
B. 项目总结属于项目收尾的技术收尾,必须进行文档化管理
C. 项目总结会需要全体参与项目的成员都参加,并由全体讨论形成文件
D. 项目总结会应对项目进行自我评价,以利于项目评估和审计工作的开展
[多选题]● Information is no good to you if you can't(71)it. The location dimension of information means having access 'to information no matter where you are.Ideally in other words, your location or the information's location should not matter. You should be able to access information in, a hotel roots; at home; in the student center of your camp, at work, on the spur of the moment while walking down the street; or even while traveling on an airplane.This location dimension is closely, related to (72) and wireless computing (and alsoubiquitous computing).To keep certain information private and secure while providing remote access for employees; many businesses are creating intranets. An intranet is an (73) organization internet that is guarded against. outside access by a special(74)feature called a Firewall (which can be software,hardware,or a combination of the two). So, if your organization has an intranet and you want to access information on it while away from the office, all you need is Web access and the password that will allow you (75) the firewall.
A. access
B. make
C. learn
D. bring
E. data B.program C.mobile D.information
[单选题]HTML中标记用于定义表格的( )。
A. 行
B. 列
C. 单元格
D. 标题
本文链接:https://www.zhukaozhuanjia.com/download/rld5rv.html
推荐阅读