Python Programming Imp
Python Programming Imp
1. file handling, file modes (x, r, w, a, r+, w+, a+, rb, wb, ab, rb+, wb+,
ab+ ), file built in function(open) and built in methods( read(), close(),
readline(), readlines() , append() )
2. python programs to create, read, write, append and delete a file
3. python program to copy text from one file to another file
4. Expalin seek() , tell() , truncate(), flush(), split() methods
5. Explain persistent storage modules in python( pickle module, marshal
module, shelve module, )dbm package
6. standard files ( stdin, stdout, stderr )
7. file system ( or directory) , os modules (mkdir, chdir, rmdir..etc..)
EXCEPTIONS TOPIC:
MODULES TOPIC:
For complete python subject tutorials please visit : ns lectures youtube channel
GUI PROGRAMMING:
1. Explain TKINTER module in python
2. Explain tkinter geometry() pack(), grid() and place() methods
3. Python Tkinter Button, Checkbutton, Radiobutton, Entry &
Label,Frame, Listbox
4. create Student details form using tkinter module.
5. Python To display a good morning message in a text box when the
user clicks the button
WEB PROGRAMMING:
UNIT-5
short answer questions:
1. Explain In-memory and Persistent Database Management Systems.
2. Define Database and various Types of databases
3. What is database software?
4. What is a database management system (DBMS), Structured Query
Language (SQL)?
5. Define MySQL database
6. Explain Database challenges.
7. Explain various SQL Commands and SQL operations
8. Difference between Open Source Database and Commercial
Database?,
9. What’s the difference between a database and a spreadsheet?
long answer questions:
1. Define Python Database API And database API module attributes.
For complete python subject tutorials please visit : ns lectures youtube channel