Passage OneValencia is in the east part of Spain. It has a port on the sea, two miles away from the coast. It is the capital of a province that is also named Valencia.The city is the market centre for what is produced by the land around the city. Most of

题目

Passage One

Valencia is in the east part of Spain. It has a port on the sea, two miles away from the coast. It is the capital of a province that is also named Valencia.

The city is the market centre for what is produced by the land around the city. Most of the city's money is made from farming. It is also a busy business city with ships, railways, clothes and machine factories.

Valencia has an old part with white buildings, coloured roofs, and narrow streets. The modern part has long, wide streets and new buildings. Valencia is well known for its parks and gardens. It has many old churches and museums. The University in the centre of the city was built in the 13(上标)th century.

The city of valencia has been known since the 2(上标)nd century. In the 8(上标)th century it was the capital of Spain. There is also an important city in Venzuela(委内瑞拉)named Valencia.

36. The main income of the city of Valencia is from its______.

A. markets

B. business

C. factories

D. farming


相似考题
更多“Passage One Valencia is in the east part of Spain. It has a port on the sea, two miles a ”相关问题
  • 第1题:

    以下对枚举类型名的定义中正确的是______。

    A.enum a={one,two,three};

    B.enum a {one=9,two=1,three};

    C.enum a={"one","two","three"};

    D.enum a{"one","two","three"};


    正确答案:B
    解析:声明枚举类型用enum开头。例如:enumweekday(sun,mon,tue,wed,thu,fri,sat);说明:1、在C编译中,对枚举元素按常量处理,同时可以改变他们的值。2、枚举值可以用来做判断比较。3、一个整数不能直接赋给一个枚举变量。

  • 第2题:

    8、以下对枚举类型名的定义中正确的是

    A.enum a {one=9,two=-1,three};

    B.enum a={“one”, “two”, “three”};

    C.enum a {“one”, “two”, “three”};

    D.enum a={one, two, three};


    enum a{a1,a2,a3};

  • 第3题:

    7、以下对枚举类型名的定义中正确的是()。

    A.enum a={one,two,three};

    B.enum a {one=9,two=-1,three};

    C.enum a={"one","two","three"};

    D.enum a {"one","two","three"};


    enum a {one=9,two=-1,three};

  • 第4题:

    以下对枚举类型名的定义中正确的是

    A.enum a {one=9,two=-1,three};

    B.enum a={“one”, “two”, “three”};

    C.enum a {“one”, “two”, “three”};

    D.enum a={one, two, three};


    enum a{a1,a2,a3};

  • 第5题:

    5、以下对枚举类型名的定义中正确的是()。

    A.enum a={one,two,three};

    B.enum a{one=9,two,three};

    C.enum a={"one","two","three"};

    D.enum a{"one","two","three"};


    enum a {one=9,two=-1,three};

  • 第6题:

    以下对枚举类型名的定义中正确的是()。

    A.enum a={one,two,three};

    B.enum a {one=9,two=-1,three};

    C.enum a={"one","two","three"};

    D.enum a {"one","two","three"};


    A