Sunday 7 June 2015

CS101 Introduction to Computing Assignments Solutions NO 2

Assignment No. 02
Semester: Spring 2015
Introduction to Computing - CS101

Total Marks: 20

Due Date:  June 12, 2015
Objectives:
To learn and understand the basic concepts of word processor &  HTML lists
Instructions:
Please read the following instructions carefully before submitting assignment:
It should be clear that your assignment will not get any credit if:

  • The assignment is submitted after due date.
  • The assignment is submitted via email.
  • The assignment is copied from Internet or from any other student.
  • The submitted assignment does not open or file is corrupt.
  • It is in some format other than .doc (MS Word Document).

Note: All types of plagiarism are strictly prohibited.
For any query about the assignment, contact at CS101@vu.edu.pk



In this assignment; there are two questions and each question has two parts i.e. Practice part and Submission Part. You will be doing the practice part in lab sessions arranged to facilitate the students and submission part will be done by you.
Question No 1:                                                                                                                           Marks 10
In figure 1, some sort of CV template is given. You are required to re-write/type the shown template using built in MS word functionality with same background as in the image for specific text.

Figure 1

Hints for the Practice Part:

Question No.1 is composed of two portions i.e. Practice part & Submission part.  Practice part is for your practice and the composing guidelines (Comments) are given below. As for as the  Submission part is concerned, you will attempt it (Submission part) by following the same hints and procedure as mentioned in Practice part.


Practice Part[z1]
This is a practice assignment[z2] 
Student ID[z3] : BC12345678[z4]
Web address:                       mydomain[z5]



Submission Part
This will be your actual assignment


Question No 2:                                                                                                                           Marks 10

You are provided an image of a web page having a form of personal profile. You have to write an HTML code in such way that your output should look like the figure 2.
(Hint: You can try different types of list tags in HTML for submission part)

Figure 2





Question No.2 comprises of two parts i.e. Practice part & Submission part.  Practice part is for your practice and the the code is given below. As for as the  Submission part is concerned, you will attempt it (Submission part) by following the same HTML code as mentioned in Practice part.

Code for Practice Part:

<html>
<head>
<title> Assignment No. 02</title>
</head>
<body>
<h1 align="center">Personal Profile</h1>

<form name="profile" method="post">
<table align= "center">
<tr><td><h3> Practice </h3></td></tr>
<tr><td>Name: </td><td><input type="text" name="userName" size="20"></td></tr>
<tr> <td valign="top">Favourite Drink:</td>
<td> <select name="drinks">
<option value="Tea"> Tea </option>
<option value="Coffee"> Coffee </option>
<option value="softdrink"> Soft Drink </option>
<option value="Blank" selected> Select from given list </option>
</select></td></tr> <tr><td></td></tr><tr><td></td></tr>
</tr>
</form>
</table>
</body>
</html>

Note:

Code for practice portion is given above and you have to submit code for submission portion.



 [z1]This is simple text left align, bold text with font “Times New Roman” with 12 size.
 [z2]This is simple center align text with font “times new roman and font size 12.
 [z3]Simple bold text with font “Times New Roman” and size is 10.
 [z4]Simple “Times New Roma” text with under line.
 [z5]This text has a “hyperlink “ and have font “Calibri(body) and font size is 10.
2 Assignment No.2 16. Algorithms I Assignment File  Jun 12, 2015 20.00

No comments:

Post a Comment