Toggle navigation
Home
KPSC Previous Question Papers
Article Category
kerala psc
upsc
General
Popular Pages
Multiple Choice Question in aptitude-area
Multiple Choice Question in non-verbal-reasoning-grouping-of-images
Multiple Choice Question in aptitude-compound-interest
Multiple Choice Question in engineering-mechanics-kinetics-of-a-particle-impulse-and-momentum
Multiple Choice Question in database-database-redesign
Question Answer in malayalam-kerala-psc-questions
Multiple Choice Question in malayalam-kerala-psc-questions
Multiple Choice Question in 035/2016
Multiple Choice Question in current-affairs-2017-03-05
Multiple Choice Question in electronic-devices-bipolar-junction-transistors
Question Answer in Malayalam General Knowledge
Question Answer Bank
Multiple Choice Question Bank
Question Answer Category
Multiple Choice Question Category
Home
->
Multiple Choice Questions
Question Set
computer science disk operating system dos
1. Which command is used to copy all files from drive A with extension .TXT to the currently logged drive and directory?
(A): COPY .TXT A:
(B): COPY .TXT ALL.TXT
(C): COPY .TXT C:
(D): COPY a: .TXT
(E): None of the above
Previous Question
Show Answer
Next Question
Add Tags
Report Error
Show Marks
Ask Your Doubts Here
Type in
(Press Ctrl+g to toggle between English and the chosen language)
Post reply
Comments
Show Similar Question And Answers
QA->MPG is a file extension of _____ type of files.....
QA->Files in the Corel Draw are saved with extension:....
QA->Under which operation launched by the Railway Protection Force (RPF) as many as 1,371 people were arrested and over 69,294 bottles were seized in an all India drive to crackdown the selling of unauthorised packaged drinking water?....
QA->Currently there are how many fundamental rights are recognized by the Indian constitution?....
QA->Which option is selected, MS- Word will print a complete set of the first copy, then the second set and so on. ?....
MCQ->While working with MS-DOS, which command is used to copy all files from the currently logged drive and directory with the extension .TXT to the drive A?....
MCQ->Which command is used to copy all files from drive A with extension .TXT to the currently logged drive and directory?....
MCQ->While working with MS-DOS, which command is used to restore only those files modified since the last backup, from the drive A to the currently logged drive or directory?....
MCQ->Which command is used to copy the three files wb, collect and mon into the misc directory, under the same, when you were currently in the programs directory?....
MCQ->On executing the below program what will be the contents of 'target.txt' file if the source file contains a line "To err is human"? #include<stdio.h> int main() { int i, fss; char ch, source[20] = "source.txt", target[20]="target.txt", t; FILE fs, ft; fs = fopen(source, "r"); ft = fopen(target, "w"); while(1) { ch=getc(fs); if(ch==EOF) break; else { fseek(fs, 4L, SEEK_CUR); fputc(ch, ft); } } return 0; }....
×
×
Type The Issue
×
Your Marks
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