
Python_Quiz_1

Quiz
•
Computers
•
Professional Development
•
Hard
Marvin Chua
Used 2+ times
FREE Resource
12 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
What is the extension of a Python file?
.pyc
.py
.python
.pf
2.
MULTIPLE SELECT QUESTION
20 sec • 1 pt
What is the correct syntax to output "Bye, World" in Python?
echo("Bye, World")
print("Bye, World")
printf("Bye, World")
print('Bye', 'World', sep=', ')
3.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
Is Python compiled or interpreted?
Compiled
Interpreted
Both
Answer explanation
When you first run a Python script, it is converted to bytecode. This process is called compilation.
Python then executes the bytecode. This process is called interpretation.
Thus, Python is a hybrid language.
4.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
Which of the following functions can convert a string to a float in Python?
str()
int()
float()
bool()
5.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
What is the output of the following code?
print(type(10))
<class 'int'>
type(10)
<class 'str'>
"10"
6.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
Which of the following is used to define a function in Python?
func
function
def
define
7.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
What is the output of the following code?
scores = [97, 98, 99, 100]
print(scores[0:3])
[97, 98]
[97, 98, 99]
[97, 98, 99, 100]
scores[0:3]
Answer explanation
When you use index slicing, such as scores[0:3]
you are getting the elements from index 0 to index 2.
In other words, from 0 (inclusive) to 3 (exclusive)
Create a free account and access millions of resources
Similar Resources on Wayground
10 questions
CIT JULY 2022

Quiz
•
Professional Development
15 questions
JF UIT 2022 - Game 2

Quiz
•
Professional Development
13 questions
Python Module 1

Quiz
•
University - Professi...
15 questions
CodeHS - Intro to Python - Conditionals Quiz

Quiz
•
9th Grade - Professio...
17 questions
Python-básico1

Quiz
•
Professional Development
9 questions
Python training series quiz

Quiz
•
Professional Development
10 questions
DECI - Week 5 - round

Quiz
•
Professional Development
10 questions
Day 2

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
Discover more resources for Computers
11 questions
All about me

Quiz
•
Professional Development
10 questions
How to Email your Teacher

Quiz
•
Professional Development
15 questions
Fun Random Trivia

Quiz
•
Professional Development
22 questions
Anne Bradstreet 1612-1672

Quiz
•
Professional Development
18 questions
Spanish Speaking Countries and Capitals

Quiz
•
KG - Professional Dev...
14 questions
Fall Trivia

Quiz
•
11th Grade - Professi...
15 questions
Disney Characters Quiz

Quiz
•
Professional Development
15 questions
Quiz to Highlight Q types & other great features in Wayground

Quiz
•
Professional Development