久久久国产精品秘人口麻豆|永久免费AV无语国产|人成电影免费中文字幕|久久AV嫩草影院2

    1. <dfn id="yitbn"><samp id="yitbn"><progress id="yitbn"></progress></samp></dfn>

          <div id="yitbn"></div>

          1. 查看全部128種考試
            軟件水平考試
             考試動態(tài) 報考指南 歷年真題 模擬試題 復習資料 心得技巧 專業(yè)英語 技術文章 軟考論壇 考試用書
             程序員 軟件設計師 網(wǎng)絡管理員 網(wǎng)絡工程師 系統(tǒng)分析師 數(shù)據(jù)庫系統(tǒng)工程師
            1
            2
            3
            4
            5
            6
            7
            8
            9
            10
            ak47  
            【字體: 1997年高級程序員上午試題及答案
            1997年高級程序員上午試題及答案
            試題11

                從供選擇的答案中,選出應填入下面敘述中__?__內(nèi)的最確切的解答,把相應編號寫在答卷的對應欄內(nèi)。

                計算機的發(fā)展已進入了網(wǎng)絡計算的新時代。Internet是目前世界范圍內(nèi)最大的互聯(lián)網(wǎng)。如此多的各種計算機之所以能通過Internet相互通信,是因為它們遵循一了套共同的Internet協(xié)議。這套協(xié)議的核心是__A__,在其上建立的無連接的運輸層協(xié)議是__B__,萬維網(wǎng)WWW上超文本傳輸遵循__C__,電子郵件傳輸遵循__D__, Ethernet與Internet連接時要用__E__。

            供選擇的答案

                A~E: ① TCP     ② IP     ③ EDIFACT    ④ HDLC       ⑤ ARP

                    ⑥ UDP    ⑦ FTP     ⑧ ICMP        ⑨ SMTP              ⑩ HTTP

            試題12

                從供選擇的答案中,選出應填入下面敘述中__?__內(nèi)的最確切的解答,把相應編號寫在答卷的對應欄內(nèi)。

                The relational database model requires the data be __A__ through programs that don't rely on the position of the data in the database. This is in direct __B__ to the other database mode, where the program has to follow a series of pointers to the data it seeks. A program __C__ a relational database simply asks for the data it seeks; the DBMS performs the necessary searches and __D__ the information. The __E__ on how the search is done are specific to the DBMS and vary from product to product.

            供選擇的答案

                A:① accessed    ② moved     ③ read     ④ wrote
                B: ① conduct     ② contract  ③ contrast ④ construct
                C: ① consulting  ② containing ③ querying ④ queuing
                D: ① erases      ② provides   ③ proves   ④ values
                E: ① details     ② documents  ③ tails    ④ tenants

            試題13

                從供選擇的答案中,選出應填入下面敘述中__?__內(nèi)的最確切的解答,把相應編號寫在答卷的對應欄內(nèi)。

                When most people refer to multimedia, they generally mean the combination of two or more continuous media, usually with some user __A__. In practice, the two media are normally audio and video , this is ,__B__ plus moving __C__.

                It should be obvious by now that transmitting multimedia material in uncompressed form is completely out of __D__. The only hope is that massive compression is possibe. Fortunately, a large body of research over the past few decades has led to many compression thchniques and algorithms that make multimedia transmission_ __E___.

            供選擇的答案

                A~C: ① display     ② games     ③ help     ④ interaction
                        ⑤ pictures     ⑥ sound     ⑦ web
                D、E: ① impossible ② fearful ③ feasible ④ program  ⑤ question ⑥ ting

            試題14

                從供選擇的答案中,選出應填入下面敘述中__?__內(nèi)的最確切的解答,把相應編號寫在答卷的對應欄內(nèi)。

                包含3個命題變元的命題公式中,能夠出現(xiàn)__A__個真值賦值。包含3個命題變元的命題公式可以形成__B__個不同真值的命題公式。

                公式__C__是矛盾式,公式__D__是非重言式的可滿足式。公式__E__是析取范式。

            供選擇的答案

                A: ① 3     ② 8     ③ 27     ④ 64
                B: ① 4     ② 16    ③ 64     ④ 256
                C、D: ① ┐(P→q)∧q∧r              ② p→(p∨q)
                       ③ (p∧q) ∨(p∧┐q)             ④ ┐(p∧q)→┐p∨┐q
                E: ① ┐P∨(q∧-r) ∨(p∧r)q┐         ② (p∨┐q)∧(q∨r) ∧┐r
                    ③ (p∨q) ∧┐(q∨┐r)              ④ (p→q) ∨(p∧r)

            試題15

              從供選擇的答案中,選出應填入下面敘述中__?__內(nèi)的最確切的解答,把相應編號寫在答卷的對應欄內(nèi)。
                 n個未知數(shù)的線性方程組的矩形式是
                                A x=b
                其中A為n階矩陣,b和x為n維列向量。高斯一約當法是一種__A__。它是把矩陣A變換成__B__的解法,計算量(乘法或除法)約為__C__。若在計算過程中某對線(例如第K行,第K列)上的元素是0或者接近于0,就無法求解或解的精確度很差,因此往往進行行或列交換,把比X大的行或列中__D__的元素交換到對角線上求解。即使進行這種交換,對角線元素仍近似為0的矩陣稱為 __E__。

            供選擇的答案

                A: ① 直接法            ② 間接法             ③ 迭代法                 ④ 牛頓法
                B: ① 上三角矩陣  ② 下三角矩陣   ③ 單位矩陣               ④ 三對角線矩陣
                C: ① n2/2               ② n2/3                  ③ n3/2                     ④ n3/3
                D: ① 絕對值最大    ② 絕對值最小   ③ 最大                      ④ 最小
                E: ① 正定矩陣       ② 病態(tài)矩陣          ③ 奇異矩陣        ④ 希爾伯特矩陣

            答案

            試題號

            A

            B

            C

            D

            E

            試題1

            10

            5

            7

            8

            9

            試題2

            5

            7

            7

            4

            4

            試題3

            3

            2

            2

            4

            3

            試題4

            4

            1

            2

            6

            5

            試題5

            3*

            5*

            6*

            7*

            9*

            試題6

            2

            5

            1

            1

            4

            試題7

            4

            4

            6

            2

            5

            試題8

            3

            6

            4

            7

            5

            試題9

            3

            2

            6

            3

            1

            試題10

            8

            6

            4

            2

            1

            試題11

            2

            6

            10

            9

            5

            試題12

            1

            3

            3

            2

            1

            試題13

            4

            6

            5

            5

            3

            試題14

            2

            4

            1

            3

            1

            試題15

            1

            3

            3

            1

            2

            注:*表示可交換

            1997年高級程序員下午試題及答案

            上一頁  [1] [2] [3] 

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