2023-2024-1 20231312 《计算机基础与程序设计》第11周学习总结

发布时间 2023-12-10 21:30:17作者: 周晓欣20231312

作业信息

这个作业属于哪个课程 <班级的链接> 2023-2024-1-计算机基础与程序设计
-这个作业要求在哪里 <作业要求链接>2023-2024-1计算机基础与程序设计第6周作业
这个作业的目标 《计算机基础概论》第15、16章 《C语言程序设计》第10章
作业正文 作业链接

教材学习内容总结
《机》
第十五章
网络的类型、连接、包交换方面的专用名词,开放式系统发育协议、网络地址、区块链的相关知识,理解了信息互联网与价值互联网的区别
第十六章
了解了万维网与Internet之间、HTML与XML之间的区别,学会编写HTML文档、Jave小程序的处理。

《C》
字符串的输入输出,字符串的传递,与指针的结合

教材学习中的问题和解决过程

   **问题一**

  **问题二**结构体做参数变量



 **问题三**两个代码有什么区别,为什么第一个不对


上周考试的错题及分析
1、Which of the following represents an invalid reference to a cell in a spreadsheet?
以下哪一项代表对电子表格中单元格的无效引用?
A. G14..H27 B. J24 C. A3..A7 D. =J24/J23 E. 15B
正确答案: E 我的作答: A

2、Which of the following is a popular technique for designing relational databases?
A. Entity-relationship modeling B. What-if analysis C. Querying D. Grid layout E. Spreadsheet visualization
以下哪项是设计关系数据库的流行技术?A. 实体关系建模 B. 假设分析 C. 查询 D. 网格布局 E. 电子表格可视化
正确答案: A 我的作答: B

3、The relational database model organizes data and relationships into tables.
关系数据库模型将数据和关系组织到表中
正确答案: 正确 我的作答: 错误

4、In a relational database, a table can represent a collection of relationships among objects.
在关系数据库中,表可以表示对象之间关系的集合
正确答案: 正确 我的作答: 错误

5、Strong equivalence in a Turing test means that the human and computer are equivalent in results, but they do not necessarily arrive at the results the same way.
图灵测试中的强等价性是指人和计算机在结果上是等价的,但它们得出结果的方式不一定相同。
正确答案: 错误 我的作答: 正确

6、A high effective weight simulates an inhibited biological neuron.
高有效重量模拟受抑制的生物神经元。
正确答案: 错误 我的作答: 正确

7、Which of the following is the development of a model and the experimental manipulation of that model to observe the results?
A. Simulation B. Gaming C. Game looping D. Rendering E. Beta testing
以下哪项是模型的开发以及对该模型进行实验操作以观察结果?A. 模拟 B. 游戏 C. 游戏循环 D. 渲染 E. Beta 测试
正确答案: A 我的作答: C

8、Which of the following describes the direction at which light bounces off a mirror?
A. Normal vector B. Light vector C. View vector D. Reflection vector E. Transposition vector
以下哪项描述了光从镜子反射的方向?A. 法线向量 B. 光向量 C. 视图向量 D. 反射向量 E. 转置向量
正确答案: D 我的作答: A

9、A picture on the screen that represents a file or a folder is called a pixel.
屏幕上表示文件或文件夹的图片称为像素。
正确答案: 错误 我的作答: 正确

学习进度条

代码行数(新增/累积) 博客量(新增/累积) 学习时间(新增/累积)
目标 5000行 30篇 400时
第11周 200/200 1/2 20/20

参考:软件工程软件的估计为什么这么难
软件工程 估计方法
-计划学习时间:20小时
-实际学习时间:20小时
参考资料
《计算机科学概论》