标签:作业 20221410 问题 错题 2022 2023 程序设计
学期(2022-2023-1) 学号(20221410) 《计算机基础与程序设计》第十周学习总结
作业信息
教材学习中的问题和解决过程
- 问题1:如何创建电子数据表
- 问题1解决方案:正在解决
- 问题2:什么是数据库模式
- 问题2解决方案:网上查找
- ...
代码调试中的问题和解决过程
- 问题1:多个模块使用一个变量
- 问题1解决方案:全局变量
- 问题2:编写程序的模块多
- 问题2解决方案:多个函数
- ...
上周考试错题总结
- 错题1Which of the following describes a reference made by a program relative to itself?
A.
Single contiguous
B.
Logical address
C.
Physical address
D.
Partition
E.
Paged:对分页理解错误
- 错题2Which 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
:翻译错误
学习进度条
|
代码行数(新增/累积) |
博客量(新增/累积) |
学习时间(新增/累积) |
重要成长 |
目标 |
5000行 |
30篇 |
400小时 |
|
第一周 |
200/200 |
2/2 |
20/20 |
|
第二周 |
300/500 |
2/4 |
18/38 |
|
第三周 |
500/1000 |
3/7 |
22/60 |
|
第十周 |
1800 |
15 |
260 |
|
标签:作业,
20221410,
问题,
错题,
2022,
2023,
程序设计
From: https://www.cnblogs.com/zhx0qp4/p/16862412.html