The campus newspaper __________ said,"Like police arresting speeders,the intent is not to catch everyone but rather to catch enough to spread the word."A. editB. editingC. editionD. editorial

题目
The campus newspaper __________ said,"Like police arresting speeders,the intent is not to catch everyone but rather to catch enough to spread the word."

A. edit

B. editing

C. edition

D. editorial


相似考题
更多“The campus newspaper __________ said,"Like police arresting speeders,the intent is not to catch everyone but rather to catch enough to spread the word." ”相关问题
  • 第1题:

    下列域名书写正确的是______。

    A._catch.gov.cn

    B.catch.gov.cn

    C.catch, edu, Cn

    D.catch.gov.cn-


    正确答案:B
    解析:域名只能以字母字符开头,所以选项A错误;域名中各级域名之间要用圆点分开,而选项C用逗号是错误的;域名只能以字母字符或数字结尾,所以选项D错误。因此本题答案为选项B。

  • 第2题:

    下列程序的输出结果是( )。 public class Test{ public static void main(String[]args){ int[]array=(2,4,6,8,lO); int size=6; int result =-1: try{ for(int i=0;i(size 8L&result= = -1;) if(array[i]= =20)result=i: } catch(ArithmeticException e){ System.out.println("Catch- - -l"); } catch(ArraylndexOutOfBoundsException e){ System.out.println("Catch- - -2"); } catch(Exception e){ System.out.println("Catch- - -3");) } }

    A.Catch- - -1

    B.Catch- - -2

    C.Catch- - -3

    D.以上都不对


    正确答案:B
    B。【解析】由题可知先判断i<sizeresuh==-1,结果为真,则执行if语句array数组中的任何数都不等于20,并且i从0开始一直到i=5时发生越界,则输出Cateh==-2,结果为B。

  • 第3题:

    下列域名书写正确的是()

    A._catch.gov.cn
    B.catch.gov.cn
    C.catch,edu,cn
    D.catch.gov.cm

    答案:B
    解析:

  • 第4题:

    下列程序的输出结果是( )。 Public class Test{ Public static void main(String[]args){ int[]array=(2,4,6,8,10); int size=6; int result=-l: try{ for(int i=0;i<sizeresult= =-1:) if(array[i]= =20)result=i: } catch(ArithmeticException e){ System.out.println("Catch---1"); } catch(ArraylndexOutOfBoundsException e){ System.out.println("Catch---2"): } catch(Exception e){ System.out.println("Catch---3"): } }

    A.Catch---1

    B.Catch---2

    C.Catch---3

    D.以上都不对


    正确答案:B
    B。【解析】本题考查了数组及for循环。本题数组定义的值为5,下标从0~4。数组越界,所以答案为B。

  • 第5题:

    ( 17 )下列程序的输出结果是

    public class Test{

    public static void main(String[] args){

    int [] array={2,4,6,8,10};

    int size=6;

    int result=-1;

    try{

    for{int i=0;i<size && result==-1;i++}

    if(array[i]==20) result=i;

    }

    catch(ArithmeticException e){

    System.out.println( " Catch---1 " );

    catch(ArrayIndexOutOfBoundsException e){

    System.out.println( " Catch---2 " );

    catch(Exception e){

    System.out.println( " Catch---3 " );

    }

    }

    A ) Catch---1

    B ) Catch---2

    C ) Catch---3

    D )以上都不对


    正确答案:U

    答案暂缺

  • 第6题:

    下列域名书写正确的是

    A._catch.gov.cn
    B.catch.gov.cn
    C.catch,edu,cn
    D.catch.gov.cm

    答案:B
    解析: