Here, We will see Discrete Mathematics GATE Questions from previous year’s papers and the syllabus of Discrete Mathematics for GATE Exam.
Table of Contents
1. Discrete Mathematics in Gate CSE Exam
Discrete Mathematics is a foundational pillar of the GATE Computer Science Engineering (CSE) exam, testing candidates’ logical reasoning, problem-solving skills, and understanding of mathematical structures critical to computer science. The subject accounts for a significant portion of the Engineering Mathematics section, with topics like propositional logic, graph theory, combinatorics, and set theory frequently appearing in questions
2. Discrete Mathematics Syllabus
The syllabus for Discrete Mathematics in GATE CSE includes:
- Mathematical Logic: Propositional and first-order logic, logical equivalences.
- Set Theory & Algebra: Sets, relations, functions, partial orders, lattices, and groups.
- Graph Theory: Connectivity, matching, graph coloring, trees, and planar graphs.
- Combinatorics: Counting principles, recurrence relations, generating functions, permutations, and combinations.
- Recurrence Relations & Generating Functions: Solving linear recurrences and applications.
Discrete Mathematics Gate Questions
Q. What is the possible number of reflexive relations on a set of 5 elements?
- 210
- 215
- 220
- 225
Answer
220
NIELIT 2016 DEC Scientist B (IT)
Q. For the graph shown, which of the following paths is a Hamilton circuit?
- ABCDCFDEF
- AEAAEDCBAF
- AEFDCBA
- AFCDEBA
Answer
AEFDCBA
NIELIT 2017 July Scientist B (CS)
Q. Given r12=0.6, r13=0.5 and r23=0.8, the value of r12.3 is
- 0.47
- 0.40
- 0.74
- 0.64
Answer
0.40
NIELIT Scientific Assistant A 2020 November
Q. Which one of the following is NOT necessarily a property of a Group?
- Commutativity
- Associativity
- Existence of inverse for every element
- Existence of identity
Answer
Commutativity
NIELIT 2016 DEC Scientist B (CS)
Q. Which one is the correct translation of the following statement into mathematical logic?
“None of my friends are perfect.”
- ¬Ǝx(p(x) Λ q(x))
- Ǝx(¬p(x) Λ q(x))
- Ǝx(¬p(x) Λ ¬q(x))
- Ǝx(p(x) Λ ¬q(x))
Answer
¬Ǝx(p(x) Λ q(x))
NIELIT 2017 DEC Scientist B
Q. Degree of each vertex in Kn is
- n
- n-1
- n-2
- 2n-1
Answer
n-1
NIELIT 2016 MAR Scientist C
Q. What is the value of k for which the following system of equations has no solution:
2x-8y=3 and kx+4y=10
- -2
- 1
- -1
- 2
Answer
-1
NIELIT Scientist B 2020 November
Q. Let G be a multiplicative group and aЄG. If the order of a is 6, then the order of a5 is equal to :
- 1
- 5
- 6
- 30
Answer
1
NIELIT 2022 April Scientist B
Q. Let X1,…..X50 be independent random variables following N(0,1) distribution.
Let ∑i=150 Xi2, and E(Y) = a and Var(Y) = b. Then, the ordered pair (a,b) is:
- (50,100)
- (50,50)
- (25,50)
- (25,100)
Answer
(50,100)
NIELIT Scientist B 2020 November
Q. Total number of simple graphs that can be drawn using six vertices are:
- 215
- 214
- 213
- 212
Answer
215
NIELIT 2017 DEC Scientific Assistant A
Q. The equivalent relational algebra expression for the query “Find the names of suppliers who supplied all the items to all the customers”.
- ¬t/t Є supplier (Q(t))
- ∀t [Sname]/t Є supplier (Q(t))
- t/¬t Є supplier (Q(t))
- ∀t/(~Q(t))
Answer
∀t [Sname]/t Є supplier (Q(t))
NIELIT 2021 Dec Scientist B
Q. The number of un-labeled non-isomorphic graphs with four vertices is:
- 12
- 11
- 10
- 9
Answer
11
NIELIT 2021 Dec Scientist B
Q. The largest number of faces in a simple connected maximal planar graph with 100 vertices is :
- 200
- 198
- 196
- 96
Answer
196
NIELIT 2021 Dec Scientist A
Q. A connected planar graph having 6 vertices, 7 edges contains ________ regions.
- 15
- 11
- 3
- 1
Answer
3
NIELIT 2022 April Scientist B
Q. The solution of the recurrence relation ar=ar-1+2ar-2 with a0=2, a1=7 is
- ar = 3r + 1r
- 2ar = 2r/3 – 1r
- ar = 3r+1 – (-1)r
- ar = 3(2)r – (-1)r
Answer
ar = 3(2)r – (-1)r
NIELIT 2017 OCT Scientific Assistant A (IT)
Q. The ________ of a relationship is 0 if there is no explicit need for the relationship to occur or the relationship is optional.
- modality
- cardinality
- entity
- structured analysis
Answer
modality
NIELIT 2021 Dec Scientist B
Q. The number of ways to cut a six-sided convex polygon whose vertices are labeled into four triangles using diagonal lines that do not cross is
- 13
- 14
- 12
- 11
Answer
14
NIELIT 2016 MAR Scientist B
Q. For the probability density function f(x) = cx2(1-x), 0<x<1, the value of constant c and mean of the distribution are :
- 6,0.4
- 8,0.5
- 12,0.6
- 8,0.6
Answer
6,0.4
NIELIT 2022 April Scientist B
Q. If A and B are two sets. A binary relation from set A and set B is any subset of the ________ .
- Cartesian Product A×B
- Union AՍB
- Intersection A∩B
- Addition A+B
Answer
Cartesian Product A×B
NIELIT 2021 Dec Scientist B
Q. One root of x3-x-4=0 lies in (1,2). In bisection method, after first iteration the root lies in the interval _______ .
- (1,1.5)
- (1.5,2)
- (1.25,1.75)
- (1.75,2)
Answer
(1.5,2)
NIELIT 2021 Dec Scientist B
Q. What will be the result of following relational algebra expression?
πA,B(σC=10(R))
- Print columns A&B from relation R when C=10
- Print C=10 from relation R
- Print all data of relation R when C=10
- Print A,B,C from relation B when C=10
Answer
Print columns A&B from relation R when C=10
NIELIT 2021 Dec Scientist B
Q. The real root of the equation x3-x-5=0 lying between 1 and 2 after first iteration by Netwon-Raphson method is _______, if initial approximation is taken as x0 = 2 Є [1,2] :
- 1.909
- 1.904
- 1.921
- 1.940
Answer
1.921
NIELIT 2021 Dec Scientist A
Q. Which of the following statements is false?
- (P Λ Q) V (~P Λ Q) V (P Λ ~Q) is equal to ~Q Λ ~P
- (P Λ Q) V (~P Λ Q) V (P Λ ~Q) is equal to Q V P
- (P Λ Q) V (~P Λ Q) V (P Λ ~Q) is equal to Q V (P Λ ~Q)
- (P Λ Q) V (~P Λ Q) V (P Λ ~Q) is equal to P V (Q Λ ~P)
Answer
(P Λ Q) V (~P Λ Q) V (P Λ ~Q) is equal to ~Q Λ ~P
NIELIT 2017 July Scientist B (IT)
Q. Let X be uniform random variable on [0,4] and Y be uniform random variable on [0,1]. If X and Y are independent, then P(max{X,Y}>3) is equal to :
- 1/4
- 1/2
- 1/8
- 1
Answer
1/4
NIELIT 2021 Dec Scientist A
Q. Find the volume of the solid obtained by rotating the region bound by the curves y = x3+1, x=1, and y=0 about the x-axis
- 23π/7
- 16π/7
- 2π
- 19π/7
Answer
19π/7
NIELIT 2016 MAR Scientist C
Q. Let P(x) be “x is perfect”, F(x) be “x is your friend” and the domain be all people. The statement, “At least one of your friends is perfect” is :∀→ΛƎ↓↑
- ∀x (F(x)→P(x))
- ∀x (F(x)ΛP(x))
- Ǝx (F(x)ΛP(x))
- Ǝx (F(x)→P(x))
Answer
Ǝx (F(x)ΛP(x))
NIELIT 2021 Dec Scientist B
Q. Consider a relation R with attributes {A,B,C} and functional dependency set S = {A→B,A→C}. Then relation R can be decomposed into two relations :
- R1{A,B} AND R2{A,C}
- R1{A,B} AND R2{B,C}
- R1{A,B,C} AND R2{A,C}
- None of the above
Answer
R1{A,B} AND R2{A,C}
NIELIT 2021 Dec Scientist A
Q. Let the random variable X has a mixed distributions with probability P(X=0) and the density function.
fx(x) = βx2(1-x), 0<x<1
=0, otherwise
If the expectation of X is α, then the value of 4α+β is equal to :
- 9/2
- 6
- 9
- 5/2
Answer
9/2
NIELIT 2021 Dec Scientist B
Q. Which of the following relational calculus expressions is not safe ?
i. {t | Ǝu Є R1 ( t[A] = u[A]) Λ ¬Ǝs Є R2 (t[A] = s[A])}
ii. {t | ∀u Є R1 (u[A] = “x” ⇒ Ǝs Є R2 (t[A] = s[A] Λ s[A] = u[A]))}
iii. {t | ¬(t Є R1)}
iv. {t | Ǝu Є R1 (t[A] = u[A]) Λ Ǝs Є R2 (t[A] = s[A])}
- (i)
- (ii)
- (iii)
- (iv)
Answer
(iii)
NIELIT 2022 April Scientist B
Q. L1 is a recursively enumerable language over ∑. An algorithm A effectively enumerates its words as ꙍ1,ꙍ2,ꙍ3,…Define another language L2 over ∑ Union {#} as {ꙍi#ꙍj : ꙍi,ꙍj Є L1, i<j. Here # is new symbol. Consider the following assertions.
• S1 : L1 is recursive implies L2 is recursive
• S2 : L2 is recursive implies L1 is recursive
Which of the following statements is true?
- Both S1 and S2 are true
- S1 is true but S2 is not necessarily true
- S2 is true but S1 is not necessarily true
- Neither is necessarily true
Answer
S1 is true but S2 is not necessarily true
NIELIT 2022 April Scientist B
Q. The secant method formula for finding the square root of a real number R from the equation x2-R=0 is:
- xi+1 = (xi.xi-1)/(xi+xi+1)
- xi+1 = (xi.xi-1+R)/(xi+xi-1)
- xi+1 = 1/2 (xi +R/xi)
- xi+1 = (2xi2+xi.xi-1-R)/(xi+xi-1)
Answer
xi+1 = 1/2 (xi +R/xi)
NIELIT 2022 April Scientist B
Q. Which of the following is an advantage of adjacency list representation over adjacency matrix representation of a graph?
- In adjacency list representation, space is saved for sparse graphs.
- Deleting a vertex in adjacency list representation is easier than adjacency matrix representation.
- Adding a vertex in adjacency list representation is easier than adjacency matrix representation.
- All of the option.
Answer
All of the option.
NIELIT 2017 July Scientist B (IT)
Q. If A and B are two sets and AUB=A∩B then
- A=Φ
- B=Φ
- A≠B
- A=B
Answer
A=B
NIELIT 2017 July Scientist B (IT)
Q. A partial ordered relation is transitive, reflexive and __________
- antisymmetric
- bisymmetric
- antireflexive
- asymmetric
Answer
antisymmetric
NIELIT 2017 July Scientist B (IT)
Q. There are four bus lines between A and B; and three bus lines between B and 1. The number of way a person roundtrip by bus from A to C by way of B will be
- 12
- 7
- 144
- 264
Answer
144
NIELIT 2017 July Scientist B (IT)
Q. What is the Cartesian product of A={1,2} and B={a,b}?
- {(1,a),(1,b),(2,a),(b,b)}
- {(1,1),(2,2),(a,a),(b,b)}
- {(1,a),(2,a),(1,b),(2,b)}
- {(1,1),(a,a),(2,a),(1,b)}
Answer
{(1,a),(2,a),(1,b),(2,b)}
NIELIT 2017 July Scientist B (IT)
Q. The number of diagonals that can be drawn by joining the vertices of an octagon is
- 28
- 48
- 20
- None of the option
Answer
20
NIELIT 2017 July Scientist B (IT)
Q. Let the predicates D(x,y) mean “team x defeated team y” and P(x,y) mean “team x has played team y”. The quantified formula for the statement that there is a team that has beaten every team it has played is: ×→Ǝ∀
- Ǝx∀y(P(x,y) → D(x,y))
- Ǝx∀y(D(x,y) → P(x,y))
- ∀xƎy(P(x,y) → D(x,y))
- ∀xƎy(D(x,y) → P(x,y))
Answer
Ǝx∀y(P(x,y) → D(x,y))
NIELIT 2021 Dec Scientist A
Q. The function f(x)=x(x+3)e-x/2 satisfies all the conditions of Rolle’s theorem in [-3,0]. The value of c is :
- -3
- -2
- 3
- 0
Answer
-2
NIELIT 2022 April Scientist B
Q. Let the random variable X has a mixed distributions with probability P(X=0)=α and the density function.
fx(x) = {βx2(1-x), 0<x<1
{0, otherwise
If the expectation of X is α, then the value of 4α+β is equal to :
- 9/2
- 6
- 9
- 5/2
Answer
9/2
NIELIT 2021 Dec Scientist B
Q. The first order logic statement ((RVQ) Λ (PV~Q)) is equivalent to which of the following?
- ((RV~Q) Λ (PV~Q) Λ (RVP))
- ((RVQ) Λ (PV~Q) Λ (RVP))
- ((RVQ) Λ (PV~Q) Λ (RV~P))
- ((RVQ) Λ (PV~Q) Λ (~RVP))
Answer
((RVQ) Λ (PV~Q) Λ (RV~P))
NIELIT 2022 April Scientist B
Q. With usual notations, the properties of maxima and minima under various conditions are ________ .
I | II |
P. Maxima | i. rt -s2 = 0 |
Q. Minima | ii. rt -s2<0 |
R. Saddle Point | iii. rt -s2>0, r>0 |
S. Case of failure | iv. rt -s2>0,r<0 |
- P-i,Q-iii,R-iv,S-ii
- P-ii,Q-i,R-iii,S-iv
- P-iii,Q-iv,R-ii,S-i
- P-iv,Q-iii,R-ii,S-i
Answer
P-ii,Q-i,R-iii,S-iv
NIELIT 2021 Dec Scientist A
Q. A path in graph G, which contains every vertex of G and only once?
- Euler circuit
- Hamiltonian path
- Euler Path
- Hamiltonian Circuit
Answer
Hamiltonian path
NIELIT 2017 July Scientist B (IT)
Q. Consider the following graph L and find the bridges,if any.
- No bridge
- {d,e}
- {c,d}
- {c,d} and {c,f}
Answer
{d,e}
NIELIT 2017 July Scientist B (CS)
Q. On a set A={a,b,c,d} a binary operation * is defined as given in the following table.
The relation is
* | a | b | c | d |
a | a | c | b | d |
b | c | b | d | a |
c | b | d | a | c |
d | d | a | c | b |
- Commutative but not associative
- Neither commutative nor associative
- Both commutative and associative
- Associative but not commutative
Answer
Commutative but not associative
NIELIT 2017 DEC Scientist B
Q. Let N={1,2,3,…} be ordered by divisibility, which of the following subset is totally ordered?
- (2,6,24)
- (3,5,15)
- (2,9,16)
- (4,15,30)
Answer
(2,6,24)
NIELIT 2017 July Scientist B (IT)
Q. The number of operations in matrix multiplication M1,M2,M3,M4 and M5 of sizes 5×10,10×100,100×2,2×20 and 20×50 respectively will be:
- 5830
- 4600
- 6900
- 12890
Answer
6900
NIELIT 2021 Dec Scientist B
Q. One root of x3-x-4=0 lies in (1,2). In bisection method, after first iteration the root lies in the interval __________ .
- (1,1.5)
- (1.5,2)
- (1.25,1.75)
- (1.75,2)
Answer
(1.5,2)
NIELIT 2021 Dec Scientist B
Q. Considering the following graph, which one of the following set of edges represents all the bridges of the given graph?
- (a,b),(e,f)
- (a,b),(a,c)
- (c,d),(d,h)
- (a,b)
Answer
(a,b),(e,f)
NIELIT 2017 July Scientist B (IT)
Q. How many onto (or surjective) functions are there from an n-element (n>=2) set to a 2-element set?
- 2n
- 2n -1
- 2n -2
- 2(2n -2)
Answer
2n -2
NIELIT 2016 DEC Scientist B (CS)
Q. In propositional logic, which of the following is equivalent to p→q?
- ~p→q
- ~p V q
- ~pV ~ q
- p→~q
Answer
~p V q
NIELIT 2016 MAR Scientist C
Q. Let G be a complete undirected graph on 8 vertices. If vertices of G are labelled, then the number of distinct cycles of length 5 in G is equal to:
- 15
- 30
- 56
- 60
Answer
56
NIELIT 2017 DEC Scientist B
Q. Maximum degree of any node in a simple graph with n vertices is
- n-1
- n
- n/2
- n-2
Answer
n-1
NIELIT 2016 MAR Scientist B
Q. Let P(x) be “x is perfect”, F(x) be “x is your friend” and the domain be all people. The statement, “At least one of your friends is perfect” is :
- ∀x (F(x) → P(x))
- ∀x (F(x) Λ P(x))
- Ǝx (F(x) Λ P(x))
- Ǝx (F(x) → P(x))
Answer
Ǝx (F(x) Λ P(x))
NIELIT 2021 Dec Scientist B
Q. Power set of empty set has exactly __________ subset
- One
- Two
- Zero
- Three
Answer
One
NIELIT 2017 July Scientist B (IT)
Q. Which of the following statements is/are TRUE for an undirected graph?
P. Number of odd degree vertices is even
Q. Sum of degrees of all vertices is even
- P only
- Q only
- Both P and Q
- Neither P nor Q
Answer
Both P and Q
NIELIT 2017 July Scientist B (CS)
Q. The particular solution of the recurrence relation ar+2 – 4ar+1 + 4ar = 2r is:
- r.2r
- r(r-1)2r-1
- r(r-1)2r-2
- r(r-1)2r-3
Answer
r(r-1)2r-3
NIELIT 2022 April Scientist B
Q. An expression in the domain relational calculus is of the form:
- {P(x1,x2,…..,xn)|<x1,x2,…..,xn>}
- {x1,x2,…..,xn|<x1,x2,…..,xn>}
- {x1,x2,…..,xn|x1,x2,…..,xn}
- {<x1,x2,…..,xn>|P(x1,x2,…..,xn)}
Answer
{<x1,x2,…..,xn>|P(x1,x2,…..,xn)}
NIELIT Scientist B 2020 November
Q. Given an undirected graph G with V vertices and E edges, the sum of the degrees of all vertices is
- E
- 2E
- V
- 2V
Answer
2E
NIELIT 2017 July Scientist B (IT)
Q. If f:{a,b}* -> {a,b}* be given by f(n)=ax for every value of nЄ{1.b} , then f is
- one to one not onto
- one to one and onto
- not one to one and not onto
- not one to one and onto
Answer
one to one not onto
NIELIT 2016 MAR Scientist C
Q. The number of the edges in a regular graph of degree ‘d’ and vertices ‘n’ is
- Maximum of n,d
- n+d
- nd
- nd/2
Answer
nd/2
NIELIT 2017 OCT Scientific Assistant A (CS)
Q. A polynomial p(x) is such that p(0)=5, p(1)=4, p(2)=9 and p(3)=20. The minimum degree it can have is
- 1
- 2
- 3
- 4
Answer
2
NIELIT 2016 MAR Scientist B
Q. Given the truth table of a Binary Operation $ as follows:
Identify the matching Boolean Expression.
X | Y | X$Y |
1 | 0 | 1 |
1 | 1 | 1 |
0 | 1 | 0 |
0 | 0 | 1 |
- X$¬Y
- ¬X$Y
- ¬X$¬Y
- none of the options
Answer
none of the options
NIELIT Scientist B 2020
Q. In an undirected graph, if we add the degrees of all vertices, it is:
- odd
- even
- cannot be determined
- always n+1, where n is number of nodes
Answer
even
NIELIT Scientific Assistant A 2020 November
Q. In a given following graph among the following sequences:
I. abeghf
II. abfehg
III. abfhge
IV. afghbe
Which are depth first traversals of the above graph?
- I,II and IV only
- I and IV only
- II,III and IV only
- I,III and IV only
Answer
I,III and IV only
NIELIT 2017 July Scientist B (IT)
Q. The following graph has no Euler circuit because
- It has 7 vertices.
- It is even-valent (all vertices have even valence).
- It is not connected.
- It does not have a Euler circuit.
Answer
It is not connected.
NIELIT 2017 July Scientist B (CS)
Q. If ∆f(x)=f(x+h)-f(x), then a constant k, ∆k
- 1
- 0
- f(k)-f(0)
- f(x+k)-f(x)
Answer
0
NIELIT 2016 MAR Scientist B
Q. Which of the following statements is/are TRUE?
S1:The existence of an Euler circuit implies that an Euler path exists.
S2:The existence of an Euler path implies that an Euler circuit exists.
- S1 is true.
- S2 is true.
- S1 and S2 both are true.
- S1 and S2 both are false.
Answer
S1 is true.
NIELIT 2017 July Scientist B (IT)
Q. If S be an infinite set and S1…….,Sn be sets such that S1 U S2 U ……U Sn, then
- at least one of the set Si is a finite set.
- not more than one of the sets Si can be finite.
- at least one of the sets Si is an infinite set.
- not more than one of the sets Si can be infinite.
Answer
at least one of the sets Si is an infinite set.
NIELIT 2016 MAR Scientist B
Q. Which of the following propositions is tautology?
- (p V q) → q
- p V (q→p)
- p V (p→q)
- Both (B) and (C)
Answer
p V (p→q)
NIELIT 2017 July Scientist B (CS)
Q. Mala has a colouring book in which each English letter is drawn two times. She wants to paint each of these 52 prints with one of k colours, such that the colour-pairs used to colour ay two letters are different. Both prints of a letter can also be coloured with the same colour. What is the minimum value of k that satisfies this requirement?
- 9
- 8
- 7
- 6
Answer
7
NIELIT 2016 DEC Scientist B (IT)
Q. Let G be a simple undirected graph on n=3x vertices (x≥1) with chromatic number 3, then maximum number of edges in G is
- n(n-1)/2
- n^(n-2)
- nx
- n
Answer
nx
NIELIT 2017 DEC Scientist B
Q. What is the Cardinality of the Power set of the set {0,1,2}?
- 8
- 6
- 7
- 9
Answer
8
NIELIT 2017 July Scientist B (IT)
Q. What is the total number of ways to reach from A to B in the network given?
- 12
- 16
- 20
- 22
Answer
16
NIELIT Scientific Assistant A 2020 November
Q. Let G be a simple undirected planar graph on 10Nvertices with 15 edges. If G is a connected graph, then the number of bounded faces in any embedding of G on the plane is equal to:
- 3
- 4
- 5
- 6
Answer
6
NIELIT 2016 DEC Scientist B (CS)
Q. If a planner graph, having 25 vertices divides the plane into 17 different regions. Then how many edges are used to connect the vertices in this graph.
- 20
- 30
- 40
- 50
Answer
40
NIELIT 2017 DEC Scientific Assistant A
Q. Consider the set S={1,ω,ω2}, where ω and ω2 are cube roots of unity. If * denotes the multiplication operation, the structure (S,*) forms:
- A group
- A ring
- An integral domain
- A field
Answer
A group
NIELIT 2016 DEC Scientist B (IT)
Q. The number of integers between 1 and 500 (both inclusive) that are divisible by 3 or 5 or 7 is __________ .
- 269
- 270
- 271
- 272
Answer
271
NIELIT 2017 DEC Scientist B
Q. If G is an undirected planar graph on N vertices with E edges then
- e≤n
- e≤2n
- e≤3n
- None of the option
Answer
e≤2n
NIELIT 2017 July Scientist B (CS)
Q. The number of 4 digit numbers which contain not more than two different digits is:
- 576
- 567
- 513
- 504
Answer
576
NIELIT Scientist B 2020 November
Q. The relation {(1,2),(1,3),(3,1),(1,1),(3,3),(3,2),(1,4),(4,2),(3,4)} is
- Reflexive
- Transitive
- Symmetric
- Asymmetric
Answer
Transitive
NIELIT 2017 July Scientist B (IT)
Q. Choose the most appropriate definition of plane graph.
- A simple graph which is isomorphic to hamiltonian graph.
- A graph drawn in a plane in such a way that if the vertex set of graph can be partitioned into two non-empty disjoint subset X andY in such a way that each edge of G has one end in X and one end in Y.
- A graph drawn in a plane in such a way that any pair of edges meet only at their end vertices.
- None of the option.
Answer
A graph drawn in a plane in such a way that any pair of edges meet only at their end vertices.
NIELIT 2017 July Scientist B (CS)
Q. Let G be a simple connected planar graph with 13 vertices and 19 edges. Then, the number of faces in the planar embedding of the graph is
- 6
- 8
- 9
- 13
Answer
8
NIELIT 2017 July Scientist B (IT)
Q. The number of ways in which a team of eleven players can be selected from 22 players including 2 of them and excluding 4 of them is
- 16C11
- 16C5
- 16C9
- 20C9
Answer
16C9
NIELIT 2016 MAR Scientist B
Q. Let L be a lattice. Then for every a and b in L which one of the following is correct?
- aVb = aΛb
- a V (bVc) = (aVb) V c
- a V (bΛc) = a
- a V (bVc) = b
Answer
a V (bVc) = (aVb) V c
NIELIT 2017 July Scientist B (IT)
Q. A connected planar graph divides the plane into a number of regions. If the graph has eight vertices and these are linked by 13 edges, then the number of regions is
- 5
- 6
- 7
- 8
Answer
7
NIELIT 2017 July Scientist B (IT)
Q. Which of the following is FALSE?
Read Λ as AND, V as OR, ~ as NOT, → as one way implication and ↔ as two way implication?
- ((x→y) Λ x) →y
- ((~x→y) Λ (~x Λ ~y)) →x
- (x→(x V y))
- ((x V y)↔(~x V ~y))
Answer
((x V y)↔(~x V ~y))
NIELIT 2016 MAR Scientist C
Q. If B is a Boolean algebra, then which of the following is true?
- B is a finite but not complemented lattice
- B is a finite, complemented and distributive lattice
- B is a finite,distributive but not complemented lattice
- B is not distributive lattice
Answer
B is a finite, complemented and distributive lattice
NIELIT 2017 July Scientist B (IT)