作业信息
这个作业属于哪个课程:https://edu.cnblogs.com/campus/besti/2022-2023-1-CFAP
这个作业要求在哪里:https://www.cnblogs.com/rocedu/p/9577842.html#WEEK05
作业目标:学习计算机科学概论第6章和《C语言程序设计》第4章
教材学习内容总结
了解pep/9的使用方法
将汇编语言转化为机器语言
学习简单的伪代码,为写程序提供基本思路
了解黑盒 白盒测试的原理和使用条件
教材学习中的问题和解决过程
问题一:什么是伪代码
解决方法:
问题二:如何编写伪代码
解决方法:
上周考试错题总结
1.Which of the following is a computing technique in which multiple processors each contribute one part of an overall computation?
A. Synchronous processing
B. Task-level parallelism
C. Data-level parallelism
D. SIMD (single instructions, multiple data)
E. Rotation delay
我的答案 A 正确答案 B
2.Which type of touch screen has a laminate applied over the glass that conducts electricity, which flows to the finger or stylus when touched?
A. ResistiveB. CapacitiveC. InfraredD. Surface acoustic wave (SAW) 正确答案: B 我的作答: A3.The equation A(B + C) = (AB) + (AC) represents which property (or law) of AND gates?
A. CommutativeB. AssociativeC. DistributiveD. IdentityE. ComplementF. De Morgan's 正确答案: C 我的作答: F 学习进度条代码行数(新增/累计) | 博客量(新增/累计) | 学习时间(新增/累计) | 重要成长 | |
目标 | 2000 | 50 | 500 | |
第一周 | 120 | 2/2 | 20 | |
第二周 | 120 | 2/4 | 20 | |
第三周 | 140 | 1/5 |
20 |
|
第四周 | 200 | 1/6 |
20 |
|
第五周 | 200 | 1/7 |
20 |