易搜题 > 资格证大类 > 计算机编程 > 问题详情
问题详情

系统中有R类资源m个,现有n个进程互斥使用。若每个进程对R资源的最大需求为w,那么当m、n、w取如表1-5所示的值时,对于表1-5中的a~e这5种情况,()可能会发生死锁。

A、a和b

B、b和c

C、c和d

D、c和e

未找到的试题在搜索页框底部可快速提交,在会员中心"提交的题"查看可解决状态。 收藏该题
查看答案

相关问题推荐

  • 随着环境温度的升高,电池的浮充电压:()

    A、不变

    B、升高

    C、降低

    D、以上都不正确

  • Mary has a view called EMP_DEPT_LOC_VU that was created based on the EMPLOYEES, DEPARTMENTS, and LOCATIONS tables. She granted SELECT privilege to Scott on this view. Which option enables Scott to eliminate the need to qualify the view with the name MARY .EMP_DEP_LOC_VU each time the view is referenced?()

    A、Scott can create a synonym for the EMP_DEPT_LOC_VU bus using the command: CREATE PRIVATE SYNONYM EDL_VU FOR mary.EMP DEPT_LOC_VU; then he can prefix the columns with this synonymn.

    B、Scott can create a synonym for the EMP_DEPT_LOC_VU by using the command: CREATE SYNONYM EDL_VU FOR mary.EMP_DEPT_LOC_VU; then he can prefix the columns with this synonym.

    C、Scott can create a synonym for the EMP_DEPT_LOC_VU by using the command: CREATE LOCAL SYNONYM EDL_VU FOR mary.EMP DEPT_LOC_VU; then he can prefix the columns with this synonym.

    D、Scott can create a synonym for the EMP_DEPT_LOC_VU by using the command: CREATE SYNONYM EDL_VU ON mary(EMP_DEPT_LOC_VU); then he can prefix the columns with this synonym.

    E、Scott cannot create a synonym because synonyms can be created only for tables.

    F、Scott cannot create any synonym for Mary's view. Mary should create a private synonym for the view and grant SELECT privilege on that synonym to Scott.

  • Java为移动设备提供的平台是(  )。

    A、J2ME

    B、J2SE

    C、J2EE

    D、JDK5.0

  • Identify the three predefined server-generated alerts. () 

    A

     Drop User

    B

     Tablespace Space Usage

    C

     Resumable Session Suspended

    D

     Recovery Area Low On Free Space

    E

     SYSTEM Tablespace Size Increment

  • 某书店有一个收银员,该书店最多允许n个购书者进入。将收银员和购书者看做不同的进程,其工作流程如图1-8所示。利用PV操作实现该过程,设置信号量S1、S2和Sn,初值分别为0、0、n。则图1-8中a1和a2应填入(1),b1和b2应填入(2)。空白(2)处应选择()

    A、P(Sn)、V(S2)

    B、V(Sn)、P(S2)

    C、P(S1)、V(S2)

    D、P(S2)、V(S1)

联系客服 会员中心
TOP