首页 > 编程语言 >《计算机基础与程序设计》第五周总结

《计算机基础与程序设计》第五周总结

时间:2022-10-02 19:56:01浏览次数:41  
标签:总结 计算机 level 布尔代数 processing 第五 each 程序设计

教材内容学习总结

计算机科学概论

1,了解pep9汇编语言的使用,机器码的输入输出以及简单调试。
2,对伪代码、黑白盒实验有所认识。
3,重点:数据的储存、编辑和调用,累加器、ir、pc的实际作用。

C语言与程序设计

主要内容:数据的输入和输出
实际注意getchar和putchar对单个字节输入输出的使用格式

实践课

见博客

上周错题总结

布尔代数

The following equation is an example of which boolean algebra(布尔代数) property?
A.Communicative
B.Associative
C.Distributive
D.Identify
E.Complement
F.De Morgan's law
这个问题看的我一头雾水,至今不明,询问无果。

CPU的组成

The central processing unit of a computer is ofen a single integrated circuit.
是对的。

计算机运行的方法

Which of the following is a computing technique in which multiple processoers each contribute onepart of overall computation?
A.Synchronous(同步) processing
B.Task-level parallelism
C.Data-level parallelism
D.simd(single instructions,multiple data)
E.Rotation delay
选B

寻址能力的多少

Addressability(可寻址性) is the number of bits stored in each addressable location in memory.
是对的

标签:总结,计算机,level,布尔代数,processing,第五,each,程序设计
From: https://www.cnblogs.com/jijunyao/p/16749317.html

相关文章