20 Using the scenario in the special window, the project manager appears to be a _____ manager.A. 1, 9B. 9, 1C. 1, 1D. 9, 9E. 5, 5

题目

20 Using the scenario in the special window, the project manager appears to be a _____ manager.

A. 1, 9

B. 9, 1

C. 1, 1

D. 9, 9

E. 5, 5


相似考题
参考答案和解析
正确答案:E
更多“20Using the scenario in the special window, the project manager appears to be a _____ mana ”相关问题
  • 第1题:

    下列表示显示窗口大小的是()。

    A.window.outerWidth

    B.window.outerheight

    C.window.innerWidth

    D.window.innerHeight


    window.outerWidth

  • 第2题:

    已知基类Employee只有一个构造函数,其定义如下: Employee::Employee(int n):id(n){ } Manager是Employee的派生类,则下列对Manager的构造函数的定义中,正确的是?

    A.Manager::Manager(int n):id(n){}

    B.Manager::Manager(int n){id=n;}

    C.Manager::Manager(int n):Employee(n){}

    D.Manager::Manager(int n){Employee(n);}


    Manger::manger(int n):Employee(n){}

  • 第3题:

    8、下列打开指定位置新窗口的代码中正确的是()。

    A.window.open(“window2.html”)

    B.window.open(“window2.html”,”new”)

    C.window.open(“window2.html”,”new”,”top=10”)

    D.window,open(“new”,”window2.html”)


    window,open(“window2.html”,”new”,””)

  • 第4题:

    下列样式代码中,可精确定义元素位置的是()

    A.special{ position: absolute;}

    B.special{ position: absolute; top:20px; left:16px;}

    C.special{ position: relative;; top:20px; left:16px;}

    D.special{ position: relative;}


    BC

  • 第5题:

    【多选题】下列样式代码中,可精确定义元素位置的是:

    A..special{ position: absolute;}

    B..special{ position: absolute; top:20px; left:16px;}

    C..special{ position: relative;; top:20px; left:16px;}

    D..special{ position: relative;}


    BC

  • 第6题:

    下列打开指定位置新窗口的代码中正确的是()。

    A.window.open(“window2.html”)

    B.window.open(“window2.html”,”new”)

    C.window.open(“window2.html”,”new”,”top=10”)

    D.window,open(“new”,”window2.html”)


    window,open(“window2.html”,”new”,””)