🚀 Hurry! Offer Ends In
00 Days
00 Hours
00 Mins
00 Secs
Enroll Now
X

File Processing

Question: 51 Report Error

निम्नलिखित में से किसमें डेटा स्थायी रूप से संग्रहीत किया जाता है?

In which of the following, data is stored permanently ?

A)
B)
C)
D)

Question: 52 Report Error

__________ फ़ंक्शन फ़ाइल पॉइंटर की वर्तमान स्थिति लौटाता है।

__________ function returns the current position of file pointer.

A)
B)
C)
D)

Question: 53 Report Error

यदि फ़ाइल मौजूद नहीं है तो कौन सा मोड एक नई फ़ाइल बनाता है?

Which mode creates a new file if the file does not exist ?

A)
B)
C)
D)

Question: 54 Report Error

एक _____________ जानकारी को ASCII या यूनिकोड वर्णों की एक धारा के रूप में संग्रहीत करता है अर्थात मानव पठनीय।

A _____________ stores information in the form of a stream of ASCII or unicode characters i.e. human readable.

A)
B)
C)
D)

Question: 55 Report Error

कौन सा कथन फ़ाइल पॉइंटर को shuru स्थिति से 10 बाइट्स aage ले जाएगा?

Which statement will move file pointer 10 bytes forward from begnining position ?

A)
B)
C)
D)

Question: 56 Report Error

निम्नलिखित में से कौन सी त्रुटि दिए गए कोड द्वारा लौटाई जाती है?

Which of the following error is returned by the given code ?

>>> f = open(“test.txt”,”w”) 
>>> f.write(345)
A)
B)
C)
D)

Latest Updates