The author mentions the old RomansA. to compare the old Romans with today' s people___________B. to give an exampleC. to show human beings in the past knew nothing betterD. to indicate human beings used to be bloodthirsty

题目

The author mentions the old Romans

A. to compare the old Romans with today' s people___________

B. to give an example

C. to show human beings in the past knew nothing better

D. to indicate human beings used to be bloodthirsty


相似考题
更多“The author mentions the old RomansA. to compare the old Romans with today' s peop ”相关问题
  • 第1题:

    有下列程序段: typedef struct NODE {int num;struct NODE*next; }OLD; 下列叙述中正确的是( )。

    A.以上的说明形式非法

    B.NODE是一个结构体类型

    C.OLD是一个结构体类型

    D.OLD是一个结构体变量


    正确答案:C
    解析:C语言允许用typedef说明一种新类型名,其一般形式为:typedef类型名 标识符。typedef语句的作用仅仅是使“标识符”来代表已存在的“类型名”,并未产生新的数据类型。原有类型名依然有效。此题中,用使typedef定义了新的类型OLD结构,所以OLD为结构体类型。

  • 第2题:

    YouhaveacomputerthatrunsWindowsXP.Thecomputerhasonepartition.YouinstallWindows7onthecomputer.YouneedtomigrateauserprofilefromtheWindowsXPinstallationtoWindows7installation.Whatshouldyoudofirst?()

    A.FromWindows7,runScanstate.exe/offlineWinOld:c:\windows.

    B.FromWindows7,runScanstate.exe/offlineWinOld:c:\windows.old.

    C.Atthecommandprompt,runXcopy/s/ec:\windows\users\*.*c:\users\.

    D.Atthecommandprompt,runXcopy/s/ec:\windows.old\documentsandsettings\*.*c:\users\.


    参考答案:B

  • 第3题:

    330038003000301585063878906把将字符串s中的一个子串替换成另一个指定的字符串所用到的函数是

    A.330038003000301585063878906 s.replace(old, new [, max])

    B.s.rindex(str, beg=0, end=len(string))

    C.s.strip([chars])

    D.s.changeplace(old, new [, max])


    你别把手机忘了。

  • 第4题:

    What command would an operator use to move a file from the /old_dir directory to the /new_dir directory without changing the file name?()

    A. mv /old_dir/file /new_dir

    B. mv -p /old_dir/file /new_dir

    C. mv -k /old_dir/file /new_dir

    D. mv /old_dir/file /new_dir/new_file


    参考答案:A

  • 第5题:

    有以下程序段: typedef struct NODE { int num; struct NODE * nex; } OLD; 以下叙述中正确的是( )。

    A.以上的说明形式非法

    B.NODE是一个结构体类型

    C.OLD是一个结构体类型

    D.OLD是一个结构体变量


    正确答案:C
    解析:typedef关键字用于声明一个新的类型名代替已有的类型名。本题中如果没有用typedef进行定义的话,则structNODE为结构体类型,而用typedef定义后,相当于用OLD代表了struetNODE这一结构体类型,故OLD为结构体类型。

  • 第6题:

    用vi打开一个文件,如何用字母”new”来代替文件中所有的字母”old”

    A.:r/old/new

    B.:s/old/new

    C.:1,$s/old/new/g

    D.:%s/old/new/g


    B