皮皮学,免费搜题
登录
logo - 刷刷题
搜题
【简答题】
A.That the author should play the role of an unseen narrator in a film. B.That the author should read the novel to his or her readers. C.That the author should give comment once his or her novel has been made into a film. D.That the author's viewpoint should be evident in film adaptations.
手机使用
分享
复制链接
新浪微博
分享QQ
微信扫一扫
微信内点击右上角“…”即可分享
反馈
参考答案:
举一反三
【单选题】下列词语中加点的字,读音全都正确的一组是
A.
胸脯 (p ú ) 吮吸 (sh ǔ n) 一服药 (f ù ) 同仇敌忾 (k à i)
B.
嗔怒 (ch ē n) 湍急 (tu ā n) 刽子手 (ku à i) 怙恶不悛 (qu ā n)
C.
炽热 (ch ì ) 胴体 (t ò ng) 压轴戏 (zh ò u) 良莠不齐 (y ǒ u)
D.
毗邻 (p í ) 砧板 (zh ā n) 涮羊肉 (shu à n) 横刀立马 (h é ng)
【单选题】给出下面的代码 public class Person{ int arr[]=new int [10]; public static void main(String args[]){ System.out.println(arr[1]); } } 哪些叙述是正确的?
A.
编译时出错
B.
编译时正确而运行时出错
C.
输出0
D.
输出null
【简答题】齿轮副接触精度的测定方法:用齿轮副的(1)和(2)来评定的.
【多选题】给出下面的代码 public class Parent { public int addValue( int a, int b) { int s; s = a+b; return s; } } class Child extends Parent { } 哪些方法可以加入类Child中?
A.
int addValue( int a, int b ){// do something...}
B.
public void addValue (){// do something...}
C.
public int addValue( int a ){// do something...}
D.
public int addValue( int a, int b )throws Exception {//do something...}
E.
选择5
【多选题】发酵的类型按培养基的种类来分,有几种?
A.
固体发酵
B.
液体发酵
C.
半固体发酵
D.
气体发酵
【单选题】在万方数据知识服务平台的学术期刊导航中,没有哪种分类方式?( )
A.
学科
B.
地区
C.
时间
D.
首字母
【判断题】在Div布局中,设置元素向左或向右浮动,元素是向页面的左侧或右侧紧靠。
A.
正确
B.
错误
【单选题】给出下面的代码 public class Person{ int arr[] = new int[10]; public static void main(String a[]) { System.out.println(arr[1]); } } 哪些叙述是对的 ?
A.
编译时出错。
B.
编译时正确而运行时出错。
C.
输出 0 。
D.
输出 null 。
【多选题】在万方数据知识服务平台的学术期刊导航中,有哪几种分类方式?( )
A.
4
B.
学科
【单选题】给出下面的代码 public class Parent { public int addValue( int a, int b) { int s; s = a+b; return s; } } class Child extends Parent { } ( ) 方法可以加入类 Child 中。
A.
int addValue( int a, int b ){// do something...}
B.
public void addValue (){// do something...}
C.
public int addValue( int a ){// do something...}
D.
public int addValue( int a, int b )throws Exception {//do something...}
相关题目:
参考解析:
知识点:
题目纠错 0
发布
创建自己的小题库 - 刷刷题