码迷,mamicode.com
首页 > 其他好文 > 详细

MIT计算机科学与编程导论——class1

时间:2015-08-12 19:10:10      阅读:136      评论:0      收藏:0      [点我收藏+]

标签:

1.goal(目标)

     Computation thinking(计算思维)
     Understand code(read and write code)
     Understand abilities and limits
     map problem into computation 将科学问题转化的计算机的框架中
 
2.knowledge
     declarative knowledge     陈述性的知识     陈述了真相,对事实的一种描述
     imperative knowledge     程序性的知识     对解决问题过程地描述
 
3.
     fixed-program computer固定程序计算机     用来解决特定的问题
     stored-program computer存储程序计算机     
     技术分享技术分享
     程序就是一系列的指令
 
4.the different dimensions of a language
     high vs low
     general versus  a targeted language
     interpreted versus a compiled language解释语言 编译语言
 
5.
     syntax:     What are the legal expression in this language语言的合理性表达
     static semantics:     Which program are meaningful语义有意义
     full semantics:     程序的运行结果
 
6.
     Python
     Datatype    
  • numbers 
    • integer
    • floating point
  • strings
     Operation +-*/
     Variable     bound that name of the expression     name = ‘gsyuan‘
 
     

MIT计算机科学与编程导论——class1

标签:

原文地址:http://www.cnblogs.com/Cgsyuan/p/4725122.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!