Login
Register
Dark Mode
Brightness
Ambient Glow – Questions list
Register
Profile
Edit Profile
Messages
My favorites
My Updates
Logout
Recent questions tagged nielit2017july-scientistb-it
0
0 votes
1
1 answer
10.6k
10.6k views
NIELIT 2017 July Scientist B (IT) - Section B: 1
Given an undirected graph $G$ with $V$ vertices and $E$ edges, the sum of the degrees of all vertices is$E$$2E$$V$$2V$
admin
10.6k
views
asked
Mar 30, 2020
Graph Theory
nielit2017july-scientistb-it
discrete-mathematics
graph-theory
degree-of-graph
+
–
0
0 votes
3
3 answers
19.6k
19.6k views
NIELIT 2017 July Scientist B (IT) - Section B: 2
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 f...
admin
19.6k
views
asked
Mar 30, 2020
Graph Theory
nielit2017july-scientistb-it
discrete-mathematics
graph-theory
+
–
0
0 votes
1
1 answer
2.6k
2.6k views
NIELIT 2017 July Scientist B (IT) - Section B: 3
A path in graph $G$, which contains every vertex of $G$ and only once?Euler circuitHamiltonian pathEuler PathHamiltonian Circuit
admin
2.6k
views
asked
Mar 30, 2020
Graph Theory
nielit2017july-scientistb-it
discrete-mathematics
graph-theory
+
–
2
2 votes
2
2 answers
2.0k
2.0k views
NIELIT 2017 July Scientist B (IT) - Section B: 4
What are the appropriate data structures for graph traversal using Breadth First Search(BFS) and Depth First Search(DFS) algorithms?Stack for BFS and Queue for DFSQueue f...
admin
2.0k
views
asked
Mar 30, 2020
Data Structures
nielit2017july-scientistb-it
data-structures
graph-algorithms
breadth-first-search
depth-first-search
+
–
1
1 vote
1
1 answer
1.4k
1.4k views
NIELIT 2017 July Scientist B (IT) - Section B: 5
In a given following graph among the following sequences: abeghf abfehgabfhgeafghbe Which are depth first traversals of the above graph?I,II and IV onlyI and IV onlyII,II...
admin
1.4k
views
asked
Mar 30, 2020
Graph Theory
nielit2017july-scientistb-it
discrete-mathematics
graph-theory
depth-first-search
+
–
1
1 vote
1
answers
1 answer
1.4k
1.4k views
NIELIT 2017 July Scientist B (IT) - Section B: 6
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)$
admin
1.4k
views
asked
Mar 30, 2020
Graph Theory
nielit2017july-scientistb-it
discrete-mathematics
graph-theory
bridges
+
–
0
0 votes
1
1 answer
2.8k
2.8k views
NIELIT 2017 July Scientist B (IT) - Section B: 7
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...
admin
2.8k
views
asked
Mar 30, 2020
Graph Theory
nielit2017july-scientistb-it
discrete-mathematics
graph-theory
euler-graph
+
–
1
1 vote
1
1 answer
3.5k
3.5k views
NIELIT 2017 July Scientist B (IT) - Section B: 8
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$...
admin
3.5k
views
asked
Mar 30, 2020
Graph Theory
nielit2017july-scientistb-it
discrete-mathematics
graph-theory
graph-planarity
+
–
2
2 votes
2
answers
2 answers
882
882 views
NIELIT 2017 July Scientist B (IT) - Section B: 9
Power set of empty set has exactly _______ subsetOneTwoZeroThree
admin
882
views
asked
Mar 30, 2020
Set Theory & Algebra
nielit2017july-scientistb-it
discrete-mathematics
set-theory&algebra
set-theory
+
–
3
3 votes
1
answers
1 answer
863
863 views
NIELIT 2017 July Scientist B (IT) - Section B: 10
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),(...
admin
863
views
asked
Mar 30, 2020
Set Theory & Algebra
nielit2017july-scientistb-it
discrete-mathematics
set-theory&algebra
cartesian-product
+
–
2
2 votes
3
answers
3 answers
1.2k
1.2k views
NIELIT 2017 July Scientist B (IT) - Section B: 11
What is the Cardinality of the Power set of the set $\{0,1,2\}$?$8$$6$$7$$9$
admin
1.2k
views
asked
Mar 30, 2020
Set Theory & Algebra
nielit2017july-scientistb-it
discrete-mathematics
set-theory&algebra
set-theory
+
–
1
1 vote
1
answers
1 answer
1.1k
1.1k views
NIELIT 2017 July Scientist B (IT) - Section B: 12
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$
admin
1.1k
views
asked
Mar 30, 2020
Graph Theory
nielit2017july-scientistb-it
discrete-mathematics
graph-theory
graph-planarity
+
–
2
2 votes
3
answers
3 answers
2.2k
2.2k views
NIELIT 2017 July Scientist B (IT) - Section B: 13
Which of the following statements is false?$(P\land Q)\lor(\sim P\land Q)\lor(P \land \sim Q)$ is equal to $\sim Q\land \sim P$$(P\land Q)\lor(\sim P\land Q)\lor(P \wedge...
admin
2.2k
views
asked
Mar 30, 2020
Mathematical Logic
nielit2017july-scientistb-it
mathematical-logic
propositional-logic
+
–
2
2 votes
2
2 answers
971
971 views
NIELIT 2017 July Scientist B (IT) - Section B: 14
There are four bus lines between $A$ and $B$; and three bus lines between $B$ and $C$. The number of way a person roundtrip by bus from $A$ to $C$ by way of $B$ will be$1...
admin
971
views
asked
Mar 30, 2020
Combinatory
nielit2017july-scientistb-it
discrete-mathematics
combinatory
+
–
0
0 votes
1
1 answer
869
869 views
NIELIT 2017 July Scientist B (IT) - Section B: 15
The number of diagonals that can be drawn by joining the vertices of an octagon is$28$$48$$20$None of the option
admin
869
views
asked
Mar 30, 2020
Graph Theory
nielit2017july-scientistb-it
discrete-mathematics
graph-theory
+
–
0
0 votes
1
1 answer
1.1k
1.1k views
NIELIT 2017 July Scientist B (IT) - Section B: 16
A partial ordered relation is transitive, reflexive andantisymmetricbisymmetricantireflexiveasymmetric
admin
1.1k
views
asked
Mar 30, 2020
Set Theory & Algebra
nielit2017july-scientistb-it
discrete-mathematics
set-theory&algebra
partial-order
+
–
1
1 vote
1
1 answer
10.3k
10.3k views
NIELIT 2017 July Scientist B (IT) - Section B: 17
Let $N=\{1,2,3,\dots\}$ be ordered by divisibility, which of the following subset is totally ordered?$(2,6,24)$$(3,5,15)$$(2,9,16)$$(4,15,30)$
admin
10.3k
views
asked
Mar 30, 2020
Set Theory & Algebra
nielit2017july-scientistb-it
discrete-mathematics
set-theory&algebra
partial-order
+
–
2
2 votes
1
1 answer
2.4k
2.4k views
NIELIT 2017 July Scientist B (IT) - Section B: 18
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 ...
admin
2.4k
views
asked
Mar 30, 2020
Set Theory & Algebra
nielit2017july-scientistb-it
discrete-mathematics
set-theory&algebra
boolean-algebra
+
–
3
3 votes
3
3 answers
1.9k
1.9k views
NIELIT 2017 July Scientist B (IT) - Section B: 19
If $R$ is a relation in Relational Data Model and $A_1,A_2,\dots A_n$ are the attributes of relation $R$, what is the cardinality of $R$ expressed in terms of domain of a...
admin
1.9k
views
asked
Mar 30, 2020
Databases
nielit2017july-scientistb-it
databases
relational-model
relational-calculus
+
–
3
3 votes
1
1 answer
753
753 views
NIELIT 2017 July Scientist B (IT) - Section B: 20
If $A$ and $B$ are two sets and $A \cup B = A \cap B$ then$A=\phi$$B=\phi$$A\neq B$$A=B$
admin
753
views
asked
Mar 30, 2020
Set Theory & Algebra
nielit2017july-scientistb-it
discrete-mathematics
set-theory&algebra
set-theory
+
–
1
1 vote
1
1 answer
838
838 views
NIELIT 2017 July Scientist B (IT) - Section B: 21
The relation $\{(1,2),(1,3)(3,1),(1,1),(3,3),(3,2),(1,4),(4,2),(3,4)\}$ is ReflexiveTransitiveSymmetricAsymmetric
admin
838
views
asked
Mar 30, 2020
Set Theory & Algebra
nielit2017july-scientistb-it
discrete-mathematics
set-theory&algebra
relations
+
–
3
3 votes
1
1 answer
2.4k
2.4k views
NIELIT 2017 July Scientist B (IT) - Section B: 22
Let $L$ be a lattice. Then for every $a$ and $b$ in $L$ which one of the following is correct?$a\lor b = a\land \:b$$a\lor(b\lor c)=(a\lor b)\lor c$$a\lor(b\land \:c)=a...
admin
2.4k
views
asked
Mar 30, 2020
Set Theory & Algebra
nielit2017july-scientistb-it
discrete-mathematics
set-theory&algebra
lattice
+
–
1
1 vote
1
1 answer
906
906 views
NIELIT 2017 July Scientist B (IT) - Section B: 23
The probability that top and bottom cards of a randomly shuffled deck are both aces is:$4/52\times 4/52$$4/52\times 3/52$$4/52\times 3/51$$4/52\times 4/51$
admin
906
views
asked
Mar 30, 2020
Probability
nielit2017july-scientistb-it
engineering-mathematics
probability
+
–
0
0 votes
1
1 answer
1.3k
1.3k views
NIELIT 2017 July Scientist B (IT) - Section B: 24
The coupling between different modules of a software is categorized as follows: Content coupling Common couplingControl coupling Stamp CouplingData Coupling Coupling betw...
admin
1.3k
views
asked
Mar 30, 2020
IS&Software Engineering
nielit2017july-scientistb-it
non-gatecse
is&software-engineering
+
–
0
0 votes
1
1 answer
1.4k
1.4k views
NIELIT 2017 July Scientist B (IT) - Section B: 25
Which of the following statements are TRUE? The context diagram should depict the system as a single bubble.External entities should be identified clearly at all levels o...
admin
1.4k
views
asked
Mar 30, 2020
IS&Software Engineering
nielit2017july-scientistb-it
non-gatecse
is&software-engineering
+
–
3
3 votes
1
1 answer
997
997 views
NIELIT 2017 July Scientist B (IT) - Section B: 26
The following program is to be tested for statement coverage: begin if(a==b){S1;exit;} else if (c==d){S2;} else{S3;exit;} S4; endThe test cases $T1,T2,T3$ and $T4$ given ...
admin
997
views
asked
Mar 30, 2020
Programming in C
nielit2017july-scientistb-it
programming
+
–
0
0 votes
1
1 answer
1.6k
1.6k views
NIELIT 2017 July Scientist B (IT) - Section B: 27
The Function Points(FP) calculated for software projects are often used to obtain an estimate of Lines of Code(LOC) required for that project. Which of the following stat...
admin
1.6k
views
asked
Mar 30, 2020
IS&Software Engineering
nielit2017july-scientistb-it
non-gatecse
is&software-engineering
function-point-metric
+
–
0
0 votes
1
1 answer
1.4k
1.4k views
NIELIT 2017 July Scientist B (IT) - Section B: 28
The availability of complex software is $90\%$ its Mean Time Between Failure(MTBF) is $200$ days. Because of the critical nature of the usage, the organization deploying ...
admin
1.4k
views
asked
Mar 30, 2020
IS&Software Engineering
nielit2017july-scientistb-it
non-gatecse
is&software-engineering
software-testing
+
–
0
0 votes
2
2 answers
1.8k
1.8k views
NIELIT 2017 July Scientist B (IT) - Section B: 29
HTML(Hypertext Markup language) has language elements which permit certain actions other than describing the structure of the web document. Which of the following actions...
admin
1.8k
views
asked
Mar 30, 2020
Web Technologies
nielit2017july-scientistb-it
non-gatecse
web-technologies
+
–
0
0 votes
1
1 answer
1.2k
1.2k views
NIELIT 2017 July Scientist B (IT) - Section B: 30
Consider the HTML table definition given below:<table border=1 <tr <td rowspan=2>ab</td <td colspan=2>cd</td </tr <tr <td>ef</td <td rowspan=2>gh</td </tr <tr><td colspan...
admin
1.2k
views
asked
Mar 30, 2020
Web Technologies
nielit2017july-scientistb-it
non-gatecse
web-technologies
+
–
Page:
1
2
next »