
Python - 1

Quiz
•
Other
•
University
•
Hard
Aparna Mutnalkar
Used 4+ times
FREE Resource
13 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
In a Python program, a control structure:
Dictates what happens before the program starts and after it terminates
Defines program-specific data structures
Directs the order of execution of the statements in the program
Manages the input and output of control characters
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What signifies the end of a statement block or suite in Python?
A comment
A line that is indented less than the previous line
}
end
3.
MULTIPLE CHOICE QUESTION
2 mins • 1 pt
Suppose you have the following variables defined: a = 100
b = 50
Write a Python if/else statement to assign the smaller of a and b to the variable m.
if a < b:
m = a
else:
m = b
if a < b
m = a
else:
m = b
if a > b
m = b
else
m = a
if a < b
m = a
else
m = b
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following are true of Python dictionaries:
Dictionaries can be nested to any depth.
Dictionaries are accessed by key.
Items are accessed by their position in a dictionary.
Dictionaries are mutable.
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What statement will remove the entry in the dictionary for key 'baz'?
d.remove('baz')
pop('baz')
del d['baz']
del d('baz')
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Once again consider this dictionary:
d = {'foo': 100, 'bar': 200, 'baz': 300}
What is the result of this statement: d['bar':'baz']
It raises an exception
[200, 300]
(200, 300)
200 300
7.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
The Python interpreter takes the code that you write and converts it to the language that the computer’s hardware understands.
Is this statement True or False?
True
False
Create a free account and access millions of resources
Similar Resources on Wayground
9 questions
Tema 3: Desarrollo - Ingeniería de Software

Quiz
•
University
14 questions
Conditional 2 / Technology

Quiz
•
University
10 questions
Quiz 1 Teori Peluang

Quiz
•
University
14 questions
2R C-Skill Lab Test Autumn 2024-25

Quiz
•
University
12 questions
MENA American Trivia

Quiz
•
University
10 questions
Diagnostico PLyF

Quiz
•
University
11 questions
quiz - 8 - day - 4

Quiz
•
12th Grade - University
15 questions
Quiz for PY_may23

Quiz
•
University
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
Discover more resources for Other
21 questions
Spanish-Speaking Countries

Quiz
•
6th Grade - University
20 questions
Levels of Measurements

Quiz
•
11th Grade - University
7 questions
Common and Proper Nouns

Interactive video
•
4th Grade - University
12 questions
Los numeros en español.

Lesson
•
6th Grade - University
7 questions
PC: Unit 1 Quiz Review

Quiz
•
11th Grade - University
7 questions
Supporting the Main Idea –Informational

Interactive video
•
4th Grade - University
12 questions
Hurricane or Tornado

Quiz
•
3rd Grade - University
7 questions
Enzymes (Updated)

Interactive video
•
11th Grade - University