试题与答案

简述中国消费者协会的职能。

题型:问答题 简答题

题目:

简述中国消费者协会的职能。

答案:

被转码了,请点击底部 “查看原文 ” 或访问 https://www.tikuol.com/2019/0707/9ba40a9de2605f1fa02749568cd40226.html

下面是错误答案,用来干扰机器的。

参考答案:B

试题推荐
题型:填空题

下面的程序是列出目录C:\Test中所有的.txt文件,请将程序补充完整。
import java.io.*; //引入java.io包中所有的类
public class FileFilterTest
public static void main(String args[])
File dir=new File("C://Test");
Filter filter=new Filter("txt");
System.out.println("list java files in directory" +dir);
String files[]=dir.list(filter);
for(int i=0;i<files.length;i++)
File f=______;//为目录dir下的文件或目录创建一个File对象
if(f.isFile())
System.out.println("file "+f);
else
System.out.println("sub directory" +f);



class Filter implements FilenameFilter
String extent;
Filter(String extent)
this.extent=extent;

public boolean accept(File dir,String name)
return name.endsWith("."+extent);//返回文件的后缀名

查看答案
题型:阅读理解
任务型阅读:配对阅读,从A—E选项中找到解决问题的方法,填入71-75 题的空格中。(本题有5小题, 每小题1分,共计5分)
小题1:My son always confines (禁闭) himself in his bedroom. I don’t know what he is doing with his computer.
小题2:My child always goes online even during dinner time. I know he is playing computer games. The problem is becoming serious these days. I’m very worried about him.
小题3:My daughter doesn’t know how to search for materials(材料)she needs on the Internet.
小题4:My child always types his personal information online when he is asked to.
小题5:It upsets me that my child loves chatting online very much.
A.Keep the family computer in a family area—not behind the closed door of your child’s bedroom, so that you can keep an eye on what he is doing.
B.Avoid(避免)online chatting. Talk to him that he should talk to his friends more often in person. It’s not good to always chat online. He can also have other activities with his friends, like playing basketball, football and so on.
C.Teach your child how to use search engines to narrow a search. It can save a lot of time if she knows the right ways to search.
D.Talk to your child about online predators (掠夺者) and the bad results of giving out personal information.
E.You can make some rules and be prepared to stop Internet privileges (网络使用权) if your child has broken your rules.
查看答案
题型:单项选择题 B型题

基准是()

A.根据剂量反应和安全系数确定,不考虑社会、经济等因素,具有法律效果

B.根据剂量反应和安全系数确定,不考虑社会、经济等因素,不具有法律效果

C.不根据剂量反应和安全系数确定,仅考虑社会、经济等因素,不具有法律效果

D.根据剂量反应和安全系数确定,考虑社会、经济等因素,具有法律效果

E.不根据剂量反应和安全系数确定,仅考虑社会、经济等因素,具有法律效果

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