试题与答案

农产品价格与产量波动的类型有______蛛网。 A.封闭型 B.循环型 C.收敛型

题型:多项选择题

题目:

农产品价格与产量波动的类型有______蛛网。

A.封闭型

B.循环型

C.收敛型

D.发散型

E.双曲线型

答案:

参考答案:A,C,D

解析: 本题考查蛛网类型。有3种类型:(1)收敛型蛛网;(2)发散型蛛网;(3)封闭型蛛网。

试题推荐
题型:单项选择题

阅读下面程序
import java.io.*;
public class ExceptionCatch
 public static void main(String args[])
  try
   FileInputStream fis=new FilelnputStream("text");
   System.out.println("content of text is:");
   catch(FileNotFoundException e)
   System.out.println(e);
   System.out.println("message:"+e.getMessage());
   e.printStackTrace(System.out);
   ______
   System.out.println(e);
  
 

为保证程序正确运行,程序中下画线处的语句应是

A.catch(FileInputStream fis)

B.e printStackTrace()

C.catch(IOExceptione)

D.System.out.println(

查看答案
微信公众账号搜索答案