1.What is socket ? Explain how socket
connection can be established to the internet using Python code over the TCP/IP
connection and the http protocol to get the web document.
2.Explain the significance of XML over the web development.
Illustrate with an example.
3.Write a note on Google Geocoding web
service . Using Python supported libraries , demonstrate with a snippet code.
4.What is embedded SQL? Explain the importance of SQLite
database .
Write a Python code to establish a database connection to ‘EmpDb’ and
display the total gross salary paid to the employees working in the “Quality
Control department. Assume the employee table has been already created and
exist in the “EmpDb”.The
fields of Employee table are : ( EmpID, DepName,
GrossSalary)