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
10 questions
Day-4 IOAC - ML Python Assessment_12th-Feb-2023

Quiz
•
Professional Development
12 questions
Le vin numéros série

Quiz
•
Professional Development
10 questions
Valores booleanos, Ejecución Condicional: Cómo tomar decisiones

Quiz
•
Professional Development
10 questions
Introducción al lenguaje Python

Quiz
•
Professional Development
15 questions
CPR_Quiz_Chapter4_function

Quiz
•
Professional Development
10 questions
Day 2

Quiz
•
Professional Development
16 questions
Desvendando Condicionais em Python

Quiz
•
Professional Development
10 questions
Day 4

Quiz
•
Professional Development
Popular Resources on Wayground
10 questions
Video Games

Quiz
•
6th - 12th Grade
20 questions
Brand Labels

Quiz
•
5th - 12th Grade
15 questions
Core 4 of Customer Service - Student Edition

Quiz
•
6th - 8th Grade
15 questions
What is Bullying?- Bullying Lesson Series 6-12

Lesson
•
11th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
22 questions
Adding Integers

Quiz
•
6th Grade
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade