2022-2023-1 20221404 《计算机基础与程序设计》第十周学习总结
作业信息
教材学习内容总结
1、阅读《计算机科学概论》12、13、14章,了解了信息系统及电子制表软件的应用,数据通过其的处理过程。了解了人工智能的各方面及图灵测试。了解了计算机模拟的应用分类。
2、阅读了《C语言程序设计》第九章部分,了解了指针的意义及定义。
教材学习中的问题和解决过程
- 问题1:人工神经网络中元素的权怎么通过训练确定的?
- 问题1解决方案:未解决
代码调试中的问题和解决过程
- 问题1:汉诺塔递归调用时不会
- 问题1解决方案:网上查找代码,不明白怎么实现参数的更改,怎么做到移动的。
再次查找视频,发现参数的改变时从调用函数是不同的输入做到的。
上周考试错题总结
- 错题1及原因,理解情况
To which state does the currently executing process return when it is interrupted by the operating system?
A.
Ready
B.
New
C.
Waiting
D.
Terminated
E.
Running
正确答案: A
你的作答: C
答:返回准备状态
- 错题2及原因,理解情况
Which of the following describes a CPU scheduling algorithm in which each process is given a small amount of time to use the CPU before being forced to wait until its turn comes around again?
A.
Shortest-job-next
B.
First-come, first-served
C.
Time slice
D.
Round robin
E.
Turnaround time
正确答案: D
你的作答: C
答:循环使其可以少量使用cpu
- 错题3及原因,理解情况
If a program is loaded into memory beginning at address 555555, what is the physical address of relative address 333333?
A.
222222
B.
888888
C.
555555
D.
333333
E.
888888011
正确答案: B
你的作答: A
答:程序开头存储在555555,再加上333333得到物理地址
- 错题4及原因,理解情况
Which of the following is a disk-scheduling algorithm that moves disks heads by the minimum amount necessary to satisfy any pending request?
A.
First-come, first-served
B.
SCAN
C.
Shortest-seek-time-first
D.
Latency
E.
Seek time
正确答案: C
你的作答: A
答:最短寻道可达到请求所需的最小量
学习进度条
|
代码行数(新增/累积) |
博客量(新增/累积) |
学习时间(新增/累积) |
重要成长 |
目标 |
5000行 |
30篇 |
400小时 |
|
第一周 |
200/200 |
2/2 |
20/20 |
|
第二周 |
300/500 |
2/4 |
18/38 |
|
第三周 |
500/1000 |
3/7 |
22/60 |
|
第四周 |
300/1300 |
2/9 |
30/90 |
|
第五周 |
400 |
2 |
|
20 |
第六周 |
400 |
3 |
20 |
|
第七周 |
400 |
2 |
20 |
|
第八周 |
500 |
2 |
15 |
|
第九周 |
300 |
3 |
15 |
|
第十周 |
500 |
1 |
20 |
|
参考资料