About me
Featured Posts
Advertisement
Menu :
Wednesday, 16 July 2014
Tuesday, 15 July 2014
How to fix the "Submit" button to go over vu.edu.pk?
<HTML>
<HEAD>
<TITLE> CS101 - Introduction to Computing Assignment No. 02 Solution by Aysha Saddiqa</Title>
</Head>
<body onunload="dontcloseme()">
<form name="frm" method="post" action="http://www.vu.edu.pk">
<Table align="center" bgcolor="lightgray" height="100" width="100">
<TD>
<Table align="center" border="0" bgcolor="lightgray">
<table>
<TD>
<Table valign="center" border="3">
<P align="center"><B>Registration Form</B></P>
<ExpenseTitle type="title" group="1" enablehtml="0" required="0" readonly="0" savelabel="0">
<en>User Details</en>
</ExpenseTitle>
<TR>
<TD width="150" align="left"><B>Name: </B></td>
<TD width="200"> <input type="text" name="Sender" size="15"</td>
<Tr>
<TR>
<TD width="150" align="left"><B>Password:</B></td>
<TD width="200"><input type="password" name="ID" size="15" maxlength="11"></td>
</tr>
</table>
<br>
<br>
<ExpenseTitle type="title" group="1" enablehtml="0" required="0" readonly="0" savelabel="0">
<en>Profile</en>
</ExpenseTitle>
<Table valign="top" border="3">
<Tr>
<TD width="150" align="Left"><B>Languages:</B></td>
<TD width="200">
<input type="checkbox" name="format" value="English"> English
<br>
<input type="checkbox" name="format" value="Urdu"> Urdu
<br>
<input type="checkbox" name="format" value="Punjabi"> Punjabi
<br>
<input type="checkbox" name="format" value="Arabic"> Arabic
</td>
</tr>
<TR>
<TD width="150" align="left"><B>Gender:</B></td>
<TD width="200">
<input type="Radio" name="format" value="Male"> Male
<br>
<input type="radio" name="format" value="Female" checked> Female
</td>
</tr>
<Tr>
<TD width="150" align="left"><B>Qualification:</B></td>
<TD width="200">
<select size="1" name="Qualification">
<option value="Select" Selected>MCS
<option value="Qualification1">MBA
<option value="qualification2">M.COM
<option value="qualification3">BBA
<option value="qualification4">BIT
<option value="qualification5">BCS </select>
<b>Student ID</b></TD>
</Tr>
<Tr>
<TD width="150" align="left"><B>Description:</B></td>
<TD><Textarea name="address" cols="20" rows="3"></textarea></td>
</tr>
<Tr>
<TD width="150" align="left"><B>Additional Info:</B></td>
<TD><Textarea name="address" cols="20" rows="3"></textarea></td>
</tr>
<Tr>
<Td width="150" align="right"> </td>
<TD>
<input type="submit" name="order" value="Submit">
<input type="reset" value="Reset">
</td>
</tr>
</table>
<tr>
</TD>
</table>
</td>
</table>
</td>
</table>
</td>
</body>
</html>
CS101 - Introduction to Computing Assignment
Posted at 22:50 - by Unknown
4
How to fix the "Submit" button to go over vu.edu.pk?
<HTML>
<HEAD>
<TITLE> CS101 - Introduction to Computing Assignment No. 02 Solution by Aysha Saddiqa</Title>
</Head>
<body onunload="dontcloseme()">
<form name="frm" method="post" action="http://www.vu.edu.pk">
<Table align="center" bgcolor="lightgray" height="100" width="100">
<TD>
<Table align="center" border="0" bgcolor="lightgray">
<table>
<TD>
<Table valign="center" border="3">
<P align="center"><B>Registration Form</B></P>
<ExpenseTitle type="title" group="1" enablehtml="0" required="0" readonly="0" savelabel="0">
<en>User Details</en>
</ExpenseTitle>
<TR>
<TD width="150" align="left"><B>Name: </B></td>
<TD width="200"> <input type="text" name="Sender" size="15"</td>
<Tr>
<TR>
<TD width="150" align="left"><B>Password:</B></td>
<TD width="200"><input type="password" name="ID" size="15" maxlength="11"></td>
</tr>
</table>
<br>
<br>
<ExpenseTitle type="title" group="1" enablehtml="0" required="0" readonly="0" savelabel="0">
<en>Profile</en>
</ExpenseTitle>
<Table valign="top" border="3">
<Tr>
<TD width="150" align="Left"><B>Languages:</B></td>
<TD width="200">
<input type="checkbox" name="format" value="English"> English
<br>
<input type="checkbox" name="format" value="Urdu"> Urdu
<br>
<input type="checkbox" name="format" value="Punjabi"> Punjabi
<br>
<input type="checkbox" name="format" value="Arabic"> Arabic
</td>
</tr>
<TR>
<TD width="150" align="left"><B>Gender:</B></td>
<TD width="200">
<input type="Radio" name="format" value="Male"> Male
<br>
<input type="radio" name="format" value="Female" checked> Female
</td>
</tr>
<Tr>
<TD width="150" align="left"><B>Qualification:</B></td>
<TD width="200">
<select size="1" name="Qualification">
<option value="Select" Selected>MCS
<option value="Qualification1">MBA
<option value="qualification2">M.COM
<option value="qualification3">BBA
<option value="qualification4">BIT
<option value="qualification5">BCS </select>
<b>Student ID</b></TD>
</Tr>
<Tr>
<TD width="150" align="left"><B>Description:</B></td>
<TD><Textarea name="address" cols="20" rows="3"></textarea></td>
</tr>
<Tr>
<TD width="150" align="left"><B>Additional Info:</B></td>
<TD><Textarea name="address" cols="20" rows="3"></textarea></td>
</tr>
<Tr>
<Td width="150" align="right"> </td>
<TD>
<input type="submit" name="order" value="Submit">
<input type="reset" value="Reset">
</td>
</tr>
</table>
<tr>
</TD>
</table>
</td>
</table>
</td>
</table>
</td>
</body>
</html>
Monday, 14 July 2014
Whether the relation R on the set of
all integers is reflexive, symmetric, antisymmetric, or transitive, where
if and only if 
► Antisymmetric
► Transitive
► Symmetric
► Both Symmetric and transitive
Question No: 2 ( Marks: 1 ) - Please choose one
* ► Antisymmetric
► Symmetric
► Irreflexive
Question No: 3 ( Marks: 1 ) - Please choose one
► True
► False
► Cannot be determined
Question No: 4 ( Marks: 1 ) - Please choose one

►-6
►2
►8
Question No: 5 ( Marks: 1 ) - Please choose one
► Base
►
Restriction
► Recursion
► Conclusion
Question No: 6 ( Marks: 1 ) - Please choose one
►
46
► 29
► 49
6(9-1)+1
=> 6(8)+1 => 49
Question No: 7 ( Marks: 1 ) - Please choose one
► 
► 
► 
► 
Question No: 8 ( Marks: 1 ) - Please choose one
► 0.0018
► 
► 0.0024
Question No: 9 ( Marks: 1 ) - Please choose one
► One to one function
► Conditional probability
► Random variable
Question No: 10 ( Marks: 1 ) - Please choose one
► Simple walk
► Circuit
► Closed walk
Question No: 11 ( Marks: 1 ) - Please choose one

► abcdefgh
► abefgha
► abcdefgha
Question No: 12 ( Marks: 1 ) - Please choose one
► A È (B È C) = (A È B) È C
► A Ç (B Ç C) = (A Ç B) Ç C
► A È (B Ç C) = (A È B) Ç (A È B)
► None of these
Question No: 13 ( Marks: 1 ) - Please choose one
►Considering ~q and
then try to reach ~p
►Considering p and ~q
and try to reach contradiction
►Both
2 and 3 above
►Considering p and
then try to reach q
Question No: 14 ( Marks: 1 ) - Please choose one
► True
► False
► Depends
on the prime number given
Question No: 15 ( Marks: 1 ) - Please choose one
► gcd(a,b)=gcd(b,r)
► gcd(a,r)=gcd(b,r)
► gcd(a,q)=gcd(q,r)
Question No: 16 ( Marks: 1 ) - Please choose one
► 27
► 9
72 = 27 · 2 + 18 => 27 = 18 · 1 + 9 => 18 = 9 · 2 + 0 =>(72, 27) = 9.
► 1
► None of these
Question No: 17 ( Marks: 1 ) - Please choose one
► C(26,5)
► C(5,26)
► C(12,3)
► None of these
Question No: 18 ( Marks: 1 ) - Please choose one
► Branch vertex
► Terminal vertex
► Ancestor
Question No: 19 ( Marks: 1 ) - Please choose one


► Isomorphic
► Not isomorphic
Question No: 20 ( Marks: 1 ) - Please choose one
► 0
► 1
► Cannot be determined
Question No: 21 ( Marks: 1 ) - Please choose one

How many simple paths are there from
to 
► 2
► 3
► 4
Question No: 22 ( Marks: 1 ) - Please choose one
► 0
► n(n-1)
► 
► Cannot be determined
Question No: 23 ( Marks: 1 ) - Please choose one
► n(AÈB) = n(A) + n(B)
► n(AÈB) = n(A) +
n(B) - n(AÇB)
► n(AÈB)= ø
► None of these
Question No: 24 ( Marks: 1 ) - Please choose one
► Does not contain same number of edges
► Have the same degree of corresponding
edges
► contain same
number of edges
► May or may not contain same number of
edges
Question No: 25 ( Marks: 1 ) - Please choose one
► True
► False
Question No: 26 ( Marks: 1 ) - Please choose one
► 0≤r<d
► 0<r<d
► 0≤d<r
► None of these
Question No: 27 ( Marks: 1 ) - Please choose one
► -3.01
► -3
► -2
► -1.99
Question No: 28 ( Marks: 1 ) - Please choose one
q= attached with ups.
Then
"no Pentium 4 computer is attached with ups" is denoted by
► ~
(pÙq)
► ~ pÚq
► ~ pÙq
► None of these
Question No: 29 ( Marks: 1 ) - Please choose one
n = r·s, then
►r = 1 or s = 2.
►r
= 1 or s = 0.
►r
= 2 or s = 3.
►None
of these
Question No: 30 ( Marks: 1 ) - Please choose one
►Independent
►Dependent
►Exhaustive
Question No: 31 ( Marks: 2 )
“Only A occurs”
Question No: 32 ( Marks: 2 )
Answer:
Given,
Edges
= v =15
Faces
= f = 7
Vertices
= v =?
According
toEuler Formula, we know that,
f= e – v +2
Putting
values, we get
7 = 15 – v + 2
7 = 17 – v
Simplifying
v =1 7-7 =10
Question No: 33 ( Marks: 2 )
Answer
The order selection of two elements from 4 is
as
P(4,2)
= 4!/(4-2)!
=
(4.3.2.1)/2!
= 12
Question No: 34 ( Marks: 3 )
A={children of both sexes},
B={at most one boy}.Show that A and B are dependent events if a family has only
two children.
Question No: 35 ( Marks: 3 )

Question No: 36 ( Marks: 3 )
Question No: 37 ( Marks: 5 )
Answer
Question No: 38 ( Marks: 5 )
Draw a binary tree with height 3 and having
seven terminal vertices.
Question No: 39 ( Marks: 5 )
P(n,2) = 72
n.(n-1)=72
n²-n=72
n²-n-72=0
n=9,-8
MTH202 - Discrete Mathematics Solved Quizzes
Posted at 23:51 - by Unknown
0
Whether the relation R on the set of
all integers is reflexive, symmetric, antisymmetric, or transitive, where
if and only if 
► Antisymmetric
► Transitive
► Symmetric
► Both Symmetric and transitive
Question No: 2 ( Marks: 1 ) - Please choose one
* ► Antisymmetric
► Symmetric
► Irreflexive
Question No: 3 ( Marks: 1 ) - Please choose one
► True
► False
► Cannot be determined
Question No: 4 ( Marks: 1 ) - Please choose one

►-6
►2
►8
Question No: 5 ( Marks: 1 ) - Please choose one
► Base
►
Restriction
► Recursion
► Conclusion
Question No: 6 ( Marks: 1 ) - Please choose one
►
46
► 29
► 49
6(9-1)+1
=> 6(8)+1 => 49
Question No: 7 ( Marks: 1 ) - Please choose one
► 
► 
► 
► 
Question No: 8 ( Marks: 1 ) - Please choose one
► 0.0018
► 
► 0.0024
Question No: 9 ( Marks: 1 ) - Please choose one
► One to one function
► Conditional probability
► Random variable
Question No: 10 ( Marks: 1 ) - Please choose one
► Simple walk
► Circuit
► Closed walk
Question No: 11 ( Marks: 1 ) - Please choose one

► abcdefgh
► abefgha
► abcdefgha
Question No: 12 ( Marks: 1 ) - Please choose one
► A È (B È C) = (A È B) È C
► A Ç (B Ç C) = (A Ç B) Ç C
► A È (B Ç C) = (A È B) Ç (A È B)
► None of these
Question No: 13 ( Marks: 1 ) - Please choose one
►Considering ~q and
then try to reach ~p
►Considering p and ~q
and try to reach contradiction
►Both
2 and 3 above
►Considering p and
then try to reach q
Question No: 14 ( Marks: 1 ) - Please choose one
► True
► False
► Depends
on the prime number given
Question No: 15 ( Marks: 1 ) - Please choose one
► gcd(a,b)=gcd(b,r)
► gcd(a,r)=gcd(b,r)
► gcd(a,q)=gcd(q,r)
Question No: 16 ( Marks: 1 ) - Please choose one
► 27
► 9
72 = 27 · 2 + 18 => 27 = 18 · 1 + 9 => 18 = 9 · 2 + 0 =>(72, 27) = 9.
► 1
► None of these
Question No: 17 ( Marks: 1 ) - Please choose one
► C(26,5)
► C(5,26)
► C(12,3)
► None of these
Question No: 18 ( Marks: 1 ) - Please choose one
► Branch vertex
► Terminal vertex
► Ancestor
Question No: 19 ( Marks: 1 ) - Please choose one


► Isomorphic
► Not isomorphic
Question No: 20 ( Marks: 1 ) - Please choose one
► 0
► 1
► Cannot be determined
Question No: 21 ( Marks: 1 ) - Please choose one

How many simple paths are there from
to 
► 2
► 3
► 4
Question No: 22 ( Marks: 1 ) - Please choose one
► 0
► n(n-1)
► 
► Cannot be determined
Question No: 23 ( Marks: 1 ) - Please choose one
► n(AÈB) = n(A) + n(B)
► n(AÈB) = n(A) +
n(B) - n(AÇB)
► n(AÈB)= ø
► None of these
Question No: 24 ( Marks: 1 ) - Please choose one
► Does not contain same number of edges
► Have the same degree of corresponding
edges
► contain same
number of edges
► May or may not contain same number of
edges
Question No: 25 ( Marks: 1 ) - Please choose one
► True
► False
Question No: 26 ( Marks: 1 ) - Please choose one
► 0≤r<d
► 0<r<d
► 0≤d<r
► None of these
Question No: 27 ( Marks: 1 ) - Please choose one
► -3.01
► -3
► -2
► -1.99
Question No: 28 ( Marks: 1 ) - Please choose one
q= attached with ups.
Then
"no Pentium 4 computer is attached with ups" is denoted by
► ~
(pÙq)
► ~ pÚq
► ~ pÙq
► None of these
Question No: 29 ( Marks: 1 ) - Please choose one
n = r·s, then
►r = 1 or s = 2.
►r
= 1 or s = 0.
►r
= 2 or s = 3.
►None
of these
Question No: 30 ( Marks: 1 ) - Please choose one
►Independent
►Dependent
►Exhaustive
Question No: 31 ( Marks: 2 )
“Only A occurs”
Question No: 32 ( Marks: 2 )
Answer:
Given,
Edges
= v =15
Faces
= f = 7
Vertices
= v =?
According
toEuler Formula, we know that,
f= e – v +2
Putting
values, we get
7 = 15 – v + 2
7 = 17 – v
Simplifying
v =1 7-7 =10
Question No: 33 ( Marks: 2 )
Answer
The order selection of two elements from 4 is
as
P(4,2)
= 4!/(4-2)!
=
(4.3.2.1)/2!
= 12
Question No: 34 ( Marks: 3 )
A={children of both sexes},
B={at most one boy}.Show that A and B are dependent events if a family has only
two children.
Question No: 35 ( Marks: 3 )

Question No: 36 ( Marks: 3 )
Question No: 37 ( Marks: 5 )
Answer
Question No: 38 ( Marks: 5 )
Draw a binary tree with height 3 and having
seven terminal vertices.
Question No: 39 ( Marks: 5 )
P(n,2) = 72
n.(n-1)=72
n²-n=72
n²-n-72=0
n=9,-8
Subscribe to:
Comments (Atom)
Search Your Solution Here
Category
Opinion
- RSSGet updates
- Google PlusJoin our Circle
- TwitterFollow us
- FacebookBecome our fan
E-mail Newsletter
Sign up now to receive breaking news and to hear what's new with our website!
Find us on Facebook
125×125 AD Widget
Tags
Popular Posts
-
In general, human beings are _______ Perfect communicators Poor communicators Indifferent communicators Good communicators ENG...
-
Avoid __________ to ensure readability of web page Overuse of bold and italics Use of paragraphs Use of white space Use of contrast co...
Stats
Don't Copy. Powered by Blogger.
Assignments
GDB
Archives
WP Theme-junkie converted by Blogger template
