Skip to main content

Discrete Structure and Graph theory Sessional-1 Paper

Roll No………………..     
 VISION INSTITUTE OF TECHNOLOGY, ALIGARH  
Session 2015-16         B .Tech. 2nd year (3rdSEM) Internal Sessional-1   
Sub-DS&GT(NCS-302)                                              Branch-CS
  Max.Mark-50                                                   Max.Time-2 hrs
                                   




                                          Section-A
QNo-1 Attempt any two questions from the following: (2x10=20)
a)      What is Relation? Explain properties of Relation with example. 
b)      Let R={(1,2),(2,3),(3,1)} and A={1,2,3},Find the reflexive, symmetric  And transitive closure of R. 
c)        Let R={(1,2),(3,4),(2,2)} and S={(4,2),(2,5),(3,1),(1,3)} find ROS,SOR,  RO (SOR), (ROS) OR, ROR, SOS, and ROROR.
                                          Section-B
QNo-2 Attempt any three questions from the following:  (3X5=15)
a)      If A, B, C be sets, then prove the following.
A-(B È C) = (A-B) Ç(A-C)
b)      State and prove Demorgan’s laws.
(I). (AÈB)’=A’ÇB’ (ii).  (AÇB)’=A’ÈB’
c)       For any set A and B, prove that  P (AÇB) = P (A) ÇP (B)
d)      If A, B and C are sets then
(I). A× (BÈC) = (A×B) È(A×C) (ii). A× (BÇC) = (A×B) Ç(A×C)
                                          Section-C
QNo-3 Attempt any three questions from the following:  (3X5=15)
a)      What is Symmetric difference of Sets? If A= {1, 2, 3, 4, 5} and
 B= {4, 5, 6, 7, 8} then find the following-
(I). AÈB    (ii). BÈC (iii). A-B (IV). B-A
b)      Let R be the relation on set A = {a, b, c, d} and  R= {(a, b), (b, c), (d, c), (d, a), (a, d), (d, d)}. Determine Reflexive, Symmetric and Transitive Closure of R.
c)       Let A= {1,2,3} and B= {p, q, r} and let R={(1,p),(1,r),(2,q),(3,q)}
        And S= {(p, y), (q, x), (r, z)} Compute ROS.
d)      Prove that AÇ(B-C)A-(BÇC)


Comments

Popular posts from this blog

Android 6.0 Marshmallow: everything you need to know

Google has now confirmed that  Android M is Android 6.0 Marshmallow . The third and final version of the Android M developer preview has also just been released, alongside the Android 6.0 SDK. Read on for everything you need to know about Android 6.0 Marshmallow and the Android M developer preview 3. Android 6.0 Marshmallow The Google Developers blog  post  didn't mention many specifics for the Android 6.0 Marshmallow release, so details are still relatively sparse. It did say that the final Android 6.0 Marshmallow release date would be "later this fall", but we kind of already knew that. It did give us more information on Android 6.0 Marshmallow features, though, in the shape of a  changelog  for API level 23. There aren't many changes in the Android M developer preview 3. As the blog post states: "Compared to the previous developer preview update, you will find this final API update fairly incremental." The two most significant c...

Best web technologies and tools for 2015

Best web technologies and tools for 2015 ECMAScript 6 ES6 is the future of JavaScript and is going to bring many  new features . The good news is that the feature set of ES6 is already frozen and browsers have already started  implementing  the features. Tools like Traceur already allow you to write code in ES6 and then transpile it to ES5 so that it works in Today's browsers. Furthermore frameworks like AngularJS and Ember are going to target ES6 in future releases. Given its feature set and popularity I think ES6 is definitely going to revolutionise JavaScript development. AngularJS 2.0 Google's  AngularJS  is one of the popular frameworks for developing  Single Page Apps . The good news is that AngularJS 2.0  is under development and this time it's more powerful, better and faster. As  Durandal , another popular SPA framework, is converging into AngularJS the combo is definitely going to make an impact. AngularJS 2.0 is also...