作业信息
所属班级: https://edu.cnblogs.com/campus/besti/2022-2023-1-CFAP
作业要求: https://www.cnblogs.com/rocedu/p/9577842.html#WEEK03
作业目标: 学习《计算机科学概论》的第4、5章
作业正文:https://www.cnblogs.com/20221321yang-yu/p/16728587.html
教材学习内容总结
1.学习了逻辑门的分类:与、或、非、异或,与非,或非
2.知道了一切数据在计算机中是以补码的形式存在
3.学会使用Pep9,生动的看到数据的储存与运行
代码调试中的问题和解决过程
问题:在敲长串代码时会十分粗心,一个括号或者是一个分号都会造成程序的无法运行,有时候一个错误会引起一系列的错误,导致难以去分辨到底是错了
解决方法:去答疑与同学们讨论,同学细心的指出错误
上周考试错题总结
1.
Which of the following is a unit in an abstract mathematical system subject to the laws of arithmetic?
A.
Number
B.
Natural number
C.
Integer
D.
Negative number
E.
Rational number
正确答案: A
我的作答: D
错因:只要是数就会被算法约束,当时没看明白
2.
Which of the following is the number 0 or any number obtained by repeatedly adding 1 to it?
A.
Number
B.
Integer
C.
Natural number
D.
Rational number
E.
Negative number
正确答案:c
我的答案:D
错因:有理数才对
3.The category of numbers called integers includes negative numbers.
正确答案: 正确
我的作答: 错误
错因:这个真的脑子抽了
4.The value of each position in a number system is determined by subtracting the base from the position number.
正确答案: 错误
你的作答: 正确
错因:对数字系统概念不熟悉,上网查了一下

posted on 2022-09-25 19:35  杨渝  阅读(38)  评论(0编辑  收藏  举报