Font size
S
M
L
XL
WorksheetsIntro to Python I Quiz
Total questions: 15
Worksheet time: 8mins
Name
Class
Date
1.
What type of programming language is Python?
a)
Interpreted
b)
Compiled
c)
Binary
d)
Assembly
2.
Which of the following are advantages of Python? (Select all that apply)
a)
Large community
b)
Low learning curve
c)
Works only with AI
d)
Backend and frontend use
3.
What makes Python ideal for data analysis?
a)
It runs only in Excel
b)
It's easy to install
c)
It’s the most used language in the field
d)
It only supports statistics
4.
What is the most effective way to improve your Python skills?
a)
Reading only
b)
Watching videos
c)
Practice regularly
d)
Memorizing syntax
5.
Where can you find open-source Python projects and datasets? (Select all that apply)
a)
Kaggle
b)
Github
c)
LinkedIn
d)
Twitter
6.
Which website is highly recommended for debugging help?
a)
Reddit
b)
Stack Overflow
c)
Quora
d)
X
7.
When you have an error in Python, what should you read first?
(a)
8.
What should you include when searching online for Python help? (Select all that apply)
a)
Use “Python” in the query
b)
Be specific
c)
Paste full error logs
d)
Use vague terms
9.
What is one benefit of using the same browser repeatedly when searching Python issues?
a)
It clears cookies
b)
It stores your search history
c)
It compiles your code
d)
It upgrades Jupyter
10.
What are Jupyter notebooks made of?
a)
Pages
b)
Commands
c)
Cells
d)
Scripts
11.
What types of content can a Jupyter notebook cell contain? (Select all that apply)
a)
Code
b)
Images
c)
Videos
d)
SQL only
12.
What keyboard shortcut runs a cell and moves to the next in Jupyter?
a)
Ctrl+R
b)
Shift+Enter
c)
Alt+Tab
d)
Enter
13.
Pressing “M” in command mode switches the cell to (a) mode.
14.
Which of the following are Jupyter notebook shortcuts? (Select all that apply)
a)
A to add cell above
b)
B to add cell below
c)
DD to delete cell
d)
F to refresh the browser
15.
What key combination shows a function's documentation in Jupyter?
a)
Shift+Enter
b)
Shift+Tab
c)
Ctrl+M
d)
Alt+D
Reset
