To read two characters from a file object infile, we use ____________
UNIT2_PYTHON

Quiz
•
Other
•
University
•
Hard
Asst.Prof.,CSE Chennai
Used 2+ times
FREE Resource
10 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
infile.read(2)
infile.read()
infile.readline()
infile.readlines()
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following functions can help us to find the version of python that we are currently working on?
sys.version(1)
sys.version(0)
sys.version()
sys.version
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What will be the output of the following Python code?
l=[1, 0, 2, 0, 'hello', '', []]
list(filter(bool, l))
[1, 0, 2, ‘hello’, ”, []]
Error
[1, 2, ‘hello’]
[1, 0, 2, 0, ‘hello’, ”, []]
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
The following python program can work with ____ parameters.
def f(x):
def f1(*args, **kwargs):
print("Sanfoundry")
return x(*args, **kwargs)
return f1
any number of
0
1
2
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What will be the output of the following Python code snippet?
for i in [1, 2, 3, 4][::-1]:
print (i)
4 3 2 1
Error
1 2 3 4
None of the mentioned above
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
________ matches the start of the string.________ matches the end of the string.
‘^’, ‘$’
‘$’, ‘^’
‘$’, ‘?’
‘?’, ‘^’
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the use of seek() method in files?
sets the file’s current position at the offset
sets the file’s previous position at the offset
sets the file’s current position at the offset
none of the mentioned
Create a free account and access millions of resources
Similar Resources on Quizizz
14 questions
Intro to Python Programming Quiz 9D

Quiz
•
1st Grade - University
12 questions
Aula Invertida

Quiz
•
University
15 questions
Sistem Operasi

Quiz
•
University
12 questions
The Trials of Heracles

Quiz
•
University
10 questions
Microsoft Tech Wiz Quiz

Quiz
•
University
10 questions
BOM - Group 5

Quiz
•
University
10 questions
Understanding Scratch and DFU

Quiz
•
University
10 questions
python set 1

Quiz
•
University
Popular Resources on Quizizz
15 questions
Character Analysis

Quiz
•
4th Grade
17 questions
Chapter 12 - Doing the Right Thing

Quiz
•
9th - 12th Grade
10 questions
American Flag

Quiz
•
1st - 2nd Grade
20 questions
Reading Comprehension

Quiz
•
5th Grade
30 questions
Linear Inequalities

Quiz
•
9th - 12th Grade
20 questions
Types of Credit

Quiz
•
9th - 12th Grade
18 questions
Full S.T.E.A.M. Ahead Summer Academy Pre-Test 24-25

Quiz
•
5th Grade
14 questions
Misplaced and Dangling Modifiers

Quiz
•
6th - 8th Grade