Jump to Year/Set
2016 211405

B.Tech 4th Semester Exam., 2016

Time 03 Hours
Full Marks 70
Instructions:
  • The marks are indicated in the right-hand margin.
  • There are NINE questions in this paper.
  • Attempt FIVE questions in all.
  • Question No. 1 is compulsory.

Q.1 Choose and write the correct option (any seven):

Q1.1

Let f and g be the functions defined by $ f(x) = 2x+3 $ and $ g(x) = 3x-2 $ then composition of f and g is

a)

6x+66x+6

b)

5x+55x+5

c)

6x+76x+7

d)

7x+57x+5

Q1.2

Among 200 people, 150 either swim or jog or both. If 85 swim and 60 swim and jog, how many jog?

a)

125

b)

225

c)

85

d)

25

Q1.3

A graph in which all nodes are of equal degree is known as graph.

a)

complete

b)

multi-

c)

non-regular

d)

regular

Q1.4

The minimum number of spanning trees in a connected graph with n nodes is

a)

n1n-1

b)

n/2n/2

c)

2

d)

1

Q1.5

If a set contains exactly m distinct elements where m denotes some non-negative integer, then the set is

a)

finite

b)

infinite

c)

None of the above

d)

All of the above

Q1.6

In an unweighted, undirected-connected graph, the shortest path from a node S to every other node is computed most efficiently, in terms of time complexity, by

a)

Dijkstra's algorithm starting from S

b)

Warshall's algorithm

c)

performing a DFS starting from S

d)

performing a BFS starting from S

Q1.7

The negation of 'Today is Friday' is

a)

Today is Saturday

b)

Today is not Friday

c)

Today is Thursday

d)

Today is Sunday

Q1.8

Whether the relation R on the set of all integers is reflexive, symmetric, anti-symmetric, or transitive, where $ (x, y) \in R $ if and only if $ xy \ge 1 $?

a)

Anti-symmetric

b)

Transitive

c)

Symmetric

d)

Both symmetric and transitive

Q1.9

If $ p = \text{'It is raining'} $ and $ q = \text{'She will go to college'} $, 'It is raining and she will not go to college' will be denoted by

a)

pqp \rightarrow \sim q

b)

pqp \wedge q

c)

pq\sim p \wedge q

d)

(pq)\sim(p \wedge q)

Q1.10

If $ x > 0 $ and $ x^2 < 0 $, then $ x \ge 10 $.

a)

True

b)

False

c)

Both (i) and (ii)

d)

None of the above

Q.2 Solve both questions :

Q2.1

Define the following terms and give an example for each:
Reflexive relation, irreflexive relation, antisymmetric relation, partition set

Q2.2

Prove that, if $ S = \{s_1, s_2, \cdots, s_k\} $ be a set, then $ P(S) $ has $ 2^k $ elements.

Q.3 Solve this question :

Q3.1

Define 'group', 'order of a group', and 'Abelian group'. Prove that every subgroup of a cyclic group is cyclic.

Q.4 Solve both questions :

Q4.1

Define the following with example:
Ring, homomorphism, cyclic group, coset

Q4.2

Determine whether f is one-one or onto for the following cases:
(i) Let $ A = B = \{1, 2, 3, 4\} $ and $ f = \{(1, 1), (2, 3), (4, 2)\} $
(ii) Let $ A = \{a, b, c\} $, $ B = \{1, 2, 3, 4\} $ and $ f = \{(a, 1), (b, 1), (c, 4)\} $

Q.5 Solve both questions :

Q5.1

Suppose H and K are normal subgroups of G with $ H \cap K = \{1\} $. Show that $ xy = yx $ for all $ x \in H $ and $ y \in K $. Let $ I \in R $ be an ideal.

Q5.2

The radical $ \sqrt{I} = \{r \in R | rn \in I, n \in N\} $. Show that $ \sqrt{I} $ is an ideal.

Q.6 Solve both questions :

Q6.1

State and prove De Morgan's laws of set theory.

Q6.2

In a survey of 260 college students, the following data were obtained: 64 had taken a mathematics course, 94 had taken a computer science course, 58 had taken a business course, 28 had taken both a mathematics and a business course, 26 had taken both a mathematics and a computer science course, 22 had taken both a computer science and a business course, and 14 had taken all three types of courses.
(i) How many of these students had taken none of the three courses?
(ii) How many had taken only a computer science course?

Q.7 Solve both questions :

Q7.1

Prove that for any non-empty binary tree T, if $ n_0 $ is the number of leaves and $ n_2 $ be the number of nodes having degree two, then $ n_0 = n_2 + 1 $.

Q7.2

Derive total number of nodes of a binary tree having depth n.

Q.8 Solve all questions :

Q8.1

What is graph? Differentiate between directed and undirected graph.

Q8.2

How many different ways can you represent a graph? Explain each of the representations by examples. What is complete graph?

Q8.3

Prove that the sum of degrees of all vertices in a graph is always even.

Q.9 Solve both questions :

Q9.1

Consider the graph given below:
(a) Find the adjacency list and BFS traversal of the above graph.

Prove that the maximum number of edges possible in a simple graph of n nodes is $ n(n-1)/2 $.

Question Diagram

2016 V4 211405

B.Tech 4th Semester Exam., 2016

Time 03 Hours
Full Marks 70
Instructions:
  • The marks are indicated in the right-hand margin.
  • There are NINE questions in this paper.
  • Attempt FIVE questions in all.
  • Question No. 1 is compulsory.

Q.1 Choose and write the correct option (any seven):

Q1.1

Let f and g be the functions defined by $ f(x) = 2x+3 $ and $ g(x) = 3x-2 $ then composition of f and g is

a)

6x+66x+6

b)

5x+55x+5

c)

6x+76x+7

d)

7x+57x+5

Q1.2

Among 200 people, 150 either swim or jog or both. If 85 swim and 60 swim and jog, how many jog?

a)

125

b)

225

c)

85

d)

25

Q1.3

A graph in which all nodes are of equal degree is known as graph.

a)

complete

b)

multi-

c)

non-regular

d)

regular

Q1.4

The minimum number of spanning trees in a connected graph with n nodes is

a)

n1n-1

b)

n/2n/2

c)

2

d)

1

Q1.5

If a set contains exactly m distinct elements where m denotes some non-negative integer, then the set is

a)

finite

b)

infinite

c)

None of the above

d)

All of the above

Q1.6

In an unweighted, undirected-connected graph, the shortest path from a node S to every other node is computed most efficiently, in terms of time complexity, by

a)

Dijkstra's algorithm starting from S

b)

Warshall's algorithm

c)

performing a DFS starting from S

d)

performing a BFS starting from S

Q1.7

The negation of 'Today is Friday' is

a)

Today is Saturday

b)

Today is not Friday

c)

Today is Thursday

d)

Today is Sunday

Q1.8

Whether the relation R on the set of all integers is reflexive, symmetric, anti-symmetric, or transitive, where $ (x, y) \in R $ if and only if $ xy \ge 1 $?

a)

Anti-symmetric

b)

Transitive

c)

Symmetric

d)

Both symmetric and transitive

Q1.9

If $ p = \text{'It is raining'} $ and $ q = \text{'She will go to college'} $, 'It is raining and she will not go to college' will be denoted by

a)

pqp \rightarrow \sim q

b)

pqp \wedge q

c)

pq\sim p \wedge q

d)

(pq)\sim(p \wedge q)

Q1.10

If $ x > 0 $ and $ x^2 < 0 $, then $ x \ge 10 $.

a)

True

b)

False

c)

Both (i) and (ii)

d)

None of the above

Q.2 Solve both questions :

Q2.1

Define the following terms and give an example for each:
Reflexive relation, irreflexive relation, antisymmetric relation, partition set

Q2.2

Prove that, if $ S = \{s_1, s_2, \cdots, s_k\} $ be a set, then $ P(S) $ has $ 2^k $ elements.

Q.3 Solve this question :

Q3.1

Define 'group', 'order of a group', and 'Abelian group'. Prove that every subgroup of a cyclic group is cyclic.

Q.4 Solve both questions :

Q4.1

Define the following with example:
Ring, homomorphism, cyclic group, coset

Q4.2

Determine whether f is one-one or onto for the following cases:
(i) Let $ A = B = \{1, 2, 3, 4\} $ and $ f = \{(1, 1), (2, 3), (4, 2)\} $
(ii) Let $ A = \{a, b, c\} $, $ B = \{1, 2, 3, 4\} $ and $ f = \{(a, 1), (b, 1), (c, 4)\} $

Q.5 Solve both questions :

Q5.1

Suppose H and K are normal subgroups of G with $ H \cap K = \{1\} $. Show that $ xy = yx $ for all $ x \in H $ and $ y \in K $. Let $ I \in R $ be an ideal.

Q5.2

The radical $ \sqrt{I} = \{r \in R | rn \in I, n \in N\} $. Show that $ \sqrt{I} $ is an ideal.

Q.6 Solve both questions :

Q6.1

State and prove De Morgan's laws of set theory.

Q6.2

In a survey of 260 college students, the following data were obtained: 64 had taken a mathematics course, 94 had taken a computer science course, 58 had taken a business course, 28 had taken both a mathematics and a business course, 26 had taken both a mathematics and a computer science course, 22 had taken both a computer science and a business course, and 14 had taken all three types of courses.
(i) How many of these students had taken none of the three courses?
(ii) How many had taken only a computer science course?

Q.7 Solve both questions :

Q7.1

Prove that for any non-empty binary tree T, if $ n_0 $ is the number of leaves and $ n_2 $ be the number of nodes having degree two, then $ n_0 = n_2 + 1 $.

Q7.2

Derive total number of nodes of a binary tree having depth n.

Q.8 Solve all questions :

Q8.1

What is graph? Differentiate between directed and undirected graph.

Q8.2

How many different ways can you represent a graph? Explain each of the representations by examples. What is complete graph?

Q8.3

Prove that the sum of degrees of all vertices in a graph is always even.

Q.9 Solve both questions :

Q9.1

Consider the graph given below:
(a) Find the adjacency list and BFS traversal of the above graph.

Prove that the maximum number of edges possible in a simple graph of n nodes is $ n(n-1)/2 $.

Question Diagram

Install on iOS

To install BEU Connect on your iPhone:

1. Tap the Share button at the bottom of Safari.
2. Scroll down and tap "Add to Home Screen".