<div class="gmail_quote"><div style="color:rgb(68, 68, 68);font-family:Georgia, 'Bitstream Charter', serif;line-height:18px;background-color:rgb(255, 255, 255);font-size:12px;padding-top:0.6em;padding-right:0.6em;padding-bottom:0.6em;padding-left:0.6em;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;max-width:640px">

<p style="color:rgb(68, 68, 68);font-family:Georgia, 'Bitstream Charter', serif;line-height:1.5;font-size:16px;margin-bottom:24px"><b style="color:rgb(0, 0, 0);font-family:Georgia, 'Bitstream Charter', serif;line-height:1.5;font-weight:bold">Personal Details</b></p>

<p style="color:rgb(68, 68, 68);font-family:Georgia, 'Bitstream Charter', serif;line-height:1.5;font-size:16px;margin-bottom:24px"><b style="color:rgb(0, 0, 0);font-family:Georgia, 'Bitstream Charter', serif;line-height:1.5;font-weight:bold">Name:</b>Dhruv Baldawa<br style="color:rgb(68, 68, 68);font-family:Georgia, 'Bitstream Charter', serif;line-height:1.5">

<b style="color:rgb(0, 0, 0);font-family:Georgia, 'Bitstream Charter', serif;line-height:1.5;font-weight:bold">Email:</b><a href="mailto:dhruvbaldawa@gmail.com" target="_blank">dhruvbaldawa@gmail.com</a><br style="color:rgb(68, 68, 68);font-family:Georgia, 'Bitstream Charter', serif;line-height:1.5">

<b style="color:rgb(0, 0, 0);font-family:Georgia, 'Bitstream Charter', serif;line-height:1.5;font-weight:bold">Skype ID or GTalk:</b><a href="mailto:dhruvbaldawa@gmail.com" target="_blank">dhruvbaldawa@gmail.com</a><br style="color:rgb(68, 68, 68);font-family:Georgia, 'Bitstream Charter', serif;line-height:1.5">

<b style="color:rgb(0, 0, 0);font-family:Georgia, 'Bitstream Charter', serif;line-height:1.5;font-weight:bold">IRC nick:</b>dhruvbaldawa<br style="color:rgb(68, 68, 68);font-family:Georgia, 'Bitstream Charter', serif;line-height:1.5">

<b style="color:rgb(0, 0, 0);font-family:Georgia, 'Bitstream Charter', serif;line-height:1.5;font-weight:bold">Phone number:</b> +(91)-9323321233<br style="color:rgb(68, 68, 68);font-family:Georgia, 'Bitstream Charter', serif;line-height:1.5">

<b style="color:rgb(0, 0, 0);font-family:Georgia, 'Bitstream Charter', serif;line-height:1.5;font-weight:bold">School Name:</b> Thakur College of Engineering and Technology, University of Mumbai<br style="color:rgb(68, 68, 68);font-family:Georgia, 'Bitstream Charter', serif;line-height:1.5">

<b style="color:rgb(0, 0, 0);font-family:Georgia, 'Bitstream Charter', serif;line-height:1.5;font-weight:bold">Years completed:</b>Third Year Computer Engineering<br style="color:rgb(68, 68, 68);font-family:Georgia, 'Bitstream Charter', serif;line-height:1.5">

<b style="color:rgb(0, 0, 0);font-family:Georgia, 'Bitstream Charter', serif;line-height:1.5;font-weight:bold">Python Experience Level:</b>Intermediate</p><p style="color:rgb(68, 68, 68);font-family:Georgia, 'Bitstream Charter', serif;line-height:1.5;font-size:16px;margin-bottom:24px">

<b style="color:rgb(0, 0, 0);font-family:Georgia, 'Bitstream Charter', serif;line-height:1.5;font-weight:bold">Project Description</b></p><p style="color:rgb(68, 68, 68);font-family:Georgia, 'Bitstream Charter', serif;line-height:1.5;font-size:16px;margin-bottom:24px">

<b style="color:rgb(0, 0, 0);font-family:Georgia, 'Bitstream Charter', serif;line-height:1.5;font-weight:bold">Describe your idea in detail:</b>SQL
 is a generic language and is the most common language used for database
 querying. But, the problem with SQL is, when a new user fires a SQL 
query, he needs to know 2 things :</p>
<ol style="color:rgb(68, 68, 68);font-family:Georgia, 'Bitstream Charter', serif;line-height:1.5;font-size:16px;list-style-type:decimal;list-style-position:initial;margin-top:0px;margin-right:0px;margin-bottom:24px;margin-left:1.5em">
<li style="color:rgb(68, 68, 68);font-family:Georgia, 'Bitstream Charter', serif;line-height:1.5">He needs to all the relations in the schema, and how are they related, and how are they linked using which attributes.</li>
<li style="color:rgb(68, 68, 68);font-family:Georgia, 'Bitstream Charter', serif;line-height:1.5">When
 a user needs to fire similar queries (similar means queries with almost
 same entities), in such a case all the JOIN statements or linking 
conditions have to be rewritten.</li></ol><p style="color:rgb(68, 68, 68);font-family:Georgia, 'Bitstream Charter', serif;line-height:1.5;font-size:16px;margin-bottom:24px">So,
 here I propose a tool, which comprises of a metadata and syntax 
generator, algorithm and query helper, which can help user create a 
specialized syntax for querying the database in a simple and efficient 
manner, ignoring all the linking between the various tables.</p><p style="color:rgb(68, 68, 68);font-family:Georgia, 'Bitstream Charter', serif;line-height:1.5;font-size:16px;margin-bottom:24px"><b style="color:rgb(0, 0, 0);font-family:Georgia, 'Bitstream Charter', serif;line-height:1.5;font-weight:bold">What have been done so far with this idea : </b>I
 have been developing a Paper Conference Management System for an 
International Paper Conference which is conducted in our college, and 
there are various queries and reports which are to be generated, but 
considering the modularity of the software architecture and the 
normalized databases, the SQL queries tend to become bigger and bigger 
and making it difficult for the user who doesn't know the database 
schema to generate reports. So, I have done a partial implementation of 
this concept, in that project.The current code can be found at : <a href="http://conms.svn.sourceforge.net/viewvc/conms/conms/compiler.php?revision=59&view=markup" style="color:rgb(0, 102, 204);font-family:Georgia, 'Bitstream Charter', serif;line-height:1.5" target="_blank">http://conms.svn.sourceforge.net/viewvc/conms/conms/compiler.php?revision=59&view=markup</a></p>

<p style="color:rgb(68, 68, 68);font-family:Georgia, 'Bitstream Charter', serif;line-height:1.5;font-size:16px;margin-bottom:24px">It is not complete, and may contain errors.</p><p style="color:rgb(68, 68, 68);font-family:Georgia, 'Bitstream Charter', serif;line-height:1.5;font-size:16px;margin-bottom:24px">

<b style="color:rgb(0, 0, 0);font-family:Georgia, 'Bitstream Charter', serif;line-height:1.5;font-weight:bold">Vision:</b> To
 develop a robust system, which makes generation of SQL queries simpler 
for the end-user, thus, empowering the user to generate database 
queries/reports without any prior knowledge regarding the database 
schema. The system can be condensed to form a tool, which automatically 
generates the metadata, with the database schema provided along with an 
algorithm to generate queries and a query helper tool.</p>
<p style="color:rgb(68, 68, 68);font-family:Georgia, 'Bitstream Charter', serif;line-height:1.5;font-size:16px;margin-bottom:24px"><b style="color:rgb(0, 0, 0);font-family:Georgia, 'Bitstream Charter', serif;line-height:1.5;font-weight:bold">Advantages:</b></p>

<ul style="color:rgb(68, 68, 68);font-family:Georgia, 'Bitstream Charter', serif;line-height:1.5;font-size:16px;list-style-type:square;list-style-position:initial;margin-top:0px;margin-right:0px;margin-bottom:24px;margin-left:1.5em">
<li style="color:rgb(68, 68, 68);font-family:Georgia, 'Bitstream Charter', serif;line-height:1.5">Uses Finite State Model, hence, is fast.</li><li style="color:rgb(68, 68, 68);font-family:Georgia, 'Bitstream Charter', serif;line-height:1.5">

If the database schema changes, only the new metadata files have to be changed.</li><li style="color:rgb(68, 68, 68);font-family:Georgia, 'Bitstream Charter', serif;line-height:1.5">The user need not type the monotonous JOIN statements or linking the attributes.</li>
<li style="color:rgb(68, 68, 68);font-family:Georgia, 'Bitstream Charter', serif;line-height:1.5">Supports augmented attributes, for example, “name” can be replaced by “first_name” and “last_name”.</li><li style="color:rgb(68, 68, 68);font-family:Georgia, 'Bitstream Charter', serif;line-height:1.5">

Supports null transitions.</li><li style="color:rgb(68, 68, 68);font-family:Georgia, 'Bitstream Charter', serif;line-height:1.5">Supports linking of various tables.</li></ul><p style="color:rgb(68, 68, 68);font-family:Georgia, 'Bitstream Charter', serif;line-height:1.5;font-size:16px;margin-bottom:24px">

<b style="color:rgb(0, 0, 0);font-family:Georgia, 'Bitstream Charter', serif;line-height:1.5;font-weight:bold">Anticipated challenges:</b></p><ul style="color:rgb(68, 68, 68);font-family:Georgia, 'Bitstream Charter', serif;line-height:1.5;font-size:16px;list-style-type:square;list-style-position:initial;margin-top:0px;margin-right:0px;margin-bottom:24px;margin-left:1.5em">
<li style="color:rgb(68, 68, 68);font-family:Georgia, 'Bitstream Charter', serif;line-height:1.5">If the system, goes to a state multiple times, it would have same conditions added multiple times.<br style="color:rgb(68, 68, 68);font-family:Georgia, 'Bitstream Charter', serif;line-height:1.5">

Solution : This has been taken care of by developing a query builder class, which ignores duplicate conditions and attributes.</li><li style="color:rgb(68, 68, 68);font-family:Georgia, 'Bitstream Charter', serif;line-height:1.5">

Ambiguity between same named attributes of various relations.<br style="color:rgb(68, 68, 68);font-family:Georgia, 'Bitstream Charter', serif;line-height:1.5">Solution : In the SQL query, the attributes are replaced by their relations_name.attribute_name.</li>
<li style="color:rgb(68, 68, 68);font-family:Georgia, 'Bitstream Charter', serif;line-height:1.5">Using aggregate functions.</li><li style="color:rgb(68, 68, 68);font-family:Georgia, 'Bitstream Charter', serif;line-height:1.5">

Using with tables which are designed as key/value pairs.</li><li style="color:rgb(68, 68, 68);font-family:Georgia, 'Bitstream Charter', serif;line-height:1.5">Generating queries using “having” or “group by” clause.</li>
</ul><p style="color:rgb(68, 68, 68);font-family:Georgia, 'Bitstream Charter', serif;line-height:1.5;font-size:16px;margin-bottom:24px"><b style="color:rgb(0, 0, 0);font-family:Georgia, 'Bitstream Charter', serif;line-height:1.5;font-weight:bold">Schedule of Deliverables</b></p>

<p style="color:rgb(68, 68, 68);font-family:Georgia, 'Bitstream Charter', serif;line-height:1.5;font-size:16px;margin-bottom:24px"><b style="color:rgb(0, 0, 0);font-family:Georgia, 'Bitstream Charter', serif;line-height:1.5;font-weight:bold">Milestones and deliverables schedule:</b></p>

<ul style="color:rgb(68, 68, 68);font-family:Georgia, 'Bitstream Charter', serif;line-height:1.5;font-size:16px;list-style-type:square;list-style-position:initial;margin-top:0px;margin-right:0px;margin-bottom:24px;margin-left:1.5em">
<li style="color:rgb(68, 68, 68);font-family:Georgia, 'Bitstream Charter', serif;line-height:1.5"><b style="color:rgb(0, 0, 0);font-family:Georgia, 'Bitstream Charter', serif;line-height:1.5;font-weight:bold">April 25 - May 23 (28 days):</b> Get
 acquainted with the development cycle, version control systems. Read 
various books on Django development. Study the current schema. Discuss 
with mentors the current design and check for potential pitfalls and try
 to modify the design the system in order to cover them. Develop a 
initial standard for the metadata files.</li><li style="color:rgb(68, 68, 68);font-family:Georgia, 'Bitstream Charter', serif;line-height:1.5"><b style="color:rgb(0, 0, 0);font-family:Georgia, 'Bitstream Charter', serif;line-height:1.5;font-weight:bold">May 23 - May 13 (14 days):</b> Design
 the basic algorithm (including Lexical Analysis and Syntax Checker), 
which takes the metadata files and the query, to generate the SQL query.
 This also includes manual creation of metadata files and synthesis of 
complex queries.</li><li style="color:rgb(68, 68, 68);font-family:Georgia, 'Bitstream Charter', serif;line-height:1.5"><b style="color:rgb(0, 0, 0);font-family:Georgia, 'Bitstream Charter', serif;line-height:1.5;font-weight:bold">June 13 - June 27 (14 days): </b>Develop
 the query helper tool, which helps user to build query. The tool shows 
the valid inputs when user is present at a particular stage.</li><li style="color:rgb(68, 68, 68);font-family:Georgia, 'Bitstream Charter', serif;line-height:1.5"><b style="color:rgb(0, 0, 0);font-family:Georgia, 'Bitstream Charter', serif;line-height:1.5;font-weight:bold">June 27 - July 11 (14 days):</b>Correct
 any discrepancies in the system and prepare test cases and 
documentation. Generate test reports and make sure the system is running
 perfectly fine.</li><li style="color:rgb(68, 68, 68);font-family:Georgia, 'Bitstream Charter', serif;line-height:1.5"><b style="color:rgb(0, 0, 0);font-family:Georgia, 'Bitstream Charter', serif;line-height:1.5;font-weight:bold">July 15 –August 1 (17 days):</b>Develop the metadata generator tool, which helps user customize the syntax and also edit the entities interacting in the system.</li>
<li style="color:rgb(68, 68, 68);font-family:Georgia, 'Bitstream Charter', serif;line-height:1.5"><b style="color:rgb(0, 0, 0);font-family:Georgia, 'Bitstream Charter', serif;line-height:1.5;font-weight:bold">August 1 - August 8 (7 days):</b>The
 entire system, integrated and checked. Revise the standard of the 
metadata files. Correct the bugs which occur after the integration of 
the system. Generate the test cases. Convert the module into various 
independent libraries.</li><li style="color:rgb(68, 68, 68);font-family:Georgia, 'Bitstream Charter', serif;line-height:1.5"><b style="color:rgb(0, 0, 0);font-family:Georgia, 'Bitstream Charter', serif;line-height:1.5;font-weight:bold">August 8 - August 22 (14 days) :</b>Start preparing the final documentation and perform the rigorous testing on the system.</li>
</ul><p style="color:rgb(68, 68, 68);font-family:Georgia, 'Bitstream Charter', serif;line-height:1.5;font-size:16px;margin-bottom:24px"><b style="color:rgb(0, 0, 0);font-family:Georgia, 'Bitstream Charter', serif;line-height:1.5;font-weight:bold">Other commitments:</b>None</p>

<p style="color:rgb(68, 68, 68);font-family:Georgia, 'Bitstream Charter', serif;line-height:1.5;font-size:16px;margin-bottom:24px"><b style="color:rgb(0, 0, 0);font-family:Georgia, 'Bitstream Charter', serif;line-height:1.5;font-weight:bold">Open Source Development Experience</b></p>

<ol style="color:rgb(68, 68, 68);font-family:Georgia, 'Bitstream Charter', serif;line-height:1.5;font-size:16px;list-style-type:decimal;list-style-position:initial;margin-top:0px;margin-right:0px;margin-bottom:24px;margin-left:1.5em">
<li style="color:rgb(68, 68, 68);font-family:Georgia, 'Bitstream Charter', serif;line-height:1.5">Developed website for All India Stainless Steel Industries Association (<a href="http://www.aissia.org/" target="_blank">http://www.aissia.org</a>)</li>
<li style="color:rgb(68, 68, 68);font-family:Georgia, 'Bitstream Charter', serif;line-height:1.5">Developed Mass Mailing application</li><li style="color:rgb(68, 68, 68);font-family:Georgia, 'Bitstream Charter', serif;line-height:1.5">

Developed Facebook Application (<a href="http://apps.facebook.com/invertendo" style="color:rgb(0, 102, 204);font-family:Georgia, 'Bitstream Charter', serif;line-height:1.5" target="_blank">http://apps.facebook.com/invertendo</a>)</li>
<li style="color:rgb(68, 68, 68);font-family:Georgia, 'Bitstream Charter', serif;line-height:1.5">Developed website for College Technical Festival</li><li style="color:rgb(68, 68, 68);font-family:Georgia, 'Bitstream Charter', serif;line-height:1.5">

Developed eBooks Repository Management application</li><li style="color:rgb(68, 68, 68);font-family:Georgia, 'Bitstream Charter', serif;line-height:1.5">Mobile UI for Home Automation System</li><li style="color:rgb(68, 68, 68);font-family:Georgia, 'Bitstream Charter', serif;line-height:1.5">

Developing a PHP Script Obfuscator</li></ol><p style="color:rgb(68, 68, 68);font-family:Georgia, 'Bitstream Charter', serif;line-height:1.5;font-size:16px;margin-bottom:24px"><b style="color:rgb(0, 0, 0);font-family:Georgia, 'Bitstream Charter', serif;line-height:1.5;font-weight:bold">Other Open Source/Free Software Experience :</b></p>

<ol style="color:rgb(68, 68, 68);font-family:Georgia, 'Bitstream Charter', serif;line-height:1.5;font-size:16px;list-style-type:decimal;list-style-position:initial;margin-top:0px;margin-right:0px;margin-bottom:24px;margin-left:1.5em">
<li style="color:rgb(68, 68, 68);font-family:Georgia, 'Bitstream Charter', serif;line-height:1.5">Building a open-source Paper Conference Management System :<a href="http://sourceforge.net/projects/conms/" style="color:rgb(0, 102, 204);font-family:Georgia, 'Bitstream Charter', serif;line-height:1.5" target="_blank">http://sourceforge.net/projects/conms/</a></li>
</ol><p style="color:rgb(68, 68, 68);font-family:Georgia, 'Bitstream Charter', serif;line-height:1.5;font-size:16px;margin-bottom:24px"><b style="color:rgb(0, 0, 0);font-family:Georgia, 'Bitstream Charter', serif;line-height:1.5;font-weight:bold">Work Experience</b></p>

<p style="color:rgb(68, 68, 68);font-family:Georgia, 'Bitstream Charter', serif;line-height:1.5;font-size:16px;margin-bottom:24px"><b style="color:rgb(0, 0, 0);font-family:Georgia, 'Bitstream Charter', serif;line-height:1.5;font-weight:bold">Work Experience:</b></p>

<ul style="color:rgb(68, 68, 68);font-family:Georgia, 'Bitstream Charter', serif;line-height:1.5;font-size:16px;list-style-type:square;list-style-position:initial;margin-top:0px;margin-right:0px;margin-bottom:24px;margin-left:1.5em">
<li style="color:rgb(68, 68, 68);font-family:Georgia, 'Bitstream Charter', serif;line-height:1.5">Developed Mass Mailing Software for a Company</li><li style="color:rgb(68, 68, 68);font-family:Georgia, 'Bitstream Charter', serif;line-height:1.5">

Developed website for All India Stainless Steel Industries Association (<a href="http://www.aissia.org/" style="color:rgb(0, 102, 204);font-family:Georgia, 'Bitstream Charter', serif;line-height:1.5" target="_blank">www.aissia.org</a>)</li>
<li style="color:rgb(68, 68, 68);font-family:Georgia, 'Bitstream Charter', serif;line-height:1.5">Developed Mobile UI for Home Automation System for a Telecom firm</li></ul><p style="color:rgb(68, 68, 68);font-family:Georgia, 'Bitstream Charter', serif;line-height:1.5;font-size:16px;margin-bottom:24px">

<b style="color:rgb(0, 0, 0);font-family:Georgia, 'Bitstream Charter', serif;line-height:1.5;font-weight:bold">Academic Experience</b></p><p style="color:rgb(68, 68, 68);font-family:Georgia, 'Bitstream Charter', serif;line-height:1.5;font-size:16px;margin-bottom:24px">

<b style="color:rgb(0, 0, 0);font-family:Georgia, 'Bitstream Charter', serif;line-height:1.5;font-weight:bold">Academic Institution:</b>Thakur College of Engineering and Technology, University of Mumbai,<br style="color:rgb(68, 68, 68);font-family:Georgia, 'Bitstream Charter', serif;line-height:1.5">

Mumbai, Maharashtra, India</p><p style="color:rgb(68, 68, 68);font-family:Georgia, 'Bitstream Charter', serif;line-height:1.5;font-size:16px;margin-bottom:24px"><b style="color:rgb(0, 0, 0);font-family:Georgia, 'Bitstream Charter', serif;line-height:1.5;font-weight:bold">Current Program:</b>Bachelor of Engineering in Computer Engineering. Currently in 3<sup style="color:rgb(68, 68, 68);font-family:Georgia, 'Bitstream Charter', serif;line-height:1;font-size:10px;min-height:0px;vertical-align:baseline">rd</sup>year (6<sup style="color:rgb(68, 68, 68);font-family:Georgia, 'Bitstream Charter', serif;line-height:1;font-size:10px;min-height:0px;vertical-align:baseline">th</sup> Semester).</p>

<p style="color:rgb(68, 68, 68);font-family:Georgia, 'Bitstream Charter', serif;line-height:1.5;font-size:16px;margin-bottom:24px"><b style="color:rgb(0, 0, 0);font-family:Georgia, 'Bitstream Charter', serif;line-height:1.5;font-weight:bold">Anticipated Graduation:</b>December 2012</p>

<p style="color:rgb(68, 68, 68);font-family:Georgia, 'Bitstream Charter', serif;line-height:1.5;font-size:16px;margin-bottom:24px"><b style="color:rgb(0, 0, 0);font-family:Georgia, 'Bitstream Charter', serif;line-height:1.5;font-weight:bold">Academic Performance:</b></p>

<p style="color:rgb(68, 68, 68);font-family:Georgia, 'Bitstream Charter', serif;line-height:1.5;font-size:16px;margin-bottom:24px">I am amongst the first 4 students in my department. My aggregate from previous 2 semesters is 76.82 %</p>

<p style="color:rgb(68, 68, 68);font-family:Georgia, 'Bitstream Charter', serif;line-height:1.5;font-size:16px;margin-bottom:24px">The courses completed in college are :</p><ul style="color:rgb(68, 68, 68);font-family:Georgia, 'Bitstream Charter', serif;line-height:1.5;font-size:16px;list-style-type:square;list-style-position:initial;margin-top:0px;margin-right:0px;margin-bottom:24px;margin-left:1.5em">
<li style="color:rgb(68, 68, 68);font-family:Georgia, 'Bitstream Charter', serif;line-height:1.5">C++ Programming Language</li><li style="color:rgb(68, 68, 68);font-family:Georgia, 'Bitstream Charter', serif;line-height:1.5">

Java Programming Language</li><li style="color:rgb(68, 68, 68);font-family:Georgia, 'Bitstream Charter', serif;line-height:1.5">Analysis of Algorithms and Design</li><li style="color:rgb(68, 68, 68);font-family:Georgia, 'Bitstream Charter', serif;line-height:1.5">

Data Structures and Files</li><li style="color:rgb(68, 68, 68);font-family:Georgia, 'Bitstream Charter', serif;line-height:1.5">Computer Organization and Architecture</li><li style="color:rgb(68, 68, 68);font-family:Georgia, 'Bitstream Charter', serif;line-height:1.5">

Computer Graphics</li><li style="color:rgb(68, 68, 68);font-family:Georgia, 'Bitstream Charter', serif;line-height:1.5">Operating Systems</li><li style="color:rgb(68, 68, 68);font-family:Georgia, 'Bitstream Charter', serif;line-height:1.5">

Computer Networks</li><li style="color:rgb(68, 68, 68);font-family:Georgia, 'Bitstream Charter', serif;line-height:1.5">Theory of Computer Science</li><li style="color:rgb(68, 68, 68);font-family:Georgia, 'Bitstream Charter', serif;line-height:1.5">

Database Management Systems</li><li style="color:rgb(68, 68, 68);font-family:Georgia, 'Bitstream Charter', serif;line-height:1.5">Advanced Database Management Systems</li><li style="color:rgb(68, 68, 68);font-family:Georgia, 'Bitstream Charter', serif;line-height:1.5">

Microprocessors</li><li style="color:rgb(68, 68, 68);font-family:Georgia, 'Bitstream Charter', serif;line-height:1.5">Web Engineering</li><li style="color:rgb(68, 68, 68);font-family:Georgia, 'Bitstream Charter', serif;line-height:1.5">

Advanced Computer Networks</li><li style="color:rgb(68, 68, 68);font-family:Georgia, 'Bitstream Charter', serif;line-height:1.5">Advanced Microprocessors</li><li style="color:rgb(68, 68, 68);font-family:Georgia, 'Bitstream Charter', serif;line-height:1.5">

Systems Programming and Compiler Construction</li><li style="color:rgb(68, 68, 68);font-family:Georgia, 'Bitstream Charter', serif;line-height:1.5">Data Warehousing and Mining</li><li style="color:rgb(68, 68, 68);font-family:Georgia, 'Bitstream Charter', serif;line-height:1.5">

Object Oriented Software Engineering</li></ul></div>
</div><br>