SlideShare a Scribd company logo
1 of 10
Download to read offline
www.studentyogi.com                                                           www.studentyogi.com
       Code No: R05210502
                                                                               Set No. 1
           II B.Tech I Semester Supplimentary Examinations, November 2008
              MATHEMATICAL FOUNDATION OF COMPUTER SCIENCE
         ( Common to Computer Science & Engineering, Information Technology
                         and Computer Science & Systems Engineering)
       Time: 3 hours                                                        Max Marks: 80
                                    Answer any FIVE Questions
                                  All Questions carry equal marks



         1. (a) Let p,q and r be the propositions.
                  P: you have the ee
                  q: you miss the nal examination.
                  r: you pass the course.
                  Write the following proposition into statement form.
                      i.
                     ii. 7
                    iii. 7
                    iv. pVqVr
                     v. ( 7 ) ( )
                    vi. ( ) (7 )
             (b) De ne converse, contrapositive and inverse of an implication. [12+4]

         2. (a) Let P(x) denote the statement. “x is a professional athlete” and let Q(x)denote
                  the statement” “x plays soccer”. The domain is the let of all people. Write
                  each of the following proposition in English.
                      i. ( ( ) ( ))
                     ii. ( ( ) ( ))
                    iii. ( ( ) ( ))
             (b) Write the negation of each of the above propositions, both in symbols and in
                 words.                                                                           [6+10]

         3. (a) De ne a bijective function. Explain with reasons whether the following func-
                  tions are bijiective or not. Find also the inverse of each of the functions.
                      i. f(x) = 4x+2, A=set of real numbers
                     ii. f(x) = 3+ 1/x, A=set of non zero real numbers
                    iii. f(x) = (2x+3) mo d7, A=N7.
             (b) Let f and g be functions from the positive real numbers to positive real numbers
                  de ned by
                   ()=2
                     ()=2
                    Calculate f o g and g o f.                                                    [10+6]

         4. Show that the set G = x/x = 2a 3b and a, b Z is a group under multiplica-
            tion.                                                                                   [16]

                                                       1 of 2




www.studentyogi.com                                                           www.studentyogi.com
www.studentyogi.com                                                            www.studentyogi.com
       Code No: R05210502
                                                                                Set No. 1
         5. (a) In howmany ways can we place 4 red balls, 4 white balls and 4 blue balls in 6
                   numbered boxes.
             (b) Howmany integers between 1 and 1,00,000 have the sum of digits equal to 18.
                                                                                                   [16]

         6. (a) Solve an - 7 an - 1 + 10 an - 2 = 6 + 8n given a0 = 1 and a1 = 2.

             (b) Solve an + an - 1 = 3n 2n .                                                      [8+8]

         7. (a) What are the steps involved in Kruskal’s algorithm for nding a minimum
                 spanning tree.
             (b) Describe the procedure to obtain all possible spanning trees in a given graph.
                                                                                                  [8+8]

         8. (a) Write a brief note about the basic rules for constructing Hamiltonian cycles.
             (b) Using Grinberg theorem nd the Hamiltonian cycle in the following graph.
                  Figure 8b                                                                         [16]




                                                                 Figure 8b




                                                        2 of 2




www.studentyogi.com                                                            www.studentyogi.com
www.studentyogi.com                                                           www.studentyogi.com
       Code No: R05210502
                                                                               Set No. 2
           II B.Tech I Semester Supplimentary Examinations, November 2008
              MATHEMATICAL FOUNDATION OF COMPUTER SCIENCE
         ( Common to Computer Science & Engineering, Information Technology
                         and Computer Science & Systems Engineering)
       Time: 3 hours                                                        Max Marks: 80
                                    Answer any FIVE Questions
                                  All Questions carry equal marks



         1. (a) Let p,q and r be the propositions.
                  P: you have the ee
                  q: you miss the nal examination.
                  r: you pass the course.
                  Write the following proposition into statement form.
                     i.
                    ii. 7
                   iii. 7
                   iv. pVqVr
                    v. ( 7 ) ( )
                   vi. ( ) (7 )
             (b) De ne converse, contrapositive and inverse of an implication. [12+4]

         2. Prove using rules of inference or disprove.

             (a) Duke is a Labrador retriever
                  All Labrador retriever like to swin
                  Therefore Duke likes to swin.
             (b) All ever numbers that are also greater than
                  2 are not prime
                  2 is an even number
                  2 is prime
                  Therefore some even numbers are prime.
                  UNIVERSE = numbers.

              (c) If it is hot today or raining to day then it is no fun to snow ski to day
                   It is no fun to snow ski today
                   Therefore it is hot today
                   UNIVERSE = DAYS.                                                           [5+6+5]

         3. (a) Let A,B,C 2 where A = (x,y) / y = 2x + 1 , B = (x,y) / y = 3x and
                  C = (x,y) / x - y = 7 . Determine each of the following:
                     i.
                    ii.
                   iii. ¯ ¯
                   iv. ¯ ¯


                                                        1 of 3




www.studentyogi.com                                                           www.studentyogi.com
www.studentyogi.com                                                                          www.studentyogi.com
       Code No: R05210502
                                                                                              Set No. 2
             (b) State and explain the applications of the pigon hole principle. [12+4]

         4. (a) If f is a homomorphism from a group (G,.) into (G’,.) then prove that (f(G),.)
                    is a subgroup of G’. (OR) Prove that the homomorphic image of a group is a
                    group.
             (b) The set, S, of all ordered pairs (a, b) of real numbers for which a = 0 w.r.t.
                  the operation de ned by (a, b) (c, d) = (ac, bc+d) is a group. Find
                       i. the identity of (G, o) and
                      ii. inverse of each element of G.                                                   [10+6]

         5. A mother distributes 5 di erent apples among 8 children.

             (a) How many ways can this be done if each child receives at most one apple
             (b) How many ways can this be done if there is no restriction on the number of
                    apples a child can receive.                                                             [16]

         6. (a) Solve an + 5an - 1 + 6an - 2 = 5, n 2, given a0 = 1, a1 = 2 using generating
                    functions.

             (b) Solve the recurrence relation an = an - 1 + n(n + 1)                    2 , n 1. [8+8]
         7. (a) Derive the directed spanning tree from the graph shown Figure 7a




                                                                                 Figure 7a
             (b) Explain the steps involved in deriving a spanning tree from the given undi-
                  rected graph using breadth rst search algorithm.                                         [8+8]

         8. (a) Distinguish between Hamiltonian cycle and Euler cycle. Give examples.
             (b) Determine whether Hamiltonian cycle present in the graph shown in Figure
                  8b
                                                                                                            [16]




                                                                        2 of 3




www.studentyogi.com                                                                          www.studentyogi.com
www.studentyogi.com                              www.studentyogi.com
       Code No: R05210502
                                                  Set No. 2




                                     Figure 8b




                            3 of 3




www.studentyogi.com                              www.studentyogi.com
www.studentyogi.com                                                        www.studentyogi.com
       Code No: R05210502
                                                                            Set No. 3
           II B.Tech I Semester Supplimentary Examinations, November 2008
              MATHEMATICAL FOUNDATION OF COMPUTER SCIENCE
         ( Common to Computer Science & Engineering, Information Technology
                         and Computer Science & Systems Engineering)
       Time: 3 hours                                                        Max Marks: 80
                                    Answer any FIVE Questions
                                  All Questions carry equal marks



         1. (a) Let p,q and r be the propositions.
                  P: you have the ee
                  q: you miss the nal examination.
                  r: you pass the course.
                  Write the following proposition into statement form.
                    i.
                   ii. 7
                  iii. 7
                  iv. pVqVr
                   v. ( 7 ) ( ~ )
                  vi. ( ) (7 )
             (b) De ne converse, contrapositive and inverse of an implication. [12+4]

         2. Prove using rules of inference or disprove.

             (a) Duke is a Labrador retriever
                  All Labrador retriever like to swin
                  Therefore Duke likes to swin.
             (b) All ever numbers that are also greater than
                  2 are not prime
                  2 is an even number
                  2 is prime
                  Therefore some even numbers are prime.
                  UNIVERSE = numbers.

             (c) If it is hot today or raining to day then it is no fun to snow ski to day
                  It is no fun to snow ski today
                  Therefore it is hot today
                  UNIVERSE = DAYS.                                                                [5+6+5]

         3. (a) Determine whether the following relations are injective and/or subjective func-
                  tion. Find universe of the functions if they exist.
                    i. = { }
                          = {1 2 3 4 5}
                       R = {(v,z),(w,1),(x,3),(y,5)}



                                                       1 of 3




www.studentyogi.com                                                        www.studentyogi.com
www.studentyogi.com                                                               www.studentyogi.com
       Code No: R05210502
                                                                                   Set No. 3
                    ii. = {1 2 3 4 5}
                           = {1 2 3 4 5}
                         R = {(1,2),(2,3),(3,4),(4,5),(5,1)}
             (b) If a function is de ned as f(x,n) mod n. Determine the
                     i. Domain of f
                    ii. Range of f
                   iii. g(g(g(g(7)))) if g (n) = f(209, n).                                       [8+8]

         4. Prove that the union of two subgroups of a group is a subgroup i one is contained
             in the other.                                                                         [16]

         5. (a) In a certain programming language, an identi es is a sequence of certain num-
                   ber of characters where the rst character must be a letter of the English
                   alphabet and the remaining characters may be either a letter or a digit. How
                   many identi ers are there of length from 1 to up 8 characters.
             (b) How many 7-digit numbers are there with exactly one5? [16]

         6. (a) Solve an - 6an - 1 + 9an - 2 = 0, = 2, given a0 = 2, a1 = 3 using generating
                  functions.
             (b) Solve the di erence equation ar - 2ar - 1 = 3.2r.                                [8+8]

         7. (a) Explain about the adjacency matrix representation of graphs. Illustrate with
                  an example.
             (b) What are the advantages of adjacency matrix representation.
              (c) Explain the algorithm for breadth rst search traversal of a graph. [5+3+8]

         8. (a) Determine whether the following two graphs are isomorphic or not. Figure 8a,
                  8a




                                                                      Figure 8a




                                                             2 of 3




www.studentyogi.com                                                               www.studentyogi.com
www.studentyogi.com                                                   www.studentyogi.com
       Code No: R05210502
                                                                       Set No. 3




                                                         Figure 8a
             (b) Show that two simple graphs are isomorphic if and only if their Complements
                  are isomorphic.                                                              [16]




                                                  3 of 3




www.studentyogi.com                                                   www.studentyogi.com
www.studentyogi.com                                                            www.studentyogi.com
       Code No: R05210502
                                                                                Set No. 4
           II B.Tech I Semester Supplimentary Examinations, November 2008
              MATHEMATICAL FOUNDATION OF COMPUTER SCIENCE
         ( Common to Computer Science & Engineering, Information Technology
                         and Computer Science & Systems Engineering)
       Time: 3 hours                                                        Max Marks: 80
                                    Answer any FIVE Questions
                                  All Questions carry equal marks



         1. (a) Let p,q and r be the propositions.
                  P: you have the ee
                  q: you miss the nal examination.
                  r: you pass the course.
                  Write the following proposition into statement form.
                     i.
                    ii. 7
                   iii. 7
                   iv. pVqVr
                    v. ( 7 ) ( ~ )
                   vi. ( ) (7 )
             (b) De ne converse, contrapositive and inverse of an implication. [12+4]

         2. Prove using rules of inference or disprove.

             (a) Duke is a Labrador retriever
                  All Labrador retriever like to swin
                  Therefore Duke likes to swin.
             (b) All ever numbers that are also greater than
                  2 are not prime
                  2 is an even number
                  2 is prime
                  Therefore some even numbers are prime.
                  UNIVERSE = numbers.

              (c) If it is hot today or raining to day then it is no fun to snow ski to day
                   It is no fun to snow ski today
                   Therefore it is hot today
                   UNIVERSE = DAYS.                                                              [5+6+5]

         3. (a) Consider f; + + de ne by f (a)= a2. Check if f is one-to-one and / or
                  into using suitable explanation.
             (b) What is a partial order relation? Let S = { x,y,z} and consider the power set
                 P(S) with relation R given by set inclusion. ISR a partial order.
              (c) De ne a lattice. Explain its properties.                                       [4+8+4]


                                                        1 of 2




www.studentyogi.com                                                            www.studentyogi.com
www.studentyogi.com                                                             www.studentyogi.com
       Code No: R05210502
                                                                                 Set No. 4
         4. (a) G is a group of positive real numbers under multiplication, G‘ is a group of all
                   real numbers under addition.Let f G x G‘ such that x G, Log10 x G‘
                   and (x, log10 x ) f. Show that f is an isomorphism from G to G?.
             (b) If Z is the additive group of integers, then prove that the set of all multiplies
                  of integers by a xed integer m is a subgroup of Z.                                 [10+6]
         5. (a) In howmany ways can we place 4 red balls, 4 white balls and 4 blue balls in 6
                   numbered boxes.
             (b) Howmany integers between 1 and 1,00,000 have the sum of digits equal to 18.
                                                                                                       [16]

         6. (a) Solve the recurrence relation ar = 3ar - 1 + 2, r = 1, a0 = 1 using generating
                   function.
             (b) Find a recurrence relation for an the number of n-digit ternary sequences
                   without any occurrence of the subsequence ‘012’. [ A ternary sequences is a
                   sequence composed of 0s, 1s and 2s.]                                               [8+8]
         7. Derive the minimum spanning tree from the following graph using Kruskal’s ap-
            proach. Shown all intermediate steps. Figure 7.                                            [16]




                                                            Figure 7
         8. (a) Write a brief note about the basic rules for constructing Hamiltonian cycles.
             (b) Using Grinberg theorem nd the Hamiltonian cycle in the following graph.
                  Figure 8b                                                                            [16]




                                                                  Figure 8b




                                                         2 of 2




www.studentyogi.com                                                             www.studentyogi.com

More Related Content

What's hot

Mid term examination -2011 class vii
Mid term examination -2011 class viiMid term examination -2011 class vii
Mid term examination -2011 class viiAsad Shafat
 
MCQ's for class 7th
MCQ's for class 7thMCQ's for class 7th
MCQ's for class 7thAsad Shafat
 
7th onepagemcq 130215025622-phpapp01
7th onepagemcq 130215025622-phpapp017th onepagemcq 130215025622-phpapp01
7th onepagemcq 130215025622-phpapp01Asad Shafat
 
Final examination 2011 class vi
Final examination 2011 class viFinal examination 2011 class vi
Final examination 2011 class viAsad Shafat
 
Module 8 Statistics
Module 8 StatisticsModule 8 Statistics
Module 8 Statisticsguestcc333c
 
S1 2005 jan
S1 2005 janS1 2005 jan
S1 2005 janpanovsky
 
2011 10 lyp_mathematics_sa1_15 (1)
2011 10 lyp_mathematics_sa1_15 (1)2011 10 lyp_mathematics_sa1_15 (1)
2011 10 lyp_mathematics_sa1_15 (1)Tarun Gehlot
 
M A T H E M A T I C S I I I J N T U M O D E L P A P E R{Www
M A T H E M A T I C S  I I I  J N T U  M O D E L  P A P E R{WwwM A T H E M A T I C S  I I I  J N T U  M O D E L  P A P E R{Www
M A T H E M A T I C S I I I J N T U M O D E L P A P E R{Wwwguest3f9c6b
 
Higher booklet answers_(3)_(1)_(1)
Higher booklet answers_(3)_(1)_(1)Higher booklet answers_(3)_(1)_(1)
Higher booklet answers_(3)_(1)_(1)mrlautest
 

What's hot (18)

June 2006
June 2006June 2006
June 2006
 
Mid term examination -2011 class vii
Mid term examination -2011 class viiMid term examination -2011 class vii
Mid term examination -2011 class vii
 
MCQ's for class 7th
MCQ's for class 7thMCQ's for class 7th
MCQ's for class 7th
 
cxc.Mathsexam1
cxc.Mathsexam1cxc.Mathsexam1
cxc.Mathsexam1
 
7th onepagemcq 130215025622-phpapp01
7th onepagemcq 130215025622-phpapp017th onepagemcq 130215025622-phpapp01
7th onepagemcq 130215025622-phpapp01
 
Final examination 2011 class vi
Final examination 2011 class viFinal examination 2011 class vi
Final examination 2011 class vi
 
Bsit jun 2011
Bsit jun 2011Bsit jun 2011
Bsit jun 2011
 
Summer Task - MATHS - Yr 12 preparation
Summer Task - MATHS - Yr 12 preparationSummer Task - MATHS - Yr 12 preparation
Summer Task - MATHS - Yr 12 preparation
 
January 2010
January 2010January 2010
January 2010
 
Module 8 Statistics
Module 8 StatisticsModule 8 Statistics
Module 8 Statistics
 
S1 2005 jan
S1 2005 janS1 2005 jan
S1 2005 jan
 
2011 10 lyp_mathematics_sa1_15 (1)
2011 10 lyp_mathematics_sa1_15 (1)2011 10 lyp_mathematics_sa1_15 (1)
2011 10 lyp_mathematics_sa1_15 (1)
 
June 2008
June 2008June 2008
June 2008
 
January 2008
January 2008January 2008
January 2008
 
10thmaths online(e)
10thmaths online(e)10thmaths online(e)
10thmaths online(e)
 
January 2009
January 2009January 2009
January 2009
 
M A T H E M A T I C S I I I J N T U M O D E L P A P E R{Www
M A T H E M A T I C S  I I I  J N T U  M O D E L  P A P E R{WwwM A T H E M A T I C S  I I I  J N T U  M O D E L  P A P E R{Www
M A T H E M A T I C S I I I J N T U M O D E L P A P E R{Www
 
Higher booklet answers_(3)_(1)_(1)
Higher booklet answers_(3)_(1)_(1)Higher booklet answers_(3)_(1)_(1)
Higher booklet answers_(3)_(1)_(1)
 

Viewers also liked

First Day of School PowerPoint
First Day of School PowerPointFirst Day of School PowerPoint
First Day of School PowerPointeshockey
 
computer graphics
computer graphicscomputer graphics
computer graphicsashpri156
 
First Day PowerPoint for Students
First Day PowerPoint for StudentsFirst Day PowerPoint for Students
First Day PowerPoint for StudentsKerri Checchia
 
AP Human Geography: Unit 1 - Introduction to Geography
AP Human Geography: Unit 1 - Introduction to GeographyAP Human Geography: Unit 1 - Introduction to Geography
AP Human Geography: Unit 1 - Introduction to GeographyDaniel Eiland
 

Viewers also liked (8)

Kiosk[1]
Kiosk[1]Kiosk[1]
Kiosk[1]
 
JPC#8 Foundation of Computer Science
JPC#8 Foundation of Computer ScienceJPC#8 Foundation of Computer Science
JPC#8 Foundation of Computer Science
 
Jeopardy Pemdas
Jeopardy PemdasJeopardy Pemdas
Jeopardy Pemdas
 
First Day of School PowerPoint
First Day of School PowerPointFirst Day of School PowerPoint
First Day of School PowerPoint
 
computer graphics
computer graphicscomputer graphics
computer graphics
 
First Day PowerPoint for Students
First Day PowerPoint for StudentsFirst Day PowerPoint for Students
First Day PowerPoint for Students
 
First Day Powerpoint Expectations
First Day Powerpoint ExpectationsFirst Day Powerpoint Expectations
First Day Powerpoint Expectations
 
AP Human Geography: Unit 1 - Introduction to Geography
AP Human Geography: Unit 1 - Introduction to GeographyAP Human Geography: Unit 1 - Introduction to Geography
AP Human Geography: Unit 1 - Introduction to Geography
 

Similar to 210502 Mathematical Foundation Of Computer Science

R05010303 C O M P U T E R P R O G R A M M I N G A N D N U M E R I C A L M E ...
R05010303  C O M P U T E R P R O G R A M M I N G A N D N U M E R I C A L M E ...R05010303  C O M P U T E R P R O G R A M M I N G A N D N U M E R I C A L M E ...
R05010303 C O M P U T E R P R O G R A M M I N G A N D N U M E R I C A L M E ...guestd436758
 
D E S I G N A N D A N A L Y S I S O F A L G O R I T H M S J N T U M O D E L...
D E S I G N A N D A N A L Y S I S O F A L G O R I T H M S  J N T U  M O D E L...D E S I G N A N D A N A L Y S I S O F A L G O R I T H M S  J N T U  M O D E L...
D E S I G N A N D A N A L Y S I S O F A L G O R I T H M S J N T U M O D E L...guest3f9c6b
 
410102 Finite Element Methods In Civil Engineering
410102 Finite Element Methods In Civil Engineering410102 Finite Element Methods In Civil Engineering
410102 Finite Element Methods In Civil Engineeringguestac67362
 
E C M2221 P R O B A B I L I T Y A N D S T A T I S T I C S Set1
E C M2221  P R O B A B I L I T Y  A N D  S T A T I S T I C S Set1E C M2221  P R O B A B I L I T Y  A N D  S T A T I S T I C S Set1
E C M2221 P R O B A B I L I T Y A N D S T A T I S T I C S Set1guestd436758
 
M A T H E M A T I C A L M E T H O D S J N T U M O D E L P A P E R{Www
M A T H E M A T I C A L  M E T H O D S  J N T U  M O D E L  P A P E R{WwwM A T H E M A T I C A L  M E T H O D S  J N T U  M O D E L  P A P E R{Www
M A T H E M A T I C A L M E T H O D S J N T U M O D E L P A P E R{Wwwguest3f9c6b
 
05210401 P R O B A B I L I T Y T H E O R Y A N D S T O C H A S T I C P R...
05210401  P R O B A B I L I T Y  T H E O R Y  A N D  S T O C H A S T I C  P R...05210401  P R O B A B I L I T Y  T H E O R Y  A N D  S T O C H A S T I C  P R...
05210401 P R O B A B I L I T Y T H E O R Y A N D S T O C H A S T I C P R...guestd436758
 
Mathematica model test paper
Mathematica model test paperMathematica model test paper
Mathematica model test paperLuckshay Batra
 
MATHSCLINIC_SMARTPREP_GR10_ENG_V1.3.pdf
MATHSCLINIC_SMARTPREP_GR10_ENG_V1.3.pdfMATHSCLINIC_SMARTPREP_GR10_ENG_V1.3.pdf
MATHSCLINIC_SMARTPREP_GR10_ENG_V1.3.pdfNjabuloManjanja
 
Design and analysis of algorithms question paper 2015 tutorialsduniya.com
Design and analysis of algorithms  question paper 2015   tutorialsduniya.comDesign and analysis of algorithms  question paper 2015   tutorialsduniya.com
Design and analysis of algorithms question paper 2015 tutorialsduniya.comTutorialsDuniya.com
 

Similar to 210502 Mathematical Foundation Of Computer Science (20)

R05010303 C O M P U T E R P R O G R A M M I N G A N D N U M E R I C A L M E ...
R05010303  C O M P U T E R P R O G R A M M I N G A N D N U M E R I C A L M E ...R05010303  C O M P U T E R P R O G R A M M I N G A N D N U M E R I C A L M E ...
R05010303 C O M P U T E R P R O G R A M M I N G A N D N U M E R I C A L M E ...
 
D E S I G N A N D A N A L Y S I S O F A L G O R I T H M S J N T U M O D E L...
D E S I G N A N D A N A L Y S I S O F A L G O R I T H M S  J N T U  M O D E L...D E S I G N A N D A N A L Y S I S O F A L G O R I T H M S  J N T U  M O D E L...
D E S I G N A N D A N A L Y S I S O F A L G O R I T H M S J N T U M O D E L...
 
Daa q.paper
Daa q.paperDaa q.paper
Daa q.paper
 
410102 Finite Element Methods In Civil Engineering
410102 Finite Element Methods In Civil Engineering410102 Finite Element Methods In Civil Engineering
410102 Finite Element Methods In Civil Engineering
 
3rd Semester Computer Science and Engineering (ACU) Question papers
3rd Semester Computer Science and Engineering  (ACU) Question papers3rd Semester Computer Science and Engineering  (ACU) Question papers
3rd Semester Computer Science and Engineering (ACU) Question papers
 
E C M2221 P R O B A B I L I T Y A N D S T A T I S T I C S Set1
E C M2221  P R O B A B I L I T Y  A N D  S T A T I S T I C S Set1E C M2221  P R O B A B I L I T Y  A N D  S T A T I S T I C S Set1
E C M2221 P R O B A B I L I T Y A N D S T A T I S T I C S Set1
 
M A T H E M A T I C A L M E T H O D S J N T U M O D E L P A P E R{Www
M A T H E M A T I C A L  M E T H O D S  J N T U  M O D E L  P A P E R{WwwM A T H E M A T I C A L  M E T H O D S  J N T U  M O D E L  P A P E R{Www
M A T H E M A T I C A L M E T H O D S J N T U M O D E L P A P E R{Www
 
3rd Semester Computer Science and Engineering (ACU-2022) Question papers
3rd Semester Computer Science and Engineering  (ACU-2022) Question papers3rd Semester Computer Science and Engineering  (ACU-2022) Question papers
3rd Semester Computer Science and Engineering (ACU-2022) Question papers
 
Equações 2
Equações 2Equações 2
Equações 2
 
05210401 P R O B A B I L I T Y T H E O R Y A N D S T O C H A S T I C P R...
05210401  P R O B A B I L I T Y  T H E O R Y  A N D  S T O C H A S T I C  P R...05210401  P R O B A B I L I T Y  T H E O R Y  A N D  S T O C H A S T I C  P R...
05210401 P R O B A B I L I T Y T H E O R Y A N D S T O C H A S T I C P R...
 
Gate-Cs 1996
Gate-Cs 1996Gate-Cs 1996
Gate-Cs 1996
 
Mathematica model test paper
Mathematica model test paperMathematica model test paper
Mathematica model test paper
 
Ads
AdsAds
Ads
 
Maths Homework
Maths HomeworkMaths Homework
Maths Homework
 
Ai
AiAi
Ai
 
June 2009
June 2009June 2009
June 2009
 
Afa 2016
Afa 2016Afa 2016
Afa 2016
 
MATHSCLINIC_SMARTPREP_GR10_ENG_V1.3.pdf
MATHSCLINIC_SMARTPREP_GR10_ENG_V1.3.pdfMATHSCLINIC_SMARTPREP_GR10_ENG_V1.3.pdf
MATHSCLINIC_SMARTPREP_GR10_ENG_V1.3.pdf
 
Algebra practice paper
Algebra practice paperAlgebra practice paper
Algebra practice paper
 
Design and analysis of algorithms question paper 2015 tutorialsduniya.com
Design and analysis of algorithms  question paper 2015   tutorialsduniya.comDesign and analysis of algorithms  question paper 2015   tutorialsduniya.com
Design and analysis of algorithms question paper 2015 tutorialsduniya.com
 

More from guestd436758

R05010501 B A S I C E L E C T R I C A L E N G I N E E R I N G
R05010501  B A S I C  E L E C T R I C A L  E N G I N E E R I N GR05010501  B A S I C  E L E C T R I C A L  E N G I N E E R I N G
R05010501 B A S I C E L E C T R I C A L E N G I N E E R I N Gguestd436758
 
R05010107 E N G I N E E R I N G G R A P H I C S
R05010107  E N G I N E E R I N G  G R A P H I C SR05010107  E N G I N E E R I N G  G R A P H I C S
R05010107 E N G I N E E R I N G G R A P H I C Sguestd436758
 
R05010106 C P R O G R A M M I N G A N D D A T A S T R U C T U R E S
R05010106  C  P R O G R A M M I N G   A N D   D A T A  S T R U C T U R E SR05010106  C  P R O G R A M M I N G   A N D   D A T A  S T R U C T U R E S
R05010106 C P R O G R A M M I N G A N D D A T A S T R U C T U R E Sguestd436758
 
R05010401 N E T W O R K A N A L Y S I S
R05010401  N E T W O R K  A N A L Y S I SR05010401  N E T W O R K  A N A L Y S I S
R05010401 N E T W O R K A N A L Y S I Sguestd436758
 
R05010204 E L E C T R O N I C D E V I C E S A N D C I R C U I T S
R05010204  E L E C T R O N I C  D E V I C E S  A N D  C I R C U I T SR05010204  E L E C T R O N I C  D E V I C E S  A N D  C I R C U I T S
R05010204 E L E C T R O N I C D E V I C E S A N D C I R C U I T Sguestd436758
 
R05010203 E L E C T R I C A L C I R C U I T S
R05010203  E L E C T R I C A L  C I R C U I T SR05010203  E L E C T R I C A L  C I R C U I T S
R05010203 E L E C T R I C A L C I R C U I T Sguestd436758
 
R05010302 E N G I N E E R I N G M E C H A N I C S
R05010302  E N G I N E E R I N G  M E C H A N I C SR05010302  E N G I N E E R I N G  M E C H A N I C S
R05010302 E N G I N E E R I N G M E C H A N I C Sguestd436758
 
R05010105 A P P L I E D M E C H A N I C S
R05010105  A P P L I E D  M E C H A N I C SR05010105  A P P L I E D  M E C H A N I C S
R05010105 A P P L I E D M E C H A N I C Sguestd436758
 
05210202 F L U I D M E C H A N I C S A N D H Y D R A U L I C M A C H I...
05210202  F L U I D  M E C H A N I C S   A N D   H Y D R A U L I C  M A C H I...05210202  F L U I D  M E C H A N I C S   A N D   H Y D R A U L I C  M A C H I...
05210202 F L U I D M E C H A N I C S A N D H Y D R A U L I C M A C H I...guestd436758
 
05212201 C A L I B R A T I O N A N D E L E C T R O N I C M E A S U R E ...
05212201  C A L I B R A T I O N   A N D   E L E C T R O N I C  M E A S U R E ...05212201  C A L I B R A T I O N   A N D   E L E C T R O N I C  M E A S U R E ...
05212201 C A L I B R A T I O N A N D E L E C T R O N I C M E A S U R E ...guestd436758
 
05211201 A D V A N C E D D A T A S T R U C T U R E S A N D A L G O R I...
05211201  A D V A N C E D  D A T A  S T R U C T U R E S   A N D   A L G O R I...05211201  A D V A N C E D  D A T A  S T R U C T U R E S   A N D   A L G O R I...
05211201 A D V A N C E D D A T A S T R U C T U R E S A N D A L G O R I...guestd436758
 
05210202 Fluid Mechanics And Hydraulic Machinery
05210202 Fluid Mechanics  And  Hydraulic Machinery05210202 Fluid Mechanics  And  Hydraulic Machinery
05210202 Fluid Mechanics And Hydraulic Machineryguestd436758
 
05322201 Microprocessors And Microcontrollers Set1
05322201 Microprocessors And Microcontrollers Set105322201 Microprocessors And Microcontrollers Set1
05322201 Microprocessors And Microcontrollers Set1guestd436758
 
Ce052391 Environmental Studies Set1
Ce052391 Environmental Studies Set1Ce052391 Environmental Studies Set1
Ce052391 Environmental Studies Set1guestd436758
 
Ce 2009 Gate Paper Prsolutions08
Ce 2009 Gate Paper Prsolutions08Ce 2009 Gate Paper Prsolutions08
Ce 2009 Gate Paper Prsolutions08guestd436758
 
Downstream Processing
Downstream ProcessingDownstream Processing
Downstream Processingguestd436758
 
E105309 Industrial Instrumentation Set1
E105309 Industrial Instrumentation Set1E105309 Industrial Instrumentation Set1
E105309 Industrial Instrumentation Set1guestd436758
 
Ec05032 Analog Communications Set1
Ec05032 Analog Communications Set1Ec05032 Analog Communications Set1
Ec05032 Analog Communications Set1guestd436758
 
212101 Object Oriented Analysis Design Through Uml
212101 Object Oriented Analysis Design Through Uml212101 Object Oriented Analysis Design Through Uml
212101 Object Oriented Analysis Design Through Umlguestd436758
 
22301 Analytical Techniques In Bio Technology Set1
22301 Analytical Techniques In Bio Technology Set122301 Analytical Techniques In Bio Technology Set1
22301 Analytical Techniques In Bio Technology Set1guestd436758
 

More from guestd436758 (20)

R05010501 B A S I C E L E C T R I C A L E N G I N E E R I N G
R05010501  B A S I C  E L E C T R I C A L  E N G I N E E R I N GR05010501  B A S I C  E L E C T R I C A L  E N G I N E E R I N G
R05010501 B A S I C E L E C T R I C A L E N G I N E E R I N G
 
R05010107 E N G I N E E R I N G G R A P H I C S
R05010107  E N G I N E E R I N G  G R A P H I C SR05010107  E N G I N E E R I N G  G R A P H I C S
R05010107 E N G I N E E R I N G G R A P H I C S
 
R05010106 C P R O G R A M M I N G A N D D A T A S T R U C T U R E S
R05010106  C  P R O G R A M M I N G   A N D   D A T A  S T R U C T U R E SR05010106  C  P R O G R A M M I N G   A N D   D A T A  S T R U C T U R E S
R05010106 C P R O G R A M M I N G A N D D A T A S T R U C T U R E S
 
R05010401 N E T W O R K A N A L Y S I S
R05010401  N E T W O R K  A N A L Y S I SR05010401  N E T W O R K  A N A L Y S I S
R05010401 N E T W O R K A N A L Y S I S
 
R05010204 E L E C T R O N I C D E V I C E S A N D C I R C U I T S
R05010204  E L E C T R O N I C  D E V I C E S  A N D  C I R C U I T SR05010204  E L E C T R O N I C  D E V I C E S  A N D  C I R C U I T S
R05010204 E L E C T R O N I C D E V I C E S A N D C I R C U I T S
 
R05010203 E L E C T R I C A L C I R C U I T S
R05010203  E L E C T R I C A L  C I R C U I T SR05010203  E L E C T R I C A L  C I R C U I T S
R05010203 E L E C T R I C A L C I R C U I T S
 
R05010302 E N G I N E E R I N G M E C H A N I C S
R05010302  E N G I N E E R I N G  M E C H A N I C SR05010302  E N G I N E E R I N G  M E C H A N I C S
R05010302 E N G I N E E R I N G M E C H A N I C S
 
R05010105 A P P L I E D M E C H A N I C S
R05010105  A P P L I E D  M E C H A N I C SR05010105  A P P L I E D  M E C H A N I C S
R05010105 A P P L I E D M E C H A N I C S
 
05210202 F L U I D M E C H A N I C S A N D H Y D R A U L I C M A C H I...
05210202  F L U I D  M E C H A N I C S   A N D   H Y D R A U L I C  M A C H I...05210202  F L U I D  M E C H A N I C S   A N D   H Y D R A U L I C  M A C H I...
05210202 F L U I D M E C H A N I C S A N D H Y D R A U L I C M A C H I...
 
05212201 C A L I B R A T I O N A N D E L E C T R O N I C M E A S U R E ...
05212201  C A L I B R A T I O N   A N D   E L E C T R O N I C  M E A S U R E ...05212201  C A L I B R A T I O N   A N D   E L E C T R O N I C  M E A S U R E ...
05212201 C A L I B R A T I O N A N D E L E C T R O N I C M E A S U R E ...
 
05211201 A D V A N C E D D A T A S T R U C T U R E S A N D A L G O R I...
05211201  A D V A N C E D  D A T A  S T R U C T U R E S   A N D   A L G O R I...05211201  A D V A N C E D  D A T A  S T R U C T U R E S   A N D   A L G O R I...
05211201 A D V A N C E D D A T A S T R U C T U R E S A N D A L G O R I...
 
05210202 Fluid Mechanics And Hydraulic Machinery
05210202 Fluid Mechanics  And  Hydraulic Machinery05210202 Fluid Mechanics  And  Hydraulic Machinery
05210202 Fluid Mechanics And Hydraulic Machinery
 
05322201 Microprocessors And Microcontrollers Set1
05322201 Microprocessors And Microcontrollers Set105322201 Microprocessors And Microcontrollers Set1
05322201 Microprocessors And Microcontrollers Set1
 
Ce052391 Environmental Studies Set1
Ce052391 Environmental Studies Set1Ce052391 Environmental Studies Set1
Ce052391 Environmental Studies Set1
 
Ce 2009 Gate Paper Prsolutions08
Ce 2009 Gate Paper Prsolutions08Ce 2009 Gate Paper Prsolutions08
Ce 2009 Gate Paper Prsolutions08
 
Downstream Processing
Downstream ProcessingDownstream Processing
Downstream Processing
 
E105309 Industrial Instrumentation Set1
E105309 Industrial Instrumentation Set1E105309 Industrial Instrumentation Set1
E105309 Industrial Instrumentation Set1
 
Ec05032 Analog Communications Set1
Ec05032 Analog Communications Set1Ec05032 Analog Communications Set1
Ec05032 Analog Communications Set1
 
212101 Object Oriented Analysis Design Through Uml
212101 Object Oriented Analysis Design Through Uml212101 Object Oriented Analysis Design Through Uml
212101 Object Oriented Analysis Design Through Uml
 
22301 Analytical Techniques In Bio Technology Set1
22301 Analytical Techniques In Bio Technology Set122301 Analytical Techniques In Bio Technology Set1
22301 Analytical Techniques In Bio Technology Set1
 

Recently uploaded

Field Attribute Index Feature in Odoo 17
Field Attribute Index Feature in Odoo 17Field Attribute Index Feature in Odoo 17
Field Attribute Index Feature in Odoo 17Celine George
 
Transaction Management in Database Management System
Transaction Management in Database Management SystemTransaction Management in Database Management System
Transaction Management in Database Management SystemChristalin Nelson
 
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)lakshayb543
 
FILIPINO PSYCHology sikolohiyang pilipino
FILIPINO PSYCHology sikolohiyang pilipinoFILIPINO PSYCHology sikolohiyang pilipino
FILIPINO PSYCHology sikolohiyang pilipinojohnmickonozaleda
 
Judging the Relevance and worth of ideas part 2.pptx
Judging the Relevance  and worth of ideas part 2.pptxJudging the Relevance  and worth of ideas part 2.pptx
Judging the Relevance and worth of ideas part 2.pptxSherlyMaeNeri
 
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptxINTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptxHumphrey A Beña
 
USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...
USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...
USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...Postal Advocate Inc.
 
Global Lehigh Strategic Initiatives (without descriptions)
Global Lehigh Strategic Initiatives (without descriptions)Global Lehigh Strategic Initiatives (without descriptions)
Global Lehigh Strategic Initiatives (without descriptions)cama23
 
How to do quick user assign in kanban in Odoo 17 ERP
How to do quick user assign in kanban in Odoo 17 ERPHow to do quick user assign in kanban in Odoo 17 ERP
How to do quick user assign in kanban in Odoo 17 ERPCeline George
 
Culture Uniformity or Diversity IN SOCIOLOGY.pptx
Culture Uniformity or Diversity IN SOCIOLOGY.pptxCulture Uniformity or Diversity IN SOCIOLOGY.pptx
Culture Uniformity or Diversity IN SOCIOLOGY.pptxPoojaSen20
 
Proudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptxProudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptxthorishapillay1
 
Difference Between Search & Browse Methods in Odoo 17
Difference Between Search & Browse Methods in Odoo 17Difference Between Search & Browse Methods in Odoo 17
Difference Between Search & Browse Methods in Odoo 17Celine George
 
ENGLISH6-Q4-W3.pptxqurter our high choom
ENGLISH6-Q4-W3.pptxqurter our high choomENGLISH6-Q4-W3.pptxqurter our high choom
ENGLISH6-Q4-W3.pptxqurter our high choomnelietumpap1
 
Barangay Council for the Protection of Children (BCPC) Orientation.pptx
Barangay Council for the Protection of Children (BCPC) Orientation.pptxBarangay Council for the Protection of Children (BCPC) Orientation.pptx
Barangay Council for the Protection of Children (BCPC) Orientation.pptxCarlos105
 
What is Model Inheritance in Odoo 17 ERP
What is Model Inheritance in Odoo 17 ERPWhat is Model Inheritance in Odoo 17 ERP
What is Model Inheritance in Odoo 17 ERPCeline George
 
THEORIES OF ORGANIZATION-PUBLIC ADMINISTRATION
THEORIES OF ORGANIZATION-PUBLIC ADMINISTRATIONTHEORIES OF ORGANIZATION-PUBLIC ADMINISTRATION
THEORIES OF ORGANIZATION-PUBLIC ADMINISTRATIONHumphrey A Beña
 
Influencing policy (training slides from Fast Track Impact)
Influencing policy (training slides from Fast Track Impact)Influencing policy (training slides from Fast Track Impact)
Influencing policy (training slides from Fast Track Impact)Mark Reed
 

Recently uploaded (20)

Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
 
Field Attribute Index Feature in Odoo 17
Field Attribute Index Feature in Odoo 17Field Attribute Index Feature in Odoo 17
Field Attribute Index Feature in Odoo 17
 
Transaction Management in Database Management System
Transaction Management in Database Management SystemTransaction Management in Database Management System
Transaction Management in Database Management System
 
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
 
FILIPINO PSYCHology sikolohiyang pilipino
FILIPINO PSYCHology sikolohiyang pilipinoFILIPINO PSYCHology sikolohiyang pilipino
FILIPINO PSYCHology sikolohiyang pilipino
 
Judging the Relevance and worth of ideas part 2.pptx
Judging the Relevance  and worth of ideas part 2.pptxJudging the Relevance  and worth of ideas part 2.pptx
Judging the Relevance and worth of ideas part 2.pptx
 
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptxINTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
 
USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...
USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...
USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...
 
YOUVE GOT EMAIL_FINALS_EL_DORADO_2024.pptx
YOUVE GOT EMAIL_FINALS_EL_DORADO_2024.pptxYOUVE GOT EMAIL_FINALS_EL_DORADO_2024.pptx
YOUVE GOT EMAIL_FINALS_EL_DORADO_2024.pptx
 
Global Lehigh Strategic Initiatives (without descriptions)
Global Lehigh Strategic Initiatives (without descriptions)Global Lehigh Strategic Initiatives (without descriptions)
Global Lehigh Strategic Initiatives (without descriptions)
 
How to do quick user assign in kanban in Odoo 17 ERP
How to do quick user assign in kanban in Odoo 17 ERPHow to do quick user assign in kanban in Odoo 17 ERP
How to do quick user assign in kanban in Odoo 17 ERP
 
Culture Uniformity or Diversity IN SOCIOLOGY.pptx
Culture Uniformity or Diversity IN SOCIOLOGY.pptxCulture Uniformity or Diversity IN SOCIOLOGY.pptx
Culture Uniformity or Diversity IN SOCIOLOGY.pptx
 
YOUVE_GOT_EMAIL_PRELIMS_EL_DORADO_2024.pptx
YOUVE_GOT_EMAIL_PRELIMS_EL_DORADO_2024.pptxYOUVE_GOT_EMAIL_PRELIMS_EL_DORADO_2024.pptx
YOUVE_GOT_EMAIL_PRELIMS_EL_DORADO_2024.pptx
 
Proudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptxProudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptx
 
Difference Between Search & Browse Methods in Odoo 17
Difference Between Search & Browse Methods in Odoo 17Difference Between Search & Browse Methods in Odoo 17
Difference Between Search & Browse Methods in Odoo 17
 
ENGLISH6-Q4-W3.pptxqurter our high choom
ENGLISH6-Q4-W3.pptxqurter our high choomENGLISH6-Q4-W3.pptxqurter our high choom
ENGLISH6-Q4-W3.pptxqurter our high choom
 
Barangay Council for the Protection of Children (BCPC) Orientation.pptx
Barangay Council for the Protection of Children (BCPC) Orientation.pptxBarangay Council for the Protection of Children (BCPC) Orientation.pptx
Barangay Council for the Protection of Children (BCPC) Orientation.pptx
 
What is Model Inheritance in Odoo 17 ERP
What is Model Inheritance in Odoo 17 ERPWhat is Model Inheritance in Odoo 17 ERP
What is Model Inheritance in Odoo 17 ERP
 
THEORIES OF ORGANIZATION-PUBLIC ADMINISTRATION
THEORIES OF ORGANIZATION-PUBLIC ADMINISTRATIONTHEORIES OF ORGANIZATION-PUBLIC ADMINISTRATION
THEORIES OF ORGANIZATION-PUBLIC ADMINISTRATION
 
Influencing policy (training slides from Fast Track Impact)
Influencing policy (training slides from Fast Track Impact)Influencing policy (training slides from Fast Track Impact)
Influencing policy (training slides from Fast Track Impact)
 

210502 Mathematical Foundation Of Computer Science

  • 1. www.studentyogi.com www.studentyogi.com Code No: R05210502 Set No. 1 II B.Tech I Semester Supplimentary Examinations, November 2008 MATHEMATICAL FOUNDATION OF COMPUTER SCIENCE ( Common to Computer Science & Engineering, Information Technology and Computer Science & Systems Engineering) Time: 3 hours Max Marks: 80 Answer any FIVE Questions All Questions carry equal marks 1. (a) Let p,q and r be the propositions. P: you have the ee q: you miss the nal examination. r: you pass the course. Write the following proposition into statement form. i. ii. 7 iii. 7 iv. pVqVr v. ( 7 ) ( ) vi. ( ) (7 ) (b) De ne converse, contrapositive and inverse of an implication. [12+4] 2. (a) Let P(x) denote the statement. “x is a professional athlete” and let Q(x)denote the statement” “x plays soccer”. The domain is the let of all people. Write each of the following proposition in English. i. ( ( ) ( )) ii. ( ( ) ( )) iii. ( ( ) ( )) (b) Write the negation of each of the above propositions, both in symbols and in words. [6+10] 3. (a) De ne a bijective function. Explain with reasons whether the following func- tions are bijiective or not. Find also the inverse of each of the functions. i. f(x) = 4x+2, A=set of real numbers ii. f(x) = 3+ 1/x, A=set of non zero real numbers iii. f(x) = (2x+3) mo d7, A=N7. (b) Let f and g be functions from the positive real numbers to positive real numbers de ned by ()=2 ()=2 Calculate f o g and g o f. [10+6] 4. Show that the set G = x/x = 2a 3b and a, b Z is a group under multiplica- tion. [16] 1 of 2 www.studentyogi.com www.studentyogi.com
  • 2. www.studentyogi.com www.studentyogi.com Code No: R05210502 Set No. 1 5. (a) In howmany ways can we place 4 red balls, 4 white balls and 4 blue balls in 6 numbered boxes. (b) Howmany integers between 1 and 1,00,000 have the sum of digits equal to 18. [16] 6. (a) Solve an - 7 an - 1 + 10 an - 2 = 6 + 8n given a0 = 1 and a1 = 2. (b) Solve an + an - 1 = 3n 2n . [8+8] 7. (a) What are the steps involved in Kruskal’s algorithm for nding a minimum spanning tree. (b) Describe the procedure to obtain all possible spanning trees in a given graph. [8+8] 8. (a) Write a brief note about the basic rules for constructing Hamiltonian cycles. (b) Using Grinberg theorem nd the Hamiltonian cycle in the following graph. Figure 8b [16] Figure 8b 2 of 2 www.studentyogi.com www.studentyogi.com
  • 3. www.studentyogi.com www.studentyogi.com Code No: R05210502 Set No. 2 II B.Tech I Semester Supplimentary Examinations, November 2008 MATHEMATICAL FOUNDATION OF COMPUTER SCIENCE ( Common to Computer Science & Engineering, Information Technology and Computer Science & Systems Engineering) Time: 3 hours Max Marks: 80 Answer any FIVE Questions All Questions carry equal marks 1. (a) Let p,q and r be the propositions. P: you have the ee q: you miss the nal examination. r: you pass the course. Write the following proposition into statement form. i. ii. 7 iii. 7 iv. pVqVr v. ( 7 ) ( ) vi. ( ) (7 ) (b) De ne converse, contrapositive and inverse of an implication. [12+4] 2. Prove using rules of inference or disprove. (a) Duke is a Labrador retriever All Labrador retriever like to swin Therefore Duke likes to swin. (b) All ever numbers that are also greater than 2 are not prime 2 is an even number 2 is prime Therefore some even numbers are prime. UNIVERSE = numbers. (c) If it is hot today or raining to day then it is no fun to snow ski to day It is no fun to snow ski today Therefore it is hot today UNIVERSE = DAYS. [5+6+5] 3. (a) Let A,B,C 2 where A = (x,y) / y = 2x + 1 , B = (x,y) / y = 3x and C = (x,y) / x - y = 7 . Determine each of the following: i. ii. iii. ¯ ¯ iv. ¯ ¯ 1 of 3 www.studentyogi.com www.studentyogi.com
  • 4. www.studentyogi.com www.studentyogi.com Code No: R05210502 Set No. 2 (b) State and explain the applications of the pigon hole principle. [12+4] 4. (a) If f is a homomorphism from a group (G,.) into (G’,.) then prove that (f(G),.) is a subgroup of G’. (OR) Prove that the homomorphic image of a group is a group. (b) The set, S, of all ordered pairs (a, b) of real numbers for which a = 0 w.r.t. the operation de ned by (a, b) (c, d) = (ac, bc+d) is a group. Find i. the identity of (G, o) and ii. inverse of each element of G. [10+6] 5. A mother distributes 5 di erent apples among 8 children. (a) How many ways can this be done if each child receives at most one apple (b) How many ways can this be done if there is no restriction on the number of apples a child can receive. [16] 6. (a) Solve an + 5an - 1 + 6an - 2 = 5, n 2, given a0 = 1, a1 = 2 using generating functions. (b) Solve the recurrence relation an = an - 1 + n(n + 1) 2 , n 1. [8+8] 7. (a) Derive the directed spanning tree from the graph shown Figure 7a Figure 7a (b) Explain the steps involved in deriving a spanning tree from the given undi- rected graph using breadth rst search algorithm. [8+8] 8. (a) Distinguish between Hamiltonian cycle and Euler cycle. Give examples. (b) Determine whether Hamiltonian cycle present in the graph shown in Figure 8b [16] 2 of 3 www.studentyogi.com www.studentyogi.com
  • 5. www.studentyogi.com www.studentyogi.com Code No: R05210502 Set No. 2 Figure 8b 3 of 3 www.studentyogi.com www.studentyogi.com
  • 6. www.studentyogi.com www.studentyogi.com Code No: R05210502 Set No. 3 II B.Tech I Semester Supplimentary Examinations, November 2008 MATHEMATICAL FOUNDATION OF COMPUTER SCIENCE ( Common to Computer Science & Engineering, Information Technology and Computer Science & Systems Engineering) Time: 3 hours Max Marks: 80 Answer any FIVE Questions All Questions carry equal marks 1. (a) Let p,q and r be the propositions. P: you have the ee q: you miss the nal examination. r: you pass the course. Write the following proposition into statement form. i. ii. 7 iii. 7 iv. pVqVr v. ( 7 ) ( ~ ) vi. ( ) (7 ) (b) De ne converse, contrapositive and inverse of an implication. [12+4] 2. Prove using rules of inference or disprove. (a) Duke is a Labrador retriever All Labrador retriever like to swin Therefore Duke likes to swin. (b) All ever numbers that are also greater than 2 are not prime 2 is an even number 2 is prime Therefore some even numbers are prime. UNIVERSE = numbers. (c) If it is hot today or raining to day then it is no fun to snow ski to day It is no fun to snow ski today Therefore it is hot today UNIVERSE = DAYS. [5+6+5] 3. (a) Determine whether the following relations are injective and/or subjective func- tion. Find universe of the functions if they exist. i. = { } = {1 2 3 4 5} R = {(v,z),(w,1),(x,3),(y,5)} 1 of 3 www.studentyogi.com www.studentyogi.com
  • 7. www.studentyogi.com www.studentyogi.com Code No: R05210502 Set No. 3 ii. = {1 2 3 4 5} = {1 2 3 4 5} R = {(1,2),(2,3),(3,4),(4,5),(5,1)} (b) If a function is de ned as f(x,n) mod n. Determine the i. Domain of f ii. Range of f iii. g(g(g(g(7)))) if g (n) = f(209, n). [8+8] 4. Prove that the union of two subgroups of a group is a subgroup i one is contained in the other. [16] 5. (a) In a certain programming language, an identi es is a sequence of certain num- ber of characters where the rst character must be a letter of the English alphabet and the remaining characters may be either a letter or a digit. How many identi ers are there of length from 1 to up 8 characters. (b) How many 7-digit numbers are there with exactly one5? [16] 6. (a) Solve an - 6an - 1 + 9an - 2 = 0, = 2, given a0 = 2, a1 = 3 using generating functions. (b) Solve the di erence equation ar - 2ar - 1 = 3.2r. [8+8] 7. (a) Explain about the adjacency matrix representation of graphs. Illustrate with an example. (b) What are the advantages of adjacency matrix representation. (c) Explain the algorithm for breadth rst search traversal of a graph. [5+3+8] 8. (a) Determine whether the following two graphs are isomorphic or not. Figure 8a, 8a Figure 8a 2 of 3 www.studentyogi.com www.studentyogi.com
  • 8. www.studentyogi.com www.studentyogi.com Code No: R05210502 Set No. 3 Figure 8a (b) Show that two simple graphs are isomorphic if and only if their Complements are isomorphic. [16] 3 of 3 www.studentyogi.com www.studentyogi.com
  • 9. www.studentyogi.com www.studentyogi.com Code No: R05210502 Set No. 4 II B.Tech I Semester Supplimentary Examinations, November 2008 MATHEMATICAL FOUNDATION OF COMPUTER SCIENCE ( Common to Computer Science & Engineering, Information Technology and Computer Science & Systems Engineering) Time: 3 hours Max Marks: 80 Answer any FIVE Questions All Questions carry equal marks 1. (a) Let p,q and r be the propositions. P: you have the ee q: you miss the nal examination. r: you pass the course. Write the following proposition into statement form. i. ii. 7 iii. 7 iv. pVqVr v. ( 7 ) ( ~ ) vi. ( ) (7 ) (b) De ne converse, contrapositive and inverse of an implication. [12+4] 2. Prove using rules of inference or disprove. (a) Duke is a Labrador retriever All Labrador retriever like to swin Therefore Duke likes to swin. (b) All ever numbers that are also greater than 2 are not prime 2 is an even number 2 is prime Therefore some even numbers are prime. UNIVERSE = numbers. (c) If it is hot today or raining to day then it is no fun to snow ski to day It is no fun to snow ski today Therefore it is hot today UNIVERSE = DAYS. [5+6+5] 3. (a) Consider f; + + de ne by f (a)= a2. Check if f is one-to-one and / or into using suitable explanation. (b) What is a partial order relation? Let S = { x,y,z} and consider the power set P(S) with relation R given by set inclusion. ISR a partial order. (c) De ne a lattice. Explain its properties. [4+8+4] 1 of 2 www.studentyogi.com www.studentyogi.com
  • 10. www.studentyogi.com www.studentyogi.com Code No: R05210502 Set No. 4 4. (a) G is a group of positive real numbers under multiplication, G‘ is a group of all real numbers under addition.Let f G x G‘ such that x G, Log10 x G‘ and (x, log10 x ) f. Show that f is an isomorphism from G to G?. (b) If Z is the additive group of integers, then prove that the set of all multiplies of integers by a xed integer m is a subgroup of Z. [10+6] 5. (a) In howmany ways can we place 4 red balls, 4 white balls and 4 blue balls in 6 numbered boxes. (b) Howmany integers between 1 and 1,00,000 have the sum of digits equal to 18. [16] 6. (a) Solve the recurrence relation ar = 3ar - 1 + 2, r = 1, a0 = 1 using generating function. (b) Find a recurrence relation for an the number of n-digit ternary sequences without any occurrence of the subsequence ‘012’. [ A ternary sequences is a sequence composed of 0s, 1s and 2s.] [8+8] 7. Derive the minimum spanning tree from the following graph using Kruskal’s ap- proach. Shown all intermediate steps. Figure 7. [16] Figure 7 8. (a) Write a brief note about the basic rules for constructing Hamiltonian cycles. (b) Using Grinberg theorem nd the Hamiltonian cycle in the following graph. Figure 8b [16] Figure 8b 2 of 2 www.studentyogi.com www.studentyogi.com