Lesson 42 - file related functions

Quiz
•
Professional Development, Education
•
5th Grade
•
Medium
NotchUp .co
Used 20+ times
FREE Resource
10 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What will be the output-
f=open('abc','w')
l=['kolkata\n','delhi\n','chennai\n','mumbai\n']
f.write(l)
f.close()
print("written all the elements of list")
written all the elements of list
wrong arguments in write function error
file not available error
Opening wrong file mode error
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the output of the following program :
print "Hello World"[::-1]
dlroW olleH
Hello Worl
d
Error
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the output of the following code :
print 9//2
4
4.5
4.0
error
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of these is not a core data type?
class
list
dictionary
set
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What data type is the object below ? L = [1, 23, ‘hello’, 1]
List
Dictionary
tuple
Array
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What will be the output of the following code :
print type(type(int))
type 'int'
type 'type'
error
0
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the output of the following program :
y = 8
z = lambda x : x * y
print z(6)
48
14
64
none
Create a free account and access millions of resources
Similar Resources on Wayground
15 questions
Minecraft_Python for

Quiz
•
5th - 6th Grade
7 questions
Signos de interrogación y exclamación

Quiz
•
2nd - 5th Grade
13 questions
Comunicación Organizacional

Quiz
•
1st Grade - University
7 questions
ERRORES COMUNES en Evaluación del Desempeño

Quiz
•
KG - University
10 questions
JS_scope_Function_If

Quiz
•
1st - 5th Grade
13 questions
De grote Kiwiz quizzz

Quiz
•
1st - 5th Grade
10 questions
Learning Theory

Quiz
•
5th Grade
10 questions
Python Marathon (Easy Round)

Quiz
•
1st - 6th Grade
Popular Resources on Wayground
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
10 questions
Nouns, nouns, nouns

Quiz
•
3rd Grade
10 questions
9/11 Experience and Reflections

Interactive video
•
10th - 12th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
11 questions
All about me

Quiz
•
Professional Development
22 questions
Adding Integers

Quiz
•
6th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
9 questions
Tips & Tricks

Lesson
•
6th - 8th Grade
Discover more resources for Professional Development
25 questions
Multiplication Facts

Quiz
•
5th Grade
20 questions
Finding Volume of Rectangular Prisms

Quiz
•
5th Grade
20 questions
States of Matter

Quiz
•
5th Grade
10 questions
Understanding the Scientific Method

Interactive video
•
5th - 8th Grade
5 questions
Remembering 9/11 Patriot Day

Lesson
•
3rd - 5th Grade
20 questions
Run-On Sentences and Sentence Fragments

Quiz
•
3rd - 6th Grade
20 questions
4 Types of Sentences

Quiz
•
3rd - 5th Grade
15 questions
Order of Operations

Quiz
•
5th Grade