CS and Program

Data structures are particular things inside the machine.

  • What we want to do through this course

What we want to do through this course is figure out how to define new calculations, new operations, things we create and give to the computer so that it can abstract them, encapsulate them, and treat them as if they're primitives.

  • A computer really only does two things:

1.Perform calculations

Every computer comes with a set of built-in operations. These are typically primitive arithmetic operations and simple logic operations, comparing true and false values in order to make decisions with that.
Even with fast computers, we need cleverness, we need algorithmic thinking to take those simple computations and turn them into something more powerful.

2.Remember things

Depend on the size of your computer.

  • There are still some limitations to what a computer can do.

  • Knowledge

  1. Declarative Knowledge

  2. Imperative Knowledge

  • Algorithm

  • Machine

Stored program machine.

  • Language

最后编辑于
©著作权归作者所有,转载或内容合作请联系作者
平台声明:文章内容(如有图片或视频亦包括在内)由作者上传并发布,文章内容仅代表作者本人观点,简书系信息发布平台,仅提供信息存储服务。

推荐阅读更多精彩内容