CS and Program

2017-09-14  本文已影响0人  Qlhouse

Data structures are particular things inside the machine.

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.

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.

  1. Declarative Knowledge

  2. Imperative Knowledge

Stored program machine.

上一篇 下一篇

猜你喜欢

热点阅读