作业信息

[2020-2021-1信息安全专业导论](https://edu.cnblogs.com/campus/besti/2020-2021-1fois)

[2020-2021-1信息安全专业导论第三周作业]第三周作业(必学,选做) - 作业 - 2021-2022-1信息安全专业导论 - 班级博客 - 博客园 (cnblogs.com)

学习目标

  • 数字分类与计数法
  • 位置计数法
  • 进制转换
  • 模拟数据与数字数据
  • 压缩与解压
  • 数字化
  • 信息安全
  • 加入云班课,参考本周学习资源
  • 自学教材
  • 计算机科学概论第2章,第3章 并完成云班课测试
  • 《看漫画学Python》第2,3章并完成云班课测试

作业正文:2021-2022-1 20211419熊悠越《信息安全专业导论》第3周学习总结 - 20211419 - 博客园 (cnblogs.com)

教材学习内容总结:

《计算机科学概论》:通过第二章和第三章的学习,对二进制有了更深入的了解,其中八进制,十六进制与二进制的联系也有了初步了解,理解了如何将十进制的数字转换成其他基数的数字,了解了二进制对电脑的关键作用,但还未理解其他进制对电脑有什么优缺点。大致知晓了模拟数据和数字数据的用途及其区别。了解了文本压缩,对光栅图形和矢量图形有了大致的了解。

《看漫画学Python》:了解了标识符的大致命名规则,如大小写的区别,首字母必须是下划线(_)或字母,不能为数字等,了解了33个关键字,其中只有False,True,None首字母大写,一般情况语句结束不加分号#(井号)位于行的开头,后面要加一个空格,完成了两个模块间的代码元素访问,了解了数据类型,整数类型,浮点类型,复数类型,布尔类型,布尔类型也是数字类型,是整数类型的一种。

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

问题1.无损压缩是怎么做到压缩信息后还没有损耗的

问题一解决方案:上网搜查后得知,无损压缩格式就是能在不牺牲任何音频信号的前提下,减少WAV文件体积的格式

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

暂无

代码托管

 

 

 

 

上周考试错题总结

错题1:信息安全学科涉及()中的信息安全保障问题。

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

应为ABCD

错题2:信息系统安全的基础是()

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

应为AC

错题3:信息系统安全包含A.设备安全B.数据安全C.网络安全.D.内容安全E.系统安全F.行为安全

应为ABDF

错题4:Which of the folloning occurs when theresults of a calculation are too large torepresent in the computer?A. OverflonB. UnderflonC. ParityD. Cancellation errorE. Representational error

应为A

错题5:Which of the folloning statements is mostclosely associated with Big-O analysis?A. There is more than one way to solve mostproblems.B. The order of magnitude of a function isidentified with the term in the functionthat increases fastest relative to the sizeof the problem.C. Given a program and an input to theprogram, determine if the program willeventually stop nith this input.D. A problem is said to be in Class NP ifit can be solved with a sufficiently largenumber of processors in polynomial time.

应为B

错题6:Software testing is capable of proving the absence of bugs in software.

应为错误

错题7:An algorithm that runs in exponential time is more efficient than one that runs in linear time.

应为错误

错题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:Which of the following terms best describescircuit boards, key6oards, and disk drives?

A. Computing systemB. Computer hardwareC. Computer softwareD. Stored memoryE. Native system tools

应为B

错题10:Which of the following terms best describescircuit boards, key6oards, and disk drives?

A. Computing systemB. Computer hardwareC. Computer softwareD. Stored memoryE. Native system tools

应为E

错题11:What is the name 0f a solid piece ofsilicon that contains transistors, othercomponents, and their connections?

A. WorkstationB. ServerC. Integrated circuitD. motherboardE. Magnetic disk

应为C

错题12:Which of the following is a technique forisolating program pieces by eliminating theability for one piece to access informationin another?

A. Information hidingB. IntegrationC. LayeringD. Bottom-up approachE. Miller' s Law

应为A

错题13:A Vacuum tube was a device used in the first generation of computers to link computers together into a network.

应为错误

错题14:The topic areas in the 1989 computer science curriculum model are the same as those in the 2001 model.

应为错误

错题15:The most prestigious award given in computer science is called the Fields Medal.

应为错误

学习进度条 | | 代码行数(新增/累积)| 博客量(新增/累积)|学习时间(新增/累积)|重要成长| | -------- | :----------------:|:----------------:|:---------------: |:-----:| | 目标 | 5000行 | 30篇 | 400小时 | | | 第一周 | 200/200 | 2/2 | 20/20 | | | 第二周 | 300/500 | 2/4 | 18/38 | | | 第三周 | 400/1000 | 3/7 | 19/60 | |

参考:[软件工程软件的估计为什么这么难](http://www.cnblogs.com/xinz/archive/2011/04/05/2005978.html),[软件工程 估计方法](http://www.cnblogs.com/xinz/archive/2011/04/06/2007294.html) - 计划学习时间:20小时 - 实际学习时间:19小时

参考资料 - [《计算机科学概论》](https://book.douban.com/subject/26877745/),《看漫画学Python》

posted on 2021-10-08 20:29  20211419  阅读(37)  评论(0编辑  收藏  举报