ABREDES - Devasc Python
Quiz
•
Professional Development, Computers
•
Professional Development
•
Practice Problem
•
Medium
Quizzes ABRedes
Used 7+ times
FREE Resource
Enhance your content in a minute
14 questions
Show all answers
1.
MULTIPLE SELECT QUESTION
45 sec • 1 pt
What command is used to install Python modules from PyPI? (Choose two.)
pip load packagename
pip install packagename
python3 -m pip install packagename
python3 -t pip install packagename
Answer explanation
PyPI is a repository that holds thousands of Python modules that you can import. To install it, you can use python3 -m (module) pip install and the name of the package you want. You can also directly install it with the pip command.
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the standard for indention in Python?
One space for each block of code
Four spaces for each block of code
One tab for each block of code
One tab and one space per block of code
Answer explanation
PEP 8 is the style guide for Python syntax, and it specifies four spaces for each block of code. Tabs will work, and your editor may actually convert them automatically for you, but it is a good practice to follow the standard.
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
How are comments in Python denoted?
// on each line you want to make a comment
# or '" quotation marks encompassing multiline comments
/* comment */
@$ comment %@
Answer explanation
Comments are specified by the # or three single quotes '''. The benefit of using the single quotes is that you can write multiline text.
4.
MULTIPLE SELECT QUESTION
45 sec • 1 pt
Which of the following are mutable data types? (Choose two.)
Lists
Dictionary
Integers
Tuples
Answer explanation
Lists and dictionaries are both mutable, or changeable, data types. Integers and tuples must be replaced and can’t be edited, which makes them immutable.
5.
MULTIPLE SELECT QUESTION
45 sec • 1 pt
Which of the following would create a dictionary?
a= (" name","chris","age",45)
a= dict()
a= {" name":"chris", "age": 45}
a= [name, chris, age, 45]
Answer explanation
You can create an empty dictionary object by assigning the function dict() to a Python object (in this example, a). You can insert dictionary values as well by using braces, {}, and key:value pairs that you assign to an object.
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What data type does the input() function create when assigned to a variable?
List
Raw
String
An auto typed one
Answer explanation
The input() function by default creates a string data type.
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which print statement is valid for Python 3?
print 'hello world'
print("hello world')
print(hello, world)
print("'hello world'")
Answer explanation
The only one that is valid as is would be print('''hello world'''). print(hello, world) would be valid only if there were two variables named hello and world; otherwise, it would produce an error. Since you don’t know in this case whether these variables exist, print('''hello world''') is the correct answer.
Create a free account and access millions of resources
Create resources
Host any resource
Get auto-graded reports

Continue with Google

Continue with Email

Continue with Classlink

Continue with Clever
or continue with

Microsoft
%20(1).png)
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?
Similar Resources on Wayground
10 questions
Kuis BO Periode Januari 2023
Quiz
•
Professional Development
15 questions
HTML
Quiz
•
Professional Development
11 questions
Node y NPM (Parte 1)
Quiz
•
Professional Development
10 questions
MyPertamina Hero Goes To Mandalika 2023
Quiz
•
Professional Development
10 questions
02 - Python - Introduction & Installation
Quiz
•
University - Professi...
15 questions
CSS
Quiz
•
Professional Development
10 questions
expresii
Quiz
•
Professional Development
10 questions
5. Control statement
Quiz
•
Professional Development
Popular Resources on Wayground
10 questions
Honoring the Significance of Veterans Day
Interactive video
•
6th - 10th Grade
9 questions
FOREST Community of Caring
Lesson
•
1st - 5th Grade
10 questions
Exploring Veterans Day: Facts and Celebrations for Kids
Interactive video
•
6th - 10th Grade
19 questions
Veterans Day
Quiz
•
5th Grade
14 questions
General Technology Use Quiz
Quiz
•
8th Grade
25 questions
Multiplication Facts
Quiz
•
5th Grade
15 questions
Circuits, Light Energy, and Forces
Quiz
•
5th Grade
19 questions
Thanksgiving Trivia
Quiz
•
6th Grade
