itgle.com

Users develop thinking skills and choose what to explore on the Internet where the learners are involved in virtual ________and ________ space.A.multi-dimensionalB.multi-mediaC.three-dimentsionalD.linear

题目
Users develop thinking skills and choose what to explore on the Internet where the learners are involved in virtual ________and ________ space.

A.multi-dimensional

B.multi-media

C.three-dimentsional

D.linear


相似考题
更多“Users develop thinking skills and choose what to explore on the Internet where the learners are involved in virtual ________and ________ space. ”相关问题
  • 第1题:

    A:()did they have()lunch? B: Soup & fish.

    A、What/on

    B、What/for

    C、Where/in

    D、Who/for


    答案:A

  • 第2题:

    what和where通路
    What通路从枕叶中的初级视皮层向颞叶下行,主要负责加工视觉刺激的颜色、形状、和特性。Where通路则从枕叶向顶叶上行,主要负责位置和运动信息的加工。这样,为了识别外界环境中的物体和所发生的事件,特征信息至少要输送到两个不同的系统。

  • 第3题:

    计划的主要内容包括______,计划必须清楚地确定和描述这些内容。

    A.What, Why, Who, Where, When, How many, How much

    B.What, Why, We, Where, When, How to, How much

    C.What, Why, We, Where, When, How, How much

    D.What, Why, Who, Where, When, How, How much


    ACD

  • 第4题:

    在所有的Internet协议中,客户端定位资源使用统一资源定位器URL(Uniform. Resource Locator),URL可以分为三部分:How,Where和What。How表示如何发送请求;Where表示主机:What表示客户所请求完整路径的对象。下列表示Where的是______。

    A.HTTP://WWW.IBM.COM

    B.FTP

    C.WWW.IBM.COM

    D./pub/WWW/Addressing/schemes.html


    正确答案:C

  • 第5题:

    计划的主要内容包括______计划必须清楚的确定和描述这些内容。

    A.What,Why,Who,Where,When,How many,How much

    B.What,Why,We,Where,When,How to,How much

    C.What,Why,We,Where,When,How,How much

    D.What,Why,Who,Where,When,How,How much


    确定组织发展目标制定全局战略;开发出一组广泛的相关计划;制定战略实施和资源分配方案

  • 第6题:

    针对以下的函数,正确的函数调用有哪些? def foo(arg1, arg2='test', arg3=100): print arg1, arg2, arg3

    A.foo('where','what')

    B.foo('where')

    C.foo(arg1 = 'where', arg2 = 'what')

    D.foo(arg2 = 'what', 10)

    E.foo(arg = 'where')


    foo(arg1 = 'where', arg2 = 'what');foo('where',arg3=10);foo('where')