盖碗茶136
binary --------二进制bit --------比特byte --------字节KB(kilobyte)---K表示千,KB为存储空间的容量单位,1KB=1024ByteMB(megabyte)---M表示兆,1MB=1024KBGB(gigabyte)---G表示吉,1GM=1024MBProgramming language ---编程语言OOP (Object Oriented Programming)---面向对象的程序设计,JAVA就是一种OOP语言visual programming---可视化编程upper(lower)case---大写(小写)字母case sensitive ---区分大小写ignore case ---忽略大小写change directory ---更换目录incorrect ---不正确的,correct的意思是正确的command line ---命令行Incorrect command line argument:xxxxx ---不正确的命令行参数:xxxxxcommand prompt ---命令提示符copyright ---版权project ---项目,工程current file ---当前文件path ---路径environment variable ---环境变量character set ---字符集click ---点击double click the mouse ---双击鼠标focus ---聚焦focus in textbox ---聚焦在文体框上settings ---设置release ---发布release new version ---发布新版本data ---数据data type ---数据类型data structure ---数据结构database ---数据库,也可以简为DBDBMS(Database Management System) ---数据库管理系统record ---记录relation ---关系view ---视图command ---命令insert ---插入delete ---删除update ---更新query,search ---查询sort ---排序SQL (Structured Query Language) ---结构化查询语言restore ---恢复object ---对象configuration ---配置document ---文档cursor ---光标attribute ---属性method ---方法icon ---图标text ---文本font ---字体size ---大小scale ---比例zoom in(out) ---放大(小)syntax ---语法legal ---合法的,illegal的意思是非法的initialization ---初始化declaration ---声明define ---定义,undefined的意思是未定义的undefined variable ---未定义的变量statement ---语句statement missing; ---语句缺少;号parameter ---参数call ---调用proedure ---过程function ---函数build-in function ---内置函数user-defined function ---用户自定义的函数return ---返回return type ---返回类型return value ---返回值access ---访问manual ---指南,User Manual为用户手册active ---激活menu ---菜单context menu ---快捷菜单symbol ---符号execute ---执行run ---运行graphic ---图形image ---图像code ---代码source code ---源代码column ---行row ---列continue ---继续break ---暂停,打断constant ---常量variable ---变量integer ---整数string ---字符串null ---空(值)expression ---表达式compile ---编译debug ---调试,程序排错.bug意为小虫子,比喻隐藏在程序中的小错误package ---打包report ---报告interface ---接口,界面application ---应用程序ASCII (American Standard Code for Information Interchange) ---美国信息交换标准码index ---索引keyword ---关键字Graphical User Interface (GUI) ---图形用户界面reference ---参考资料specification ---说明书pointer ---指针extends ---继承Parent Class ---父类,基类,超类Child Class ---子类,派生类public ---共有的private ---私有的protected ---保护的default ---默认的,缺省的void --无返回值static ---静态的final ---最终的,即不能继承的