2022-2023-1 20221308 《计算机基础与程序设计》第6周学习总结

这个作业属于哪个课程:https://edu.cnblogs.com/campus/besti/2022-2023-1-CFAP
这个作业要求在哪里:https://www.cnblogs.com/rocedu/p/9577842.html#WEEK05

作业目标:学习计算机科学概论第7章和《C语言程序设计》第5章

作业正文:https://www.cnblogs.com/lzw952755/p/16773824.html

教材内容总结

1.《计算机科学概论》

     了解到Polya解决问题主要分为分析问题,列出主要问题,编写其余的模块,根据需要进行重组和改写四个主要步骤。

     学习了排序:选择排序、冒泡排序、插入排序、快速排序

     搜索算法:顺序搜索、二分检索

2.《c语言》

  • 由关键词if、else、switch等为代表的条件控制语句
  • 程序测试:白盒测试、黑盒测试。

3.教材学习过程中的问题

    1. ==与=的区别:前者为相等关系运算符,后者为赋值运算

    2.如何进行排序:在网上搜索得到解答

    3.没明白伪代码

上周错题

Which of the following is true about black-box testing?
A. The test cases are based on the code.B. The test cases are based on the input.C. The test cases are based on the output.D. The testing is performed by dedicated testers.E. The testing is performed each time the program changes.
正确答案: B
你的作答: E
 

学习进度条

 

 代码行数(新增/累积)博客量(新增/累积)学习时间(新增/累积)重要成长
目标 5000行 30篇 400小时  
第一周 0 1 16  
第二周 120 2 18  
第三周 150 2 16  
第四周 200 2 18  
第五周 240 2 16  
第六周 260 2 18  

 

 

 

posted @ 2022-10-09 21:58  20221308刘志伟  阅读(4)  评论(0编辑  收藏  举报