Search Header Logo

QUIZ -21

Authored by shanmugaraja .

Computers

12th Grade - University

Used 2+ times

QUIZ -21
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

8 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is incorrect file handling mode in Python?

r

x

t+

b

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the output of the following code


print('PYnative ', end='//')

print(' is for ', end='//')

print(' Python Lovers', end='//')

PYnative /

is for /

Python Lovers /

PYnative //

is for //

Python Lovers //

PYnative // is for // Python Lovers //

PYnative /is for /Python Lovers /

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the output of this code?

def func(val1, val2=2, val3=7, val4=1):

return val1**val2**val3


print(func(val2=2, val1=2, val3=4))

256

32768

65536

This code raises an exception

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How will you not create a dictionary?

d = {'milk': 50, 'celery': 40}

d = dict(milk=50, celery=40)

d = dict([ ('milk', 50), ('celery', 40) ])

d = { ('milk', 50), ('celery', 40) }

d = {} d['milk'] = 50 d['celery'] = 40

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the following code print?

a = [1, 2, 3]

a is a[:]

True

False

This code raises an exception

Error

6.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

Which of these can you use as a dictionary key?

Please select 3 correct answers

'key'

'count;

['1','2']

('key','count')

5j

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the value of round(12.5) – round(11.5)?

1

0

2

3

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?