班级链接 https://edu.cnblogs.com/campus/besti/2022-2023-1-CFAP
作业要求 https://www.cnblogs.com/rocedu/p/9577842.html#WEEK08
作业目标 功能设计与面向对象设计 面向对象设计过程 面向对象语言三要素 汇编、编译、解释、执行
作业正文 https://www.cnblogs.com/20221321yang-yu/p/16841670.html
教材学习内容总结
内存管理:
1.单块内存管理:把应用程序在瑞一段连续的内存区域的内存管理方法;
2.分区内存管理:
(1)方法:
固定分区法
动态分区法
基础寄存器
界限寄存器
(2)分区选择法:
最先匹配
最佳匹配
最差匹配
3.页式内存管理

CPU调度
分为非抢先调度与抢先调度

方法:
1.先到先服务:按照顺序一一访问
2.最短作业优先:按照时长进行时长最短优先
3.轮询法:吧处理的时间平均分配给所有准备就绪的程序

代码调试中的问题与解决方法

忘记了定义,在定义之后,程序可以运行

错题总结:
Which of the following is executed by the Java Virtual machine?
A.
Procedure
B.
Interpreter
C.
Bytecode
D.
Paradigm
E.
Compiler
正确答案: C
我的作答: A

Which of the following is a language feature that enforces information hiding?
A.
Encapsulation
B.
Inheritance
C.
Class
D.
Polymorphism
E.
Instantiation
正确答案: A
我的作答: D

Which of the following creates an object from a class?
A.
Encapsulation
B.
Inheritance
C.
Abstraction
D.
Polymorphism
E.
Instantiation
正确答案: E
我的作答: C

A Boolean expression may be an arithmetic expression followed by an integer.
正确答案: 错误
我的作答: 正确

Which of the following language paradigms allows the programmer to express algorithms derived from a top-down design?
A.
Imperative (or procedural)
B.
Functional
C.
Logic
D.
Object-oriented
正确答案: A
我的作答: C

学习进度条

代码行数(新增/累积) 博客量(新增/累积) 学习时间(新增/累积) 重要成长
目标 5000行 30篇 400小时
第一周 200/200 2/2 10/10
第二周 300/500 1/3 18/28
第三周 300/800 1/4 20/48
第四周 300/1200 1/5 20/68
第五周 300/1500 2/7 20/88
第六周 300/1800 1/8 20/108
第七周 300/2100 1/9 20/128
第八周 300/2400 3/12 20/148
第九周 300/2700 1/13 20/168
posted on 2022-10-30 17:05  杨渝  阅读(27)  评论(0编辑  收藏  举报