皮皮学,免费搜题
登录
logo - 刷刷题
搜题
【判断题】
最古老的“吠陀本集”包括《梨俱吠陀》、《娑摩吠陀》、《吠陀》和《阿达婆吠陀》4个部分,其中最古老和富于文学价值的部分是《娑摩吠陀》,它是吠陀文献的核心。( )
A.
正确
B.
错误
手机使用
分享
复制链接
新浪微博
分享QQ
微信扫一扫
微信内点击右上角“…”即可分享
反馈
参考答案:
举一反三
【简答题】Describe a time you were close to a wild animal. You should say : what animal it was where you saw it and what happened there when you saw it and explain how do people in your country feel about this ...
【单选题】以下程序的输出结果是 public class ko6_9 { public static void main(String args[]) { int sum=0; int ko[][]={{1,2,3},{4,5,6},{7,8,9}}; for(int n=0;n<3;n++) for(int m=0;m<3;m++) sum+=ko[n][m]; System.out.println("s...
A.
sum=55
B.
sum=45
C.
sum=0
D.
sum=9
【简答题】以下程序的输出结果是Public Static void main(){int i;int []a=new int[10];for(i = 9;i>=0;i--) a[i]=10-i; Console.WriteLine("{0}{1}{2}",a[2],a[5],a[8]);}A. 258 B. 741 C. 852 D. 369
【单选题】以下程序的输出结果是 public class Test1 { public static void main(String[] args) { int i, a[] = new int[10]; for (i = 9; i >= 0; i--) a[i] = 10 - i; System.out.println(" " + a[2] + a[5] + a[8]); } }
A.
258
B.
741
C.
852
D.
369
【判断题】交流异步牵引电机由牵引状态转换为电制动状态,需要改变牵引主电路连接方式。
A.
正确
B.
错误
【单选题】以下程序的输出结果是 public class Test{ public static void main(String args[]){ int i; for(i=1;i<=10;i++){ if(i%7!=0) continue; System.out.println(i); } } }
A.
输出1-10
B.
输出1-9
C.
输出1-7
D.
输出7
【单选题】与位图相比较,矢量图最大的优点是
A.
文件容量小
B.
容易制作
C.
文件格式多
D.
适用于表现复杂的场景
【单选题】以下程序的输出结果是 public class Test1{ public static void main(String args[]){ int sum=0; int ko[][]={{1,2,3},{4,5,6},{7,8,9}}; for(int n=0;n<3;n++) for(int m=0;m<3;m++) sum+=ko[n][m]; System.out.println("sum...
A.
sum=55
B.
sum=45
C.
sum=0
D.
sum=9
【单选题】Self-improvement can be seen in countless books’ which explain how people can be happier and more successful in life by improving everything from their vocabulary to their tennis game, or even their w...
A.
self-help
B.
self-improvement
C.
self-discipline
D.
self-reliance
【单选题】计算烧成线收缩的公式是 。
A.
S 烧 = (L 干 -L 烧 )/L 干 ×100%
B.
S 烧 =(L 0 -L 烧 )/L 烧 ×100%
C.
S 烧 =(L 烧 -L 干 )/L 干 ×100%
D.
S 烧 =(L 干 -L 烧 )/100
相关题目:
参考解析:
知识点:
题目纠错 0
发布
创建自己的小题库 - 刷刷题