Search Header Logo

Lesson 42 - file related functions

Authored by NotchUp .co

Professional Development, Education

5th Grade

10 Questions

Used 22+ times

Lesson 42 - file related functions
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

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

Access all questions and much more by creating a free account

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

Already have an account?