考研计算机专业常见术语

术 语

 abstraction    抽象                        attributes of an   object    对象属性
action 操作 behaviors of an object 对象行为
ANSI/ISO C binary operator 二元运算符
ANSI/ISO C++ draft standard body of a function 函数体
arithmetic and logicunit(ALU) 算术逻辑单元 C
arithmetic operators 算术运算符 C++
assembly language 汇编语言 C++ standard library C++标准库
assignment operator(=) 赋值运算符 case sensitive 大小写相关
accoeiativity of operators 运算符结合律 central processing unit(CPU) 中央处理单元
cin object cin 对象 interface 接口
clarity 清晰性 interpreter 解释器
class 类 iostream
client/server computing 客户/服务器计算 iostream.h
comment(//) 注释语句 left-to-right associativity 从左向右结合律
compile error 编译错误 linking 连接
compile-time error 编译时错误 loading 装入
compile 编译器 logic error 逻辑错误
compute 计算机 maching dependent 机器相关
computer program 计算机语言 maching independent 机器无关
condition 条件 maching language 机器语言
cout object cout对象 main
CPU 中央处理器 member function 成员函数
crafting valuable classes 构造重要类 memory 内存
data 数据 memory location 内存地址
data member 数据成员 message 消息
decision 判断 method 方法
declaration 声明 modeling 构造
distributed computing 分布式计算 modulus operator(%) 求模运算符
editor 编辑器 multiple inheritance 多重继承
encapsulation 封装 multiplication operator(*) 乘法运算符
equality operators 相等运算符 multiprocessor 多处理器
== "is equal to" 等于 multiprogramming 多道程序处理
!= "is not equal to" 不等于 multitasking 多任务
escape character() 转义符 namespace
escape sequence 转义序列 newline character( ) 换行符
execution-time error 执行时错误 nested paretheses 嵌套的括号
fatal error 致命错误 non-fatal error 非致命错误
file server 文件服务器 object 对象
flow of control 控制流 object-oriented design(OOD) 面向对象设计
fully qualified name(with namespaces) 完全限定名 object-oriented programming 面向对象编程
function 函数 operand 操作数
hardware 硬件 operator 运算符
high-level language 高级语言 operator associativity 运算符结合律
identifier 标识符 output device 输出设备
if structure if 结构 parenttheses 括号
information hiding 信息隐藏 procedence 优先级
inheritance 继承 preprocessor 预处理器
input device 输入设备 primary memory 主内存
input/output(I/O) 输入/输出设备 procedural programming 过程式编程
integer(int) 整数 programming language 编程语言
integer division 整除 prompt 提示
relational operators 关系运算符 standard input object(cin) 标准输入对象
>"is greater than" 大于 standard output object(cout) 标准输出对象
<"is less than" 小于 statment 语句
>="is greater than or equal to" 大于或等于 statment terminator(;) 语句终止符
<="is less than or equal to" 小于或等于 std::cout
reserved words 保留字 string 字符串
"reuse,reuse,reuse" 复用、复用、复用 structured programming 结构化编程
right-to-left associativity 从右向左结合律 syntax error 语法错误
rules of operator precedence 运算符优先级规则 translator program 翻译器程序
run-time error 运行时错误 user-defined type 用户自定义类型
semicolon(;) 分号,语句终止符 using namespace std;
software 软件 variable 变量
software asset 软件资源 variable name 变量名
software reusability 软件可复用性 variable value 变量值
standard error object(cerr) 标准错误对象 white-space characters 空白字符

研究生入学考试规章制度http://www.kyjxy.com/yuanxiao/zhengce/
考研英语真题下载http://www.kyjxy.com/yingyu/zhenti/



原文地址:https://www.cnblogs.com/along-may/p/4535192.html