更多“People who won’t work should be mad e _______. ”相关问题
  • 第1题:

    The sign “No Smoking”means “You ______ smoke here.”

    A: mustn ’t

    B: won’t

    C: can’t

    D: needn’t


    参考答案:A

  • 第2题:

    GiventhatastaticmethoddoIt()inaclassWorkrepresentsworktobedone,whatblockofcodewillsucceedinstartinganewthreadthatwilldothework?

    CODEBLOCKa:

    Runnabler=newRunnable(){

    publicvoidrun(){

    Work.doIt();

    }

    };

    Threadt=newThread(r);

    t.start();

    CODEBLOCKb:

    Threadt=newThread(){

    publicvoidstart(){

    Work.doIt();}};

    t.start();

    CODEBLOCKc:

    Runnabler=newRunnable(){

    publicvoidrun(){

    Work.doIt();

    }

    };

    r.start();

    CODEBLOCKd:

    Threadt=newThread(newWork());

    t.start();

    CODEBLOCKe:

    Runnablet=newRunnable(){

    publicvoidrun(){

    Work.doIt();

    }

    };

    t.run();


    参考答案:A

  • 第3题:

    49________.

    A.couldn’t

    B.mustn’t

    C.needn’t

    D.won’t


    正确答案:A

  • 第4题:

    The sign “No Smoking”means “You ______ smoke here.”

    A: can’t

    B: needn’t

    C: won’t

    D: mustn’t


    参考答案:D

  • 第5题:

    Youissuedthefollowingcommand:CREATEGLOBALTEMPORARYTABLEadmin_work_area (startdateDATE,enddateDATE,classCHAR(20))ONCOMMITDELETEROWSTABLESPACEtbs_t1;AnindexisthencreatedontheADMIN_WORK_AREAtemporarytable.WhichtwostatementsaretrueregardingtheTBS_T1tablespaceintheabovecommand?()

    A.Itstoresonlythetemporarytablebutnotitsindexes.

    B.Itstoresboththetemporarytableaswellasitsindexes.

    C.Itmustbeanondefaulttemporarytablespaceforthedatabase.

    D.Itcanbeadefaultornondefaulttemporarytablespaceforthedatabase.

    E.Itmustbethedefaulttemporarytablespaceoftheuserwhoissuesthecommand.


    参考答案:B, D

  • 第6题:

    You _________be too cautious when you are driving especially on the freeway.

    A.can' t
    B.needn' t
    C.mustn't
    D.won't

    答案:A
    解析:
    考查固定搭配。can’t…too是固定结构,表示“再……也不为过”。句意为“在开车的时候,特别是在高速公路上的时候,再怎么小心都不为过”。