
Python basics

Quiz
•
Professional Development
•
Professional Development
•
Hard
Used 5+ times
FREE Resource
10 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Which of the following are true of Python dictionaries:
Dictionaries are accessed by key.
All the keys in a dictionary must be of the same type.
Items are accessed by their position in a dictionary.
2.
MULTIPLE CHOICE QUESTION
5 mins • 1 pt
What is the output of the following?
i = 1
while False:
if i%2 == 0:
break
print(i)
i += 2
1
1 3 5 7 …
1 2 3 4 …
none of the mentioned
3.
MULTIPLE CHOICE QUESTION
5 mins • 1 pt
What is the output of the following?
i = 1
while True:
if i%2 == 0:
break
print(i)
i += 1
1 2
error
1 2 3
none of the mentioned
4.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Which of the following is the use of function in python?
Functions are reusable pieces of programs
Functions are reusable pieces of programs
you can’t create your own functions
All of the mentioned
5.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
What is used to define a block of code (body of loop, function etc.) in Python?
Curly braces
Parenthesis
Indentation
Quotation
6.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
In the following code, n is a/an _______?
n = '5'
integer
string
tuple
operator
7.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
What is used to take input from the user in Python?
cin
scanf()
input()
<>
Create a free account and access millions of resources
Similar Resources on Wayground
15 questions
Simple Python Quiz

Quiz
•
Professional Development
9 questions
Quiz - 2

Quiz
•
Professional Development
10 questions
Python - Estruturas de Decisão

Quiz
•
Professional Development
14 questions
Java Collections

Quiz
•
Professional Development
15 questions
Quiz 2 Internship on Fundamentals of Python

Quiz
•
Professional Development
9 questions
Python Looping

Quiz
•
Professional Development
15 questions
python dictionary and set

Quiz
•
Professional Development
10 questions
Day 3

Quiz
•
Professional Development
Popular Resources on Wayground
55 questions
CHS Student Handbook 25-26

Quiz
•
9th Grade
10 questions
Afterschool Activities & Sports

Quiz
•
6th - 8th Grade
15 questions
PRIDE

Quiz
•
6th - 8th Grade
15 questions
Cool Tool:Chromebook

Quiz
•
6th - 8th Grade
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
10 questions
Nouns, nouns, nouns

Quiz
•
3rd Grade
20 questions
Bullying

Quiz
•
7th Grade
18 questions
7SS - 30a - Budgeting

Quiz
•
6th - 8th Grade
Discover more resources for Professional Development
11 questions
All about me

Quiz
•
Professional Development
10 questions
How to Email your Teacher

Quiz
•
Professional Development
5 questions
Setting goals for the year

Quiz
•
Professional Development
8 questions
Ötzi the Iceman: A 5,000-Year-Old True Crime Murder Mystery | Full Documentary | NOVA | PBS

Interactive video
•
Professional Development