Python Knowledge Check
Quiz
•
Computers
•
Professional Development
•
Practice Problem
•
Medium
Ga-Yen Dang
Used 3+ times
FREE Resource
Enhance your content in a minute
35 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
What is the main version of Python currently supported?
Python 1
Python 2
Python 3
Answer explanation
The currently supported version of Python is Python 3.
2.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
What Python function is used to display information on the screen?
len
open
Answer explanation
len() = Returns the length of an object.
E.g. If the object is a string, len() will return the number of characters in the string.
If the object is a list, len() will return the number of items in the list.
print() = Displays the information on the screen.
open() = Opens a file and returns a file object.
3.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
What file extension is typically used for Python files?
python
p
py
4.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
To show a string on the console, what code would you enter?
print(my message)
println("my message")
print("my message")
Answer explanation
Use the print function with double quotation marks to show strings.
5.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
If you invoke a program with program.py 1 2, what does the code sys.argv[0] contain?
It contains the program.py, the name of the program
It contains 1, the first command-line argument.
It contains 2, the second command-line argument.
Answer explanation
Position 0 (in sys.argv[0] is always the name of the program.
6.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
What will happen if you run the statement "1" + 2 ?
It will evaluate to 3.
It will give an error.
It will become "12".
Answer explanation
It will show the error message "can only concatenate str (not "int") to str".
7.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Under what conditions does a test expression that uses the and operator evaluate to True?
A test expression that uses the and operator evaluates to True when both subexpressions are true.
A test expression that uses the and operator evaluates to True when one subexpression is true and the other is false.
A test expression that uses the and operator evaluates to True when both subexpressions are false.
Answer explanation
Both conditions in the test expression must be true for the entire test expression to evaluate to true.
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
Already have an account?
Similar Resources on Wayground
30 questions
HCI Long Quiz Midterm
Quiz
•
Professional Development
30 questions
HTML Quiz
Quiz
•
Professional Development
33 questions
HTML_Intellipaat
Quiz
•
Professional Development
30 questions
ИНФОРМАТИКА НОВЫЙ ТЕСТ МҰҒАЛІМДЕРГЕ 2023
Quiz
•
Professional Development
30 questions
Mathematical Logic
Quiz
•
11th Grade - Professi...
30 questions
Cyber Security
Quiz
•
Professional Development
30 questions
Quiz - Functions in C
Quiz
•
Professional Development
30 questions
01 - Information Systems - Introduction
Quiz
•
University - Professi...
Popular Resources on Wayground
5 questions
This is not a...winter edition (Drawing game)
Quiz
•
1st - 5th Grade
25 questions
Multiplication Facts
Quiz
•
5th Grade
10 questions
Identify Iconic Christmas Movie Scenes
Interactive video
•
6th - 10th Grade
20 questions
Christmas Trivia
Quiz
•
6th - 8th Grade
18 questions
Kids Christmas Trivia
Quiz
•
KG - 5th Grade
11 questions
How well do you know your Christmas Characters?
Lesson
•
3rd Grade
14 questions
Christmas Trivia
Quiz
•
5th Grade
20 questions
How the Grinch Stole Christmas
Quiz
•
5th Grade
Discover more resources for Computers
26 questions
Christmas Movie Trivia
Lesson
•
8th Grade - Professio...
25 questions
Christmas Movies
Quiz
•
Professional Development
20 questions
Christmas Trivia
Quiz
•
Professional Development
15 questions
Fun Holiday Trivia
Quiz
•
Professional Development
25 questions
Name That Tune - Christmas
Quiz
•
Professional Development
29 questions
Christmas Song Emoji Pictionary
Quiz
•
Professional Development
9 questions
Holiday Movie Trivia
Lesson
•
Professional Development
34 questions
Winter Trivia
Quiz
•
Professional Development
