1. Match the following: List I (DOS commands) List II (Meaning) A.DBLSPACE1.Deletes a director and its sub-directoriesB.MEM2.Displays the amount of used and free memoryC.SYS3.Put a copy of DOS on diskD.DELTREE4.Compresses files to increase the storage capacity of disc





Ask Your Doubts Here

Type in
(Press Ctrl+g to toggle between English and the chosen language)

Comments

Show Similar Question And Answers
QA->A circular disc of copper has a symmetrical hole at its center. The disc is uniformly heated. The diameter of the hole will?....
QA->State list, Union list, Concurrent list are included in which of the following schedule....
QA->State list, Union list, Concurrent list are included in which of the following schedule....
QA->DOS (Disc Operating System) was developed by ?....
QA->Which winds are flowing from sub tropical high pressure to sub polar low pressure?....
MCQ->Match the following: List I (DOS commands) List II (Meaning) A.DBLSPACE1.Deletes a director and its sub-directoriesB.MEM2.Displays the amount of used and free memoryC.SYS3.Put a copy of DOS on diskD.DELTREE4.Compresses files to increase the storage capacity of disc

....
MCQ->Match the following: List I (DOS commands) List II (Meaning) A.ATTRIB1.Displays all directories and subdirectoriesB.SCAN DISK2.Moves files to another directorC.MOVE3.Checks the status of discD.TREE4.Hides a file

....
MCQ->What will be the output of the program? class Super { public int i = 0; public Super(String text) / Line 4 / { i = 1; } } class Sub extends Super { public Sub(String text) { i = 2; } public static void main(String args[]) { Sub sub = new Sub("Hello"); System.out.println(sub.i); } }....
MCQ->What will be the output of the program? class Super { public Integer getLength() { return new Integer(4); } } public class Sub extends Super { public Long getLength() { return new Long(5); } public static void main(String[] args) { Super sooper = new Super(); Sub sub = new Sub(); System.out.println( sooper.getLength().toString() + "," + sub.getLength().toString() ); } }....
MCQ->Match the following: List I List II A.DMA controller1.Interface between computer and video display adapterB.CKT controller2.Used to read data directly from disk into directly memoryC.Interrupt controller3.Supervises the operation of control signal

....
Terms And Service:We do not guarantee the accuracy of available data ..We Provide Information On Public Data.. Please consult an expert before using this data for commercial or personal use | Powered By:Omega Web Solutions
© 2002-2017 Omega Education PVT LTD...Privacy | Terms And Conditions
Question ANSWER With Solution