0% found this document useful (0 votes)
23 views3 pages

Assignment 1

Uploaded by

Aatkaa Ehsan
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
23 views3 pages

Assignment 1

Uploaded by

Aatkaa Ehsan
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 3

CS311 Solution File

Spring 2024
Name: Aatka
ID: BC200413960

Solution:

<company>
<name> Systems Limited </name>
<location>
<city> Lahore </city>
<country> Pakistan </country>
</location>
<departments>
<department>
<name>Engineering</name>
<employees>
<employee>
<name>Aatka Ehsan</name>
<position>Head of Department</position>
</employee>
<employee>
<name>Muhammad Ibrahim</name>
<position>Senior Developer</position>
<employee>
<employees>
</department>
<department>
<name>Marketing</name>
<employees>
<employee>
<name>Ali Raza</name>
<position>Manager</position>
</employee>
<employee>
<name>Saad Ali</name>
<position>Content Writer</position>
<employee>
</employees>
<department>
</departments>
<projects>
<project>
<name>Online Appointment Booking System App</name>
<department>Engineering</department>
<status>In Progress</status>
</project>
<project>
<name>Online Shopping App</name>
<department>Engineering</department>
<status>Completed</status>
</project>
<project>
<name>Customer Engagement Compaign</name>
<department>Marketing</department>
<status>Completed</status>
</project>
</projects>
</company>

You might also like