ADVANCE PYTHON
ADVANCE PYTHON
OLD PAPER
Q.1 (A) Answer the following questions.
1. Define thread.
2. Which method is use to run the thread?
3. Which method is use to display the graph?
4. If you want to install PyLab, you must also install
_______.
5. ______ Function used to make some changes to figure.
6. ______ Plot is a type of plot that shows the data as a
collection of points.
7. _____________method display plot in pyplot.
8. The _______________method is the entry point for a thread.
9. The _______________method checks whether a thread is still
executing.
10. What is PyLab?
11. Plot can be saving in file using _____ method.
12. ________ Method adds item to a multithreaded queue.
1. Define model.
2. Which Query is use to display the data from the table?
3. Which Query is use to detele the data from the table?
4. Django automatically creates a _____ database for your project.
5. By default ______ file is used as a Django setting file.
6. ______ Module is used to connect python application with the
MySQL.
7. Which query is use to access data from the table?
8. What is model?
9. ______ Function is used to create database connection in mysql
with python.
10. _____ Method is used to fetch single record from database
table.
11. ______ method is used to close current cursor object.