查看全部128種考試
軟件水平考試
 考試動(dòng)態(tài) 報(bào)考指南 歷年真題 模擬試題 復(fù)習(xí)資料 心得技巧 專業(yè)英語 技術(shù)文章 軟考論壇 考試用書
 程序員 軟件設(shè)計(jì)師 網(wǎng)絡(luò)管理員 網(wǎng)絡(luò)工程師 系統(tǒng)分析師 數(shù)據(jù)庫(kù)系統(tǒng)工程師
1
2
3
4
5
6
7
8
9
10
xihuyu2000  
【字體: 1988年高級(jí)程序員上午試題
1988年高級(jí)程序員上午試題
spks.exam8.com 來源:考試吧(Exam8.com) 更新:2005-4-10 7:52:00 軟件水平考試 考試論壇

試題7

從供選擇的答案中選出應(yīng)填入下列敘述中的__?__內(nèi)的正確答案,把編號(hào)寫在答卷的對(duì)應(yīng)欄內(nèi)。

將十進(jìn)制數(shù) 0.7109375 轉(zhuǎn)換成二進(jìn)制數(shù)是__(A)__。

用ASCII碼( 7位 )表示字符 5 和 7 是__(B)__。

浮點(diǎn)數(shù)的階碼可用補(bǔ)碼或增碼(移碼)表示,數(shù)的表示范圍__(C)__。在浮點(diǎn)表示方法中__(D)__是隱含的。

用 8 位補(bǔ)碼表示整數(shù) -126 的機(jī)器碼算術(shù)右移一位后的結(jié)果是 __(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) 位數(shù) (2) 基數(shù) (3) 階碼 (4) 尾數(shù)
E: (1) 10000001 (2) 01000001 (3) 11000001 (4) 11000010

試題8

從供選擇的答案中選出應(yīng)填入下列敘述中的__(?)__內(nèi)的正確答案,把編號(hào)寫在答卷的對(duì)應(yīng)欄內(nèi)。

一排隊(duì)線路, 輸入為 A、B、C, 其輸出分別為 FA、FB、FC, 在同一時(shí)間內(nèi)只能有一個(gè)信號(hào)通過. 如果同時(shí)有兩個(gè)以上的輸入信號(hào)出現(xiàn)時(shí), 則按 __A__,__B__,__C__的順序輸出。例如,A=B=C=1, 則 FA=1,F(xiàn)B=FB=0。那么,F(xiàn)B 和 FC 的表達(dá)式:

FB= __(A)__,F(xiàn)C= __(B)__。

設(shè) X=X1X2 和 Y=Y1Y2 是二個(gè)二進(jìn)制的正整數(shù). 則

判斷 “X>Y”的邏輯表達(dá)式 F1=__(C)__;判斷“X<>Y”的邏輯表達(dá)式 F2=__(D)__;判斷“X<=Y”的邏輯表達(dá)式 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) X1Y1X1X1Y2X1Y1Y2 (4) X1Y1+X1X1Y2+X2Y2
(5) Y1Y1+X1Y1X2X1X2X1Y1X1Y1Y2 (6) X1Y1+X2Y1Y1+X1X2Y2X1Y1X1X2Y2X2Y1Y2

試題9

從下列敘述中選出 5 條正確的敘述。

① 磁盤存儲(chǔ)器的主要技術(shù)指標(biāo)有存儲(chǔ)容量,查找時(shí)間,傳輸速率和記錄密度等。

② 磁盤轉(zhuǎn)速提高一倍,平均查找時(shí)間縮小一半

③ 磁盤存儲(chǔ)器的數(shù)據(jù)傳輸速率決定于磁頭定位時(shí)間,旋轉(zhuǎn)等待時(shí)間和單位時(shí)間內(nèi)讀出或?qū)懭氲淖止?jié)數(shù)。

在單總線結(jié)構(gòu)的計(jì)算機(jī)系統(tǒng)中,I/O設(shè)備與主機(jī)之間傳送數(shù)據(jù)的方式一般有程序查詢,程序中斷和 DMA 三種方式。

⑤ 對(duì)個(gè)人計(jì)算機(jī)進(jìn)行二次開發(fā)后, 可以作為多用戶主機(jī)的仿真終端。 這樣個(gè)人計(jì)算機(jī)既可以作為獨(dú)立的計(jì)算機(jī)使用,又可以在必要時(shí)共享主機(jī)的資源。

⑥ DMA 方式的地址修改,傳送字節(jié)計(jì)數(shù)等完全由硬件電路來實(shí)現(xiàn)。

⑦ DMA 用于傳送成組數(shù)據(jù),因此不能每傳送一個(gè)字節(jié)就由 DMA 控制器提出一次總線請(qǐng)求。

⑧ 通常每個(gè)外部設(shè)備都用一個(gè)接口電路于主機(jī)聯(lián)接。因此,主機(jī)只能用一個(gè)唯一的地址來訪問一個(gè)外部設(shè)備。

⑨ 在計(jì)算機(jī)中處理漢字和處理西文的方法是類似的。因此,在西文計(jì)算機(jī)上擴(kuò)充漢字處理功能后,原有的西文終端都可用作漢字終端。

⑩ CRC 校驗(yàn)碼的生成或校驗(yàn)可用由移位寄存器,半加器和簡(jiǎn)單門電路構(gòu)成的電路來實(shí)現(xiàn)。

試題10

從供選擇的答案中選出應(yīng)填入下列敘述中的__(?)__內(nèi)的正確答案,把編號(hào)寫在答卷的對(duì)應(yīng)欄內(nèi)。

在計(jì)算機(jī)的指令系統(tǒng)中,通常同時(shí)采用多種確定操作數(shù)的方式。當(dāng)操作數(shù)直接由指令給出時(shí),操作數(shù)稱為 __(A)__。當(dāng)操作數(shù)的地址由某個(gè)指定的變址器的內(nèi)容于位移量相加得到時(shí), 稱為 __(B)__,如果操作數(shù)的地址是主存中于該指令地址無關(guān)的存貯單元的內(nèi)容, 則稱為 __(C)__。是否進(jìn)行 __(C)__,用指令中的某個(gè)特征位指定。把 __(D)__看做變址器進(jìn)行 __(B)__,稱為 __(E)__。

供選擇的答案

A~C、E: (1) 間接尋址 (2) 相關(guān)尋址 (3) 相對(duì)尋址 (4) 單純尋址
(5) 變址尋址 (6) 直接數(shù) (7) 低位數(shù) (8) 堆棧尋址
D: (1) 地址寄存器 (2) 指令計(jì)數(shù)器 (3) 數(shù)據(jù)寄存器 (4) 緩沖寄存器

試題11

從供選擇的答案中選出應(yīng)填入下面英文中的__(?)__中的正確答案,把編號(hào)寫在答卷的對(duì)應(yīng)欄內(nèi)。

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

選出應(yīng)填入下面一段英語中__?__內(nèi)的正確答案,把編號(hào)寫在答卷的對(duì)應(yīng)欄內(nèi)。

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條正確的敘述,把編號(hào)依次寫在答卷的對(duì)應(yīng)欄內(nèi).

(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 略(計(jì)算機(jī)應(yīng)用知識(shí))

上一頁  [1] [2] 

轉(zhuǎn)帖于:軟件水平考試_考試吧
文章搜索  
看了本文的網(wǎng)友還看了:
網(wǎng)友評(píng)論
昵 稱: *  評(píng) 分: 1分 2分 3分 4分 5分
標(biāo)題:   匿名發(fā)表    (共有條評(píng)論)查看全部評(píng)論>>
版權(quán)聲明 -------------------------------------------------------------------------------------
  如果軟件水平考試網(wǎng)所轉(zhuǎn)載內(nèi)容不慎侵犯了您的權(quán)益,請(qǐng)與我們聯(lián)系,我們將會(huì)及時(shí)處理。如轉(zhuǎn)載本軟件水平考試網(wǎng)內(nèi)容,請(qǐng)注明出處。
關(guān)于本站  網(wǎng)站聲明  廣告服務(wù)  聯(lián)系方式  付款方式  站內(nèi)導(dǎo)航  客服中心  友情鏈接  考試論壇  網(wǎng)站地圖
Copyright © 2004-2008 考試吧軟件水平考試網(wǎng) All Rights Reserved    
中國(guó)科學(xué)院研究生院權(quán)威支持(北京) 電 話:010-62168566 傳 真:010-62192699
百度大聯(lián)盟黃金認(rèn)證  十佳網(wǎng)絡(luò)教育機(jī)構(gòu)  經(jīng)營(yíng)許可證號(hào):京ICP060677