2023-2024-1 20231312 《计算机与程序设计》第四周学习总结

发布时间 2023-10-19 22:25:56作者: 周晓欣20231312

作业信息

这个作业属于哪个课程 <班级的链接> 2023-2024-1-计算机基础与程序设计
-这个作业要求在哪里 <作业要求链接>2023-2024-1计算机基础与程序设计第四周作业
这个作业的目标 《计算机基础概论》第4,5章 《C语言程序设计》第3章
作业正文 作业链接

教材学习内容总结
《机》学会了门与电路,布尔代数的性质,了解了计算机元件及其是如何在冯 诺伊曼体系结构中交互的。
《C》学会了算术运算符和表达式,它并不是普通的现实中的运算,添加了许多不一样的东西,也学会了自动类型转换与强制类型转换的不同。

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

感悟思考
英语非常重要,一定要好好学(最起码能看懂题目)。
基于AI的学习

上周考试的错题及分析
第三周测试
The category of numbers called integers includes negative numbers.(数的范畴定标整数不包括复数)
正确答案: 正确 我的作答: 错误
原因:填的时候选错了
A rational number is any number that can be expressed without a fractional part.(有理数是任何可以在没有小数部分的情况下表达的数)
正确答案: 错误 我的作答: 正确
原因:英语没看懂是什么意思
Converting from base 10 to other bases involves dividing by the base into which you are converting until the quotient is 1.
正确答案: 错误 我的作答: 正确
原因:错把其他进制认为是都和二进制一样的算法
Negative numbers cannot be represented using the fixed-sized number representation technique.(负数不能使用固定大小的数字表示)
正确答案: 错误 我的作答: 正确
原因:没读懂题意,认为是说负数不是固定大小的数
Huffman encoding uses variable length binary strings to represent particular characters.
正确答案: 正确 我的作答: 错误
原因:英语没明白,霍夫曼编码知识不记得
第二周测试
我国信息安全领域的工作经历了()三个阶段
A. 通信保密B. 计算机安全C. 信息安全D. 信息安全保障E. 网络空间安全
正确答案: ACD 我的作答: ACE
原因:知识点不清楚
信息系统安全的基础是()
A. 硬件系统安全B. 密码C. 操作系统安全D. 网络安全
正确答案: AC 我的作答: ACD
原因:同上
信息安全主要包含:
A. 信息的秘密性B. 信息的完整性C. 信息的可用性D. 信息的传输性
正确答案: ABC 我的作答: ABCD
原因:同上
Which of the following statements is most closely associated with Big-O analysis?
A. There is more than one way to solve most problems.
B. The order of magnitude of a function is identified with the term in the function that increases fastest relative to the size of the problem.
C. Given a program and an input to the program, determine if the program will eventually stop with this input.
D. A problem is said to be in Class NP if it can be solved with a sufficiently large number of processors in polynomial time.
正确答案: B 我的作答: C
原因:英语看不懂
Software testing is capable of proving the absence of bugs in software.(软件测试可证明软件中没有错误)
正确答案: 错误 我的作答: 正确
原因:如见测试不能覆盖所有情况和所有输入情况。以偏概全。
The halting problem is an unsolvable problem.(停顿问题不可解决)
正确答案: 正确 我的作答: 错误
原因:知识点不明确
Software requirements are broad but precise statements outlining what is to be provided by a software product.(软件需求是广泛精确的陈述,概述软件产品要提供的内容)
正确答案: 正确 我的作答: 错误
原因:同上
What is the name of a solid piece of silicon that contains transistors, other components, and their connections?(包含晶体管,其他组件机器连接的固体硅片的名称)
A. WorkstationB. ServerC. Integrated circuitD. MotherboardE. Magnetic disk
正确答案: C 我的作答: D
原因:题没看明白
学习进度条

代码行数(新增/累积) 博客量(新增/累积) 学习时间(新增/累积)
目标 5000行 30篇 400时
第4周 200/200 2/2 20/20

参考:软件工程软件的估计为什么这么难
软件工程 估计方法
-计划学习时间:20小时
-实际学习时间:20小时
参考资料
《计算机科学概论》