亚洲精品成人18久久久久_日韩欧美色_江苏极品身材白嫩少妇自拍_曰本人做爰大片免费观看一老师_久草视频网_最近中文字幕MV高清在线视频

首頁 > 考試輔導 > 計算機考試 > 軟件水平考試 > 軟件試題庫 > 數據庫系統工程師模擬試卷(1)

數據庫系統工程師模擬試卷(1)

全國計算機技術與軟件專業技術資格(水平)考試

  數據庫系統工程師全真預測試卷(一)上午試題

  (考試時 間9:00--11:30 共150分鐘)

  1.本試卷的試題中共有75個空格,需要全部解答,每個空格1分,滿分75分。

  2.每個空格對應一個序號,有人b.c~d、四個選項,請選擇一個最恰當的選項作為解答。

  ●《中華人民共和國專利法)及其實施規定,確定發明和實用新型專利權的保護范圍的

  依據是_(1)_ 。<中華人民共和國專利法)規定,專利侵權的訴訟時效是自專利權人或者利

  害關系人得知或應當得知侵權行為之日起_(2)_。

    (1)a.說明書 b.請求書 c.權利要求 d.附圖

    (2)a.6個月  b.18個月 c.四年   d.二年

  ●is09000-3在eis09000族標準中的位置,它是計算機軟件機構實施_(3)_的_(4)_標準,由于_(5)_標準本來是針對傳統的制造業制定的,而軟件業又有許多不同于制造業的特性_(6)_起子橋梁作用。_(7)_將整個軟件生存周期分成17個過程,并且對每一個過程按“過程—活動一任務”的三個層次具體作了解釋,為我們進一步理解is09000-3提供了幫助。

    (3)a.is090011 b.is09001  c.is09000-3  d.is0/iecl2207

    (4)a.指南性  b.概括性   c.詳盡的    d.不同的

    (5)a.iso9000  b.iso9001  c.is09002   d.gb/t19001-1994

    (6)a.is09001  b.iso9000-3 c.iso/icel2207 d.iso9002

    (7)a,is09000-3 b.is09000  c.1s09002   d.iso/iec12207

  ●結構化查詢語言sql是一種_(8)_語言,其主要功能有_(9)_,它的典型句型為  select a1,a2,…,an

     from r1,r2,…,rm

      where f

  其中a1,a2,…,an和f分別是_(10)_。

  關系模式scs(sno,cno,score)中,sno是學生的學號,cno是課程號,score為成績。若要查詢每門課程的平均成績,且要求查詢結果按平均成績升序排列。平均成績相同時,按課程號降序排列,可用sql語言寫為_(11)_。若查詢結果僅限于平均分數超過85分的,則應_(12)_。

    (8)a.人工智能  b.關系數據庫   c.函數型  d.高級算法

    (9)a.數據定義、數據操作、數據安全 b.數據安全、數據編輯、數據并發控制

      c.數據定義、數據操作、數據控制 d.數據查詢、數據更新、數據輸入輸出

    (10)a.目標表列名、基本表名、邏輯表達式

      b.目標表列名、基本表名、數值表達式

      c.基本表名、目標表列名、邏輯表達式

      d.基本表名、目標表列名、數值表達式

    (11)a.select cno,avg(score)  b.seiect cno,avg(score)

        from scs           from scs

        group by score       group by cno

        order by 2,cno desc    order by 2,cno desc

      c.select cno,avg(score)  d.select cno,avg(score)

        from scs           from scs

        where cno,desc       grou pby,avg(score)

        group by score       order by,cno desc

    (12)a.在from子句的下一行加入:where avg(*)>85

      b.在from子句的下一行加入:where avg(score)>85

      c.在group by子句上一行加入:having avg(score)>85

     d.在group by子句下一行加入:having avg(scsre)>85

  ●windows nt或windows 2000是當前流行的一類操作系統,_(13)_是windows nt真正的中心,它提供了一組操作系統原語和機制。windows nt采用線程機制提高系統的_(14)_。nt采用基于_(15)_的方案選定線程執行的次序。

    (13)a.進程    b.內核    c.線程   d.管程

    (14)a.并行性   b.可靠性   c.健壯性  d.兼容性

    (15)a.先來先服務 b.時 間片輪轉 c.隨機選擇 d.優先級

  ●局域網是當前計算機網絡研究與應用的一個熱點,而符合feee802.3標準的傳統ethernet應用最為廣泛。它在mac層采用方法_(16)_,物理層采用_(17)_標準。隨著網絡技術的發展,以及大型信息系統與多媒體技術的應用,出現了滿足人們更高需要的fastethemet、交換局域網switchinglan與_(18)_等高速局域網產品。他們符合_(19)_標準。_(16)_方法不適應重負荷與有實時性通信要求。_(18)_采用cell作為數據傳輸基本單元與ethernet幀結構不一致,但具有高帶寬,低延時,可動態分配帶寬等優點。

    (16)a.fddi    b. token-ring  c.csma/cd  d.tokenbus

    (17)a.100base-t  b.80base-t   c.10base-t  d.50base-t

    (18)a.atm     b.fastlan    c.www    d.wan

    (19)a.100base-t  b.50base2    c.10broad36 d.50base-t

  ●關系數據庫用_(20)_來表示實體之間的聯系,其任何檢索操作的實現都是由_(21)_三種基本操作組合而成的。

    (20)a.層次模型  b.網狀模型   c.指針鏈   d.表格數據

    (21)a.選擇、投影和掃描       b.選擇、投影和連接

      c.選擇、運算和投影       d.選擇、投影和比較

  ●下列數字視頻中,_(22)_質量最好。

    (22)a.240×180分辯率、24位真彩色、15幀/秒的幀率

      b.320×240分辯率、30位真彩色、25幀/秒的幀率

      c.320×240分辯率、30位真彩色、30幀/秒的啦率

      d.640×480分辯率、16位真彩色、15幀/秒的幀率

  

全國計算機技術與軟件專業技術資格(水平)考試

  數據庫系統工程師全真預測試卷(一)上午試題

  (考試時 間9:00--11:30 共150分鐘)

  1.本試卷的試題中共有75個空格,需要全部解答,每個空格1分,滿分75分。

  2.每個空格對應一個序號,有人b.c~d、四個選項,請選擇一個最恰當的選項作為解答。

  ●《中華人民共和國專利法)及其實施規定,確定發明和實用新型專利權的保護范圍的

  依據是_(1)_ 。<中華人民共和國專利法)規定,專利侵權的訴訟時效是自專利權人或者利

  害關系人得知或應當得知侵權行為之日起_(2)_。

    (1)a.說明書 b.請求書 c.權利要求 d.附圖

    (2)a.6個月  b.18個月 c.四年   d.二年

  ●is09000-3在eis09000族標準中的位置,它是計算機軟件機構實施_(3)_的_(4)_標準,由于_(5)_標準本來是針對傳統的制造業制定的,而軟件業又有許多不同于制造業的特性_(6)_起子橋梁作用。_(7)_將整個軟件生存周期分成17個過程,并且對每一個過程按“過程—活動一任務”的三個層次具體作了解釋,為我們進一步理解is09000-3提供了幫助。

    (3)a.is090011 b.is09001  c.is09000-3  d.is0/iecl2207

    (4)a.指南性  b.概括性   c.詳盡的    d.不同的

    (5)a.iso9000  b.iso9001  c.is09002   d.gb/t19001-1994

    (6)a.is09001  b.iso9000-3 c.iso/icel2207 d.iso9002

    (7)a,is09000-3 b.is09000  c.1s09002   d.iso/iec12207

  ●結構化查詢語言sql是一種_(8)_語言,其主要功能有_(9)_,它的典型句型為  select a1,a2,…,an

     from r1,r2,…,rm

      where f

  其中a1,a2,…,an和f分別是_(10)_。

  關系模式scs(sno,cno,score)中,sno是學生的學號,cno是課程號,score為成績。若要查詢每門課程的平均成績,且要求查詢結果按平均成績升序排列。平均成績相同時,按課程號降序排列,可用sql語言寫為_(11)_。若查詢結果僅限于平均分數超過85分的,則應_(12)_。

    (8)a.人工智能  b.關系數據庫   c.函數型  d.高級算法

    (9)a.數據定義、數據操作、數據安全 b.數據安全、數據編輯、數據并發控制

      c.數據定義、數據操作、數據控制 d.數據查詢、數據更新、數據輸入輸出

    (10)a.目標表列名、基本表名、邏輯表達式

      b.目標表列名、基本表名、數值表達式

      c.基本表名、目標表列名、邏輯表達式

      d.基本表名、目標表列名、數值表達式

    (11)a.select cno,avg(score)  b.seiect cno,avg(score)

        from scs           from scs

        group by score       group by cno

        order by 2,cno desc    order by 2,cno desc

      c.select cno,avg(score)  d.select cno,avg(score)

        from scs           from scs

        where cno,desc       grou pby,avg(score)

        group by score       order by,cno desc

    (12)a.在from子句的下一行加入:where avg(*)>85

      b.在from子句的下一行加入:where avg(score)>85

      c.在group by子句上一行加入:having avg(score)>85

     d.在group by子句下一行加入:having avg(scsre)>85

  ●windows nt或windows 2000是當前流行的一類操作系統,_(13)_是windows nt真正的中心,它提供了一組操作系統原語和機制。windows nt采用線程機制提高系統的_(14)_。nt采用基于_(15)_的方案選定線程執行的次序。

    (13)a.進程    b.內核    c.線程   d.管程

    (14)a.并行性   b.可靠性   c.健壯性  d.兼容性

    (15)a.先來先服務 b.時 間片輪轉 c.隨機選擇 d.優先級

  ●局域網是當前計算機網絡研究與應用的一個熱點,而符合feee802.3標準的傳統ethernet應用最為廣泛。它在mac層采用方法_(16)_,物理層采用_(17)_標準。隨著網絡技術的發展,以及大型信息系統與多媒體技術的應用,出現了滿足人們更高需要的fastethemet、交換局域網switchinglan與_(18)_等高速局域網產品。他們符合_(19)_標準。_(16)_方法不適應重負荷與有實時性通信要求。_(18)_采用cell作為數據傳輸基本單元與ethernet幀結構不一致,但具有高帶寬,低延時,可動態分配帶寬等優點。

    (16)a.fddi    b. token-ring  c.csma/cd  d.tokenbus

    (17)a.100base-t  b.80base-t   c.10base-t  d.50base-t

    (18)a.atm     b.fastlan    c.www    d.wan

    (19)a.100base-t  b.50base2    c.10broad36 d.50base-t

  ●關系數據庫用_(20)_來表示實體之間的聯系,其任何檢索操作的實現都是由_(21)_三種基本操作組合而成的。

    (20)a.層次模型  b.網狀模型   c.指針鏈   d.表格數據

    (21)a.選擇、投影和掃描       b.選擇、投影和連接

      c.選擇、運算和投影       d.選擇、投影和比較

  ●下列數字視頻中,_(22)_質量最好。

    (22)a.240×180分辯率、24位真彩色、15幀/秒的幀率

      b.320×240分辯率、30位真彩色、25幀/秒的幀率

      c.320×240分辯率、30位真彩色、30幀/秒的啦率

      d.640×480分辯率、16位真彩色、15幀/秒的幀率

  

●某循環冗余碼(crc)的生成多項式為g(x)=x5 x4 x 1,則它對任意長度的信息位產生_(61)_位長的冗余位,并可檢驗出所有突發長度_(62)_位的突發錯誤。若信息位于1010100,采用此生多項產生冗余位,加在信息位后形成的碼字是_(63)_。在讀出或接收端讀到的碼字中若不滿足某種規律可判斷其必然有錯。例如_(64)_和_(65)_就是出錯的碼字。

    (61)a.小于等于4 b.4 c.小于等于5 d.5 e.大于等于5 f.大于5

    (62)a.小于等于4 b.4 c.小于等于5 d.5 e.大于等于5 f.大于5

    (63)a.1010110111111    b.1010111010001

      c.1010110001101    d.1010111101010

      e.1010111011001    f.1010110001100

    (64)a.1010110111111    b.1010111010001

      c.1010110001101    d.1010111101010

      e.1010111011001    f.1010110001100

    (65)a.1010110111111    b.1010111010001

      c.1010110001101    d.1010111101010

      e.1010111011001    f.1010110001100

  ●typically,these are concerm with the establishment of _(66)_ the network and with the control of the flow of messages across this channel. the provision of such facilities is only part of the network requirements,however,since in many applications the communicating computers may be of different types. this means that they may use different programming languages and,more importantly,different forms of _(67)_ interface between user(application) prograrma,normally referred to,as application processes or aps,and the underlying communication services may be _(68)_ for example,one computer may be a smaall single- user computer,while another may be alarge _(69)_ system.in the earlier days of computer communication,these issues meant that only closed communities of computers(that is,from the same manufacturer) could communicate with each other in a meaningful way. ibm’s systems network

  architecture(sna) and dec’s digital network architecture (dna) are just two examples of communication software packages produced by manufacturers to allow their systems to be int ercormected together.these proprietary packages, however, of which there am still many inexistence, do not address the problem of universal interconnect ability, or open systems interconnection. in an attempt to alleviate this problem,_(70)_,in the late 1970s,formulated a reference model to provide a common basis (or the coordination of standards developments and to allow existing and evolving standards acivities to be placed into perspective with one another.

    (66)a.communication channel access  b.protocols

      c.datachannei           d.public communieation

    (67)a.database            b.data representation

      c.protocols            d.data communication

    (68)a.same    b.similar  c.different   d.dependent

    (69)a.multi-user b.client   c.server    d.full-user

    (70)a.dna     b.sna    c.the osi    d.the iso

  ●one of the functions of the _(71)_ is to store the applications progrms {or the various secondaries. the _(72)_ may have similar or dissimilar functions. the same control code received from two different secondaries may warrant two different actions on the part of the host computer. if the system so requires,the host computer must also provide _(73)_ for the centralized data and the software for database management. data information is normally stored in auxiliary memories to which the computer has ready access. the_(74)_ peripherals connected to the host computer allow for human entry and intervention. as needs change, application programs may require additions, deletions, or changes. data link problems also arise which are __(75)_ the range of the computer’s programmed capabilities. in such cases, human entry is required to make the necessary changes to resolve the existing problems.

    (71)a.peripherals  b.host computer  c.the interface  d.the client

    (72)a.set      b.host       c.secondaries   d.record

    (73)a.storage    b.data       c.range      d.link

    (74)a.peripherals  b.database     c.the interface  d.clients

    (75)a.dose to    b.during      c.within      d.beyond
主站蜘蛛池模板: 亚洲精品亚洲人成在线 | 伊人网网站 | 国产亚洲日韩欧美另类第八页 | 久久久久精品无码专区 | 国产女人被狂躁到高潮小说 | 国产一区二区三区天码 | 国产精品免费观看视频 | 韩国一大片a毛片 | 人妻少妇精品久久 | 中文字幕av中文字幕 | 奇米7777狠狠狠琪琪视频 | 日本一区二区三区免费A片 欧美亚州综合 | 国产真实迷奷系列 | 亚洲欧洲美洲精品一区二区三区 | 春色校园综合激情亚洲 | 91亚洲精品在线观看 | 国产情趣视频在线观看 | 亚洲日韩看片无码AV | 久久艹伊人 | 欧美六区 | 国产精品www视频 | 狼亚洲AV无码专区在线播放中文 | gav成人免费播放器 真实国产精品视频400部 | 美女张开腿让男生桶视频 | 逼逼综合网 | 国产又爽又黄又舒服又刺激视频 | 国产第一页浮力影院草草影视 | 中文字幕人妻互换AV久久 | 亚洲AV日韩AV在线观看 | 一女被二男吃奶a片免费观看 | 亚洲精品一区二区三区白峰美 | 国模吧久久 | 无遮挡亲胸捏胸免费视频 | 欧美第一在线视频 | 亚洲中文日产2021 | 国产第一福利 | 久久国产一级片 | 国产高潮好爽受不了了夜夜做 | 中文字幕无码毛片免费看 | 一级片欧美日韩 | 免费AV网站|