Quiz 2 Internship on Fundamentals of Python

Quiz 2 Internship on Fundamentals of Python

Professional Development

15 Qs

quiz-placeholder

Similar activities

Signals and systems

Signals and systems

Professional Development

20 Qs

Quiz #3

Quiz #3

Professional Development

15 Qs

BCS System & Architecture Quiz 7

BCS System & Architecture Quiz 7

University - Professional Development

20 Qs

Python_DS2

Python_DS2

Professional Development

10 Qs

Q1 Introduction to Python

Q1 Introduction to Python

Professional Development

15 Qs

Design Thinking Check Point

Design Thinking Check Point

Professional Development

20 Qs

Core-Abilities Lvl 3 M05 -Trial 1

Core-Abilities Lvl 3 M05 -Trial 1

Professional Development

20 Qs

Excel Quiz-IF, AND, OR, DATE and DATABASE FUNCTIONS

Excel Quiz-IF, AND, OR, DATE and DATABASE FUNCTIONS

Professional Development

13 Qs

Quiz 2 Internship on Fundamentals of Python

Quiz 2 Internship on Fundamentals of Python

Assessment

Quiz

Professional Development

Professional Development

Practice Problem

Hard

Created by

Dr. Lakshmi Bhaskar Bhaskar

Used 9+ times

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of these is the definition for packages in Python?

A set of main modules

A folder of python modules

A number of files containing Python definitions and statements

A set of programs making use of Python modules

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the maximum possible length of an identifier in Python?

79 characters

31 characters

63 characters

none of the mentioned

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What will be the output of the following Python program?

error

0 1 2 0

0 1 2

none

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

To open a file c:\scores.txt for reading, we use _____________

infile = open(“c:\scores.txt”, “r”)

infile = open(“c:\\scores.txt”, “r”)

infile = open(file = “c:\scores.txt”, “r”)

infile = open(file = “c:\\scores.txt”, “r”)

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following Python code will print True?

a = foo(2)

b = foo(3)

print(a<b)

Media Image
Media Image
Media Image
Media Image

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which function overloads the + operator?

__add__()

__plus__()

__sum__()

None

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Only problems that are recursively defined can be solved using recursion.

True

False

May be

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?