51 votes
4 answers
3091
The maximum number of possible edges in an undirected graph with $n$ vertices and $k$ components is ______.
19 votes
3 answers
3092
16 votes
1 answer
3093
A given set of processes can be implemented by using only parbegin/parend statement, if the precedence graph of these processes is ______
32 votes
8 answers
3094
44 votes
2 answers
3095
50 votes
3 answers
3096
24 votes
3 answers
3097
37 votes
1 answer
3098
When two $4$-bit numbers $A = a_3a_2a_1a_0$ and $B=b_3b_2b_1b_0$ are multiplied, the bit $c_1$ of the product $C$ is given by ________
20 votes
5 answers
3099
If the binary tree in figure is traversed in inorder, then the order in which the nodes will be visited is ______
0 votes
3 answers
3100
25 votes
5 answers
3101
Consider the number given by the decimal expression:$$16^3*9 + 16^2*7 + 16*5+3$$The number of $1’s$ in the unsigned binary representation of the number is ______
2 votes
2 answers
3102
In interleaved memory organization, consecutive words are stored in consecutive memory modules in _______ interleaving, whereas consecutive words are stored within the mo...