## 作业信息
|这个作业属于哪个课程|[2022-2023-1-计算机基础与程序设计](https://edu.cnblogs.com/campus/besti/2022-2023-1-CFAP)|
|这个作业要求在哪里|[2022-2023-1计算机基础与程序设计第四周作业](https://edu.cnblogs.com/campus/besti/2022-2023-1-CFAP/homework/12745)
|这个作业的目标|学会用Pep/9进行代码打印和汇编打印
|作业正文|https://www.cnblogs.com/RoyWang1108/p/16726876.html
## 教材学习内容总结
Pep/9的体系结构包括CPU和存储器
Pep/9的指令格式包括指令说明符和操作数说明符,指令说明符的前四位是操作码(各种操作码指令的意义),第五位为0代表累加器,后三位为寻址模式(000为立即寻址,001为直接寻址)
在使用Pep/9汇编语言时各种助记码、操作数的含义
用Pep/9进行代码打印和汇编打印
## 教材学习中的问题和解决过程
- 问题1:Pep/9汇编语言的助记码的作用是什么?
- 问题1解决方案:暂未解决
## 代码调试中的问题和解决过程
- 问题1:
输入代码未报错但无法输出正确结果
## 上周考试错题总结
- 错题1
The category of numbers called integers includes negative numbers. √
整数包括负数
- 错题2
Recording the voltage level of an audio signal atregular intervals is called what? A
A. Sampling B. Peak analysis C. Pulse-code modulation
D. MP3 analysis E. CD simulation
定期记录音频信号的电压电平被称为采样
- 错题3
Which of the following is not a raster-graphics format? E A. BMP B. GIF C. JPEG D. PNG E. Flash Flash不是光栅图形格式,BMP,GIF,JPEG,PNG都是 - 错题4 Which of the following is data about data, such as the resolution of an image being stored with the image? C A. Scientific notation B. Keyword encoding C. Metadata D. Digital data E. Analog data 元数据(Metadata)是有关数据的数据 - 错题5 Negative numbers cannot be represented using the fixed-sized number representation technique. × 负数能使用固定大小的数字表示技术表示 - 错题6 Huffman encoding uses variable length binary strings to represent particular characters. √ 霍夫曼编码使用可变长度的二进制字符串来表示特定字符## 学习进度条
| | 代码行数(新增/累积)| 博客量(新增/累积)|学习时间(新增/累积)|重要成长|
| -------- | :----------------:|:----------------:|:---------------: |:-----:|
| 目标 | 5000行 | 30篇 | 400小时 | |
| 第一周 | 50/50 | 2/2 | 10/10 | |
| 第二周 | 50/100 | 1/3 | 10/20 | |
| 第三周 | 50/150 | 1/4 | 10/30 | |
| 第四周 | 100/250 | 1/5 | 20/50 | |