单选题Columbia Athletic Gear has launched a new line of sportswear ______ at teenagers.A designedB manufacturedC aimedD stated

题目
单选题
Columbia Athletic Gear has launched a new line of sportswear ______ at teenagers.
A

designed

B

manufactured

C

aimed

D

stated

参考答案和解析
正确答案: B
解析:
句意:哥伦比亚运动装备公司推出了适合青少年的新款运动服。此处意为“以青少年为目标”,且空格处要与介词at搭配,因此选择aimed。state声明,陈述。launch推出(新产品);发动。sportswear运动服。
如果没有搜索结果或未解决您的问题,请直接 联系老师 获取答案。
相似问题和答案

第1题:

Given:Which code, inserted at line 15, creates an instance of the Point class defined in Line?()

A.Point p = new Point();

B.Line.Point p = new Line.Point();

C.The Point class cannot be instatiated at line 15.

D.Line l = new Line() ; l.Point p = new l.Point();


参考答案:B

第2题:

You________my fishing gear.

A.has catched

B.have catched

C.has caught

D.have caught


正确答案:D

第3题:

How does she manage to keep her ________ when she eats so much?

A.body

B.figure

C.state

D.line


正确答案:B

第4题:

1. public class Outer{  2. public void someOuterMethod() {  3. // Line 3  4. }  5. public class Inner{}  6. public static void main( String[]argv ) {  7. Outer o = new Outer();  8. // Line 8  9. }  10. }  Which instantiates an instance of Inner?()  

  • A、 new Inner(); // At line 3
  • B、 new Inner(); // At line 8
  • C、 new o.Inner(); // At line 8
  • D、 new Outer.Inner(); // At line 8

正确答案:A

第5题:

A fault line runs the length of New Zealand,which means that()

  • A、it often has storms
  • B、it often has volcanoes
  • C、it often has earthquakes
  • D、it often has droughts

正确答案:C

第6题:

Given:Which code, inserted at line 16, correctly retrieves a local instance of a Point object?()

A.Point p = Line.getPoint();

B.Line.Point p = Line.getPoint();

C.Point p = (new Line()).getPoint();

D.Line.Point p = (new Line()).getPoint();


参考答案:D

第7题:

A fault line runs the length of New Zealand,which means that()

Ait often has storms

Bit often has volcanoes

Cit often has earthquakes

Dit often has droughts


C

第8题:

Gear didn’t buy a new bike. Neither ______ Jim.

A、do

B、does

C、did

D、is


参考答案: C

第9题:

Washington Irving fills the stories with the"local color"of()

  • A、New York City
  • B、Hudson River valley near New York
  • C、New York state
  • D、New England

正确答案:B

第10题:

10. class Line {  11. public static class Point { }  12. }  13.  14. class Triangle {  15. // insert code here  16. }  Which code, inserted at line 15, creates an instance of the Point class defined in Line?() 

  • A、 Point p = new Point();
  • B、 Line.Point p = new Line.Point();
  • C、 The Point class cannot be instatiated at line 15.
  • D、 Line 1 = new Line() ; 1.Point p = new 1.Point();

正确答案:B

更多相关问题