


下載本文檔
版權說明:本文檔由用戶提供并上傳,收益歸屬內容提供方,若內容存在侵權,請進行舉報或認領
文檔簡介
1、第一章(計算機系統概論) digital computer 數字計算機 decimal digits 十進制數字 binary 二進制 bit 位ASCII 美國國家信息交換標準代碼 computer system 計算機系統 hardware system 硬件系統 software system 軟件系統 I/O devices 輸入輸出設備 central processing unit(CPU) 中央處理器 memory 存儲器 application software 應用軟件 video game 計算機游戲 system software 系統軟件 register 寄存器 fl
2、oating point data 浮點數據 Boolean 布爾值 character data 字符數據 EBCDIC 擴充的二十一進制交換代碼 punched cards 穿孔卡片 magnetic tape 磁帶 main memory 主存 vacuum tubes 電子管 magnetic drum 磁鼓 tra nsistors 晶體管solid-state devices 固體器件 magn etic cores 磁芯 integrated circuit (IC )集成電路 silicon chip 硅芯片 multiprogramming 多道程序設計 timesshari
3、ng 分時 分時技術 minicomputers 小型計算機 mainframe 大型計算機 large-scalei ntegrated(LSI)大規模集成 very-large-scale integrated(VLSI) 超大規模集成 word processing 文字處理 eletr onic spreedsheets 電子表格 database man ageme nt programs數 據庫管理程序 desktop publishing 桌面印刷 pers on alcomputer(PC)個人計算機 microcomputer 微型計算機 storage capacities
4、 存儲容量 stand-alone computer 獨立計算機 local area network(LAN) 局域網 peripheral devices 外部設備 assembly line 流水線 supercomputer巨型計算機第二章(計算機系統結構)memmory subsystem 存儲子系統 I/O subsystem 輸入輸出子系統 bus總線system bus系統總線 chip 芯片 address bus地 址總線 instructions 指令 memory location 存儲單元 data bus數據總線 control bus 控制總線 local bus
5、 局部總線 microprocessor 微處理器 register set寄存器組 arithmetic logic unit(ALU) 運算器 clock cycle 時鐘周期 control unit 控制器 computer architecture 計算機體系結構 introduction format 指令格式 address ing modes尋址方式 introduction set 指令集 internal memory 內存 main memory 主存Random Access Memory(RAM) 隨機存取存儲器 Read Only Memory (ROM) 只讀存儲
6、器 sec ondary storage 副主存儲器 vitual memory 虛擬存儲器Dynamic RAM(DRAM) 動態存儲器 refresh circuitry 刷新電路Static RAM(SRAM) 靜態 RAM cache memory高速緩沖存儲器 masked ROM 掩膜 ROM PROM 可編程 RAM EPROM 可擦寫 PROM ultraviolet light 紫外線 EEPROM or EEPROM 電擦寫 PROM basic i nput/output system(BIOS)基本輸入輸出系統 flash EEPROM 快閃存儲器存儲器體系結構 輔助存
7、儲器 存儲容量 鍵盤memory hierarchy auxiliary memory storage memory keyboard alphanumeric key 字母數字鍵功能鍵 光標鍵function key cursor key numeric keypad 數字鍵 mouse 鼠標 touch scree n 觸屏 infrared ray 紅外線 monitor 監視器 display screen 顯示屏 laser pri nter激光打印機 ink-jet printer 噴墨打印機 dot-matrix printer 點針式打印機 modem 調制解調器 input-
8、output interface(I/O interface) 輸入輸出接口 peripheral 外部設備,外設 interrupt 中斷program cou nter程序計數器 vectored interrupt 向量中斷 nonvectored interrupt 非向量中斷 interrupt vector 中斷向量Direct Memory Acess(DMA) 直接存儲器存取 timeout 超時 第三單元(計算機體系結構) parallel processing 并行操作 serial operations 串行操作 instructions stream 指令流 data
9、dream 數據流 SISD 單指令單數據流 SIMD 單指令多數據流 MISD 多指令單數據流 MIMD 多指令多數據流 pipeline processing 流水線處理 combinational circuit 組合電路 multiplier 乘法器 adder 加法器 clock pulse 時鐘脈沖 vector processing 向量處理 one-dimensional array 一維數組 scalar processer 標量處理器 vector instructions 向量指令 CISC 復雜指令集計算機 decoder 譯碼器 RISC 精簡指令集計算機 backw
10、ard compatibility 向下兼容 第四單元(算法與數據結構) algorithm 算法 parallel algotithm 并行算法 primitive 原語 syntax 語法 semantics 語義 pseudocode 偽碼 exhaustive search 窮舉搜索 divide-and-conquer algorithm 分治算法 dynamic programming 動態規劃 bottom-up 自上而下 top-down 自下而上 array 數組 one-dimensional array 一維數組 pointer 指針 program counter 程序
11、計數器 instruction pointer 指令指針 list 列表 linked list 鏈表 singly-linked list 單向鏈表 double-linked list 雙向鏈表 circularly-linked list 循環鏈表 FIFO 先進先出 LIFO 后進先出 stack 棧 push 壓棧 pop 出棧 stack pointer 棧指針 queue 隊列 tree 樹 root 根 level 層次 degree of a node 結點的度 depth of a tree 樹的深度 binary tree 二叉樹 traversal 遍歷M-way se
12、arch tree M 向搜索樹 第五章 (編程語言) Program 程序 Program language 程序設計語言 Software engineering 軟件工程 Pseudocode 偽碼 Flowchart 流程圖 Coding 編碼Program testing 程序測試 Desk-checking 手工檢查 Documentation 文檔 User documentation 用戶文檔 Operator documentation 操作員文檔 Programmer documentation 程序員文檔 Machine language 機器語言 Assembly la
13、nguages 匯編語言 High-level languages 高級語言 RAD(rapid application development) 快速應用開發 Natural language 自然語言 Artificial intelligence(AI)人工智能Compile 編譯 Assemble 匯編 Source code 源代碼 Object code 目標代碼Linker 連接器 Executable file 可執行文件 Object-oriented programming 面向對象的程序設計 Object 對象Class 類ADT ( abstract data type
14、) 抽象數據類型 Member variable 成員變量 Class variable 類變量 Member function 成員函數 Inheritance 繼承Derived class 派生類 Overload 超載 Message 消息Static binding 靜態綁定 Dynamic binding 動態綁定 Polymorphism 多態性 Visual programming 可視化編程 Markup language 標記語言 HTML ( hyper text markup language) 超文本標記語言 Hyperlink 超鏈接XML(extensible m
15、arkup language) 可擴展標記語言 Java virtual machine java 虛擬機 第六章(操作系統)Application software 應用軟件 System software 系統軟件 Utility software 實用軟件 Operating system( OS) 操作系統 Shell 操作系統的外殼程序Graphical user interface(GUI ) 圖形用戶界面 Kernel 內核Serial processing 串行處理 Job 作業Batch processing 批處理Simple batch systems 簡單批處理系統 M
16、ultiprogrammed batch systems 多道程序批處理系統 Monitor 監控程序Scheduler 調度程序 Multiprogramming 多道程序 Multitasking 多任務 Time-sharing systems 分時系統 Uniprogramming 單道進程 Process 進程Process management 進程管理 Process control block 進程控制塊 Mutual exclusion 互斥 Multiprocessing 多處理,多進程 Distributed processing 分布式管理 Concurrent pro
17、cesses 并發處理 Deadlock 死鎖Synchronize process 同步處理 Semaphore 信號量Reusable resource 可復用性資源 I/O buffers 輸入/ 輸出緩沖區 I/O channel 輸入 /輸出通道 Deadlock prevention 死鎖預防 Deadlock detection 死鎖檢測 Deadlock avoidance 死鎖避免 Virtual memory 虛擬內存 Logical reference 邏輯引用 Real addresse 實地址Paging 分頁Segmentation 分段 Virtual addre
18、ss 虛擬地址 Physical addresses 物理地址Real-time process 實時處理 File management 文件管理 Plug and play(PnP) 即插即用 第七單元 (應用軟件 ) application software 應用軟件 word processing 字處理軟件 spreadsheet 電子表格 personal finance 個人理財 presentation graphic 演示圖形 database man ager數據庫管理軟件 groupware 群件 desktop accessory 桌面輔助工具 browsers 瀏覽區
19、 desktop publishing 桌面印刷 project management 項目管理 CAD 計算機輔助設計 CAM 計算機輔助制造 multimedia authoring 多媒體發布 animation 動畫MIDI 樂器數字化接口 speech synthesis 語音合成 insertion point 插入點 scroll bar 滾動條 window 窗口 menu bar 菜單欄 pull-down menu 下拉式菜單 Button 按鈕 toolbar 工具條 dialog box 對話框 default value 缺省值(默認值) macro 宏OLE 對象鏈
20、接和嵌入 clipboard 剪切板 column 列 row 行 cell 單元格 cell address 單元格地址 cell pointer 單元格指針 formula 公式 function 函數 bar chart 柱形圖 line chart 線圖 pie chart 圓餅圖 workflow software 工作流軟件 PIM 個人信息管理軟件 Web browser 瀏覽器 World Wide Web 萬維網 home page 主頁 第八單元(數據庫) DBMS 數據庫管理系統 instance 實例 schema 模式 physical schema 物理模式 存儲模式 內模式 logical schema
溫馨提示
- 1. 本站所有資源如無特殊說明,都需要本地電腦安裝OFFICE2007和PDF閱讀器。圖紙軟件為CAD,CAXA,PROE,UG,SolidWorks等.壓縮文件請下載最新的WinRAR軟件解壓。
- 2. 本站的文檔不包含任何第三方提供的附件圖紙等,如果需要附件,請聯系上傳者。文件的所有權益歸上傳用戶所有。
- 3. 本站RAR壓縮包中若帶圖紙,網頁內容里面會有圖紙預覽,若沒有圖紙預覽就沒有圖紙。
- 4. 未經權益所有人同意不得將文件中的內容挪作商業或盈利用途。
- 5. 人人文庫網僅提供信息存儲空間,僅對用戶上傳內容的表現方式做保護處理,對用戶上傳分享的文檔內容本身不做任何修改或編輯,并不能對任何下載內容負責。
- 6. 下載文件中如有侵權或不適當內容,請與我們聯系,我們立即糾正。
- 7. 本站不保證下載資源的準確性、安全性和完整性, 同時也不承擔用戶因使用這些下載資源對自己和他人造成任何形式的傷害或損失。
最新文檔
- 2025年 消防安全管理員中級考試練習試題附答案
- 2025年中國暖手鼠標墊行業發展運行現狀及投資潛力預測報告
- 2025年 河南全科醫生特設崗位計劃招聘考試筆試試題附答案
- 2025年 赤峰巴林左旗招聘社區工作者考試試題附答案
- 2021-2026年中國多用途車市場供需現狀及投資戰略研究報告
- 請求批準的請示報告
- 中國挖機行業市場深度分析及投資規劃建議報告
- 2025年河北省石家莊市中考歷史試卷(含答案)
- 電動車噴漆培訓課件
- 醋酸鄰氨基對行業深度研究分析報告(2024-2030版)
- GMP生產管理知識
- GB/T 9768-2017輪胎使用與保養規程
- 2023年大姚縣民政局系統事業單位招聘筆試題庫及答案
- 心肺運動試驗教學課件
- 紅星照耀中國1-6章練習匯編(含答案)
- 債權登記申報表
- 2022年醫學專題-肝內膽管結石詳解
- 明陽風機培訓課件
- 委外加工流程
- 住院醫囑審核登記表-9月上
- Q∕SY 05010-2016 油氣管道安全目視化管理規范
評論
0/150
提交評論