6 votes
3 answers
1
The following circuit compares two $2$-bit binary numbers, $X$ and $Y$ represented by $X_1X_0$ and $Y_1Y_0$ respectively. ($X_0$ and $Y_0$ represent Least Significant Bit...
4 votes
4 answers
3
The hardware implementation which provides mutual exclusion isSemaphoresTest and set instructionsBoth optionsNone of the options
6 votes
5 answers
4
If $x+2y=30$, then $\left(\dfrac{2y}{5}+\dfrac{x}{3} \right) + \left (\dfrac{x}{5}+\dfrac{2y}{3} \right)$ will be equal to$8$$16$$18$$20$
4 votes
4 answers
5
Checksum field in TCP header isones complement of sum of header and data in bytesones complement of sum of header, data and pseudo header in $16$ bit wordsdropped from $\...
4 votes
3 answers
7
Which one indicates a technique of building cross compilers?Beta crossCanadian crossMexican crossX-cross
6 votes
5 answers
8
4 votes
5 answers
9
A stack organized computer is characterised by instructions withindirect addressingdirect addressingzero addressingindex addressing
6 votes
5 answers
10
What is the output of the code given below?# include<stdio.h int main() { char name[]="satellites"; int len; int size; len= strlen(name); size = sizeof(name); printf("%d"...
3 votes
4 answers
11
2 votes
3 answers
12
4 votes
5 answers
13
3 votes
1 answer
14
Which of the following is a type of a out-of-order execution, with the reordering done by a compilerloop unrollingdead code eliminationstrength reductionsoftware pipelini...
7 votes
5 answers
15
Minimum number of states required in DFA accepting binary strings not ending in $\text{“101”}$ is$3$$4$$5$$6$
1 votes
2 answers
16
3 votes
3 answers
18
Which of the following is true?Every subset of a regular set is regularEvery finite subset of non-regular set is regularThe union of two non regular set is not regularInf...
2 votes
4 answers
19
Context free languages are closed underunion, intersectionunion, kleene closureintersection, complementcomplement, kleene closure