當前位置:編程學習大全網 - 編程語言 - 求:英文計算機術語

求:英文計算機術語

binary --------二進制

bit --------比特

byte --------字節

KB(kilobyte)---K表示千,KB為存儲空間的容量單位,1KB=1024Byte

MB(megabyte)---M表示兆,1MB=1024KB

GB(gigabyte)---G表示吉,1GM=1024MB

Programming 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 ---不正確的命令行參數:xxxxx

command 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 ---數據庫,也可以簡為DB

DBMS(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 ---最終的,即不能繼承的

  • 上一篇:灌頂的詩詞灌頂的詩詞是什麽
  • 下一篇:取舍的取取的組詞
  • copyright 2024編程學習大全網