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

作业正文:

教材内容总结

1.《计算机科学概论》

•①机器语言:由计算机直接使用的二进制编码指令构成的语言

•②pep/9虚拟机、模拟器

•③汇编语言:用助记码表示特定计算机的机器语言指令

•④伪代码:一种表达算法的语言

2.《C语言程序设计》

•①单个字符的输出

•②数据的格式化输出

•③数据的格式化键盘输出

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

问题1:什么是伪代码?

解决过程:百度查资料

 

 问题2:pep/9系统具体作用是什么?

解答:·Pep/9系统模拟了从键盘读入字符输入并将字符输出写到屏幕(终端窗口)中的能力

代码调试过程中的问题

 

 询问同学后明白缺少了结束语句。

上周错题总结

1.

The following equation is an example of which Boolean algebra property?
A. CommutativeB. AssociativeC. DistributiveD. IdentityE. ComplementF. De Morgan's law
正确答案: B  我的作答:F   解析:选项中能代表布尔代数性质的方程的是联想
2.
A NAND gate and an AND gate produce opposite output.
正确答案: 正确   你的作答: 错误  解析:非门和与门的输出是相反的
3.
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     解析:能允许计算机连接到 Internet 的设备是调制解调器
4.
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     解析:抵抗力强的摸屏是由两个层组成的,当用户在屏幕上按下时,它们就会接触到
 5.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    解析:电容类型的触摸屏有一个导电的玻璃覆盖层,当触摸时流向手指或手写笔
 6.
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  任务级并行性 解析计算技术,由多个处理器各自贡献一部分的整体计算
  代码行数(新增/累计) 博客量(新增/累计) 学习时间(新增/累计) 重要成长
目标 3000行 20篇 150小时  
第四周 150/200 2篇 15/15  
第五周 200/200 0篇 0/15  
第六周 0/300 0篇 0/20  
第七周 0/320 0篇 0/25  

 





posted on 2022-10-02 16:52  20221311方有超  阅读(23)  评论(0编辑  收藏  举报