Recent questions tagged ugcnetcse-dec2018-paper2

5.3k
views
1 answers
12 votes
In mathematical logic, which of the following are statements?There will be snow in January.What is the time now?Today is Sunday.You must study Discrete ... correct answer from the code given below:i and iiii and iiii and iviii and iv
2.5k
views
2 answers
0 votes
Match List-I with List-II and choose the correct answer from the code given below : ... -(ii), (d)-(i)(a)-(iv), (b)-(iii), (c)-(ii), (d)-(i)
5.9k
views
1 answers
1 votes
A box contains six red balls and four green balls. Four balls are selected at random from the box. What is the probability that two of the selected balls will be red and two will be ... $\frac{3}{7}$\frac{1}{35}$\frac{1}{9}$
3.8k
views
2 answers
0 votes
A survey has been conducted on methods of commuter travel. Each respondent was asked to check Bus, Train and Automobile as a major method of travelling to ... $ people. How many people completed the survey form?$120$165$160$115$
1.6k
views
0 answers
0 votes
Which of the following statements are true ?Every logic network is equivalent to one using just NAND gates or just NOR gates.Boolean expressions and logic networks ... and iv onlyi, ii and iii onlyi and ii onlyii, iii, and iv only
1.7k
views
1 answers
0 votes
The relation $\leq$ and $>$ on a boolean algebra are defined as:$x \leq y$ if and only if $x \vee y =y$x <y$ means $x \leq y$ but $x \ ... Choose the correct answer from the code given below:i and ii onlyii and iii onlyiii onlyiv only
2.1k
views
2 answers
0 votes
The boolean expression $\overline{A} \cdot B + A \cdot \overline{B}+ A \cdot B$ is equivalenet to$\overline{A} \cdot B$\overline{A+B}$A \cdot B$A+B$
3.6k
views
1 answers
1 votes
In PERT/CPM, the merge event represents _____ of two or more events.completionbeginningsplittingjoining
1.0k
views
0 answers
1 votes
Use Dual Simplex Method to solve the following problem: ... , x_2=2, \text{ and } z=-6$x_1=6, x_2=2, \text{ and } z=-18$
7.0k
views
1 answers
0 votes
In computers, subtraction is generally carried out by$9$’s complement$1$’s complement$10$’s complement$2$’s complement
1.6k
views
1 answers
0 votes
Consider the following boolean equations:$wx+w(x+y)+x(x+y)=x+wy$ ... false and (ii) is trueBoth (i) and (ii) are trueBoth (i) and (ii) are false
4.5k
views
2 answers
0 votes
Consider the graph shown below:Use Kruskal’s algorithm to find the minimum spanning tree of the graph. The weight of this minimum spanning tree is$17$14$16$13$
1.4k
views
1 answers
1 votes
Consider the following statements :Auto increment addressing mode is useful in creating self-relocating code.If auto increment addressing mode is included in an instruction set ... (ii) only(ii) and (iii) only(iii) only(ii) only
2.8k
views
2 answers
0 votes
A computer uses a memory unit with $256$ K words of $32$ bits each. A binary instruction code is stored in one word of memory. The instruction has four parts: an indirect bit, ... $6,7,18$7,7,18$18,7,7$
4.1k
views
4 answers
0 votes
Consider the following $\textsf{x}86$ - assembly language instructions:MOV AL, 153 NEG ALThe contents of the destination register $AL$ (in $8$-bit binary notation), th status of Carry Flag ... =1; \: SF=1$AL=0110 \: 0111; \: CF=1; \: SF=0$
3.8k
views
4 answers
2 votes
The decimal floating point number $-40.1$ represented using $\textsf{IEEE-754} \: 32$-bit representation and written in hexadecimal form is$\textsf{0x}C2206666$\textsf{0x}C2206000$\textsf{0x}C2006666$\textsf{0x}C2006000$
3.6k
views
2 answers
0 votes
Find the boolean expression for the logic circuit shown below:$A \overline{B}$\overline{A} B$AB$\overline{A} \overline{B}$
3.3k
views
6 answers
0 votes
Consider a disk pack with $32$ surfaces, $64$ tracks and $512$ sectors per pack. $256$ bytes of data are stored in a bit serial manner in a sector. The number of bits required to specify a particular sector in the disk is$18$19$20$22$
3.9k
views
3 answers
1 votes
Consider a system with $2$ level cache. Access times of Level $1$ cache, Level $2$ cache and main memory are $0.5$ ns, $5$ ns and $100$ ns respectively. The hit rates ... search time within the cache?$35.20$ ns$7.55$ ns$20.75$ ns$24.35$ ns
1.1k
views
1 answers
0 votes
If a graph (G) has no loops or parallel edges, and if the number of vertices (n) the graph is $n \geq 3$ ... the code given below:(i) and (iii) only(ii) only(ii) and (iii) only(iii) only
925
views
3 answers
1 votes
The solution of recurrence relation:$T(n) = 2T (\sqrt{n}) + \lg(n)$ is$O(\lg(n))$O(n \lg (n))$O(\lg (n) \lg (n))$O(\lg (n) \lg(\lg (n)))$
2.6k
views
1 answers
1 votes
The elements $42, 25, 30, 40, 22, 35, 26$ ... 42, 40, 35, 25, 22, 26, 30>$<42, 35, 40, 22, 25, 26, 30>$
3.8k
views
1 answers
1 votes
Consider two sequences $X$ and $Y$ :$X=<0, 1, 2, 1, 3, 0, 1>$Y=<1, 3, 2, 0, 1, 0>$The length of longest common subsequence between $X$ and $Y$ is$2$3$4$5$
17.3k
views
1 answers
0 votes
Consider the following postfix expression with single digit operands :$6 \; 2 \: 3 \: ^* \: / \: 4 \: 2 \: ^* \; + \: 6 \: 8 \: ^* \: -$The top two elements of the stack after the second $^*$ is evaluated, are :$8,2$8,1$6,2$6,3$
6.0k
views
2 answers
0 votes
A binary search tree is constructed by inserting the following numbers in order :$60, 25, 72, 15, 30, 68, 101, 13, 18, 47, 70, 34$The number of nodes in the left subtree is$5$6$7$3$
2.8k
views
2 answers
0 votes
In a ternary tree, the number of internal nodes of degree $1, 2, $ and $3$ is $4, 3$, and $3$ respectively. The number of leaf nodes in the ternary tree is$9$10$11$12$
1.8k
views
1 answers
0 votes
Match $\text{List I}$ with $\text{List II}$ ... -(ii)}$\text{(a)-(iii), (b)-(i), (c)-(iv), (d)-(ii)}$
1.4k
views
0 answers
0 votes
In K-coloring of an undirected graph $G=(V,E)$ is a function. $c: V \rightarrow \{0,1, \dots , K-1 \}$ such that $c(u) \neq c(v)$ for every edge ... is bipartite$G$ is $2$-colorable$G$ has cycles of odd length$G$ has no cycles of odd length
3.1k
views
2 answers
1 votes
Consider a singly linked list. What is the worst case time complexity of the best-known algorithm to delete the node $a$, pointer to this node is $q$, from the list?$O(n \lg \: n)$O(n)$O(\lg \: n)$O(1)$
1.2k
views
0 answers
0 votes
The second smallest of $n$ elements can be found with ____ comparisons in the worst case.$n-1$\lg \: n$n + ceil(\lg \: n)-2$\frac{3n}{2}$