2022-2023-1 20221329《计算机基础与程序设计》第四周学习总结
这个作业属于哪个课程:https://edu.cnblogs.com/campus/besti/2022-2023-1-CFAP
这个作业要求在哪里:https://www.cnblogs.com/rocedu/p/9577842.html#WEEK04
作业目标:学习《计算机科学概论》第4章,第5章《C语言程序设计》第3章和Pep/9虚拟机
作业正文:https://www.cnblogs.com/messiwang/p/disizhou.html
学习内容总结:
学习《计算机科学概论》了解了晶体管的组成原理,门的组合和计算方法。知道了布尔表达式,以及冯·诺依曼体系结构的工作原理。
C语言学会了条件语句的使用,学会了基本的Pep/9虚拟机使用方法。
教材学习中的问题和解决方法:
问题:没有理解各种门之间的关系
解决方法:上课听讲,阅读教材解决了问题
代码调试中的问题:
if while for switch函数后不加分号
Pep/9虚拟机使用
上周错题总结:
The category of numbers called integers includes negative numbers.
正确答案: 正确
你的作答: 错误
Recording the voltage level of an audio signal at regular intervals is called what?
A. Sampling
B. Peak analysis
C. Pulse-code modulation
D. MP3 analysis
E. CD simulation
正确答案: A
Which of the following is data about data, such as the resolution of an image being stored with the image?
A. Scientific notation
B. Keyword encoding
C. Metadata
D. Digital data
E.
Analog data
正确答案: C
What is the largest digit in the decimal number system?
A. 0
B. 9
C. 10
D. 15
E. 16
正确答案: B
学习进度:
代码行数(新增/累积) | 博客量(新增/累积) | 学习时间(新增/累积) | 重要成长 |
---|---|---|---|
目标 | 3000行 | 20篇 | 150小时 |
第一周 | 50/100 | 2/2 | 10/10 |
第二周 | 100/100 | 1/2 | 10/10 |
第三周 | 200/200 | 1/2 | 15/20 |
第四周 | 200/200 | 2/2 | 15/20 |