python - program based questions

python - program based questions

University

25 Qs

quiz-placeholder

Similar activities

Evaluasi materi appetizer

Evaluasi materi appetizer

12th Grade - University

20 Qs

Kuis UAS

Kuis UAS

University

20 Qs

ESP, Southern Fruits

ESP, Southern Fruits

10th Grade - Professional Development

30 Qs

Conformidade e Segurança na AWS

Conformidade e Segurança na AWS

University

20 Qs

Chapter 3 ❤️❤️❤️

Chapter 3 ❤️❤️❤️

University

21 Qs

Proyecto Desarrollo Integración Soluciones

Proyecto Desarrollo Integración Soluciones

University - Professional Development

27 Qs

Enterprise Data Management

Enterprise Data Management

University

30 Qs

Business Analytics and Data Mining

Business Analytics and Data Mining

University

20 Qs

python - program based questions

python - program based questions

Assessment

Quiz

Professional Development

University

Hard

Created by

JJ Data science

Used 1+ times

FREE Resource

25 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Consider the file "d://test.txt" with the contents as given below:

Hi there,

I am loving Python.

Python is Simple

Choose the correct output from the above code snippet from the given options:

Read String is : Hi there,

Read String is : Python is simple.

Syntax error

Read String is : Hi there,

I am loving Python.

Python is simple.

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Consider the file "d://test.txt" with the contents as given below:

Hi there,

I am loving Python.

Python is Simple

Choose the correct output from the above code snippet from the given options:

Read String is : Hi there

Read String is : Hi there,

Syntax error

Hi there,

I am loving Python.

Python is simple.

3.

MULTIPLE SELECT QUESTION

1 min • 1 pt

Media Image

Consider a file test.txt in D Drive with the following contents:

I Love Python

Choose the output for the following Python code from the given options(Select all applicable):

Stmt2 prints the contents of the file test.txt

Stmt5 will print number of tokens(words) in the file separated by a space ' '

Stmt6 should be uncommented to close the open file.

Stmt3 results in an error

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Media Image

Consider a file read.txt in D Drive with the following contents:

Banana

Apple

Grapes

Choose the output for the following Python code from the given options:

{}

{0: 'Banana', 1: 'Apple', 2: 'Grapes'}

[0: 'Banana', 1: 'Apple', 2: 'Grapes']

{'Banana':0, 'Apple':1, 'Grapes':2}

5.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Media Image

Consider a file read.txt in D Drive with the following contents:

Banana

Apple

Grapes

Choose the output for the following Python code from the given options:

[]

['Banana', 'Apple', 'Grapes']

{'Banana', 'Apple', 'Grapes'}

Error

6.

MULTIPLE SELECT QUESTION

1 min • 1 pt

Consider a list, fruits=["Mango", "Banana", "Guava", "Strawberry"]. Match the following:

a. fruits[-4:]

b. fruits[-2:]

c. fruits[-4:-1]

d. fruits[1:4]

Select the correct answer for a, b, c & d

['Banana', 'Guava', 'Strawberry']

['Mango', 'Banana', 'Guava', 'Strawberry']

['Mango', 'Banana']

['Mango', 'Banana', 'Guava']

['Guava', 'Banana', 'Mango']

7.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

Assume the following list definition:

a = ['foo', 'bar', 'baz', 'qux', 'quux', 'corge']

print(a[4::-2])

a[:] is a

max(a[2:4] + ['grault'])

print(a[-5:-3])

Create a free account and access millions of resources

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

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?