皮皮学,免费搜题
登录
搜题
【单选题】
在计算机软件系统中,下列软件不属于应用软件的是 。
A.
AutoCAD
B.
MS-DOS
C.
Word
D.
Media Player
拍照语音搜题,微信中搜索"皮皮学"使用
参考答案:
参考解析:
知识点:
.
..
皮皮学刷刷变学霸
举一反三
【判断题】心率指的是心脏每分钟跳动的频率
A.
正确
B.
错误
【单选题】()俄国十月革命的胜利开辟了世界无产阶级社会主义革命的新时代
A.
1919
B.
1921
C.
1917
D.
1935
【单选题】下列输出的结果是( ) class AA { wild Show( ) { System.out.println(“类AA”); }}class BB extends AA { void Show( ) { System.out.println(“类BB”); }}public class ex7 { public static void main(String args[ ]) { AA a=...
A.
类AA 类BB
B.
类BB 类AA
C.
类BB 类BB
D.
类AA 类AA
【单选题】class aa{static void Show(){System.out.println("我喜欢Java!");}}class BB{void Show(){System.out.println("我喜欢C++!");}}若已经使用aa类创建对象a和BB类创建对象b,则下面哪一个方法调用是正确的_()
A.
aa.Show();  b.Show();
B.
a.Show();  b.Show();
C.
aa.Show();  BB.Show();
D.
a.Show();  BB.Show();
【判断题】传输媒体分为两大类即导向传输媒体和非导向传输媒体。
A.
正确
B.
错误
【单选题】The structure of a building can be defined as the assemblage of those parts which exist for the purpose of maintaining shape and stability.
A.
建筑结构可定义为:以保持形状和稳定为目的的各个基本构件的组合体。
B.
建筑结构可定义为:以保持形状目的的各个基本构件的组合体。
C.
建 筑结构可定义为:以保持稳定为目的的各个基本构件的组合体。
【多选题】Which expressions can you use to give the directions in a building?
A.
It’s on the third floor.
B.
It’s at the corner of the street
C.
It’s Room 303
【单选题】Building blocks can be sorted by all EXCEPT which of the following?
A.
Name
B.
Creator
C.
Gallery
D.
Category
【简答题】class AA { static void Show( ){ System.out.println(“我喜欢Java!”); } } class BB { void Show( ){ System.out.println(“我喜欢C++!”); } } 若已经使用AA类创建对象a和BB类创建对象b,则下面哪一个方法调用是正确的:( )A. a.Show( ) BB.Show( ...
【单选题】class aa{static void Show(){System.out.println("我喜欢Java!");}}class BB{void Show(){System.out.println("我喜欢C++!");}}若已经使用aa类创建对象a和BB类创建对象b,则下面哪一个方法调用是正确的__
A.
a.Show();  b.Show();
B.
aa.Show();  BB.Show();
C.
aa.Show();  b.Show();
D.
a.Show();  BB.Show();
相关题目: