首页 > 编程语言 >2022-2023-1 20221306《计算机基础与程序设计》第五周学习总结

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

时间:2022-10-02 15:11:38浏览次数:79  
标签:10 作答 20 200 300 学习 2022 2023 20221306

作业信息

这个作业属于哪个课程:https://edu.cnblogs.com/campus/besti/2022-2023-1-CFAP
这个作业要求在哪里:https://www.cnblogs.com/rocedu/p/9577842.html#WEEK05
作业目标:学习计算机科学概论第6章和《C语言程序设计》第4章
作业正文:https://www.cnblogs.com/lv-anqi/p/16748785.html

 

教材内容总结

《C语言程序设计》第4章,学习了数据的格式化屏幕输出与键盘输入、单个字符的输入输出、以及输入字符和数据时存在的相关问题。

《计算机科学概论》第6章,学会区分机器语言和汇编语言,了解了虚拟机Pep/9的重要特性,立即寻址模式和直接寻址模式相关区别,编写机器语言程序,学习相关创建和运行汇编语言程序的步骤,编写汇编语言程序,从而区分汇编器的指令和翻译的指令描述表达算法使用伪代码结构,使用伪代码来描述算法。

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

    问题一:什么是伪代码?伪代码有什么应用?

 

 

 

     问题二:什么是哈希算法?

 

 代码调试中的问题和解决过程

 

 通过寻问学长,得知使用strcpy_s函数需要使用string.h头文件

上周错题总结

1.A NAND gate and an AND gate produce opposite output. 正确答案: 正确 我的作答: 错误 2.Which of the following is a device that allows a computer to connect to the Internet? A. HertzB. Pentium 4C. Random accessD. Cycles per secondE. Modem 正确答案: E 我的作答: C 3.Which type of touch screen is made up of two layers that come into contact when the user presses on the screen? A. ResistiveB. CapacitiveC. InfraredD. Surface acoustic wave (SAW) 正确答案: A 我的作答: B 4.Which type of touch screen has a laminate applied over the glass that conducts electricity, which flows to the finger or stylus when touched? A. ResistiveB. CapacitiveC. InfraredD. Surface acoustic wave (SAW) 正确答案: B 我的作答: A 5.Which of the following is a computing technique in which multiple processors each contribute one part of an overall computation? A. Synchronous processingB. Task-level parallelismC. Data-level parallelismD. SIMD (single instructions, multiple data)E. Rotation delay 正确答案: B 我的作答: D 学习进度条 计划学习20小时 实际学习22小时
 代码行数博客学习时间
目标 5000行 30篇 400小时  
第二周 200/200 2/2 10/10  
第三周 200/200 2/2 10/10  
第四周 300/300 2/2 20/20  
第五周 300/300 2/2 20/0

标签:10,作答,20,200,300,学习,2022,2023,20221306
From: https://www.cnblogs.com/lv-anqi/p/16748785.html

相关文章