In case of emergency, please dial the alarm number 110. (英译汉)

题目

In case of emergency, please dial the alarm number 110. (英译汉)


相似考题
参考答案和解析
参考答案:如遇紧急情况, 请拨打报警电话110。
更多“In case of emergency, please dial the alarm number 110. (英译汉) ”相关问题
  • 第1题:

    有以下程序: main () { char k; int i; for(i=1;i<3;i++) { scanf("%c",&k); switch(k) { case '0': printf("another\n"); case '1': printf("number\n"); } } } 程序运行时,从键盘输入:01<回车>,程序执行后的输出结果是

    A.another number

    B.another number another

    C.another number number

    D.number number


    正确答案:C
    解析:switch语句的执行过程是:在switch后面的表达式的值和case后面常量表达式的值吻合时,就执行后面的语句.如果在该语句的后面没有break语句,则继续执行下一个case,直到遇到break语句或switch多分支的结束,在switch语句中,break语句的作用是使流程跳出switch结构,终止Switch语句的执行.本题中在for循环中嵌套了swish语句,每循环一次通过scanf()函数从键盘上输入一个k值,然后执行switch语句。for循环共循环了2次,当i=1时,从键盘上输入0,使得k的值为0,执行switch语句中case:0后面的语句,输出another,接着执行case:0下面的语句输出number,退出switch语句,当i=2时,从键盘上输入1,使得k的值为1,执行switch语句中case1后面的语句,输出number,退出switch语句.当i=3时退出循环.故最后的输出为another、number和number,所以,4个选项中选项C符合题意。

  • 第2题:

    有以下程序 main() { char k;int i; for(i=1;i<3;i++) { scanf("%c",&k); switch(k) { case'0':printf("another\n"); case'1':printf("number\n"); } } } 程序运行时,从键盘输入:01<回车>,程序执行后的输出结果是

    A.another number anothor

    B.another number number

    C.another number

    D.number number


    正确答案:C
    解析:switch语句的执行过程是:在switch后面的表达式的值和case后面常量表达式的值吻合时,就执行后面的语句。如果在该语句的后面没有break语句,则继续执行下一个case,直到遇到break语句或switch多分支则结束,在switch语句中,break语句的作用是使流程跳出switch结构,中止switch语句的执行。本题中在for循环中嵌套了 switch语句,每循环一次通过scanf()函数从键盘上输入一个k值,然后执行switch语句。 for循环共循环了2次,当i=1时,从键盘上输入0,使得k的值为0,执行switch语句中 cast:0后面的语句,输出another,接着执行case:0下面的语句输出number,退出switch语句,当i=2时,从键盘上输入1,使得k的值为1,执行switch语句中case:1后面的语句,输出number,退出switch语句。当i=3时退出循环。故最后的输出为another、number和 number。

  • 第3题:

    Refertotheexhibit.TheMajorButlerPRServicehasahome-officeworker,Mr.Cuyler,whoisattachedtoitsvoicenetwork.WhichthreedialpeersmustbecorrectlyreconfiguredtoallowthoseattachedtoRouterAtobeabletocallMr.Cuyler?()

    A.RouterA:dial-peervoice1pots

    B.RouterA:dial-peervoice1000voip

    C.RouterT1:dial-peervoice1voip

    D.RouterT1:dial-peervoice1pots

    E.RouterT2:dial-peervoice1000pots

    F.RouterT2:dial-peervoice9999pots


    参考答案:D, E, F

  • 第4题:

    有以下程序:includemain(){char k; int i; for(i=1;i<3;i++) {scanf("%c",&k);swi

    有以下程序: #include <stdio.h> main() { char k; int i; for(i=1;i<3;i++) { scanf("%c",&k); switch(k) { case '0': printf("another\n"); case '1': printf("number\n"); } { } 程序运行时,从键盘输入:01<回车>,程序执行后的输出结果是( )。

    A.another number

    B.another number another

    C.another number

    D.number number


    正确答案:C
    解析:本题中没有使用break终止switch语句的执行,当k为'0'时,执行完case'0'后的输出后将继续执行case'1'后的输出;当k为'1'时,执行case'1'后的输出。

  • 第5题:

    查看全网整体告警的操作是()

    A.Applications->Ericsson->Alarm->ViewAlarms->AlarmStatusMatrix

    B.Others

    C.Applications->Ericsson->Alarm->ViewAlarms->AlarmLogBrower

    D.Applications->Ericsson->Alarm->ViewAlarms->AlarmListViewer


    参考答案:A

  • 第6题:

    Morphemes that represent "tense", "number", "gender", "case" and so forth are called__________ morphemes.

    A.inflectional
    B.free
    C.bound
    D.derivational

    答案:A
    解析:
    考查屈折词素含义。屈折词素(Inflectional morpheme)与其他语素结合后,会改变其时态、单复数等等,如动词遇到第三人称单数时须加上后缀一S,这样的语素只会改变文法,并不改变语意。