深夜成人在线,chinese国产一区二区,欧美精品乱码,日韩欧美在线视频免费观看,国产午夜不卡,日韩av影院在线,五月天婷婷国产精品

專業(yè)軟件設計師網(wǎng)站|培訓機構|服務商(加客服微信:cnitpm或QQ:947530340進軟件設計師學霸群)

軟題庫 培訓課程
當前位置:信管網(wǎng) >> 軟件設計師 >> 每日一練 >> 文章內(nèi)容
軟件設計師每日一練試題(2022/7/7)
來源:信管網(wǎng) 2022年07月08日 【所有評論 分享到微信

軟件設計師當天每日一練試題地址:m.ichunya.com/exam/ExamDay.aspx?t1=4

往期軟件設計師每日一練試題匯總:m.ichunya.com/class/27/e4_1.html

軟件設計師每日一練試題(2022/7/7)在線測試:m.ichunya.com/exam/ExamDay.aspx?t1=4&day=2022/7/7

點擊查看:更多軟件設計師習題與指導

軟件設計師每日一練試題內(nèi)容(2022/7/7)

  • 試題1

    面向對象分析的第一項活動是();面向對象程序設計語言為面向對象()。
    A.組織對象
    B.描述對象間的相互作用
    C.認定對象
    D.確定對象的操作

    查看答案

    試題參考答案:

    試題解析與討論:m.ichunya.com/st/521993634.html

  • 試題2

    面向對象的測試可分為四個層次,按照由低到高的順序,這四個層次是( )。
    A、類層——模板層——系統(tǒng)層——算法層 
    B、算法層——類層二—模板層——系統(tǒng)層 
    C、算法層——模板層——類層——系統(tǒng)層 
    D、類層——系統(tǒng)層——模板層——算法層 

    查看答案

    試題參考答案:B

    試題解析與討論:m.ichunya.com/st/76322628.html

  • 試題3

    簡單算術表達式的結構可以用下面的上下文無關文法進行描述(E為開始符號),()是符合該文法的句子。
    E→T|E+T
    T→F|T*F
    F→-F|N
    N→0|1|2|3l4|5|6|7|8|9
    A.2--3*4
    B.2+-3*4
    C.(2+3)*4
    D.2*4-3

    查看答案

    試題參考答案:B

    試題解析與討論:m.ichunya.com/st/3961312318.html

  • 試題4

    用戶在電子商務網(wǎng)站上使用網(wǎng)上銀行支付時,必須通過( )在Internet與銀行專用網(wǎng)之間進行數(shù)據(jù)交換。
    A、支付網(wǎng)關防
    B、病毒網(wǎng)關
    C、出口路由器
    D、堡壘主機

    查看答案

    試題參考答案:A

    試題解析與討論:m.ichunya.com/st/459507815.html

  • 試題5

    包過濾防火墻對( )的數(shù)據(jù)報文進行檢查。
    A、應用層
    B、物理層
    C、網(wǎng)絡層
    D、鏈路層

    查看答案

    試題參考答案:C

    試題解析與討論:m.ichunya.com/st/459086775.html

  • 試題6

    喬姆斯基(Chomsky)將文法分為 4 種類型,程序設計語言的大多數(shù)語法現(xiàn)象可用其中的(  )描述。
    A.上下文有關文法
    B.上下文無關文法
    C.正規(guī)文法
    D.短語結構文法

    查看答案

    試題參考答案:B

    試題解析與討論:m.ichunya.com/st/286467894.html

  • 試題7

    ( )  是一種面向數(shù)據(jù)流的開發(fā)方法,其基本思想是軟件功能的分解和抽象。
    A、結構化開發(fā)方法
    B、Jackson 系統(tǒng)開發(fā)方法
    C、Booch 方法
    D、UML(統(tǒng)一建模語言)

    查看答案

    試題參考答案:A

    試題解析與討論:m.ichunya.com/st/80532773.html

  • 試題8

    在軟件維護階段,為軟件的運行增加監(jiān)控設施屬于()維護。
    A.改正性
    B.適應性
    C.完善性
    D.預防性

    查看答案

    試題參考答案:C

    試題解析與討論:m.ichunya.com/st/2463310018.html

  • 試題9

    In the fields of physical security and information security, access contro lis the selective restriction of access to a place orothe rresource. The act of accessing may mean consuming, entering, or using. Permission to access a resource is called authorization(授權).
    An access control mechanism(1) between a user (or a process executing on behalf of a user) and system resources, such as applications,operating systems,firewalls,routers,files,and databases.The system must first a uthenticate(驗證)a user seeking access.Typically the authentication function determines whether the user is(2 )to access the system at all. Then the access control function determines if the specific requested access by this user is permitteD. A security administrator maintains an authorization database that specifies what type of access to which resources is allowed for this user. The access control function consults this database to determine whether to(3 )access. An auditing function monitors and keeps a record of user accesses to system resources.
    In practice,a number of(4 )may cooperatively share the access control function. All operating systems have at least arudimentary(基本的),and in many cases aquite robust,access control component.Add-on security packages can add to the(5 )access control capabilities of the OS. Particular applications orutilities, such as a database management system, also incorporate access control functions. External devices,such as firewalls, can also provide access control services.
    (1)A.cooperates
    B.coordinates
    C.connects
    D.mediates
    (2)A.denied
    B.permitted
    C.prohibited
    D.rejected
    (3)A.open
    B.monitor
    C.grant
    D.seek
    (4)A.components
    B.users
    C.mechanisms
    D.a(chǎn)lgorithms
    (5)A.remote
    B.native
    C.controlled
    D.Automated

    查看答案

    試題參考答案:D、B、C、A、B

    試題解析與討論:m.ichunya.com/st/2536219449.html

  • 試題10

    當UML狀態(tài)圖用于對系統(tǒng)、類或用例的動態(tài)方面建模時( )通建模。以下UML狀態(tài)圖中,假設活動的狀態(tài)是A,事件b=0發(fā)生并生的是( ),D變?yōu)榛顒拥臓顟B(tài),有關狀態(tài)圖的敘述中,不正確( )。

    (1)A.系統(tǒng)的詞匯
    B.反應型對象
    C.活動流程
    D.對象快照
    (2)A.—旦狀態(tài)A的exit動作完成,或如果當前執(zhí)行do動作,則終止執(zhí)行。
    B.—旦狀態(tài)A和B的所有動作完成
    C.一旦正在進行的狀態(tài)A完成
    D.—旦狀態(tài)B的exit動作完成
    (3)A.動作可以在狀態(tài)內(nèi)執(zhí)行,也可以在狀態(tài)轉換時執(zhí)行
    B.當觸發(fā)轉換的事件發(fā)生并且轉換沒有指定的監(jiān)護條件時,對象將離開當前狀態(tài),并且其do動作終止
    C.When (...)稱為時間時間
    D.狀態(tài)由事件觸發(fā)

    查看答案

    試題參考答案:B、B、D

    試題解析與討論:m.ichunya.com/st/4547627805.html

掃碼關注公眾號

溫馨提示:因考試政策、內(nèi)容不斷變化與調(diào)整,信管網(wǎng)網(wǎng)站提供的以上信息僅供參考,如有異議,請以權威部門公布的內(nèi)容為準!

信管網(wǎng)致力于為廣大信管從業(yè)人員、愛好者、大學生提供專業(yè)、高質(zhì)量的課程和服務,解決其考試證書、技能提升和就業(yè)的需求。

信管網(wǎng)軟考課程由信管網(wǎng)依托10年專業(yè)軟考教研傾力打造,官方教材參編作者和資深講師坐鎮(zhèn),通過深研歷年考試出題規(guī)律與考試大綱,深挖核心知識與高頻考點,為學員考試保駕護航。面授、直播&錄播,多種班型靈活學習,滿足不同學員考證需求,降低課程學習難度,使學習效果事半功倍。

相關內(nèi)容

發(fā)表評論  查看完整評論  

推薦文章