这个作业属于哪个课程:https://edu.cnblogs.com/campus/besti/2022-2023-1-CFAP
这个作业要求在哪里:https://www.cnblogs.com/rocedu/p/9577842.html#WEEK05
作业目标:学习计算机科学概论第6章和《C语言程序设计》第4章
作业正文:https://www.cnblogs.com/20221321yang-yu/p/16749024.html
教材内容学习:
1.学习使用pep9
2.学习伪代码
教材学习中的问题和解决过程
1.不清楚伪代码存在的意义
解决方法:上网搜索

代码调试中的问题和解决过程
1.使用linux调试时很卡壳,不知道1怎么做
解决方法:与同学讨论,与他们交流,搞懂流程
上周考试错题总结
1.The following equation is an example of which Boolean algebra property?
A.
Commutative
B.
Associative
C.
Distributive
D.
Identity
E.
Complement
F.
De Morgan's law
正确答案: B
我的作答: A
2.A NAND gate and an AND gate produce opposite output.
正确答案: 正确
我的作答: 错误
3.Which of the following is a device that allows a computer to connect to the Internet?
A.
Hertz
B.
Pentium 4
C.
Random access
D.
Cycles per second
E.
Modem
正确答案: E
我的作答: C
4.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
正确答案: B
我的作答: D

posted on 2022-10-02 16:57  杨渝  阅读(24)  评论(0编辑  收藏  举报