The hero in that film is based on a real historical figure, not an ____ one.A、imaginableB、imaginativeC、imaginaryD、imagination

题目
The hero in that film is based on a real historical figure, not an ____ one.

A、imaginable

B、imaginative

C、imaginary

D、imagination


相似考题
参考答案和解析
正确答案:C
更多“The hero in that film is based on a real historical figure, not an ____ one. ”相关问题
  • 第1题:

    画布大小改变时触发的事件()。

    A.resize_event()

    B.figure_enter_event()

    C.scroll_event()

    D.figure_leave_event()


    正确答案:A

  • 第2题:

    鼠标离开图形时触发的事件()。

    A.figure_leave_event()

    B.resize_event()

    C.figure_enter_event()

    D.scroll_event()


    正确答案:A

  • 第3题:

    在实际的工作计划制定过程中,主要采用三种方法:“基于项目(Project-based)”,“基于流程(Process-based)”和基于时间(Time-based)。


    以上都是

  • 第4题:

    鼠标进入图形时触发的事件()。

    A.resize_event()

    B.scroll_event()

    C.figure_leave_event()

    D.figure_enter_event()


    正确答案:D

  • 第5题:

    一个figure(图)可以包含多个axes(坐标系),但是一个axes只能属于一个figure。


  • 第6题:

    绘制多个子图的正确方法是_________。

    A.导入matplotlib.pyplot库,创建figure对象,调用figure.subplot函数

    B.导入pandas.pyplot库,创建figure对象,调用figure.subplot函数

    C.导入pandas.pyplot库,创建figure对象,调用figure.add_subplot函数

    D.导入matplotlib.pyplot库,创建figure对象,调用figure.add_subplot函数


    导入matplotlib.pyplot库,创建figure对象,调用figure.add_subplot函数