C++学习笔计:计算机与C++(摘)

● 计算机六个逻辑单元:输入单元、输出单元、内存单元、算术与逻辑单元、中央处理单元、辅助存储单元
● FORTRAN用于数学应用
● COBOL主要用于精确和有效地操作大量数据的商业应用程序
●Ada编程语言是由美国国防部资助开发的,以Pascal为基础
●C++系统库由几个部分组成:程序开发环境、语言和C++标准库
●C++程序通常要经过六个阶段执行,即编辑、预处理、编译、连接、装入和执行
●C++是区别大小写的
●面向对象编程(OOP)用软件对象模拟实际对象。
●对象具有信息隐藏的属性,即对象虽然通过定义接口能够相互通信,
但对象通常不知道其他对象的实现方法,因为实现细节隐藏在对象内部
●信息隐藏对良好的软件工程非常重要

●术语

●abstraction  抽象
●action  操作
●attributes of  an object  对象属性
●binary operator  二元运算符
●body of function  函数体
●arithmetic operators  算术运算符
●arithmetic and logicunit(ALU) 算术逻辑单元
●assembly language 汇编语言
●C++ standard libary C++标准库
●case sensitive 大小写相关
●assignment operator 赋值运算符
●central poscessing unit 中央处理单元
●interface
●clarity 清晰性
●class 类
●interpreter 解释器
●compiler  编译器
●declaration 声明
●hardware 硬件
●identifier 标识符
●inheritance 继承
●multiplication operator  乘法运算符
●modeling  构造
●method
●message
●memory
●memory location 内存
●operand 操作符
●operator  运算符
●reserved words 保留字
●software asset 软件资源
●standard error object(cerr) 标准错误对象
●variable name 变量名
●software reusability  软件可复用性

你可能感兴趣的:(c,assembly,fortran,pascal,inheritance,attributes)