Recent questions tagged tbb-mockgate-4

364
views
2 answers
1 votes
“If one can do it, anyone can do it. If no one does it, I will do it.” The person who says the above statement seems to be: Sarcastic Optimistic Pragmatic Agnostic
442
views
1 answers
2 votes
Three friends are excitedly conversing with ______. other each other one another themselves
625
views
2 answers
3 votes
A glass contained a mixture of two different flavoured liquids, $j$ and $k$ in the ratio $4 : 1$. When $10$ litres of the mixture was replaced ... .The volume of liquid $j$ originally present in the jar, therefore, was ________ litres.
514
views
3 answers
3 votes
A student reaches school 15 minutes early by running at a speed of 5 km/h from his house. By walking at 3 km/h, he is late by 9 minutes. The distance between the school and his house is ______ km.
310
views
1 answers
1 votes
There are three baskets of apples.The first basket has twice the number of apples in the second basket. The third basket has 3/4th the number of the apples in ... is $30$. The number of apples in the first basket, therefore, is _______.
445
views
2 answers
3 votes
59 151629 ?4989 147 $\begin{array}{|c|c|c|} \hline 5 & 9 & 15 \\ \hline 16 & 29 & ? \\ \hline 49 & 89 & 147 \\ \hline \end{array}$The missing number is ________.
289
views
1 answers
0 votes
Fill in the blank with the most meaningful word:Wasim had not eaten anything the whole day due to office work. By the time he got home, he was ______. blissful foodly ravenous connotative
281
views
0 answers
2 votes
Which of the following are grammatically correct sentences?I myself fell over.I fell over.The chair fell over it.The chair fell over.2 & 31 & 42 & 41 & 3
259
views
2 answers
1 votes
Fill in the blanks with meaningful pairs:If there is nothing to absorb the energy of sound, it travels on _________. However, its intensity ... .E steadily, stabilizes forever, increases erratically, mitigates indefinitely, diminishes
284
views
1 answers
1 votes
The number of perfect squares between $120$ and $300$ is ___________.
314
views
1 answers
1 votes
Consider the proposition given below:$\text{Hate} (a, b)$ denotes $a$ hates $b$.What is the correct translation of the below mentioned First Order ... hates Michael. Marlyn loves everybody except Michael. Marlyn is loved only by Michael.
458
views
1 answers
1 votes
If $M$ is a square matrix with a zero determinant, which of the following assertions is/are correct?$S_1$: Each row of $M$ can be represented as a linear combination ... .Only $S_1$Only $S_2$Both $S_1$ and $S_2$Neither $S_1$ nor $S_2$
421
views
1 answers
0 votes
Which of the following languages over the alphabet set $\{ a, b \}$ is described by the regular expression$a^\ast b$(aa)$^\ast b$ ?The set of all strings ... of all strings ending with $ b'$.The set of all strings having sub sequence $bb$.
526
views
1 answers
1 votes
A DMA module transfers characters to memory (using cycle stealing mode) from a device transmitting at 8800 bps. The processor fetches instructions at the rate of $1$ ... due to the DMA activity by _______ % ( up to 2 decimal places ).
994
views
1 answers
3 votes
In a synchronous series counter of Modulus $256$, the propagation delay for each $2$ input AND gate is $5$ ns and for each flip-flop is $25$ ns. The maximum frequency of the Mod-256 counter is _____MHz.
468
views
1 answers
0 votes
A computer has $170$ different operations. Memory is word addressable where word size is $4$ bytes and each instruction requires one word. All instructions have two addresses - one for ... $32\; MB$18\; MB$1\; MB$
366
views
1 answers
1 votes
Consider a disk with these parameters:Number of surfaces $= 32$Number of tracks / surface $= 64$Number of sectors / track $= 1024$Number of bytes stored in a bit ... that disk be $`M'$ bits.The value of $L+5M$, therefore, is __________.
418
views
2 answers
0 votes
Which kind of connection between the client and server is opened by $\text{TCP?}$ One-way Symmetric Connection One-way Asymmetric Connection Two-way Symmetric Connection Two-way Asymmetric Connection
524
views
2 answers
1 votes
An undirected graph has $5$ nodes and $3$ edges. Let $P$ and $Q$, respectively, be the maximum and minimum number of connected components of the graph.If the graph has no self-loops and there is ... $P=4, Q=2$ $P=3, Q=2$ $P=5, Q=3$
450
views
1 answers
1 votes
Datagrams are sent by a node in a network which uses $IPv4$ protocol. In this scenario, which of the below statements is/are TRUE?Datagrams at the source must ... reassembled only at the destination. II only III only I and III II and III
455
views
1 answers
0 votes
Consider the following code snippet:#include <stdio.h> void s1(int*, int); void s2(int*, int); void (*k[2])(int*, int); int main() { int a = 4; int b = ... tmp = *k; *k = q; q = tmp; }The output of the above program is :4242222244442424
230
views
1 answers
1 votes
Which of the following regular expressions describes the same set of strings as $\left ( a^*+b \right )^*$ $\left ( c+d \right )$ ... $a^{\ast }\left ( c+d \right )+ b^{\ast }\left ( c+d \right )$
623
views
1 answers
5 votes
Consider the $C$ program given below:#include <stdio.h> main () { printf("This is GO mock exam\n" ); }The total number of tokens generated when this program is passed to lexical analyzer is :______.
365
views
1 answers
2 votes
Let $Z$ consist of all the binary strings beginning with a $1$ whose value when converted to decimal is divisible by $7$.Which of the below ... cannot be recognized by any push down automaton- neither deterministic nor non-deterministic.
378
views
1 answers
2 votes
Read the following grammars and their translations:$S\rightarrow xX\;\left \{ print ``0" \right \}$ ... $ using Bottom-Up Parsing (with the above translations)?$0111012$0111-20$0211-10$011112$
431
views
1 answers
5 votes
Consider the below program : #include <stdio.h> void fun (int[0][3]); int main(void) { int k[3][3]= {{1,2,3}, {4,5,6},{7,8,9}}; fun(k); printf("%d\n", k[2][ ... (int p[][3]) { ++p; p[1][1] = 9; }The output of the above program is : ______.
964
views
1 answers
3 votes
A microprogrammed control unit supports $300$ instructions. Each instruction takes $15$ micro operations, $12$ flags are supported and $40$ vertical microprogrammed control ... are used.Then, the size of $6$ control words is ______ bytes.
472
views
1 answers
1 votes
In a height balanced binary search tree, the heights of the left and right descendants of any node differ at most by $1.$ Which of the following statements are TRUE for ... of nodes.II and IV onlyI, II and IVI and III onlyI, III and IV
332
views
1 answers
0 votes
A relation $R = \left \{ \left ( x,y \right ) \mid x,y\in N, x=7-y \right \}$Here, $R$ is: Symmetric and Reflexive, ... and Transitive. Only Symmetric, but neither Reflexive nor Transitive. Neither Symmetric, Reflexive nor Transitive.
478
views
1 answers
1 votes
Which of the following statements is/are CORRECT?$S_1$: Max term is a sum term which contains all the variables in either direct or complementary form.$S_2$: Min ... is correctonly $S_2$ is correctAll $S_1$, $S_2$ and $S_3$ are correct