यदि किसी फाइल की केवल एक अस्थायी प्रतिलिपि चाहिए और मूल फाइल में बदलाव नहीं करना हो तो कौन-सा तरीका उचित है?
Which method is appropriate when a temporary copy of a file is needed without changing the original?
Explanation opens after your attempt
A. फाइल की प्रतिलिपि बनाकर नई प्रति पर कार्य करनाCopy the file and work on the new copy
Concept
Creating a copy preserves the original and allows changes on a separate file. Remember the difference between copying and moving.
Why this answer is correct
The correct answer is A. फाइल की प्रतिलिपि बनाकर नई प्रति पर कार्य करना / Copy the file and work on the new copy. Creating a copy preserves the original and allows changes on a separate file. Remember the difference between copying and moving.
Exam Tip
प्रतिलिपि बनाने से मूल फाइल सुरक्षित रहती है और अलग प्रति पर बदलाव किए जा सकते हैं। परीक्षा में कॉपी और मूव का अंतर याद रखें।
Login to save your score, XP, coins and progress.
