Which of the following commands will make exact duplicates of files and directory trees?() A. TREEB. COPYC. XCOPYD. DISKCOPY

Which of the following commands will make exact duplicates of files and directory trees?()

A. TREE

B. COPY

C. XCOPY

D. DISKCOPY


相关考题:

19.A.difficultB.excitingC.patientD.exact

You’re going to have a quiz ( )by another two in the ( )month. A. followed,followedB. followed,followingC. following,followedD. following,following

All children want to have pocket money. Why do their parents just give them a certain amountOne main purpose is to let kids learn _____their own money. First of all, children are expected to _____a choice between spending and saving. Then parents should make the children understand what is expected to pay for with the money. Pocket money can give children a chance to experience the three things _____they can do with the money. They can spend it by giving it to a good cause. They can spend it _____buying things they want.They can save it for future use.Saving helps children _____that costly goals require sacrifice. Saving can also open the door to future saving and investing for children.1.A. when to manageB. how to manageC. which2.A. takeB. giveC. make3.A. thatB. whoC. what4.A. toB. atC. by5.A. understandingB. understandC. understood

GiventhatfileisareferencetoaFileobjectthatrepresentsadirectory,whichcodefragmentswillsucceedinobtainingalistoftheentriesinthedirectory?() A.Vectorfilelist=((Directory)file).getList();B.String[]filelist=file.directory();C.Enumerationfilelist=file.contents();D.String[]filelist=file.list();E.Vectorfilelist=(newDirectory(file)).files();

__________A.exhaustB.exerciseC.examD.exact

要获取当前目录下的所有文件,要采用下面的方法:A.Directory.GetLogicalDrives()B.Directory.GetDirectories()C.Directory.GetFiles()D.Directory.GetCurrentDirectory()

1、要获取当前目录下的所有文件,要采用下面的方法:A.Directory.GetLogicalDrives()B.Directory.GetDirectories()C.Directory.GetFiles()D.Directory.GetCurrentDirectory()

要查看stats包中的数据集trees的前10行数据的命令是A.trees(1:10)B.trees(1:10,)C.trees[1:10]D.trees[1:10,]

要获取当前目录下的所有文件,要采用下面的方法:A.Directory.GetLogicalDrives()B.Directory.GetLogicalDrives()C.Directory.GetFiles()D.Directory.GetCurrentDirectory()

要查看stats包中的数据集trees的某一列数据,比如仅查看Girth列的命令是A.trees$GirthB.trees[Girth]C.trees(Girth)D.trees.Girth