班级链接:https://edu.cnblogs.com/campus/besti/2022-2023-1-CFAP
作业要求:https://www.cnblogs.com/rocedu/p/9577842.html#WEEK08
作业目标:作业目标:《C语言程序设计》第11章
作业正文:https://www.cnblogs.com/20221311fangyouchao/p/16909077.html
教材内容总结
C语言程序设计第11章
①指针和一维数组的关系:数组可以看作一个指针,它的的地址就是数组首位元素的地址,即&a[0],他的存取的地址t同样就是&a[0]。
当对指针a进行指针运算,实际上就是对指针a存取的的地址进行运算。
②指针和二维数组的关系:,函数名解引用完是函数名[ ]的地址,函数名[ ]再解引用后才是第一个元素的地址。
上周错题总结
1.Devices on what type of network always communicate using radio waves or infrared signals?
A. Local-area network (LAN)B. Wide-area network (WAN)C. Metropolitan-area network (MAN)D. Wireless networkE. The Internet
正确答案: D 我的作答: A
2.The layered approach to networking allows new protocols to be developed without abandoning fundamental aspects of lower levels.
正确答案: 正确 我的作答: 错误
3.IPv6 operates in parallel with IPv4 addressing, creating essentially two parallel networks.
正确答案: 正确 我的作答: 错误
4.TCP/IP is a seven-layer breakdown of network interaction used to facilitate communication standards.
正确答案: 错误 我的作答: 正确
5.In the name www.apple.com, apple.com is the top-level domain name.
正确答案: 错误 我的作答: 正确
6.Which of the following is the primary mechanism for representing the content of a web page?
A. HTMLB. TagC. AttributeD. CookieE. Hypertext
正确答案: A 我的作答: E
7.Which of the following is a Java program designed to be embedded into a web page and executed in a browser?
A. XMLB. AppletC. ScriptletD. XSLE. Metalanguage
正确答案: B 我的作答: C
8.Instant messages are encrypted before they are sent.
正确答案: 错误 我的作答: 正确
代码行数(新增/累计) | 博客量(新增/累计) | 学习时间(新增/累计) | 重要成长 | |
目标 | 3000行 | 20篇 | 150小时 | |
第十周 | 400/400 | 1篇 | 22/22 | |
第十一周 | 400/400 | 1篇 | 23/25 | |
第十二周 | 450/450 | 1篇 | 20/28 | |
第十三周 | 0/450 | 0篇 | 0/28 |