其他分享
首页 > 其他分享> > 2021-2022-1 20211415 《信息安全专业导论》第三周学习总结

2021-2022-1 20211415 《信息安全专业导论》第三周学习总结

作者:互联网

教材学习内容总结

python第二三章我花了一个半小时吧,基本掌握并且跟着书中的步骤全部走了一遍,其中有曲折,也遇到了自己解决不了的问题,但是上网查查再问问已经做过的同学,我觉得还算是比较容易的,对于之前没有接触过这类东西的我还是能够接受并且理解的。主要是了解了python的一些基本知识,标识符,以及它的命名规则,关键字,表达式,以及一些基本代码的格式,还有数字类型,整数,浮点,复数和布尔。

教材第二三章我看了之后了解到了进制的知识,并且能够自己进行一些比较容易的进制转换,但最重要的是把数据数字化的方法以及试例,还有对数据进行补码,以免出现负数导致问题复杂。还有就是实数的浮点表示法和文本表示法。

教材学习中的问题和解决过程

问题:为什么输入其他数字例如3会被转换成ture,但布尔值的ture转换成整数等等时会被默认为1

解决方案:上网查询,发现这只是一种定义,应该与数学中的映射有点相像。

代码调试中的问题和解决过程

问题:创建模块时总是会出现错误,自己又不知道错误在哪儿,开始还把两个模块写到了一个运行框里面

解决方案:询问同学,知道了要用英文版的字符,特别是‘’这两个符号,必须把输入法调成英文,并且两个模块要写在两个运行框里面

[代码托管]

 

 

 

 

上周考试错题总结

1.信息安全学科的研究方向有(ABCDE) ABCD

A.密码学   B.网络安全   C.信息系统安全   D.信息内容安全   E.信息对抗

我没有意识到信息对抗也是研究方向之一,对信息安全学科还是有认识不足

2.我国信息安全领域的工作经历了(ACD)三个阶段ACE

A.通信保密   B.计算机安全   C.信息安全   D.信息安全保障   E.网络空间安全

概念不清楚

3.信息安全学科涉及(ABCD)中的信息安全保障问题。BC

A.信息获取   B.信息存储   C.信息传输   D.信息处理

4.信息系统安全的基础是(AC)ACD

A.硬件系统安全   B.密码   C.操作系统安全   D.网络安全

A computer with a parallel architecture uses multiple transistors to solve a problem.

正确          错误

并行结构的计算机依靠的是一套互相连接的中央处理器

5.Ada Augusta, Countess of Lovelace, is credited with being the first programmer.

正确          错误

书上明确有介绍过,当时理解错了

6.Which of the following is a technique forisolating program pieces by eliminating theability for one piece to access informationin another?A

A. Information hiding   B. Integration   C.Layering    D. Bottom-up approach   E.Miller's Law

隔离两个程序段运用信息隐藏

7.Which of the following is an applicationpackage?E

A.FORTRAN   B. Assembly language   C.C++   D. Object-oriented program   E. Word processor

FORTRAN是一个语言,不是程序包

8.A walk-through is a verification method inwhich a team member reads the programor design aloud line by line and other teammembers point out errors.

正确          错误

定义:一种检查软件错误的活动。由开发人员普查程序代码或软件设计文档,分析和模拟软件的执行,以发现其中的错误。可由其他相关人员参与检查、分析、提出问题并进行评审。

是由开发人员发现错误

9.Most large software projects are designedby a team of designers and then given to asingle person to implement.

正确          错误

都是团队运作,不是个人

10.Representational error and round-off errorare synonyms.

正确          错误

两者意义基本相同

11.Software testing is capable of proving theabsence of bugs in software.

正确          错误

仅能确认有缺陷,而不能确认没有缺陷

All of the following project or system breakdowns occurred as a result ofsoftware errors, except:E

A. the 9-hour failure of the AT&T long-distance network in 1990

B.massive radiation overdoses by Therac-25 radiation therapy machinesbetween 1985 and 1987.

c. aU.S. Patriot Missile battery's failure to track and intercept an incoming IraqiScud missile that killed and injured American troops in Saudi Arabia duringthe Persian Gulf War in 1991.

D. the Mars Climate Orbiter entering the Martian atmosphere about 100 kilometers lower than expected, causingthe craft to burn up.

E.periodically miscalculated spreadsheet data completed on computers manufactured by IBM, Compaq,Dell, Gateway 2000, and other IBM-compatible PCs beginning in 1994.

计算错误的电子表格数据与软件错误无关

12.Which of the following occurs when theresults of a calculation are too large torepresent in the computer?A

A. Overflow   B.Underflow   C. Parity   D.Cancellation error   E. Representational error

计算结果太大计算机溢流,溢出的本质是计算机无法存放过大或者过小的数据,反应了计算机处理能力的上限和下限。

 

其他(感悟、思考等,可选)

学习进度条

  代码行数(新增/累积) 博客量(新增/累积) 学习时间(新增/累积) 重要成长
目标  5000行 30篇 400小时  
第一周 0/0 2/2 5/5  
第二周 0/0 2/4 8/13  
第三周 100/100 1/5 12/25 学习了python

 

 

标签:正确,错误,20211415,信息安全,python,2021,2022,following,100
来源: https://www.cnblogs.com/asdlg321/p/15389633.html