课程 | 2022-2023-1-计算机基础与程序设计 |
---|---|
要求 | 2022-2023-1计算机基础与程序设计第十二周作业 |
这个作业的目标 | 学习动态内存分配函数 一维数组与指针 二维数组与指针 |
作业正文 | https://www.cnblogs.com/20221321yang-yu/p/16909846.html |
教材学习内容总结
C语言程序设计》:这一章首先更加深入地讲述了数组与指针之间的关系尤其是二维数组与指针的关系,之后有讲述了指针在多个方面的应用让内容更加形象。同时又讲述了如何动态分配内存以及分配内存时常常存在的一些问题以及解决对策。最后又介绍了缓冲区溢出攻击。
代码调试中的问题与解决过程
无
上周错题总结
Which of the following provides a way to uniquely identify a single computer among all others on the Internet?
A.
Backbone
B.
Firewall
C.
Bandwidth
D.
Packet switching
E.
Hostname
正确答案: E
我的作答: B
Which of the following would correspond to an organization, such as a university or company?
A.
IP address
B.
Domain name
C.
Top-level domain
D.
MIME type
E.
Hostname
正确答案: B
我的作答: C
In the name www.apple.com, apple.com is the top-level domain name.
正确答案: 错误
我的作答: 正确
In an HTML document, what section contains the information to be displayed?
A.
Head
B.
Body
C.
HTML
D.
Style
正确答案: B
我的作答: C
Which of the following allows the user to define the tags used to markup document content?
A.
HTML
B.
XML
C.
Chemistry Markup Language (CML)
D.
URL
E.
Java applet
正确答案: B
我的作答: E
A social network is a collection of related web pages.
正确答案: 错误
我的作答: 正确
Metalanguage is a specification of the organization of an XML document.
正确答案: 正确
我的作答: 错误
学习进度条
代码行数(新增/累积) | 博客量(新增/累积) | 学习时间(新增/累积) | 重要成长 |
---|---|---|---|
目标 | 5000行 | 30篇 | 400小时 |
第一周 | 200/200 | 2/2 | 10/10 |
第二周 | 300/500 | 1/3 | 18/28 |
第三周 | 300/800 | 1/4 | 20/48 |
第四周 | 300/1200 | 1/5 | 20/68 |
第五周 | 300/1500 | 2/7 | 20/88 |
第六周 | 300/1800 | 1/8 | 20/108 |
第七周 | 300/2100 | 1/9 | 20/128 |
第八周 | 300/2400 | 3/12 | 20/148 |
第九周 | 300/2700 | 1/13 | 20/168 |
第十周 | 300/3000 | 1/14 | 20/188 |
第十一周 | 300/3300 | 1/15 | 20/208 |
第十二周 | 300/3600 | 1/16 | 20/228 |