Recent questions tagged nielit2017july-scientistb-it

0 0 votes
1 1 answer
10.6k
10.6k views
Given an undirected graph $G$ with $V$ vertices and $E$ edges, the sum of the degrees of all vertices is$E$$2E$$V$$2V$
0 0 votes
3 3 answers
19.6k
19.6k views
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...
0 0 votes
1 1 answer
2.6k
2.6k views
A path in graph $G$, which contains every vertex of $G$ and only once?Euler circuitHamiltonian pathEuler PathHamiltonian Circuit
2 2 votes
2 2 answers
2.0k
2.0k views
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...
1 1 vote
1 1 answer
1.4k
1.4k views
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...
1 1 vote
1 answers 1 answer
1.4k
1.4k views
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)$
0 0 votes
1 1 answer
2.8k
2.8k views
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...
1 1 vote
1 1 answer
3.5k
3.5k views
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$...
2 2 votes
2 answers 2 answers
882
882 views
Power set of empty set has exactly _______ subsetOneTwoZeroThree
3 3 votes
1 answers 1 answer
863
863 views
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),(...
2 2 votes
3 answers 3 answers
1.2k
1.2k views
What is the Cardinality of the Power set of the set $\{0,1,2\}$?$8$$6$$7$$9$
1 1 vote
1 answers 1 answer
1.1k
1.1k views
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$
2 2 votes
3 answers 3 answers
2.2k
2.2k views
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...
2 2 votes
2 2 answers
971
971 views
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...
0 0 votes
1 1 answer
869
869 views
The number of diagonals that can be drawn by joining the vertices of an octagon is$28$$48$$20$None of the option
0 0 votes
1 1 answer
1.1k
1.1k views
A partial ordered relation is transitive, reflexive andantisymmetricbisymmetricantireflexiveasymmetric
1 1 vote
1 1 answer
10.3k
10.3k views
​ 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)$
2 2 votes
1 1 answer
2.4k
2.4k views
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 ...
3 3 votes
3 3 answers
1.9k
1.9k views
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...
3 3 votes
1 1 answer
753
753 views
If $A$ and $B$ are two sets and $A \cup B = A ​ \cap ​ B$ then$A=\phi$$B=\phi$$A\neq B$$A=B$
1 1 vote
1 1 answer
838
838 views
The relation $\{(1,2),(1,3)(3,1),(1,1),(3,3),(3,2),(1,4),(4,2),(3,4)\}$ is ReflexiveTransitiveSymmetricAsymmetric
3 3 votes
1 1 answer
2.4k
2.4k views
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...
1 1 vote
1 1 answer
906
906 views
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$
0 0 votes
1 1 answer
1.3k
1.3k views
The coupling between different modules of a software is categorized as follows: Content coupling Common couplingControl coupling Stamp CouplingData Coupling Coupling betw...
0 0 votes
1 1 answer
1.4k
1.4k views
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...
3 3 votes
1 1 answer
997
997 views
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 ...
0 0 votes
1 1 answer
1.6k
1.6k views
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...
0 0 votes
1 1 answer
1.4k
1.4k views
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 ...
0 0 votes
2 2 answers
1.8k
1.8k views
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...
0 0 votes
1 1 answer
1.2k
1.2k views
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...