成人学院中文字幕,国产午夜麻豆影院在线观看,久久男人免费视频,久久精品美女视频,www.福利视频,蜜桃一本色道久久综合亚洲精品冫,欧美三级视频

專業(yè)軟件設計師網站|服務平臺|服務商(加客服微信:cnitpm或QQ:947530340進軟件設計師學霸群)

軟題庫 學習課程
當前位置:信管網 >> 軟件設計師 >> 每日一練 >> 文章內容
軟件設計師每日一練試題(2023/8/16)

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

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

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

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

軟件設計師每日一練試題內容(2023/8/16)

  • 試題1

    ()既不是圖像編碼也不是視頻編碼的國際標準。
    A.JPEG
    B.MPEG
    C.ADPCM
    D.H.261

    查看答案

    試題參考答案:C

    試題解析與討論:m.shundajiancai.com/st/246814744.html

  • 試題2

    某公司使用包過濾防火墻控制進出公司局域網的數(shù)據,在不考慮使用代理服務器的情況下,下面描述錯誤的是“該防火墻能夠( )”。
    A、使公司員工只能訪問Internet上與其有業(yè)務聯(lián)系的公司的IP地址
    B、僅允許HTTP協(xié)議通過
    C、使員工不能直接訪問FTP服務器端口號為21的FTP地址
    D、僅允許公司中具有某些特定IP地址的計算機可以訪問外部網絡

    查看答案

    試題參考答案:B

    試題解析與討論:m.shundajiancai.com/st/77212658.html

  • 試題3

    通常在軟件的 ( ) 活動中無需用戶參與。
    A、需求分析
    B、維護
    C、編碼
    D、測試

    查看答案

    試題參考答案:C

    試題解析與討論:m.shundajiancai.com/st/79972753.html

  • 試題4

    結構化開發(fā)方法中,數(shù)據流圖是 ( ) 階段產生的成果。
    A、需求分析
    B、總體設計
    C、詳細設計
    D、程序編碼

    查看答案

    試題參考答案:A

    試題解析與討論:m.shundajiancai.com/st/79942752.html

  • 試題5

    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.algorithms
    (5)A.remote
    B.native
    C.controlled
    D.Automated

    查看答案

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

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

  • 試題6

    下列命令中,不能用于診斷DNS故障的是( )。
    A.netstat
    B.nslookup
    C.ping
    D.tracert

    查看答案

    試題參考答案:A

    試題解析與討論:m.shundajiancai.com/st/4075726272.html

  • 試題7

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

    查看答案

    試題參考答案:A

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

  • 試題8

    某項目制定的開發(fā)計劃中定義了三個任務,其中任務 A 首先開始,且需要 3 周完成,任務 B 必須在任務 A 啟動 1 周后開始,且需要 2 周完成,任務 C 必須在任務 A 完成后才能開始,且需要 2 周完成。該項目的進度安排可用下面的甘特圖  ( )  來描述。

    A. A
    B. B
    C. C
    D. D

    查看答案

    試題參考答案:D

    試題解析與討論:m.shundajiancai.com/st/80552773.html

  • 試題9

    程序設計語言一般都提供多種循環(huán)語句,例如實現(xiàn)先判斷循環(huán)條件再執(zhí)行循環(huán)體的 while 語句和先執(zhí)行循環(huán)體再判斷循環(huán)條件的 do-while 語句。關于這兩種循環(huán)語句,在不改變循環(huán)體的條件下,  ( )  是正確的。
    A、while 語句的功能可由 do-while 語句實現(xiàn)
    B、do-while 語句的功能可由 while 語句實現(xiàn)
    C、若已知循環(huán)體的次數(shù),則只能使用 while 語句
    D、循環(huán)條件相同時,do-while 語句的執(zhí)行效率更高

    查看答案

    試題參考答案:B

    試題解析與討論:m.shundajiancai.com/st/81102792.html

  • 試題10

    某計算機系統(tǒng)由下圖所示的部件構成,假定每個部件的千小時可靠度都為 R ,則
    該系統(tǒng)的千小時可靠度為  ( )  。

    A. A
    B. B
    C. C
    D. D

    查看答案

    試題參考答案:D

    試題解析與討論:m.shundajiancai.com/st/82642845.html

信管網訂閱號

信管網視頻號

信管網抖音號

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

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

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

相關內容

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

推薦文章

精選

課程

提問

評論

收藏