Write a python script that creates an sqlite database


Question I: on server, create a file that lists contents of /bin folder, including subdirectories. Count number of lines in the resulting file. Include screenshot that shows the performed operations.

Question II: Define the following terms: IP address, network mask, gateway, DNS server. List values of these parameters for the server students.hi.gmu.edu (need to ssh to the server). Which IP is private and which one is public?

Question III: Write a Python program that checks how many numbers in range 1 to 2000 (including 2000) are prime numbers. Add/capture all prime numbers to a list and display it.

Question IV: Write a Python script that creates an SQLite database. Add a couple of records to the database and show how you query it. Save both the Python code and the database, zip it and post to Blackboard

Question V: Write a Python code that calculates(counts) frequency of all elements in the given list below (counts how many times an element shows up in the list). Test the function on the following list: [0, 3, 4, 4, 7, 9, 5, 2, 3, 1, 4, 0, 8, 4, 3, 3, 4, 4, 2, 4, 9, 6, 0, 9, 0, 7, 5, 5, 1, 9, 6, 6, 8, 4, 1, 2, 9, 9, 2, 9, 5, 5, 9, 5, 6, 5, 1, 7, 2, 2, 5, 4, 2, 8, 1, 3, 1, 5, 2, 1, 3, 7, 6, 0, 8, 3, 4, 3, 2, 1, 4, 2, 1, 7, 0, 6, 9, 1, 7, 3, 5, 9, 2, 7, 4, 7, 1, 1, 8, 4, 3, 9, 3, 5, 2, 5, 0, 6, 7, 1]

Request for Solution File

Ask an Expert for Answer!!
Python Programming: Write a python script that creates an sqlite database
Reference No:- TGS03293542

Expected delivery within 24 Hours