皮皮学,免费搜题
登录
logo - 刷刷题
搜题
【单选题】
在选用双绞线组建船舶局域网时,连接网线与网卡的接口标准为_____。
A.
RJ-45
B.
RJ-11
C.
AUI
D.
BNC
手机使用
分享
复制链接
新浪微博
分享QQ
微信扫一扫
微信内点击右上角“…”即可分享
反馈
参考答案:
举一反三
【单选题】听力原文:M: I wish I hadn't thrown away that reading list! W: I thought you might regret it. That's why I picked it up from the waste paper basket and left it on the desk. Q: What do we learn from the con...
A.
The man regrets being absent-minded.
B.
The woman saved the man some trouble.
C.
The man placed the reading list on a desk.
D.
The woman emptied the waste paper basket.
【单选题】The Big-O notationrepresents accessing the i’th element in linked list with n elements is ( ).
A.
O(1)
B.
O(n)
C.
O(i-1)
D.
O(i)
【单选题】听力原文:W: I’m making a list have we run out of anything? M: Yes, I’ve run out of tissues. Could you pick some up for me? Q: Where are they planning to go? (15)
A.
To the supermarket.
B.
To the restaurant.
C.
To the fitness club.
D.
To the university.
【单选题】名菜“怀抱鲤鱼”是( )的代表菜品。
A.
孔府菜
B.
谭家菜
C.
红楼菜
D.
随园菜
【单选题】ArrayList 的初始化内容如下: ArrayList list = new ArrayList(); list.add( "java" ); list.add( "aaa" ); list.add( "java" ); list.add( "java" ); list.add( "bbb" ); 下面可以删除 list 中所有的 “java” 的代码是 ( ) A. for ( int i ...
A.
for ( int i = list.size()-1; i >= 0; i--) { if ( "java" .equals(list.get(i))){ list.remove(i); } }
B.
for ( int i =0; i if ( "java" .equals(list.get(i))){ list.remove(i); } }
C.
list.remove( "java" );
D.
list.removeAll( "java" );
【单选题】名菜“怀抱鲤鱼”是()的代表菜
A.
孔府菜
B.
谭家菜
C.
红楼菜
D.
随园菜
【单选题】听力原文:M: I'm sorry, the class is full. W: Well, could I be put on the waiting list? Q: What does the woman imply? (16)
A.
He wants to wait until the class is full.
B.
He wants to take the class if someone drops it.
C.
He will wait for the professor.
D.
He is late and there are no more chairs.
【单选题】I was speaking with my son's teacher about what we could do _____ music education at his school. i m p r ove i m p r ov i ng t o i m p r o ve
A.
i m p r ove
B.
i m p r ov i ng
C.
t o i m p r o ve
【判断题】烯烃 a - H 卤代为自由基反应,是与烯烃的加成竞争的。
A.
正确
B.
错误
【单选题】I’m still looking for the best way, but here, I’d like to list some points ______ my won experience.
A.
in front of
B.
in terms of
C.
instead of
D.
terms of
相关题目:
参考解析:
知识点:
题目纠错 0
发布
创建自己的小题库 - 刷刷题