Download CS101 Assignment 2 Solution Fall2021
CS101 Assignment No.2 Solution Fall 2021 - Virtual University Of Pakistan
|
Introduction to Computing (CS101) Assignment # 02 Fall 2021 |
Total marks = 20
Due Date: December 28, 2021 |
Please
carefully read the following instructions before attempting assignment. RULES FOR MARKING It should be clear that your assignment would
not get any credit if:
You should consult the recommended books to
clarify your concepts as handouts are not sufficient.
You are supposed to submit your assignment in
.doc or docx format. Any other formats like scan images,
PDF, zip, rar, ppt, html and bmp etc will not be accepted.
Objectives: ·
To
understand the concepts of logical operators. ·
To
understand the concepts and working of basic HTML tags. ·
To
understand the basic concepts of a webpage development. |
||
NOTE
No assignment will be accepted after the due date via email in any case
(whether it is the case of load shedding or internet malfunctioning etc.).
Hence refrain from uploading assignment in the last hour of deadline. It is
recommended to upload solution file at least two days before its closing
date.
If you find any mistake or confusion in
assignment (Question statement), please consult with your instructor before
the deadline. After the deadline no queries will be entertained in this
regard.
For
any query, feel free to email at:
|
Questions no. 01 Marks (15)
Write the HTML code to make a webpage as depicted
in the following diagram (Sample output).
Sample
Output:
Note:
·
Use your VUID
as the title of the web page and the contact information should contain your VU
email id that is given at the end of the sample page.
- The
VU logo should have a link to open the VU website “https://www.vu.edu.pk/”.
You can include the VU logo in your webpage from the following URL:
https://www.vu.edu.pk/App_Themes/Default/Images/menu-img/logo.png - You
have to write your marks, percentage and grade obtained in the
intermediate degree.
- Also
add a list of your enrolled courses in the current semester as depicted in
the diagram.
Write the HTML code in the Notepad editor. Name
the Notepad file your VU-ID and save the file with .html extension. Open the
.html file and take a screenshot of your output.
Paste your HTML code and output screenshot in the
solution file that should be a Microsoft Word document (.doc or .docx).
<html>
<head>
<title>bc210418783</title>
</head>
<body>
<img
src="https://www.vu.edu.pk/App_Themes/Default/Images/menu-
img/logo.png" width="170"
height="90">
<H1>Grade Details</H1>
<H3>Intermediate</H3>
<p>Obtained Marks: 578</p>
<p><i>Percentage: 53%</i></p>
<p><i> Grade: C
</i></p>
<H1> Current Enrolled Courses </H1>
<u1>
<li>CS101</li>
<li>ENG101</li>
<li>CS201</li>
<li>ISL201</li>
<li>MTH101</li>
<li>VU001</li>
</u1>
<p><b> bc210418783ino@vu.edu.pk</b></p>
</body>
</html>
Questions no. 02 Marks (5)
Suppose a refreshment center is offering the
following 8 flavors of juices and shakes.
Sr.
No. |
Juice |
0 |
Pena Colada |
1 |
Strawberry |
2 |
Pineapple |
3 |
Mango |
4 |
Orange |
5 |
Cookies and cream Milk shake |
6 |
Coffee Milkshake |
7 |
Candy Flavor Milkshake |
The
availability of these 8 flavors can be represented in the form of an 8-bit
status string e.g. “11111111” where each bit “1” from left to right represents
the availability of each flavor in the table from top to bottom respectively.
The left-most bit represents the availability status of Pena Colada and the
right-most bit represents the availability of Candy Flavor Milkshake. In the status string, “1” means the flavor is
available and the unavailability of a flavor will be represented by “0” at the
respective bit position.
Considering
the above scenario, perform the following operations:
A.
Assuming that all the flavors were
available in the morning. If the juices at serial no. 3 and 5 in the table are
finished at 2:00 PM, compute the new status string by using the appropriate
logical operation.
B.
If the availability status string of
juices and shakes is “10101001” at 4:00 PM, check the availability of the
“Coffee Milk Shake” using the appropriate logical operation:
Solution:
PLEASE NOTE:
- Don't copy-paste the same answer.
- Make sure you can make some changes to your solution file before submitting copy-paste solution will be marked zero.
- Before submitting an assignment check your assignment requirement file.
Thanks Join this.
LINK:
https://www.facebook.com/groups/thevirtualuniversity
CS101 Assignment No.2 Solution Fall 2021 - Virtual University Of Pakistan. Here We share with you the solution of ASSIGNMENTS, GDBs, QUIZ Solution.
Join Whatsapp Groups To Get More information about Study Related Queries and also get jobs updates after joining our Official Groups.
Click Here For VU Whatsapp Groups.
@You May also Like VU Past Papers Click Here
@To Get Assignment Solution Click Here
Click the Below Link To Download the Solution.
0 Comments