CA3 - BCA - Model Questions
CA3 - BCA - Model Questions
BCAC-201
7.
10. How many students passed in exactly one of the two subjects?
17. Let R be a relation in the set of integers Z defined by xRy if x-y is divisible by 5
for all x,y∊Z. Prove that R is an equivalence relation. Find all the distinct
equivalence classes of R.
22. Show that the number of odd vertices in any graph is even.
23. If for some positive integer k, degree of vertex deg(v)=k for every vertex v of the
graph G. What is name of this above graph G?
24. If G is having the degree sequence {4, 3, 2, 2, 1, 1}. Can you draw G?
25. Draw a simple graph with five vertices v1 , v 2 , v 3 ,…. v 5 such that
deg( v1 )=3, deg( v 2 )=2, deg( v 3 )=2, deg( v 4 )=3, deg( v 5 )=2 and v1 and v 2 are
adjacent to v 5 .
26. A graph has 14 vertices and 27 edges. The degree of each vertex of G is 3, 4 & 5.
There are 6 vertices of degree 4. How many vertices of G has degree 3 and how
many have degree 5?
27. How many nodes are necessary to construct a graph with exactly 6 edges in which
each node is of degree?
28. Draw the graph G whose from adjacency matrix is given below
0 0 0 1 2 1
0 0 0 1 1 1
A(G)= 0 0 0 2 1 1
1 2 1 0 0 0
2 1 0 0 0 0
1 1 0 0 0 0
1 0 0 1 0 1
0 0 1 0 1 0
0 2 0 0 0 1
1 0 0 1 0 0
0 0 0 0 1 0
==============================================================================