Quiz 2 Internship on Fundamentals of Python

Quiz
•
Professional Development
•
Professional Development
•
Hard
Dr. Lakshmi Bhaskar Bhaskar
Used 9+ times
FREE Resource
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
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)
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
Create a free account and access millions of resources
Similar Resources on Wayground
15 questions
Simple Python Quiz

Quiz
•
Professional Development
12 questions
Funciones

Quiz
•
Professional Development
10 questions
DAY 1 - C& C++ Assessment _10th June 24

Quiz
•
Professional Development
16 questions
Maitriser la communication Interpersonnelle

Quiz
•
Professional Development
10 questions
Networking basics

Quiz
•
Professional Development
18 questions
Formation Gestes et Postures

Quiz
•
Professional Development
20 questions
Révision HTML, CSS et JavaScript

Quiz
•
Professional Development
10 questions
Python Test 3A

Quiz
•
Professional Development
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