Menu mobile
Home
Programming
Python Tutorial
Java Tutorial
C Tutorial
C++ Tutorial
Web Technology
HTML
CSS
Java Script
PHP
React JS
Node JS
Assignment
MS Office
HTML
CSS
Bootstrap
Java Script
JQuery
AngularJs
Project
Blog
QUIZ ON : python - FILE PROCESSING IN PYTHON
FILE PROCESSING IN PYTHON
00:00:00
English
Hindi
Question No# :
01
out of 50
What is mean by 'rb' mode when working with binary file in python
पायथन में बाइनरी फ़ाइल के साथ काम करते समय 'rb' मोड का क्या अर्थ है?
A.
read binary
read binary
B.
write binary
write binary
C.
append binary
append binary
D.
read write
read write
Question No# :
02
out of 50
What will be the output of : infile.read(2)
निम्नलिखित कोड का आउटपुट क्या होगा? infile.read(2)
A.
Read two words from file
Read two words from file
B.
Read two line from file
Read two line from file
C.
Read two character / two bytes
Read two character / two bytes
D.
count the number of '2' in file
count the number of '2' in file
Question No# :
03
out of 50
to use load() function for working with binary file in python which module is require
पायथन में बाइनरी फ़ाइल के साथ काम करने के लिए load() फ़ंक्शन का उपयोग करने के लिए किस मॉड्यूल की आवश्यकता है
A.
pickle
pickle
B.
binary
binary
C.
unpickle
unpickle
D.
fstream
fstream
Question No# :
04
out of 50
Which of the following declarations is incorrect?
निम्नलिखित में से कौन सी डेक्लरेशंस गलत है?
A.
_x=2
_x=2
B.
x=3
x=3
C.
_xyz_=5
_xyz_=5
D.
None of these
इनमे से कोई नहीं
Question No# :
05
out of 50
Which statement will move file pointer 10 bytes backward from current position.
कौन सा स्टेटमेंट फाइल पॉइंटर को वर्तमान स्थिति से 10 बाइट पीछे ले जाएगा ।
A.
f.seek(-10, 0)
f.seek(-10, 0)
B.
f.seek(10,0)
f.seek(10,0)
C.
f.seek(-10, 1)
f.seek(-10, 1)
D.
None of the above
उपर्युक्त में से कोई नहीं
Question No# :
06
out of 50
Which of the following mode will refer to binary data?
निम्न में से कौन सा मोड बाइनरी डेटा को संदर्भित करेगा?
A.
r
r
B.
w
w
C.
+
+
D.
b
b
Question No# :
07
out of 50
Which of the following is not a correct mode to open a file ?
फ़ाइल खोलने के लिए निम्न में से कौन सा सही मोड नहीं है?
A.
ab
ab
B.
rw
rw
C.
a+
a+
D.
r+
r+
Question No# :
08
out of 50
The syntax used to rename a file :
फ़ाइल का नाम बदलने के लिए प्रयुक्त सिंटैक्स:
A.
os.rename(existing_name, new_name)
os.rename(existing_name, new_name)
B.
fq.name = ‘new_name.txt’
fq.name = ‘new_name.txt’
C.
os.rename(fp, new_name)
os.rename(fp, new_name)
D.
os.set_name(existing_name, new_name)
os.set_name(existing_name, new_name)
Question No# :
09
out of 50
Which mode creates a file if it does not exist and appends data?
कौन सा मोड किसी फाइल के मौजूद न होने पर उसे बनाता है और उसमें डेटा जोड़ता है?
A.
r
r
B.
w
w
C.
a
a
D.
r+
r+
Question No# :
10
out of 50
Which mode creates a new file if the file does not exist?
यदि फ़ाइल मौजूद नहीं है तो कौन सा मोड एक नई फाइल बनाता है?
A.
write mode
राइट मोड
B.
read mode
रीड मोड
C.
append mode
अपेण्ड मोड
D.
Both (A) And (C)
(A) और (C) दोनों
Question No# :
11
out of 50
Which of the following options can be used to read the first line of a text file data.txt?
टेक्स्ट फाइल data.txt की पहली लाइन को पढ़ने के लिए निम्न में से कौन सा विकल्प इस्तेमाल किया जा सकता है?
A.
f = open('data.txt'); f.read()
f = open('data.txt'); f.read()
B.
f = open('data.txt','r'); f.read(n)
f = open('data.txt','r'); f.read(n)
C.
myfile = open('data.txt'); f.readline()
myfile = open('data.txt'); f.readline()
D.
f= open('data.txt'); f.readlines()
f= open('data.txt'); f.readlines()
Question No# :
12
out of 50
Which function is used to read all the characters from file?
फ़ाइल से सभी वर्णों को पढ़ने के लिए किस फ़ंक्शन का उपयोग किया जाता है?
A.
readall()
readall()
B.
read()
read()
C.
readcharacter()
readcharacter()
D.
readchar()
readchar()
Question No# :
13
out of 50
Identify the correct function call to read first 5 character of the file from the beginning
शुरुआत से फ़ाइल के पहले 5 अक्षर को पढ़ने के लिए सही फ़ंक्शन कॉल की पहचान करें
A.
f.read(5)
f.read(5)
B.
f.read()=5
f.read()=5
C.
f.readline(5)
f.readline(5)
D.
f.readlines(5)
f.readlines(5)
Question No# :
14
out of 50
Which mode creates a file if it does not exist?
कौन सा मोड ऐसी फ़ाइल बनाता है जो पहले से मौजूद न हो?
A.
w
w
B.
rb
rb
C.
rt
rt
D.
r
r
Question No# :
15
out of 50
Which is the function to read the remaining lines of the file from a file object infile?
फ़ाइल ऑब्जेक्ट infile से फ़ाइल की शेष पंक्तियों को पढ़ने के लिए कौन सा फंक्शन है?
A.
infile.read(2)
infile.read(2)
B.
infile.read()
infile.read()
C.
infile.readlines()
infile.readlines()
D.
infile.readline()
infile.readline()
Question No# :
16
out of 50
<p>What happens if the file does not exist?</p><pre><span style="font-size: 14px;">f = open("abc.txt", "r")</span></pre>
<p>यदि फ़ाइल मौजूद न हो तो क्या होगा?</p><pre style="font-size: 12.6px; letter-spacing: 0.14px;"><span style="font-size: 14px;">f = open("abc.txt", "r")</span></pre>
A.
New file is created
New file is created
B.
FileNotFoundError
FileNotFoundError
C.
Returns None
Returns None
D.
Opens empty file
Opens empty file
Question No# :
17
out of 50
Which function changes the current file position?
कौन सा फ़ंक्शन फ़ाइल की वर्तमान स्थिति को बदलता है?
A.
seek()
seek()
B.
move()
move()
C.
tell()
tell()
D.
shift()
shift()
Question No# :
18
out of 50
What does readlines() method return ?
रीडलाइन () मेथड क्या रिटर्न करता है?
A.
Dictionary
शब्दकोश
B.
String
स्ट्रिंग
C.
Tuple
टपल
D.
List
लिस्ट
Question No# :
19
out of 50
Which function reads all lines into a list from file?
कौन सा फंक्शन फाइल से सभी लाइनों को सूची में पढ़ता है?
A.
readlines()
readlines()
B.
readline()
readline()
C.
readlist()
readlist()
D.
readall()
readall()
Question No# :
20
out of 50
The syntax of seek() is: file_object.seek(offset [, reference_point]) What does the reference_point indicate?
seek () का सिंटैक्स है: file_object.seek(offset [, Reference_point]) रेफरेंस_पॉइंट क्या दर्शाता है?
A.
reference_point indicates the current position of the file object
reference_point indicates the current position of the file object
B.
reference_point indicates the starting position of the file object
reference_point indicates the starting position of the file object
C.
reference_point indicates the ending position of the file object
reference_point indicates the ending position of the file object
D.
None of the above
None of the above
Question No# :
21
out of 50
How can you write data to a file in Python?
आप पायथन में किसी फ़ाइल में डेटा कैसे लिख सकते हैं?
A.
write()
write()
B.
append()
append()
C.
add()
add()
D.
insert()
insert()
Question No# :
22
out of 50
<p>What will be written to the file?</p><pre><span style="font-size: 14px;">f = open("test.txt", "w")<br></span><span style="font-size: 14px;">f.write("ABC")<br></span><span style="font-size: 14px;">f.write("DEF")<br></span><span style="font-size: 14px;">f.close()</span></pre>
<p>फाइल में क्या लिखा जाएगा?</p><pre style="font-size: 12.6px; letter-spacing: 0.14px;"><span style="font-size: 14px;">f = open("test.txt", "w")<br></span><span style="font-size: 14px;">f.write("ABC")<br></span><span style="font-size: 14px;">f.write("DEF")<br></span><span style="font-size: 14px;">f.close()</span></pre>
A.
ABC
ABC
B.
DEF
DEF
C.
ABCDEF
ABCDEF
D.
Error
Error
Question No# :
23
out of 50
Which of the following functions is used to open a file in Python?
पायथन में फ़ाइल खोलने के लिए निम्नलिखित में से किस फ़ंक्शन का उपयोग किया जाता है?
A.
open_file()
open_file()
B.
file_open()
file_open()
C.
open()
open()
D.
read_file()
read_file()
Question No# :
24
out of 50
What happens if file opened in write mode already exists?
यदि राइट मोड में खोली गई फाइल पहले से मौजूद हो तो क्या होगा?
A.
Data is appended
Data is appended
B.
Error occurs
Error occurs
C.
Old content is erased
Old content is erased
D.
Nothing happens
Nothing happens
Question No# :
25
out of 50
Which of the following mode argument is used in file to truncate ?
निम्नलिखित में से किन मोड आर्गुमेंट का उपयोग ट्रंकेट करने के लिए उपयोग किया जाता है?
A.
a
a
B.
f
f
C.
w
w
D.
t
t
Question No# :
26
out of 50
Which of the following statements is used to check if a file exists in Python?
निम्नलिखित में से किस फंक्शन का उपयोग यह जांचने के लिए किया जाता है कि कोई फ़ाइल पायथन में मौजूद है या नहीं?
A.
file_exists()
file_exists()
B.
exists_file()
exists_file()
C.
os.path.exists()
os.path.exists()
D.
check_file()
check_file()
Question No# :
27
out of 50
The function which reads one line from standards input and returns it as a string (removing the trailing newline)
वह फंक्शन जो स्टैण्डर्ड इनपुट से एक पंक्ति रीड करता है और इसे स्ट्रिंग के रूप में लौटाता है (ट्रेलिंग न्यूलाइन को हटाते हुए)
A.
raw_input
रॉ_इनपुट
B.
input
इनपुट
C.
eval
ईवल
D.
accept
एक्सेप्ट
Question No# :
28
out of 50
in python which function is used to read CSV file
पायथन में CSV फ़ाइल को पढ़ने के लिए किस फ़ंक्शन का उपयोग किया जाता है?
A.
csv.reader(file)
csv.reader(file)
B.
csv.read(file)
csv.read(file)
C.
csv.readcsv(file)
csv.readcsv(file)
D.
csv.readcsvdata(file)
csv.readcsvdata(file)
Question No# :
29
out of 50
What does EOF stand for?
EOF का पूरा नाम क्या है?
A.
End Of Folder
End Of Folder
B.
Exit Open File
Exit Open File
C.
End Of File
End Of File
D.
Error On File
Error On File
Question No# :
30
out of 50
Which function returns the strings?
कौन सा फंक्शन स्ट्रिंग्स लौटाता है?
A.
readlines()
readlines()
B.
read()
read()
C.
Both of the above
Both of the above
D.
None of the above
None of the above
Question No# :
31
out of 50
Which of the following is used to define a block of code in Python language ?
पायथन लैंग्वेज में कोड के ब्लॉक को परिभाषित करने के लिए निम्न में से किसका प्रयोग किया जाता है?
A.
try
try
B.
Brackets
ब्रैकेट्स
C.
Indentation
इंडेंटेशन
D.
Catch
कैच
Question No# :
32
out of 50
What is the use of seek() method in files?
फाइलों में seek() फंक्शन का क्या उपयोग है?
A.
sets the file's current position at the offset
sets the file's current position at the offset
B.
sets the file's previous position at the offset
sets the file's previous position at the offset
C.
sets the file's current position within the file
sets the file's current position within the file
D.
None of these
None of these
Question No# :
33
out of 50
Which function of pickle module is used to write data on binary file
बाइनरी फ़ाइल पर डेटा लिखने के लिए अचार मॉड्यूल का कौन सा फ़ंक्शन प्रयोग किया जाता है
A.
dump()
dump()
B.
write()
write()
C.
writeBinary()
writeBinary()
D.
load()
load()
Question No# :
34
out of 50
Which one is not the attribute of a file ?
इनमें से कौन एक फाइल की विशेषता नहीं है ?
A.
softspace
softspace
B.
mode
mode
C.
closed
closed
D.
rename
rename
Question No# :
35
out of 50
Which statement will return one line from a file (file object is f) ?
कौन सा स्टेटमेंट फ़ाइल (file object is 'f) से एक पंक्ति प्रस्तुत करेगा |
A.
f.readlines()
f.readlines()
B.
f.readline()
f.readline()
C.
f.read()
f.read()
D.
f.line()
f.line()
Question No# :
36
out of 50
Each line of a text file is terminated by a special character, called the ___
टेक्स्ट फाइल की प्रत्येक पंक्ति को एक विशेष कैरेक्टर द्वारा समाप्त किया जाता है, जिसे ____ कहा जाता है।
A.
End of File
फाईल का अंत
B.
End of Line
लाईन का अंत
C.
End of Statement
स्टेटमेंट का अंत
D.
End of program
प्रोग्राम का अंत
Question No# :
37
out of 50
A Function used for writing data in the binary format :
बाइनरी फॉर्मेट में डेटा लिखने के लिए उपयोग किया जाने वाला एक फंक्शन:
A.
write
write
B.
output
output
C.
send
send
D.
dump
dump
Question No# :
38
out of 50
Which module in Python provides functions for file and directory manipulation?
पायथन में कौन सा मॉड्यूल फ़ाइल और फोल्डर में प्रोसेस के लिए फ़ंक्शन प्रदान करता है?
A.
os
os
B.
fileutils
fileutils
C.
filesystem
filesystem
D.
io
io
Question No# :
39
out of 50
<p>Which of the following error is returned by the given code ?</p><pre>f = open("test.txt","w")<br>f.write(345)</pre>
<p>निम्न में से कौन सी एरर दिए गए कोड द्वारा प्रस्तुत किया जाता है?</p><pre style="font-size: 12.6px; letter-spacing: 0.14px;">f = open("test.txt","w")<br>f.write(345)</pre>
A.
Syntax Error
सिंटेक्स एरर
B.
Type Error
टाइप एरर
C.
String Error
स्ट्रिंग एरर
D.
Run Time Error
रन टाइम एरर
Question No# :
40
out of 50
Work of tell() method in file processing is
फाइल प्रोसेसिंग में tell() फंक्शन का कार्य है
A.
Tells you the current position within the file.
Tells you the current position within the file.
B.
Tells the size of file you read
Tells the size of file you read
C.
Tells the start position of the file.
Tells the start position of the file.
D.
Tells the end position of the file.
Tells the end position of the file.
Question No# :
41
out of 50
What keyword is used in Python to raise exceptions?
एक्सेप्शन उत्पन्न करने के लिए पायथन में किस कीवर्ड का उपयोग किया जाता है?
A.
raise
raise
B.
goto
goto
C.
try
try
D.
except
except
Question No# :
42
out of 50
Which is mean by 'a' mode when working with text file.
टेक्स्ट फ़ाइल के साथ काम करते समय a मोड से इसका मतलब है।
A.
Append File
Append File
B.
Write File
Write File
C.
Read File
Read File
D.
Read and Write both
Read and Write both
Question No# :
43
out of 50
which of the following will read entire content of file (file object 'f')?
निम्नलिखित में से कौन फ़ाइल (file object 'f') की संपूर्ण सामग्री को पढ़ेगा ?
A.
f.reads()
f.reads()
B.
f.read()
f.read()
C.
f.read(all)
f.read(all)
D.
f.read( *)
f.read( *)
Question No# :
44
out of 50
<p>What will be the output of the following code?</p><pre>f=open("demo.txt","r")<br>print(f.tell())</pre>
<p>निम्नलिखित कोड का आउटपुट क्या होगा?</p><pre style="font-size: 12.6px; letter-spacing: 0.14px;">f=open("demo.txt","r")<br>print(f.tell())</pre>
A.
1
1
B.
2
2
C.
-1
-1
D.
0
0
Question No# :
45
out of 50
Which of the function take takes two arguments?
कौन सा फंक्शन को दो आर्गूमेंट की जरूरत पड़ेगी
A.
dump()
dump()
B.
load()
load()
C.
Both A and B
Both A and B
D.
None of the above
None of the above
Question No# :
46
out of 50
Which of the following is an invalid mode?
निम्न में से कौन सा अमान्य मोड है?
A.
a
a
B.
ar+
ar+
C.
r+
r+
D.
w
w
Question No# :
47
out of 50
Which method is used to read the entire content of a file as a string in Python?
पायथन में फ़ाइल के पूरे डाटा को स्ट्रिंग के रूप में पढ़ने के लिए किस फंक्शन का उपयोग किया जाता है?
A.
read()
read()
B.
readline()
readline()
C.
readlines()
readlines()
D.
load()
load()
Question No# :
48
out of 50
What does the 'r' mode signify when opening a file using open() in Python?
पायथन में ओपन() का उपयोग करके फ़ाइल खोलते समय 'r' मोड क्या दर्शाता है?
A.
Read mode
Read mode
B.
Write mode
Write mode
C.
Append mode
Append mode
D.
Binary mode
Binary mode
Question No# :
49
out of 50
What is unpickling?
अनपिकलिंग क्या है
A.
It is used for object serialization
It is used for object serialization
B.
It is used for object de-serialization
It is used for object de-serialization
C.
change the string value to number
change the string value to number
D.
extract the list element in simple variable
extract the list element in simple variable
Question No# :
50
out of 50
f.read(5) will read________from a file (file object 'f')
f.read(5) एक फ़ाइल से________ पढ़ेगा (file object 'f')
A.
5 characters
5 वर्ण
B.
5 words
5 शब्द
C.
5 lines
5 पंक्तिया
D.
None of the above
उपरोक्त में से कोई नहीं
Online Exam Quiz for One day Exam
Online Typing Test
CCC Online Test 2026
Best Computer Training Institute in Prayagraj (Allahabad)
Best Java Training Institute in Prayagraj (Allahabad)
Best Python Training Institute in Prayagraj (Allahabad)
O Level Online Test in Hindi
Best Website and Software Company in Allahabad