It should ____ that franchising is one of the means available for getting investment money without giving up control of the chain operation and building a distribution system for servicing it.A recognize ;B be recognizing ;C be recognized

题目
It should ____ that franchising is one of the means available for getting investment money without giving up control of the chain operation and building a distribution system for servicing it.

A recognize ;

B be recognizing ;

C be recognized


相似考题
更多“It should ____ that franchising is one of the means available for getting investment money without giving up control of the chain operation and building a distribution system for servicing it. ”相关问题
  • 第1题:

    下面程序的输出结果是( )。 public class Sun { public static void main(String args[ ]) { int i = 1; switch (i) { case 0: System.but.println("zero"); break; case 1: System.out.println("one"); case 2: System.out.println("two"); default: System.out.println ("default"); } } }

    A.one

    B.one, default

    C.one, two, default

    D.default


    正确答案:C
    解析:该题考查对switch-case-break的理解。每个分支语句后面必须有break语句,否则程序向下执行,直到遇到break语句或程序结束。所以,该题i=1时执行casel分支语句,而casel分支语句后没有break语句,程序继续向下执行case2分支语句和 default分支语句。A只执行了case 1:B只执行了casel和default;C:只执行了default。故本题的正确答案是C。

  • 第2题:

    Software Engineering is best described as ( ).

    A.the practice of designing, building, and maintaining off-the-shelf software from prefabricated parts

    B.the practice of designing, building, and maintaining ad-hoc software without the use of formal methods

    C.the practice of designing, building, and maintaining reliable and cost-effective software using standard techniques

    D.the practice of designing, building, and maintaining fast and flexible software specifically for engineering applications


    正确答案:C

  • 第3题:

    Being a good leader,one ______ to think more of others. A. must B. may C. ought D. should


    正确答案:C

  • 第4题:

    编译和执行以下代码,输出结果是( )。 int i=1; switch (i) { case 0: System.out.print("zero,"); break; case 1: System.out.print("one,"); case 2: System.out.print("two,"); default: System.out.println("default"); }

    A.one,

    B.one,two,

    C.one,two,default

    D.default


    正确答案:C

  • 第5题:

    Windows98中,两个注册表文件是USER.DAT和()。

    A.Win.ini

    B.Control.ini

    C.System.ini

    D.System.DAT


    参考答案:D

  • 第6题:

    哪个IS-IS邻居状态显示双向通信已经发生但link-state数据库仍在收敛?()。

    A.New

    B.One-Way

    C.Initializing

    D.Up


    参考答案:C