試題7
從供選擇的答案中選出應填入下列敘述中的__?__內的正確答案,把編號寫在答卷的對應欄內。
將十進制數 0.7109375 轉換成二進制數是__(A)__。
用ASCII碼( 7位 )表示字符 5 和 7 是__(B)__。
浮點數的階碼可用補碼或增碼(移碼)表示,數的表示范圍__(C)__。在浮點表示方法中__(D)__是隱含的。
用 8 位補碼表示整數 -126 的機器碼算術右移一位后的結果是 __(E)__。
供選擇的答案
A: | (1) 0.1011001 | (2) 0.0100111 | (3) 0.1011011 | (4) 0.1010011 |
B: | (1) 1100101 和 1100111 | (2) 1010011 和 0110111 | (3) 1000101 和 1000111 | (4) 0110101 和 0110111 |
C: | (1) 二者相同 | (2) 前者大于后者 | (3) 前者小于后者 | |
D: | (1) 位數 | (2) 基數 | (3) 階碼 | (4) 尾數 |
E: | (1) 10000001 | (2) 01000001 | (3) 11000001 | (4) 11000010 |
試題8
從供選擇的答案中選出應填入下列敘述中的__(?)__內的正確答案,把編號寫在答卷的對應欄內。
一排隊線路, 輸入為 A、B、C, 其輸出分別為 FA、FB、FC, 在同一時間內只能有一個信號通過. 如果同時有兩個以上的輸入信號出現時, 則按 __A__,__B__,__C__的順序輸出。例如,A=B=C=1, 則 FA=1,FB=FB=0。那么,FB 和 FC 的表達式:
FB= __(A)__,FC= __(B)__。
設 X=X1X2 和 Y=Y1Y2 是二個二進制的正整數. 則
判斷 “X>Y”的邏輯表達式 F1=__(C)__;判斷“X<>Y”的邏輯表達式 F2=__(D)__;判斷“X<=Y”的邏輯表達式 F3=__(E)__。
供選擇的答案
A、B: | (1) A+B+C | (2) A+B+C | (3) NOT(A+B) | (4) A+B C |
(5) NOT(A+B+C) | (6) NOT(A+A B) | |||
C~E: | (1) X1X2+Y1Y2+X1Y2+X2Y1 | (2) X1Y1+X2Y1Y2+X1X2Y2 | ||
(3) X1Y1+X1X1Y2+X1Y1Y2 | (4) X1Y1+X1X1Y2+X2Y2 | |||
(5) Y1Y1+X1Y1X2+X1X2+X1Y1+X1Y1Y2 | (6) X1Y1+X2Y1Y1+X1X2Y2+X1Y1+X1X2Y2+X2Y1Y2 |
試題9
從下列敘述中選出 5 條正確的敘述。
① 磁盤存儲器的主要技術指標有存儲容量,查找時間,傳輸速率和記錄密度等。
② 磁盤轉速提高一倍,平均查找時間縮小一半。
③ 磁盤存儲器的數據傳輸速率決定于磁頭定位時間,旋轉等待時間和單位時間內讀出或寫入的字節數。
④ 在單總線結構的計算機系統中,I/O設備與主機之間傳送數據的方式一般有程序查詢,程序中斷和 DMA 三種方式。
⑤ 對個人計算機進行二次開發后, 可以作為多用戶主機的仿真終端。 這樣個人計算機既可以作為獨立的計算機使用,又可以在必要時共享主機的資源。
⑥ DMA 方式的地址修改,傳送字節計數等完全由硬件電路來實現。
⑦ DMA 用于傳送成組數據,因此不能每傳送一個字節就由 DMA 控制器提出一次總線請求。
⑧ 通常每個外部設備都用一個接口電路于主機聯接。因此,主機只能用一個唯一的地址來訪問一個外部設備。
⑨ 在計算機中處理漢字和處理西文的方法是類似的。因此,在西文計算機上擴充漢字處理功能后,原有的西文終端都可用作漢字終端。
⑩ CRC 校驗碼的生成或校驗可用由移位寄存器,半加器和簡單門電路構成的電路來實現。
試題10
從供選擇的答案中選出應填入下列敘述中的__(?)__內的正確答案,把編號寫在答卷的對應欄內。
在計算機的指令系統中,通常同時采用多種確定操作數的方式。當操作數直接由指令給出時,操作數稱為 __(A)__。當操作數的地址由某個指定的變址器的內容于位移量相加得到時, 稱為 __(B)__,如果操作數的地址是主存中于該指令地址無關的存貯單元的內容, 則稱為 __(C)__。是否進行 __(C)__,用指令中的某個特征位指定。把 __(D)__看做變址器進行 __(B)__,稱為 __(E)__。
供選擇的答案
A~C、E: | (1) 間接尋址 | (2) 相關尋址 | (3) 相對尋址 | (4) 單純尋址 |
(5) 變址尋址 | (6) 直接數 | (7) 低位數 | (8) 堆棧尋址 | |
D: | (1) 地址寄存器 | (2) 指令計數器 | (3) 數據寄存器 | (4) 緩沖寄存器 |
試題11
從供選擇的答案中選出應填入下面英文中的__(?)__中的正確答案,把編號寫在答卷的對應欄內。
Since the time of John von Neumann, the basic conceptual model used to think about computers and programs has __(A)__ unchanged, in __(B)__ of many advances in both hardware and software technology. In the __(C)__ that von Neumann proposed, the basic instruction cycle is for the processor to fetch the instruction pointed at by the program counter, __(D)__ the program counter, and then execute the instruction.
Because instructions are executed strictly sequentially, there is little inherent parallelism, and __(E)__ opportunity to employ large numbers of processors to gain speed.
供選擇的答案
A~E: | (1) small | (2) big | (3) add | (4) little | (5) model |
(6) remained | (7) style | (8) increase | (9) stead | (10) spite | |
(11) already | (12) period | (13) formula | (14) decrease | (15) not |
試題12
選出應填入下面一段英語中__?__內的正確答案,把編號寫在答卷的對應欄內。
In a computer program, an entity that possesses a value and is known to program by a name: __(A)__.
An ordered set which contains a fixed number of elements: __(B)__.
To submit a program to a computer for execution: __(C)__.
A secret code used to deny access to unauthorized users: __(D)__.
A large collection of data in support of a set of data processing tasks: __(E)__.
供選擇的答案
A~E: | (1) data base | (2) password | (3) keyword | (4) array |
(5) procedure | (6) run | (7) data entry | (8) variable | |
(9) vector | (10) access | (11) user name | (12) copy |
試題13
從下列英語敘述中,選出5條正確的敘述,把編號依次寫在答卷的對應欄內.
(1)When the electricity is switched off, the ROM is cleared of its contents, the RAM is not.
(2) IF-THEN-ELSE structures in a programming language provide selection.
(3) A program in its original form is known as an object program, and the translated version is known as a source program.
(4) The CPU is the most important piece of hardware in the entire system and yet one of the simplest.
(5) The lowercase letters come after the uppercase letters in the ASCII table.
(6) Queue insertions and deletions are made at the same end of the queue.
(7) Improvements in software quality are necessary to reduce program maintenance costs.
(8) A recursive procedure is one that activates itself during its activations.
(9) A floppy diskette machine is an example of a direct access storage device.
(10) Comments specify actions for a computer to perform when a program is run.
試題14~試題16 略(日語)
試題17~試題16 略(計算機應用知識)
- 推薦給朋友
- 收藏此頁
·2008年下半年軟考信息系統項目管理師試題(下午II) (2008-12-21 22:39:30)
·2008年下半年計算機軟考網絡工程師試題(下午) (2008-12-21 22:26:13)
·2008下半年軟考系統分析師考試試題(下午)II (2008-12-21 22:20:49)
·2008年下半年計算機軟考程序員試題(下午) (2008-12-21 22:18:18)
·2008年下半年計算機軟考程序員試題(上午) (2008-12-21 22:11:38)